Age | Commit message (Expand) | Author |
2010-12-05 | typo fix | Denys Vlasenko |
2010-12-05 | add if guards around include <malloc.h> | Denys Vlasenko |
2010-12-01 | libbb/pw_encrypt_sha: forgot to move &ctx to 1st param here in sha hash rework | Denys Vlasenko |
2010-12-01 | touch: fix help text to not show options disabled in .config | Denys Vlasenko |
2010-11-30 | su: suppress "warning: unused variable 'user_buf'" | Denys Vlasenko |
2010-11-30 | build system: do not use GNU-isms in find | Chris Rees |
2010-11-30 | telnetd: write utmp record with correct pid | Denys Vlasenko |
2010-11-29 | ping: set not only IP_TTL, but also IP_MULTICAST_TTL | Denys Vlasenko |
2010-11-29 | patch: fix "patch at the beginning" testcase failure | Rob Landley |
2010-11-29 | exclude the case of just "busybox" from previous commit | Denys Vlasenko |
2010-11-29 | if only one applet is enabled, make "busybox applet [params]" work as expected | Denys Vlasenko |
2010-11-28 | ping: add -t TTL option | Joachim Nilsson |
2010-11-28 | dhcpd: reply with NAK to clients in INIT-REBOOT state w/o existing lease | Denys Vlasenko |
2010-11-28 | use BB_EXECVP_or_die where appropriate | Denys Vlasenko |
2010-11-28 | hush: move G_x_mode define to the more appropriate place | Denys Vlasenko |
2010-11-28 | Support set -o xtrace/noexec alternates for set -x/-n | Dan Fandrich |
2010-11-28 | hush: display useful help text | Dan Fandrich |
2010-11-28 | add a test for patch which we currently fail | Denys Vlasenko |
2010-11-28 | dhcpd: smaller code: do not look for REQUESTED_IP twice | Denys Vlasenko |
2010-11-25 | blkid: add TODO | Denys Vlasenko |
2010-11-25 | gen_build_files.sh: better comment | Denys Vlasenko |
2010-11-24 | build system: fix for dash | Denys Vlasenko |
2010-11-23 | Start 1.19.0 development cycle | Denys Vlasenko |
2010-11-23 | Bump version to 1.18.01_18_0 | Denys Vlasenko |
2010-11-23 | date :add a comment about older toolchains | Denys Vlasenko |
2010-11-22 | fixes for bugs discovered by randomconfig builds and tests | Denys Vlasenko |
2010-11-22 | fix misspelling in comment | Denys Vlasenko |
2010-11-22 | hush: fix improper handling of newline and hash chars in few corner cases | Denys Vlasenko |
2010-11-22 | nc: fix SEGV on -v when NC_EXTRA is off | Denys Vlasenko |
2010-11-22 | inetd: if argv[0] is not specified, set it to program name | Mike Frysinger |
2010-11-22 | lineedit: fix tab-completion of filenames with spaces | Mike Shal |
2010-11-22 | patch: remove out-of-file build machinery | Denys Vlasenko |
2010-11-21 | gen_build_files.sh: restore deleted comment | Denys Vlasenko |
2010-11-21 | cmp: with -s, do not report open errors | Denys Vlasenko |
2010-11-21 | patch: simplify double list helpers | Denys Vlasenko |
2010-11-21 | patch: busyboxify by migrating from toybox to busybox helpers | Denys Vlasenko |
2010-11-16 | gen_build_files.sh: rewrite with sed | Mike Frysinger |
2010-11-16 | allow SKIP_STRIP to be set in the env | Mike Frysinger |
2010-11-16 | depmod.pl: add recursive sanity check | Mike Frysinger |
2010-11-15 | lineedit: create history files with mode 0600 | Wolfram Sang |
2010-11-14 | hush: add support for "set -o pipefail" | Denys Vlasenko |
2010-11-14 | hush: preparatory patch for set -o pipefail support | Denys Vlasenko |
2010-11-13 | libbb: remove unused variable | Lauri Kasanen |
2010-11-08 | deluser: do not warn spuriously when deleting group by deluser | Tito Ragusa |
2010-11-07 | delgroup: correct the check for users who still use the group | Denys Vlasenko |
2010-11-06 | typo fix | Denys Vlasenko |
2010-11-06 | deluser: 2nd attempt at deluser/delgroup size reduction and improvements | Tito Ragusa |
2010-11-06 | powertop: code shrink | Maksym Kryzhanovskyy |
2010-11-06 | Merge branch 'master' of git+ssh://busybox.net/var/lib/git/busybox | Denys Vlasenko |
2010-11-06 | ls: fix -lg to show group (was showing user) | Denys Vlasenko |