aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-01-21fix compile error on non-x86 architecturesDenys Vlasenko
2011-01-20sighandler_t definition for BSDChris Rees
2011-01-18hush: improve prompt in nested {}s, remove unused in_str->promptme memberDenys Vlasenko
2011-01-18hush: fix "cmd & <newline>" problemDenys Vlasenko
2011-01-18mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko
2011-01-18disable automatic selection of FEATURE_SUID; improve its help textDenys Vlasenko
2011-01-17insmod: check for module read errorsDenys Vlasenko
2011-01-17libbb: better comment in parse_dateDenys Vlasenko
2011-01-16move passwd, shadow, group and gshadow path definitions to libbb.hTito Ragusa
2011-01-16remove a few aliasing warningsDenys Vlasenko
2011-01-16remove a few aliasing warningsDenys Vlasenko
2011-01-13top: add keyboard commands to --helpDenys Vlasenko
2011-01-11httpd: send correct mtime for .gz filesDenys Vlasenko
2011-01-11libbb unicode: comment out usused function and unused parameterDenys Vlasenko
2011-01-11lsmod: fox unsafe usage of strlen() - 1Denys Vlasenko
2011-01-10libbb: progress indicator: use unicode support funcs instead of open-coding itDenys Vlasenko
2011-01-10tftp: fix bad interaction betweel poll() and alarm(). Closes bug 3061Denys Vlasenko
2011-01-09stop giving root rights to dnsd, ipcrm, ipcsDenys Vlasenko
2011-01-09getty: fix -i (was ignored)Denys Vlasenko
2011-01-09modprobe-small: support compressed modules in insmodDenys Vlasenko
2011-01-07hush: fix wrong prompt problem on empty interactive commantsDenys Vlasenko
2011-01-07suppress "'fast_strtol_10' defined but not used" warningDenys Vlasenko
2011-01-05mkswap: selinux build fixDenys Vlasenko
2011-01-04tar: add a note about -C and symlink-in-tarball attackDenys Vlasenko
2011-01-03explain every non-SUID_DROP applet. No code changesDenys Vlasenko
2011-01-03kill[all[5]],pkill: make signal list show signal numbers, and show RTMIN/MAXDenys Vlasenko
2011-01-03kill[all[5]],pkill: more correct, and smaller, SIGRTMIN/MAX codeDenys Vlasenko
2011-01-02date,touch: treat 2-digit years better (fit them into +-50 yrs around today)Denys Vlasenko
2010-12-31date: preserve isdst value if date is in time_t (unix time) formatAlexey Soloviev
2010-12-31su: document -l in --help text. Closes bug 2761Denys Vlasenko
2010-12-31add missed underscoreDenys Vlasenko
2010-12-30date: add a comment about _SVID_SOURCEDenys Vlasenko
2010-12-30bzip2: plug memory leak on every processed fileDenys Vlasenko
2010-12-30libbb: optionally support RTMIN[+n] and RTMAX[-n] signal namesDenys Vlasenko
2010-12-30blkid: optional support for TYPE="fstype"Denys Vlasenko
2010-12-28plug a DIR* leak on error pathDenys Vlasenko
2010-12-28modprobe: add -D option (synonym of --show-depends)Serj Kalichev
2010-12-27login: apply PAM environmentIan Wienand
2010-12-26cpio: allow cpio -i to take params - names of files to extractDenys Vlasenko
2010-12-26modprobe: add support for --show-dependsSerj Kalichev
2010-12-25init: simpler handling of leading dash in commandsDenys Vlasenko
2010-12-25udhcpc: document SIGUSRn effect in help textDenys Vlasenko
2010-12-21hush: fix FEATURE_CLEAN_UP code (was freeing unallocated memory)Denys Vlasenko
2010-12-20sendmail: remove forgotten commenting-out on a "if (verbose)"Denys Vlasenko
2010-12-20mailutils/*: add verbose option to sendmail; remove -m and -j from makemimeDenys Vlasenko
2010-12-20test: add examples when "%s: unknown operand" happensDenys Vlasenko
2010-12-20ls: remove redundant constants LIST_FILENAME and LIST_SHORTJames Youngman
2010-12-19ls: add support for -HDenys Vlasenko
2010-12-19volume_id: recognize compressed hibernate swap signatureJames Hunt
2010-12-19ls: tweak -e handling; better commentsDenys Vlasenko