Age | Commit message (Expand) | Author |
2011-01-20 | eliminate aliasing warnings in traceroute.c and udhcp/socket.c | Denys Vlasenko |
2011-01-20 | eliminate aliasing warning in networking/route.c | Denys Vlasenko |
2011-01-20 | ifplugd: eliminate aliasing warnings | Denys Vlasenko |
2011-01-20 | sighandler_t definition for BSD | Chris Rees |
2011-01-18 | hush: improve prompt in nested {}s, remove unused in_str->promptme member | Denys Vlasenko |
2011-01-18 | hush: fix "cmd & <newline>" problem | Denys Vlasenko |
2011-01-18 | mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo | Denys Vlasenko |
2011-01-18 | disable automatic selection of FEATURE_SUID; improve its help text | Denys Vlasenko |
2011-01-17 | insmod: check for module read errors | Denys Vlasenko |
2011-01-17 | libbb: better comment in parse_date | Denys Vlasenko |
2011-01-16 | move passwd, shadow, group and gshadow path definitions to libbb.h | Tito Ragusa |
2011-01-16 | remove a few aliasing warnings | Denys Vlasenko |
2011-01-16 | remove a few aliasing warnings | Denys Vlasenko |
2011-01-13 | top: add keyboard commands to --help | Denys Vlasenko |
2011-01-11 | httpd: send correct mtime for .gz files | Denys Vlasenko |
2011-01-11 | libbb unicode: comment out usused function and unused parameter | Denys Vlasenko |
2011-01-11 | lsmod: fox unsafe usage of strlen() - 1 | Denys Vlasenko |
2011-01-10 | libbb: progress indicator: use unicode support funcs instead of open-coding it | Denys Vlasenko |
2011-01-10 | tftp: fix bad interaction betweel poll() and alarm(). Closes bug 3061 | Denys Vlasenko |
2011-01-09 | stop giving root rights to dnsd, ipcrm, ipcs | Denys Vlasenko |
2011-01-09 | getty: fix -i (was ignored) | Denys Vlasenko |
2011-01-09 | modprobe-small: support compressed modules in insmod | Denys Vlasenko |
2011-01-07 | hush: fix wrong prompt problem on empty interactive commants | Denys Vlasenko |
2011-01-07 | suppress "'fast_strtol_10' defined but not used" warning | Denys Vlasenko |
2011-01-05 | mkswap: selinux build fix | Denys Vlasenko |
2011-01-04 | tar: add a note about -C and symlink-in-tarball attack | Denys Vlasenko |
2011-01-03 | explain every non-SUID_DROP applet. No code changes | Denys Vlasenko |
2011-01-03 | kill[all[5]],pkill: make signal list show signal numbers, and show RTMIN/MAX | Denys Vlasenko |
2011-01-03 | kill[all[5]],pkill: more correct, and smaller, SIGRTMIN/MAX code | Denys Vlasenko |
2011-01-02 | date,touch: treat 2-digit years better (fit them into +-50 yrs around today) | Denys Vlasenko |
2010-12-31 | date: preserve isdst value if date is in time_t (unix time) format | Alexey Soloviev |
2010-12-31 | su: document -l in --help text. Closes bug 2761 | Denys Vlasenko |
2010-12-31 | add missed underscore | Denys Vlasenko |
2010-12-30 | date: add a comment about _SVID_SOURCE | Denys Vlasenko |
2010-12-30 | bzip2: plug memory leak on every processed file | Denys Vlasenko |
2010-12-30 | libbb: optionally support RTMIN[+n] and RTMAX[-n] signal names | Denys Vlasenko |
2010-12-30 | blkid: optional support for TYPE="fstype" | Denys Vlasenko |
2010-12-28 | plug a DIR* leak on error path | Denys Vlasenko |
2010-12-28 | modprobe: add -D option (synonym of --show-depends) | Serj Kalichev |
2010-12-27 | login: apply PAM environment | Ian Wienand |
2010-12-26 | cpio: allow cpio -i to take params - names of files to extract | Denys Vlasenko |
2010-12-26 | modprobe: add support for --show-depends | Serj Kalichev |
2010-12-25 | init: simpler handling of leading dash in commands | Denys Vlasenko |
2010-12-25 | udhcpc: document SIGUSRn effect in help text | Denys Vlasenko |
2010-12-21 | hush: fix FEATURE_CLEAN_UP code (was freeing unallocated memory) | Denys Vlasenko |
2010-12-20 | sendmail: remove forgotten commenting-out on a "if (verbose)" | Denys Vlasenko |
2010-12-20 | mailutils/*: add verbose option to sendmail; remove -m and -j from makemime | Denys Vlasenko |
2010-12-20 | test: add examples when "%s: unknown operand" happens | Denys Vlasenko |
2010-12-20 | ls: remove redundant constants LIST_FILENAME and LIST_SHORT | James Youngman |
2010-12-19 | ls: add support for -H | Denys Vlasenko |