2010-10-12 |
Denys Vlasenko | tweaks to build system, mainly making menuconfig text... |
commit | commitdiff | tree | snapshot |
2010-10-11 |
Denys Vlasenko | remove findutils/.gitignore, top-level one covers it |
commit | commitdiff | tree | snapshot |
2010-10-09 |
Denys Vlasenko | tweak help text |
commit | commitdiff | tree | snapshot |
2010-10-08 |
Denys Vlasenko | fix help text punctuation |
commit | commitdiff | tree | snapshot |
2010-10-07 |
Denys Vlasenko | tweak usage texts |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Denys Vlasenko | dhcprelay: code shrink, and explain its workings a... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Denys Vlasenko | awk: code shrink |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Denys Vlasenko | awk: 00.123 is not a octal constant; neither is 009... |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Vladimir Dronnikov | sendmail: fix assumption that headers should have a... |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Richard Braun | tune2fs: implement -c and -i options |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Denys Vlasenko | *: whitespace fixes |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Denys Vlasenko | wc: add support for -m |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Denys Vlasenko | wc: preparatory patch, no logic changes |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Denys Vlasenko | man: add compatibility with man-db |
commit | commitdiff | tree | snapshot |
2010-10-03 |
Denys Vlasenko | ntpd: allow peer-less (standalone stratum 1 server... |
commit | commitdiff | tree | snapshot |
2010-10-03 |
Rob Landley | patch: tweaks |
commit | commitdiff | tree | snapshot |
2010-10-03 |
Denys Vlasenko | hush: remove "doesn't support brace expansion" from... |
commit | commitdiff | tree | snapshot |
2010-10-03 |
Denys Vlasenko | hush: remove brace expansion from TODO list in comments... |
commit | commitdiff | tree | snapshot |
2010-10-03 |
Denys Vlasenko | hush: small code shrink |
commit | commitdiff | tree | snapshot |
2010-10-03 |
Denys Vlasenko | hush: add brace expansion testcase |
commit | commitdiff | tree | snapshot |
2010-10-03 |
Denys Vlasenko | hush: implement brace expansion |
commit | commitdiff | tree | snapshot |
2010-10-03 |
Denys Vlasenko | hush: preparatory patch, no code changes |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Denys Vlasenko | grep: cap insane -B NUM values to MAX_INT / 8. Fixes... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Dan Fandrich | Marked some more applets NOEXEC/NOFORK |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Denys Vlasenko | free: document newly added options |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Denys Vlasenko | free: add -b/k/m/g options; remove 4 TB limitation... |
commit | commitdiff | tree | snapshot |
2010-09-30 |
Denys Vlasenko | halt/poweroff/reboot: unify help text |
commit | commitdiff | tree | snapshot |
2010-09-30 |
Denys Vlasenko | deluser: use the same licensing template in the header... |
commit | commitdiff | tree | snapshot |
2010-09-26 |
Souf Oued | acpid: add config file and map file |
commit | commitdiff | tree | snapshot |
2010-09-25 |
Vladislav Grishenko | udhcp: add support for 0x21 ROUTES and 0xf9 MS_STATIC_R... |
commit | commitdiff | tree | snapshot |
2010-09-25 |
Denys Vlasenko | style fix. no code chages |
commit | commitdiff | tree | snapshot |
2010-09-25 |
Denys Vlasenko | ash: fix signal and "set -e" interaction |
commit | commitdiff | tree | snapshot |
2010-09-25 |
Denys Vlasenko | modprobe-simple; do not error out on "rmmod module... |
commit | commitdiff | tree | snapshot |
2010-09-24 |
Denys Vlasenko | sleep: fix fractional arguments in non-POSIX locale |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Nguyễn Thái... | wget: flush output to network before receving reply |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Rob Landley | nbd-client: new applet |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Harald Becker | deluser: make it simpler, fix inability to delete user... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Denys Vlasenko | hush: use smaller EXP_FLAG_foo constants |
commit | commitdiff | tree | snapshot |
2010-09-19 |
Dan Fandrich | fix build failure for pmap |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Denys Vlasenko | shell/math: better comment. no code changes |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Denys Vlasenko | move read_base64 to libbb/uuencode.c |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Denys Vlasenko | libbb: merge mail and uudecode's base64 decoders |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Denys Vlasenko | hush: move shell_ver from globals to main's stack. |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Denys Vlasenko | simpler check for od |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Denys Vlasenko | build system: test that od is present in the host system |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Denys Vlasenko | shell/math: deconvolute and explain ?: handling. Give... |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Denys Vlasenko | shell/math: return string error indicator, not integer |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Denys Vlasenko | sleep: make it non-NOFORK. Fixes ^C in standalone shell |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Denys Vlasenko | shell/math.c: stop using bss variable |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Denys Vlasenko | shell/math.c: rename arith_eval_hooks to arith_state... |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Denys Vlasenko | shell/math.c: small code shrink; fixed incomprehensible... |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Denys Vlasenko | shell: small code shrink |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Denys Vlasenko | shell: shrink arith code; and prepare for returning... |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Denys Vlasenko | hush: optional support for history saving |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Denys Vlasenko | smemcap: use correct tar magic |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Marek Polacek | *: s/perror/bb_simple_perror_msg/g |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Dan Fandrich | Fixed a couple of failing tar tests |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Denys Vlasenko | busybox: add "busybox --list[-full]" to help text |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Denys Vlasenko | hush: move the EXIT trap comment. no code changes |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Denys Vlasenko | hush: fix EXIT trap display inside exit trap handler |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Denys Vlasenko | shell/match.c: shrink by dropping double bool inversion |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Denys Vlasenko | hush: fix handling of \" in quoted/unquoted `cmd` |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Denys Vlasenko | ash: shrink by folding an if check into setprompt;... |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Denys Vlasenko | ash: add missing casts to match CTLfoo; add TODO comments |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Denys Vlasenko | hush: remove forgotten commented-out block. no code... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Denys Vlasenko | hush: do fewer strdups in % and hash expansions |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Denys Vlasenko | hush: better function and parameter names |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Denys Vlasenko | hush: fixes to testsuite |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Denys Vlasenko | hush: fix var_bash5.tests failure |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Denys Vlasenko | hush: fix var_bash3.tests failure |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Denys Vlasenko | hush: remove useless ESC_GLOB_CHARS clears/resotres |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Denys Vlasenko | hush: fix a bug where expand_one_var wasn't restoring... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Denys Vlasenko | hush: make parse_dollar flag quited status regardless... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Denys Vlasenko | hush: simplification in parse_stream, parse_stream_dquoted |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Denys Vlasenko | hush: simplify parse_stream_dquoted |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Denys Vlasenko | hush: straighten out the logic in parse_stream |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Dan Fandrich | Avoid side effects in putc(), which may be implemented... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Denys Vlasenko | hush: eliminate redundant parameter of expand_vars_to_l... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Denys Vlasenko | hush: replace flag bytes in struct o_string with bit... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Denys Vlasenko | hush: remove unused enum typedef |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Denys Vlasenko | hush: fix set -- q w e; (IFS='' echo "$*"; IFS='';... |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Denys Vlasenko | nc: show help text on bad parameters |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Denys Vlasenko | lineedit: do not hang on error, but return error indicator. |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Denys Vlasenko | shell: unify endofname() in hush and ash |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Denys Vlasenko | hush: a few relatively trivial simplifications |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Denys Vlasenko | hush: style cleanups. no code changes |
commit | commitdiff | tree | snapshot |
2010-09-06 |
Denys Vlasenko | Again fix license line format |
commit | commitdiff | tree | snapshot |
2010-09-06 |
Denys Vlasenko | blockdev: code shrink |
commit | commitdiff | tree | snapshot |
2010-09-06 |
Denys Vlasenko | blockdev: make "blockdev --rereadpt /dev/sda EXTRA_ARG... |
commit | commitdiff | tree | snapshot |
2010-09-06 |
Denys Vlasenko | made 3 license strings to follow the usual form ("or... |
commit | commitdiff | tree | snapshot |
2010-09-06 |
Denys Vlasenko | blockdev: -2 bytes |
commit | commitdiff | tree | snapshot |
2010-09-06 |
Denys Vlasenko | tweak blockdev's help text |
commit | commitdiff | tree | snapshot |
2010-09-06 |
Denys Vlasenko | tweak udhcpd help text |
commit | commitdiff | tree | snapshot |
2010-09-06 |
Sergey Naumov | blockdev: new applet |
commit | commitdiff | tree | snapshot |
2010-09-06 |
Denys Vlasenko | hush: revert a recent buggy change which resulted in... |
commit | commitdiff | tree | snapshot |
2010-09-06 |
Denys Vlasenko | fix typo in comment |
commit | commitdiff | tree | snapshot |
2010-09-06 |
Denys Vlasenko | hush: fix another corner case with backslashes in heredocs |
commit | commitdiff | tree | snapshot |
2010-09-06 |
Denys Vlasenko | hush: fix backslash and terminator handling in <<[... |
commit | commitdiff | tree | snapshot |
2010-09-06 |
Denys Vlasenko | hush: fix globbing+backslashes in unquoted $var expansion |
commit | commitdiff | tree | snapshot |
2010-09-06 |
Denys Vlasenko | hush: remove disabled CMD_SINGLEWORD_NOGLOB_COND, renam... |
commit | commitdiff | tree | snapshot |
next |