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 |
2010-09-06 |
Denys Vlasenko | shell: remove lash and bbsh |
commit | commitdiff | tree | snapshot |
2010-09-05 |
Denys Vlasenko | runit_lib: remove/inline a few more things |
commit | commitdiff | tree | snapshot |
2010-09-05 |
Dan Fandrich | tar: add a test for extraction of read-only directory |
commit | commitdiff | tree | snapshot |
2010-09-05 |
Cristian Ionescu... | remove redundant ENABLE_DESKTOP in procps/ps.c |
commit | commitdiff | tree | snapshot |
2010-09-05 |
Denys Vlasenko | hush: big reordering: move parser functions to the... |
commit | commitdiff | tree | snapshot |
2010-09-05 |
Denys Vlasenko | hush: rename o_quoted to has_quoted_part; small code... |
commit | commitdiff | tree | snapshot |
2010-09-05 |
Denys Vlasenko | hush: move variable expansion into a separate function... |
commit | commitdiff | tree | snapshot |
2010-09-05 |
Denys Vlasenko | hush: add support for ${var/pattern/repl}, conditional... |
commit | commitdiff | tree | snapshot |
2010-09-04 |
Denys Vlasenko | hush: optimize #[#] and %[%] for speed. size -2 bytes. |
commit | commitdiff | tree | snapshot |
2010-09-04 |
Denys Vlasenko | hush: fix handling of backslashes in variable assignment |
commit | commitdiff | tree | snapshot |
2010-09-04 |
Denys Vlasenko | lzop: fix misordered "v=NULL; free(v)", small code... |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Denys Vlasenko | fix false positive in testsuite/tar.tests |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Dan Fandrich | Fix some test cases |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Denys Vlasenko | ifupdown: %client%, not %clientid% |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Denys Vlasenko | lineedit: on tab completion, show filenames obly in... |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Denys Vlasenko | lineedit: allocate matchBuf only temporarily: saves... |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Denys Vlasenko | lineedit: de-indent large block in input_tab. No logic... |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Denys Vlasenko | lineedit: rename tmp -> chosen_match; small code shrink |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Denys Vlasenko | lineedit: stop using permanent int_buf[] (16k!): alloca... |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Denys Vlasenko | lineedit: remove pos_buf[] array (up to 16k!); fix... |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Denys Vlasenko | lineedit: return prefix len from tab completion helpers |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Denys Vlasenko | lineedit: clean up tab completion code (variable reuse... |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Denys Vlasenko | preparatory cleanup patch for tab completion fixes |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Denys Vlasenko | lineedit: small readability improvement (same code) |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Denys Vlasenko | lineedit: fix completion with Unicode chars |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Denys Vlasenko | lineedit: preparatory cleanup patch for Unicode complet... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Denys Vlasenko | libbb: xfunc_error_retval can be a byte |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Denys Vlasenko | uudecode,base64: code shrink |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Denys Vlasenko | better shared strings trick |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Denys Vlasenko | getty: small code shrink |
commit | commitdiff | tree | snapshot |
next |