aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-09-30deluser: use the same licensing template in the header as other files doDenys Vlasenko
2010-09-26acpid: add config file and map fileSouf Oued
2010-09-26udhcp: add support for 0x21 ROUTES and 0xf9 MS_STATIC_ROUTES optionsVladislav Grishenko
2010-09-25style fix. no code chagesDenys Vlasenko
2010-09-25ash: fix signal and "set -e" interactionDenys Vlasenko
2010-09-25modprobe-simple; do not error out on "rmmod module" if module is unloaded okDenys Vlasenko
2010-09-24sleep: fix fractional arguments in non-POSIX localeDenys Vlasenko
2010-09-23wget: flush output to network before receving replyNguyễn Thái Ngọc Duy
2010-09-23nbd-client: new appletRob Landley
2010-09-22deluser: make it simpler, fix inability to delete user from groupHarald Becker
2010-09-21hush: use smaller EXP_FLAG_foo constantsDenys Vlasenko
2010-09-19fix build failure for pmapDan Fandrich
2010-09-17shell/math: better comment. no code changesDenys Vlasenko
2010-09-16move read_base64 to libbb/uuencode.cDenys Vlasenko
2010-09-16libbb: merge mail and uudecode's base64 decodersDenys Vlasenko
2010-09-16hush: move shell_ver from globals to main's stack.Denys Vlasenko
2010-09-16simpler check for odDenys Vlasenko
2010-09-16build system: test that od is present in the host systemDenys Vlasenko
2010-09-16shell/math: deconvolute and explain ?: handling. Give better error messageDenys Vlasenko
2010-09-15shell/math: return string error indicator, not integerDenys Vlasenko
2010-09-14sleep: make it non-NOFORK. Fixes ^C in standalone shellDenys Vlasenko
2010-09-13shell/math.c: stop using bss variableDenys Vlasenko
2010-09-13shell/math.c: rename arith_eval_hooks to arith_state, put error code into itDenys Vlasenko
2010-09-13shell/math.c: small code shrink; fixed incomprehensible commentsDenys Vlasenko
2010-09-13shell: small code shrinkDenys Vlasenko
2010-09-13shell: shrink arith code; and prepare for returning text error codesDenys Vlasenko
2010-09-12hush: optional support for history savingDenys Vlasenko
2010-09-12smemcap: use correct tar magicDenys Vlasenko
2010-09-12*: s/perror/bb_simple_perror_msg/gMarek Polacek
2010-09-12Fixed a couple of failing tar testsDan Fandrich
2010-09-12busybox: add "busybox --list[-full]" to help textDenys Vlasenko
2010-09-12hush: move the EXIT trap comment. no code changesDenys Vlasenko
2010-09-12hush: fix EXIT trap display inside exit trap handlerDenys Vlasenko
2010-09-12shell/match.c: shrink by dropping double bool inversionDenys Vlasenko
2010-09-12hush: fix handling of \" in quoted/unquoted `cmd`Denys Vlasenko
2010-09-12ash: shrink by folding an if check into setprompt; unindent big blockDenys Vlasenko
2010-09-12ash: add missing casts to match CTLfoo; add TODO commentsDenys Vlasenko
2010-09-10hush: remove forgotten commented-out block. no code changesDenys Vlasenko
2010-09-10hush: do fewer strdups in % and hash expansionsDenys Vlasenko
2010-09-10hush: better function and parameter namesDenys Vlasenko
2010-09-10hush: fixes to testsuiteDenys Vlasenko
2010-09-10hush: fix var_bash5.tests failureDenys Vlasenko
2010-09-10hush: fix var_bash3.tests failureDenys Vlasenko
2010-09-10hush: remove useless ESC_GLOB_CHARS clears/resotresDenys Vlasenko
2010-09-09hush: fix a bug where expand_one_var wasn't restoring 1st char of the encoded...Denys Vlasenko
2010-09-09hush: make parse_dollar flag quited status regardless of glob escaping statusDenys Vlasenko
2010-09-09hush: simplification in parse_stream, parse_stream_dquotedDenys Vlasenko
2010-09-09hush: simplify parse_stream_dquotedDenys Vlasenko
2010-09-09hush: straighten out the logic in parse_streamDenys Vlasenko
2010-09-09Avoid side effects in putc(), which may be implemented as a macroDan Fandrich