aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2010-12-19ls: print a space after each column. Closes bug 2941Denys Vlasenko
2010-12-19ls: make -F not follow symlinks of the command lineDenys Vlasenko
2010-12-19ls: make -x force columnar output; remove unused parts of TRIGGER codeDenys Vlasenko
2010-12-19ls: for some options, only last takes effect. Closes bug 2959Denys Vlasenko
2010-12-19chrt: -m can be used without any arguments. Closes bug 2989Denys Vlasenko
2010-12-18chrt: correct opt_complementary. Closes bug 2977Denys Vlasenko
2010-12-18scripts: fix fixdep.c to let it workable in cygwinMacpaul Lin
2010-12-18Revert "scripts: fix fixdep.c to let it workable in cygwin"Denys Vlasenko
2010-12-18scripts: fix fixdep.c to let it workable in cygwinGreentime
2010-12-18chat: fix build breakage (variable declared in for())Denys Vlasenko
2010-12-18hush: fix build breakage (variable declared in for())Denys Vlasenko
2010-12-13nmeter: deprecate %NNNd specified, use -d MSEC insteadDenys Vlasenko
2010-12-13procps/Config.src: Add pstree to FEATURE_THREADS deps. Slight text editLauri Kasanen
2010-12-13more: smaller version of previous fixDenys Vlasenko
2010-12-13more: exit if write to stdout errors outDenys Vlasenko
2010-12-08fix typo in READMEDenys Vlasenko
2010-12-06typo fixDenys Vlasenko
2010-12-06update examples/var_service/READMEDenys Vlasenko
2010-12-06add examples/var_service/READMEDenys Vlasenko
2010-12-06pstree: use stdin for screen size detectionDenys Vlasenko
2010-12-06runsvdir: do not miss closely spaced service dir changesEric Lammerts
2010-12-05tweak INSTALL_NO_USR help textDenys Vlasenko
2010-12-05build system: fix "make install" to skip /usr when configured soJoachim Nilsson
2010-12-05pstree: another tiny shrinkDenys Vlasenko
2010-12-05pstree: tiny shrinkDenys Vlasenko
2010-12-05pstree: fix width logic. +30 bytesLauri Kasanen
2010-12-05pstree: new applet. +1664 bytesLauri Kasanen
2010-12-05typo fixDenys Vlasenko
2010-12-05add if guards around include <malloc.h>Denys Vlasenko
2010-12-01libbb/pw_encrypt_sha: forgot to move &ctx to 1st param here in sha hash reworkDenys Vlasenko