Age | Commit message (Expand) | Author |
2010-10-04 | wc: add support for -m | Denys Vlasenko |
2010-10-04 | wc: preparatory patch, no logic changes | Denys Vlasenko |
2010-10-04 | man: add compatibility with man-db | Denys Vlasenko |
2010-10-04 | ntpd: allow peer-less (standalone stratum 1 server) operation | Denys Vlasenko |
2010-10-04 | patch: tweaks | Rob Landley |
2010-10-04 | hush: remove "doesn't support brace expansion" from config help text | Denys Vlasenko |
2010-10-03 | hush: remove brace expansion from TODO list in comments. No code changes. | Denys Vlasenko |
2010-10-03 | hush: small code shrink | Denys Vlasenko |
2010-10-03 | hush: add brace expansion testcase | Denys Vlasenko |
2010-10-03 | hush: implement brace expansion | Denys Vlasenko |
2010-10-03 | hush: preparatory patch, no code changes | Denys Vlasenko |
2010-10-02 | grep: cap insane -B NUM values to MAX_INT / 8. Fixes bug 2653. | Denys Vlasenko |
2010-10-01 | Marked some more applets NOEXEC/NOFORK | Dan Fandrich |
2010-10-01 | free: document newly added options | Denys Vlasenko |
2010-10-01 | free: add -b/k/m/g options; remove 4 TB limitation. +100 bytes | Denys Vlasenko |
2010-09-30 | halt/poweroff/reboot: unify help text | Denys Vlasenko |
2010-09-30 | deluser: use the same licensing template in the header as other files do | Denys Vlasenko |
2010-09-26 | acpid: add config file and map file | Souf Oued |
2010-09-26 | udhcp: add support for 0x21 ROUTES and 0xf9 MS_STATIC_ROUTES options | Vladislav Grishenko |
2010-09-25 | style fix. no code chages | Denys Vlasenko |
2010-09-25 | ash: fix signal and "set -e" interaction | Denys Vlasenko |
2010-09-25 | modprobe-simple; do not error out on "rmmod module" if module is unloaded ok | Denys Vlasenko |
2010-09-24 | sleep: fix fractional arguments in non-POSIX locale | Denys Vlasenko |
2010-09-23 | wget: flush output to network before receving reply | Nguyễn Thái Ngọc Duy |
2010-09-23 | nbd-client: new applet | Rob Landley |
2010-09-22 | deluser: make it simpler, fix inability to delete user from group | Harald Becker |
2010-09-21 | hush: use smaller EXP_FLAG_foo constants | Denys Vlasenko |
2010-09-19 | fix build failure for pmap | Dan Fandrich |
2010-09-17 | shell/math: better comment. no code changes | Denys Vlasenko |
2010-09-16 | move read_base64 to libbb/uuencode.c | Denys Vlasenko |
2010-09-16 | libbb: merge mail and uudecode's base64 decoders | Denys Vlasenko |
2010-09-16 | hush: move shell_ver from globals to main's stack. | Denys Vlasenko |
2010-09-16 | simpler check for od | Denys Vlasenko |
2010-09-16 | build system: test that od is present in the host system | Denys Vlasenko |
2010-09-16 | shell/math: deconvolute and explain ?: handling. Give better error message | Denys Vlasenko |
2010-09-15 | shell/math: return string error indicator, not integer | Denys Vlasenko |
2010-09-14 | sleep: make it non-NOFORK. Fixes ^C in standalone shell | Denys Vlasenko |
2010-09-13 | shell/math.c: stop using bss variable | Denys Vlasenko |
2010-09-13 | shell/math.c: rename arith_eval_hooks to arith_state, put error code into it | Denys Vlasenko |
2010-09-13 | shell/math.c: small code shrink; fixed incomprehensible comments | Denys Vlasenko |
2010-09-13 | shell: small code shrink | Denys Vlasenko |
2010-09-13 | shell: shrink arith code; and prepare for returning text error codes | Denys Vlasenko |
2010-09-12 | hush: optional support for history saving | Denys Vlasenko |
2010-09-12 | smemcap: use correct tar magic | Denys Vlasenko |
2010-09-12 | *: s/perror/bb_simple_perror_msg/g | Marek Polacek |
2010-09-12 | Fixed a couple of failing tar tests | Dan Fandrich |
2010-09-12 | busybox: add "busybox --list[-full]" to help text | Denys Vlasenko |
2010-09-12 | hush: move the EXIT trap comment. no code changes | Denys Vlasenko |
2010-09-12 | hush: fix EXIT trap display inside exit trap handler | Denys Vlasenko |
2010-09-12 | shell/match.c: shrink by dropping double bool inversion | Denys Vlasenko |