hush: stop doing manual acounting of open fd's, kernel can do it for us
[oweals/busybox.git] / shell /
2007-10-01 Denis Vlasenkohush: stop doing manual acounting of open fd's, kernel...
2007-09-30 Denis Vlasenkointroduce and use close_on_exec_on(fd). -50 bytes.
2007-09-28 Denis Vlasenkofix "if (p) free(p)" constructs
2007-09-27 Denis Vlasenkointroduce bb_putchar(). saves ~1800 on uclibc (less...
2007-09-24 Denis Vlasenkoash: fix prompt expansion (Natanael Copa <natanael...
2007-09-24 Denis Vlasenko*: kill bb_get_last_path_component, replace with two...
2007-09-21 Denis Vlasenkoash: remove erroneously applied patch
2007-09-21 Denis Vlasenkohttpd: optional support for partial downloads
2007-09-21 Denis Vlasenkoash: s/int/smallint/. -60 bytes.
2007-09-07 Denis Vlasenko*: replace select-for-one descriptor with poll, it...
2007-08-19 Denis Vlasenkolibbb,crond,lash: fix getopt32 (don't know how it manag...
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-07-29 Denis Vlasenkoash: comment non-obvious code part
2007-07-21 Denis Vlasenkostyle fix (stray space before ';')
2007-07-18 Denis Vlasenkoash: fix SEGV in forkchild (jp can be NULL). here docum...
2007-07-15 Denis Vlasenkoash: make "jobs | cat" work like in bash (was giving...
2007-07-14 Denis Vlasenkoash: small size optimization
2007-07-14 Denis Vlasenkoash: recognize -l as --login equivalent; do not recogni...
2007-07-14 Denis Vlasenkoash: fix for buglet in DEBUG code (Nguyen Thai Ngoc...
2007-06-25 Denis Vlasenkodevfsd: fix formatting (Tito <farmatito@tiscali.it>)
2007-06-25 Denis VlasenkoConsolidate ARRAY_SIZE macro; remove one unneeded globa...
2007-06-21 Denis Vlasenkotest: shrink a bit
2007-06-13 Denis Vlasenko*: BB_BANNER -> bb_banner (it is not a const or #define)!
2007-06-13 Denis Vlasenkohush: fix read builtin to not read ahead past eol and...
2007-06-12 Denis Vlasenkoremove nearly-duplicate PATHs in several places
2007-06-12 Denis VlasenkoA few more string duplicates found & eliminated
2007-06-08 Denis Vlasenkomake busybox --install work even if /proc/self/exe...
2007-06-08 Denis Vlasenkohush: add missing dependencies (Maxime Bizon <mbizon...
2007-05-31 Denis Vlasenkouse "glibc errno" trick not only for ash, but for entir...
2007-05-30 Denis Vlasenkohush: trivial buglet found by randomconfig testing
2007-05-30 Denis Vlasenkowhitespace fixes
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-05-26 Denis Vlasenkoxpipe: introduce (saves ~170 bytes)
2007-05-25 Denis Vlasenkohush: fix 'echo abc`sleep 5`def' + Ctrl-Z and Ctrl...
2007-05-25 Denis Vlasenkohush: avoid duplicating HUSH_VERSION
2007-05-25 Denis Vlasenkohush: micro-optimization in new variable code
2007-05-25 Denis Vlasenkohush: we can't do without variable->value member, savin...
2007-05-25 Denis Vlasenkohush: rework variable storage and environment handling.
2007-05-24 Denis Vlasenkohush: update README with yet another failure case
2007-05-24 Denis Vlasenkohush: fix segfaulting syntax error in interactive hush
2007-05-24 Denis Vlasenkohush: improve 2 testsuite tests
2007-05-24 Denis Vlasenkohush: add 2 tests for correct syntax error reporting
2007-05-24 Denis Vlasenkohush: fix handling of unmatched ${name (without closin...
2007-05-23 Denis Vlasenkohush: make syntax error messages a bit more useful
2007-05-23 Denis Vlasenkohush: prepare testsuite for new, fixed error message...
2007-05-23 Denis Vlasenkohush: fix job control with eval /bin/external_prog
2007-05-23 Denis Vlasenkohush: fix a bit different instance of "No EOL" bug,
2007-05-23 Denis Vlasenkofix execute bit on hush-misc/shift.tests
2007-05-21 Denis Vlasenkohush: add 3 CONFIG_xxx, allowing for smaller and less...
2007-05-21 Denis Vlasenkoshells: update README and testsuite. environment memory...
2007-05-21 Denis Vlasenkohush: using smallints where we can. save ~20 bytes...
2007-05-20 Denis Vlasenkohush: fix shift + $0 bug; add testcase
2007-05-20 Denis Vlasenkohush: trivial size optimization
2007-05-20 Denis Vlasenkohush: make process substitution configurable; add a...
2007-05-20 Denis Vlasenkoash: implement type -p, costs less than 10 bytes
2007-05-18 Denis Vlasenkocttyhack: new applet.
2007-05-17 Denis Vlasenkoseveral *.c files:
2007-05-17 Denis Vlasenkohush: do "struct globals" trick. hush.o data+bss =...
2007-05-17 Denis Vlasenkohush: consolidated variable expansion for assignments...
2007-05-17 Denis Vlasenkomore compile fixes from randomconfig run
2007-05-16 Denis Vlasenkohush: take care of several easy FIXMEs. -228 bytes.
2007-05-16 Denis Vlasenkohush: another microscopic typo fix
2007-05-16 Denis Vlasenkohush: fix English in comment
2007-05-16 Denis Vlasenkohush: simplify read builtin; fix set_local_var (misplac...
2007-05-16 Denis Vlasenkohush: fix expansion of quoted $VAR, $* and $@
2007-05-16 Denis Vlasenkohush: fix incorrect processing of echo "'$var'".
2007-05-14 Denis Vlasenkohush: move testsuite files from hush-bugs to hush-parsing
2007-05-14 Denis Vlasenkohush: more fixes to variable expansion, more testcases
2007-05-14 Denis Vlasenkohush: move towards more correct variable expansion
2007-05-13 Denis Vlasenkohush: fix '{ false; echo $?; }' bug.
2007-05-11 Denis Vlasenkohush: reinstate hush_test, add testcases for process...
2007-05-11 Denis Vlasenkohush: fix bug in interactive shell introduced yesterday
2007-05-10 Denis Vlasenkohush: fix "unterminated last line loops forever" bug
2007-05-10 Denis Vlasenkohush: fix recent breakage (VAR=VAL stopped working)
2007-05-09 Denis Vlasenkomsh: fix obscure case with backticks and closed fd 1
2007-05-08 Denis Vlasenkotail: fix SEGV on "tail -N"
2007-05-06 Denis Vlasenkohush: fix double-free in "echo TEST &"
2007-05-05 Denis Vlasenkohush: stop generating extra empty pipes in parse stage.
2007-05-05 Denis Vlasenkohush: preparatory patch for removing extra empty pipes...
2007-05-04 Denis Vlasenkohush: fix "while true; do true; done" + ctrl-z
2007-05-04 Denis Vlasenkoapplets: fix compile-time warning
2007-05-04 Denis Vlasenkohush: add parse tree debug print
2007-05-03 Denis Vlasenkohush: fix "true | exit 3; echo $?" bug
2007-05-02 Denis Vlasenkohush: remove env builtin (it is buggy). Add comments
2007-05-02 Denis Vlasenkohush: simplify debugging prints a little bit
2007-05-02 Denis Vlasenkohush: add debugging for tracing execution,
2007-05-02 Denis Vlasenkohush: fix incorrect exitcodes without job control
2007-04-29 Denis Vlasenkoash,kill: use common code for kill applet/builtin
2007-04-28 Denis Vlasenkoash: fix infinite loop on exit if tty is not there...
2007-04-28 Denis Vlasenkohush: make job control and interactiveness configurable...
2007-04-28 Denis Vlasenkohush: make job control and interactiveness configurable...
2007-04-28 Denis Vlasenkohush: make hush properly detect EOF on stdin (even...
2007-04-28 Denis Vlasenkohush: add Ctrl-C handling to nofork case
2007-04-28 Denis Vlasenkohush: better signal handling across ctrl-z
2007-04-28 Denis Vlasenkohush: fix nofork + ctrl-Z clobbering of globals
2007-04-28 Denis Vlasenkohush: add ctrl-Z handling for nofork'ed case
2007-04-21 Denis Vlasenkohush: make Ctrl-Z work (at least sometimes)
2007-04-21 Denis Vlasenkohust: add a comment
2007-04-21 Denis Vlasenkohush: fix more backgrounding bugs. Plenty of them remai...
next