aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* plug a DIR* leak on error pathDenys Vlasenko2010-12-281-4/+5
* modprobe: add -D option (synonym of --show-depends)Serj Kalichev2010-12-281-54/+67
* login: apply PAM environmentIan Wienand2010-12-271-0/+11
* cpio: allow cpio -i to take params - names of files to extractDenys Vlasenko2010-12-262-68/+66
* modprobe: add support for --show-dependsSerj Kalichev2010-12-262-36/+60
* init: simpler handling of leading dash in commandsDenys Vlasenko2010-12-252-10/+12
* udhcpc: document SIGUSRn effect in help textDenys Vlasenko2010-12-251-0/+4
* hush: fix FEATURE_CLEAN_UP code (was freeing unallocated memory)Denys Vlasenko2010-12-211-45/+49
* sendmail: remove forgotten commenting-out on a "if (verbose)"Denys Vlasenko2010-12-201-1/+1
* mailutils/*: add verbose option to sendmail; remove -m and -j from makemimeDenys Vlasenko2010-12-206-54/+106
* test: add examples when "%s: unknown operand" happensDenys Vlasenko2010-12-201-1/+4
* ls: remove redundant constants LIST_FILENAME and LIST_SHORTJames Youngman2010-12-201-47/+44
* ls: add support for -HDenys Vlasenko2010-12-191-73/+86
* volume_id: recognize compressed hibernate swap signatureJames Hunt2010-12-191-0/+1
* ls: tweak -e handling; better commentsDenys Vlasenko2010-12-191-19/+24
* ls: print a space after each column. Closes bug 2941Denys Vlasenko2010-12-192-72/+72
* ls: make -F not follow symlinks of the command lineDenys Vlasenko2010-12-191-4/+8
* ls: make -x force columnar output; remove unused parts of TRIGGER codeDenys Vlasenko2010-12-191-43/+30
* ls: for some options, only last takes effect. Closes bug 2959Denys Vlasenko2010-12-191-8/+18
* chrt: -m can be used without any arguments. Closes bug 2989Denys Vlasenko2010-12-191-8/+10
* chrt: correct opt_complementary. Closes bug 2977Denys Vlasenko2010-12-181-5/+5
* scripts: fix fixdep.c to let it workable in cygwinMacpaul Lin2010-12-181-1/+1
* Revert "scripts: fix fixdep.c to let it workable in cygwin"Denys Vlasenko2010-12-181-1/+1
* scripts: fix fixdep.c to let it workable in cygwinGreentime2010-12-181-1/+1
* chat: fix build breakage (variable declared in for())Denys Vlasenko2010-12-181-8/+9
* hush: fix build breakage (variable declared in for())Denys Vlasenko2010-12-181-21/+24
* nmeter: deprecate %NNNd specified, use -d MSEC insteadDenys Vlasenko2010-12-135-40/+47
* procps/Config.src: Add pstree to FEATURE_THREADS deps. Slight text editLauri Kasanen2010-12-131-3/+4
* more: smaller version of previous fixDenys Vlasenko2010-12-131-3/+1
* more: exit if write to stdout errors outDenys Vlasenko2010-12-131-0/+3
* fix typo in READMEDenys Vlasenko2010-12-081-1/+1
* typo fixDenys Vlasenko2010-12-061-1/+1
* update examples/var_service/READMEDenys Vlasenko2010-12-061-0/+5
* add examples/var_service/READMEDenys Vlasenko2010-12-061-0/+54
* pstree: use stdin for screen size detectionDenys Vlasenko2010-12-061-1/+1
* runsvdir: do not miss closely spaced service dir changesEric Lammerts2010-12-061-2/+5
* tweak INSTALL_NO_USR help textDenys Vlasenko2010-12-051-2/+3
* build system: fix "make install" to skip /usr when configured soJoachim Nilsson2010-12-051-0/+5
* pstree: another tiny shrinkDenys Vlasenko2010-12-051-14/+6
* pstree: tiny shrinkDenys Vlasenko2010-12-051-2/+3
* pstree: fix width logic. +30 bytesLauri Kasanen2010-12-051-28/+26
* pstree: new applet. +1664 bytesLauri Kasanen2010-12-053-0/+418
* typo fixDenys Vlasenko2010-12-051-1/+1
* add if guards around include <malloc.h>Denys Vlasenko2010-12-052-2/+10
* libbb/pw_encrypt_sha: forgot to move &ctx to 1st param here in sha hash reworkDenys Vlasenko2010-12-011-25/+25
* touch: fix help text to not show options disabled in .configDenys Vlasenko2010-12-015-25/+29
* su: suppress "warning: unused variable 'user_buf'"Denys Vlasenko2010-11-301-0/+2
* build system: do not use GNU-isms in findChris Rees2010-11-301-2/+2
* telnetd: write utmp record with correct pidDenys Vlasenko2010-11-301-1/+2
* ping: set not only IP_TTL, but also IP_MULTICAST_TTLDenys Vlasenko2010-11-291-2/+4