aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* inetd: if argv[0] is not specified, set it to program nameMike Frysinger2010-11-221-0/+6
* lineedit: fix tab-completion of filenames with spacesMike Shal2010-11-221-22/+45
* patch: remove out-of-file build machineryDenys Vlasenko2010-11-224-31/+0
* gen_build_files.sh: restore deleted commentDenys Vlasenko2010-11-211-0/+1
* cmp: with -s, do not report open errorsDenys Vlasenko2010-11-211-4/+5
* patch: simplify double list helpersDenys Vlasenko2010-11-211-42/+32
* patch: busyboxify by migrating from toybox to busybox helpersDenys Vlasenko2010-11-212-162/+87
* gen_build_files.sh: rewrite with sedMike Frysinger2010-11-161-53/+47
* allow SKIP_STRIP to be set in the envMike Frysinger2010-11-161-1/+1
* depmod.pl: add recursive sanity checkMike Frysinger2010-11-161-0/+3
* lineedit: create history files with mode 0600Wolfram Sang2010-11-151-5/+7
* hush: add support for "set -o pipefail"Denys Vlasenko2010-11-143-23/+186