aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2010-12-01touch: fix help text to not show options disabled in .configDenys Vlasenko
2010-11-30su: suppress "warning: unused variable 'user_buf'"Denys Vlasenko
2010-11-30build system: do not use GNU-isms in findChris Rees
2010-11-30telnetd: write utmp record with correct pidDenys Vlasenko
2010-11-29ping: set not only IP_TTL, but also IP_MULTICAST_TTLDenys Vlasenko
2010-11-29patch: fix "patch at the beginning" testcase failureRob Landley
2010-11-29exclude the case of just "busybox" from previous commitDenys Vlasenko
2010-11-29if only one applet is enabled, make "busybox applet [params]" work as expectedDenys Vlasenko
2010-11-28ping: add -t TTL optionJoachim Nilsson
2010-11-28dhcpd: reply with NAK to clients in INIT-REBOOT state w/o existing leaseDenys Vlasenko
2010-11-28use BB_EXECVP_or_die where appropriateDenys Vlasenko
2010-11-28hush: move G_x_mode define to the more appropriate placeDenys Vlasenko