Age | Commit message (Expand) | Author |
2008-05-18 | ash: more of -Wall fixes | Denis Vlasenko |
2008-05-15 | more of -Wall fixes from Cristian Ionescu-Idbohrn. | Denis Vlasenko |
2008-05-06 | ash: make set -o and set +o work as in dash/bash. | Denis Vlasenko |
2008-04-14 | ash: fix breakage introduced in rev 21481. | Denis Vlasenko |
2008-04-13 | ash: speed up NOFORK code in ash by eliminating second find_applet(). | Denis Vlasenko |
2008-04-12 | ash: add FEATURE_SH_NOFORK support | Denis Vlasenko |
2008-04-12 | ash: do not do find_applet() twice in shellexec/tryexec | Denis Vlasenko |
2008-04-01 | shells: do not frocibly enable test, echo and kill _applets_, | Denis Vlasenko |
2008-03-25 | ash: support for && and || in [[ expr ]]; add testsuite checks | Denis Vlasenko |
2008-03-25 | ash: comment about [[; code style fixes. No code changes. | Denis Vlasenko |
2008-03-25 | ash: optional bash-like pattern subst and substring opts | Denis Vlasenko |
2008-03-25 | ash: add read -u; fix read -t and read -n; add testsuite entries. | Denis Vlasenko |
2008-03-17 | *: fix fallout from -Wunused-parameter | Denis Vlasenko |
2008-03-17 | *: add -Wunused-parameter; fix resulting breakage | Denis Vlasenko |
2008-03-17 | libbb: introduce and use sigprocmask_allsigs and sigaction_set. | Denis Vlasenko |
2008-03-12 | libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set | Denis Vlasenko |
2008-02-27 | *: add optimization barrier to all "G trick" locations | Denis Vlasenko |
2008-02-21 | ash: s/ckzmalloc/ckzalloc/ | Denis Vlasenko |
2008-02-21 | ash: sprinkle a bit more of zeroed allocations. | Denis Vlasenko |
2008-02-20 | libbb: introduce and use nonblock_safe_read(). Yay! | Denis Vlasenko |
2008-02-20 | ash: introduce and use stzalloc and ckzalloc. | Denis Vlasenko |
2008-02-19 | ash: fix fallout from "A=1 B=$A; echo $B" code. | Denis Vlasenko |
2008-02-17 | whitespace fixes | Denis Vlasenko |
2008-02-15 | ash: handle "A=1 A=2 B=$A; echo $B". closes bug 947. | Denis Vlasenko |
2008-02-14 | ash: explain why "set -o BOGUS" doesn't abort | Denis Vlasenko |
2008-02-14 | ash: make ash -c 'if set -o barfoo 2>/dev/null; then echo foo; else echo bar;... | Denis Vlasenko |
2008-02-12 | ash: fix warning about _GNU_SOURCE being redefined, fix typo in comment. | Denis Vlasenko |
2008-02-10 | ash: fix "orwell bug" 1984. Testcase: | Denis Vlasenko |
2008-02-03 | ash: readability enhancement, no code changes | Denis Vlasenko |
2008-01-29 | ash: code readability enhancements, no real code changes | Denis Vlasenko |
2008-01-28 | *: tidy up usage of char **environ | Denis Vlasenko |
2008-01-02 | libbb: introduce and use safe_waitpid (loops in EINTR) | Denis Vlasenko |
2007-12-21 | fix buglets found by randomconfig | Denis Vlasenko |
2007-12-16 | ash: reduce global data/bss usage | Denis Vlasenko |
2007-12-09 | lineedit: don't violate API if we do simple fgets | Denis Vlasenko |
2007-11-28 | reorganize applet table. Eliminates pointers to names. | Denis Vlasenko |
2007-11-26 | ash: make code simpler, and do not do close(-1) - it's rude | Denis Vlasenko |
2007-11-24 | remove echo_main -> bb_echo indirection | Denis Vlasenko |
2007-11-22 | ash: fix bug where redirection of closed fd was leaving it open afterwards. | Denis Vlasenko |
2007-10-29 | ash: if tcgetattr(stdin) fails, don't mess with tcsetattr | Denis Vlasenko |
2007-10-20 | read_line_input: fix it to not do any fancy editing if echoing is disabled. | Denis Vlasenko |
2007-10-17 | ash: use fdprintf, not dprintf. | Denis Vlasenko |
2007-10-11 | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko |
2007-10-10 | get rid of global "struct bb_applet *current_applet" | Denis Vlasenko |
2007-10-07 | ash: revert "cat | jobs" fix, it causes more problems than good | Denis Vlasenko |
2007-09-30 | introduce and use close_on_exec_on(fd). -50 bytes. | Denis Vlasenko |
2007-09-28 | fix "if (p) free(p)" constructs | Denis Vlasenko |
2007-09-24 | ash: fix prompt expansion (Natanael Copa <natanael.copa@gmail.com>) | Denis Vlasenko |
2007-09-21 | ash: remove erroneously applied patch | Denis Vlasenko |
2007-09-21 | httpd: optional support for partial downloads | Denis Vlasenko |