summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * patch: fix "patch at the beginning" testcase failureRob Landley2010-11-291-9/+14
| * exclude the case of just "busybox" from previous commitDenys Vlasenko2010-11-291-1/+1
| * if only one applet is enabled, make "busybox applet [params]" work as expectedDenys Vlasenko2010-11-291-29/+33
| * ping: add -t TTL optionJoachim Nilsson2010-11-285-91/+102
| * dhcpd: reply with NAK to clients in INIT-REBOOT state w/o existing leaseDenys Vlasenko2010-11-281-7/+11
| * use BB_EXECVP_or_die where appropriateDenys Vlasenko2010-11-283-6/+3
| * hush: move G_x_mode define to the more appropriate placeDenys Vlasenko2010-11-281-5/+5
| * Support set -o xtrace/noexec alternates for set -x/-nDan Fandrich2010-11-281-6/+14
| * hush: display useful help textDan Fandrich2010-11-281-2/+8
| * add a test for patch which we currently failDenys Vlasenko2010-11-282-0/+38
| * dhcpd: smaller code: do not look for REQUESTED_IP twiceDenys Vlasenko2010-11-281-26/+30
| * blkid: add TODODenys Vlasenko2010-11-251-0/+2
| * gen_build_files.sh: better commentDenys Vlasenko2010-11-251-3/+4
| * build system: fix for dashDenys Vlasenko2010-11-241-3/+6
| * Start 1.19.0 development cycleDenys Vlasenko2010-11-231-2/+2
| * Bump version to 1.18.01_18_0Denys Vlasenko2010-11-231-1/+1
| * date :add a comment about older toolchainsDenys Vlasenko2010-11-231-0/+1
| * fixes for bugs discovered by randomconfig builds and testsDenys Vlasenko2010-11-227-10/+26
| * fix misspelling in commentDenys Vlasenko2010-11-221-1/+1
| * hush: fix improper handling of newline and hash chars in few corner casesDenys Vlasenko2010-11-227-123/+160
| * nc: fix SEGV on -v when NC_EXTRA is offDenys Vlasenko2010-11-221-1/+1