platform/upstream/busybox.git
2010-10-04 Vladimir Dronnikovsendmail: fix assumption that headers should have a...
2010-10-04 Richard Brauntune2fs: implement -c and -i options
2010-10-04 Denys Vlasenko*: whitespace fixes
2010-10-04 Denys Vlasenkowc: add support for -m
2010-10-04 Denys Vlasenkowc: preparatory patch, no logic changes
2010-10-04 Denys Vlasenkoman: add compatibility with man-db
2010-10-03 Denys Vlasenkontpd: allow peer-less (standalone stratum 1 server...
2010-10-03 Rob Landleypatch: tweaks
2010-10-03 Denys Vlasenkohush: remove "doesn't support brace expansion" from...
2010-10-03 Denys Vlasenkohush: remove brace expansion from TODO list in comments...
2010-10-03 Denys Vlasenkohush: small code shrink
2010-10-03 Denys Vlasenkohush: add brace expansion testcase
2010-10-03 Denys Vlasenkohush: implement brace expansion
2010-10-03 Denys Vlasenkohush: preparatory patch, no code changes
2010-10-02 Denys Vlasenkogrep: cap insane -B NUM values to MAX_INT / 8. Fixes...
2010-10-01 Dan FandrichMarked some more applets NOEXEC/NOFORK
2010-10-01 Denys Vlasenkofree: document newly added options
2010-10-01 Denys Vlasenkofree: add -b/k/m/g options; remove 4 TB limitation...
2010-09-30 Denys Vlasenkohalt/poweroff/reboot: unify help text
2010-09-30 Denys Vlasenkodeluser: use the same licensing template in the header...
2010-09-26 Souf Ouedacpid: add config file and map file
2010-09-25 Vladislav Grishenkoudhcp: add support for 0x21 ROUTES and 0xf9 MS_STATIC_R...
2010-09-25 Denys Vlasenkostyle fix. no code chages
2010-09-25 Denys Vlasenkoash: fix signal and "set -e" interaction
2010-09-25 Denys Vlasenkomodprobe-simple; do not error out on "rmmod module...
2010-09-24 Denys Vlasenkosleep: fix fractional arguments in non-POSIX locale
2010-09-23 Nguyễn Thái... wget: flush output to network before receving reply
2010-09-23 Rob Landleynbd-client: new applet
2010-09-22 Harald Beckerdeluser: make it simpler, fix inability to delete user...
2010-09-21 Denys Vlasenkohush: use smaller EXP_FLAG_foo constants
2010-09-19 Dan Fandrichfix build failure for pmap
2010-09-17 Denys Vlasenkoshell/math: better comment. no code changes
2010-09-16 Denys Vlasenkomove read_base64 to libbb/uuencode.c
2010-09-16 Denys Vlasenkolibbb: merge mail and uudecode's base64 decoders
2010-09-16 Denys Vlasenkohush: move shell_ver from globals to main's stack.
2010-09-16 Denys Vlasenkosimpler check for od
2010-09-16 Denys Vlasenkobuild system: test that od is present in the host system
2010-09-16 Denys Vlasenkoshell/math: deconvolute and explain ?: handling. Give...
2010-09-15 Denys Vlasenkoshell/math: return string error indicator, not integer
2010-09-14 Denys Vlasenkosleep: make it non-NOFORK. Fixes ^C in standalone shell
2010-09-13 Denys Vlasenkoshell/math.c: stop using bss variable
2010-09-13 Denys Vlasenkoshell/math.c: rename arith_eval_hooks to arith_state...
2010-09-13 Denys Vlasenkoshell/math.c: small code shrink; fixed incomprehensible...
2010-09-12 Denys Vlasenkoshell: small code shrink
2010-09-12 Denys Vlasenkoshell: shrink arith code; and prepare for returning...
2010-09-12 Denys Vlasenkohush: optional support for history saving
2010-09-12 Denys Vlasenkosmemcap: use correct tar magic
2010-09-12 Marek Polacek*: s/perror/bb_simple_perror_msg/g
2010-09-12 Dan FandrichFixed a couple of failing tar tests
2010-09-12 Denys Vlasenkobusybox: add "busybox --list[-full]" to help text
2010-09-12 Denys Vlasenkohush: move the EXIT trap comment. no code changes
2010-09-12 Denys Vlasenkohush: fix EXIT trap display inside exit trap handler
2010-09-12 Denys Vlasenkoshell/match.c: shrink by dropping double bool inversion
2010-09-12 Denys Vlasenkohush: fix handling of \" in quoted/unquoted `cmd`
2010-09-12 Denys Vlasenkoash: shrink by folding an if check into setprompt;...
2010-09-12 Denys Vlasenkoash: add missing casts to match CTLfoo; add TODO comments
2010-09-10 Denys Vlasenkohush: remove forgotten commented-out block. no code...
2010-09-10 Denys Vlasenkohush: do fewer strdups in % and hash expansions
2010-09-10 Denys Vlasenkohush: better function and parameter names
2010-09-10 Denys Vlasenkohush: fixes to testsuite
2010-09-10 Denys Vlasenkohush: fix var_bash5.tests failure
2010-09-10 Denys Vlasenkohush: fix var_bash3.tests failure
2010-09-10 Denys Vlasenkohush: remove useless ESC_GLOB_CHARS clears/resotres
2010-09-09 Denys Vlasenkohush: fix a bug where expand_one_var wasn't restoring...
2010-09-09 Denys Vlasenkohush: make parse_dollar flag quited status regardless...
2010-09-09 Denys Vlasenkohush: simplification in parse_stream, parse_stream_dquoted
2010-09-09 Denys Vlasenkohush: simplify parse_stream_dquoted
2010-09-09 Denys Vlasenkohush: straighten out the logic in parse_stream
2010-09-09 Dan FandrichAvoid side effects in putc(), which may be implemented...
2010-09-08 Denys Vlasenkohush: eliminate redundant parameter of expand_vars_to_l...
2010-09-08 Denys Vlasenkohush: replace flag bytes in struct o_string with bit...
2010-09-08 Denys Vlasenkohush: remove unused enum typedef
2010-09-08 Denys Vlasenkohush: fix set -- q w e; (IFS='' echo "$*"; IFS='';...
2010-09-07 Denys Vlasenkonc: show help text on bad parameters
2010-09-07 Denys Vlasenkolineedit: do not hang on error, but return error indicator.
2010-09-07 Denys Vlasenkoshell: unify endofname() in hush and ash
2010-09-07 Denys Vlasenkohush: a few relatively trivial simplifications
2010-09-07 Denys Vlasenkohush: style cleanups. no code changes
2010-09-06 Denys VlasenkoAgain fix license line format
2010-09-06 Denys Vlasenkoblockdev: code shrink
2010-09-06 Denys Vlasenkoblockdev: make "blockdev --rereadpt /dev/sda EXTRA_ARG...
2010-09-06 Denys Vlasenkomade 3 license strings to follow the usual form ("or...
2010-09-06 Denys Vlasenkoblockdev: -2 bytes
2010-09-06 Denys Vlasenkotweak blockdev's help text
2010-09-06 Denys Vlasenkotweak udhcpd help text
2010-09-06 Sergey Naumovblockdev: new applet
2010-09-06 Denys Vlasenkohush: revert a recent buggy change which resulted in...
2010-09-06 Denys Vlasenkofix typo in comment
2010-09-06 Denys Vlasenkohush: fix another corner case with backslashes in heredocs
2010-09-06 Denys Vlasenkohush: fix backslash and terminator handling in <<[...
2010-09-06 Denys Vlasenkohush: fix globbing+backslashes in unquoted $var expansion
2010-09-06 Denys Vlasenkohush: remove disabled CMD_SINGLEWORD_NOGLOB_COND, renam...
2010-09-06 Denys Vlasenkoshell: remove lash and bbsh
2010-09-05 Denys Vlasenkorunit_lib: remove/inline a few more things
2010-09-05 Dan Fandrichtar: add a test for extraction of read-only directory
2010-09-05 Cristian Ionescu... remove redundant ENABLE_DESKTOP in procps/ps.c
2010-09-05 Denys Vlasenkohush: big reordering: move parser functions to the...
2010-09-05 Denys Vlasenkohush: rename o_quoted to has_quoted_part; small code...
2010-09-05 Denys Vlasenkohush: move variable expansion into a separate function...
2010-09-05 Denys Vlasenkohush: add support for ${var/pattern/repl}, conditional...
next