aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2010-11-28Support set -o xtrace/noexec alternates for set -x/-nDan Fandrich
2010-11-28hush: display useful help textDan Fandrich
2010-11-28add a test for patch which we currently failDenys Vlasenko
2010-11-28dhcpd: smaller code: do not look for REQUESTED_IP twiceDenys Vlasenko
2010-11-25blkid: add TODODenys Vlasenko
2010-11-25gen_build_files.sh: better commentDenys Vlasenko
2010-11-24build system: fix for dashDenys Vlasenko
2010-11-23Start 1.19.0 development cycleDenys Vlasenko
2010-11-23Bump version to 1.18.0Denys Vlasenko
2010-11-23date :add a comment about older toolchainsDenys Vlasenko
2010-11-22fixes for bugs discovered by randomconfig builds and testsDenys Vlasenko
2010-11-22fix misspelling in commentDenys Vlasenko
2010-11-22hush: fix improper handling of newline and hash chars in few corner casesDenys Vlasenko
2010-11-22nc: fix SEGV on -v when NC_EXTRA is offDenys Vlasenko
2010-11-22inetd: if argv[0] is not specified, set it to program nameMike Frysinger
2010-11-22lineedit: fix tab-completion of filenames with spacesMike Shal
2010-11-22patch: remove out-of-file build machineryDenys Vlasenko
2010-11-21gen_build_files.sh: restore deleted commentDenys Vlasenko
2010-11-21cmp: with -s, do not report open errorsDenys Vlasenko
2010-11-21patch: simplify double list helpersDenys Vlasenko
2010-11-21patch: busyboxify by migrating from toybox to busybox helpersDenys Vlasenko
2010-11-16gen_build_files.sh: rewrite with sedMike Frysinger
2010-11-16allow SKIP_STRIP to be set in the envMike Frysinger
2010-11-16depmod.pl: add recursive sanity checkMike Frysinger
2010-11-15lineedit: create history files with mode 0600Wolfram Sang
2010-11-14hush: add support for "set -o pipefail"Denys Vlasenko
2010-11-14hush: preparatory patch for set -o pipefail supportDenys Vlasenko
2010-11-13libbb: remove unused variableLauri Kasanen
2010-11-08deluser: do not warn spuriously when deleting group by deluserTito Ragusa