aboutsummaryrefslogtreecommitdiff
path: root/arch (unfollow)
Commit message (Expand)AuthorFilesLines
2010-12-05pstree: fix width logic. +30 bytesLauri Kasanen1-28/+26
2010-12-05pstree: new applet. +1664 bytesLauri Kasanen3-0/+418
2010-12-05typo fixDenys Vlasenko1-1/+1
2010-12-05add if guards around include <malloc.h>Denys Vlasenko2-2/+10
2010-12-01libbb/pw_encrypt_sha: forgot to move &ctx to 1st param here in sha hash reworkDenys Vlasenko1-25/+25
2010-12-01touch: fix help text to not show options disabled in .configDenys Vlasenko5-25/+29
2010-11-30su: suppress "warning: unused variable 'user_buf'"Denys Vlasenko1-0/+2
2010-11-30build system: do not use GNU-isms in findChris Rees1-2/+2
2010-11-30telnetd: write utmp record with correct pidDenys Vlasenko1-1/+2
2010-11-29ping: set not only IP_TTL, but also IP_MULTICAST_TTLDenys Vlasenko1-2/+4
2010-11-29patch: fix "patch at the beginning" testcase failureRob Landley1-9/+14
2010-11-29exclude the case of just "busybox" from previous commitDenys Vlasenko1-1/+1
2010-11-29if only one applet is enabled, make "busybox applet [params]" work as expectedDenys Vlasenko1-29/+33
2010-11-28ping: add -t TTL optionJoachim Nilsson5-91/+102
2010-11-28dhcpd: reply with NAK to clients in INIT-REBOOT state w/o existing leaseDenys Vlasenko1-7/+11
2010-11-28use BB_EXECVP_or_die where appropriateDenys Vlasenko3-6/+3
2010-11-28hush: move G_x_mode define to the more appropriate placeDenys Vlasenko1-5/+5
2010-11-28Support set -o xtrace/noexec alternates for set -x/-nDan Fandrich1-6/+14
2010-11-28hush: display useful help textDan Fandrich1-2/+8
2010-11-28add a test for patch which we currently failDenys Vlasenko2-0/+38
2010-11-28dhcpd: smaller code: do not look for REQUESTED_IP twiceDenys Vlasenko1-26/+30
2010-11-25blkid: add TODODenys Vlasenko1-0/+2
2010-11-25gen_build_files.sh: better commentDenys Vlasenko1-3/+4
2010-11-24build system: fix for dashDenys Vlasenko1-3/+6
2010-11-23Start 1.19.0 development cycleDenys Vlasenko1-2/+2
2010-11-23Bump version to 1.18.01_18_0Denys Vlasenko1-1/+1
2010-11-23date :add a comment about older toolchainsDenys Vlasenko1-0/+1
2010-11-22fixes for bugs discovered by randomconfig builds and testsDenys Vlasenko7-10/+26
2010-11-22fix misspelling in commentDenys Vlasenko1-1/+1
2010-11-22hush: fix improper handling of newline and hash chars in few corner casesDenys Vlasenko7-123/+160
2010-11-22nc: fix SEGV on -v when NC_EXTRA is offDenys Vlasenko1-1/+1
2010-11-22inetd: if argv[0] is not specified, set it to program nameMike Frysinger1-0/+6
2010-11-22lineedit: fix tab-completion of filenames with spacesMike Shal1-22/+45
2010-11-22patch: remove out-of-file build machineryDenys Vlasenko4-31/+0
2010-11-21gen_build_files.sh: restore deleted commentDenys Vlasenko1-0/+1
2010-11-21cmp: with -s, do not report open errorsDenys Vlasenko1-4/+5
2010-11-21patch: simplify double list helpersDenys Vlasenko1-42/+32
2010-11-21patch: busyboxify by migrating from toybox to busybox helpersDenys Vlasenko2-162/+87
2010-11-16gen_build_files.sh: rewrite with sedMike Frysinger1-53/+47
2010-11-16allow SKIP_STRIP to be set in the envMike Frysinger1-1/+1
2010-11-16depmod.pl: add recursive sanity checkMike Frysinger1-0/+3
2010-11-15lineedit: create history files with mode 0600Wolfram Sang1-5/+7
2010-11-14hush: add support for "set -o pipefail"Denys Vlasenko3-23/+186
2010-11-14hush: preparatory patch for set -o pipefail supportDenys Vlasenko1-4/+5
2010-11-13libbb: remove unused variableLauri Kasanen1-4/+3
2010-11-08deluser: do not warn spuriously when deleting group by deluserTito Ragusa1-6/+14
2010-11-07delgroup: correct the check for users who still use the groupDenys Vlasenko1-12/+12
2010-11-06typo fixDenys Vlasenko2-2/+2
2010-11-06deluser: 2nd attempt at deluser/delgroup size reduction and improvementsTito Ragusa1-29/+70
2010-11-06powertop: code shrinkMaksym Kryzhanovskyy1-12/+13