| Commit message (Expand) | Author | Age | Files | Lines |
* | msh: fix the case where the file has exec bit but can't be run directly | Denis Vlasenko | 2008-05-30 | 5 | -6/+21 |
* | hush: make it ignore SIGINT etc in a config wich has no job control | Denis Vlasenko | 2008-05-25 | 1 | -11/+13 |
* | - use STD*_FILENO some more. No object-code changes | Bernhard Reutner-Fischer | 2008-05-19 | 2 | -4/+4 |
* | - use EXIT_{SUCCESS,FAILURE}. No object-code changes | Bernhard Reutner-Fischer | 2008-05-19 | 7 | -12/+12 |
* | ash: more of -Wall fixes | Denis Vlasenko | 2008-05-18 | 1 | -16/+16 |
* | more of -Wall fixes from Cristian Ionescu-Idbohrn. | Denis Vlasenko | 2008-05-15 | 1 | -6/+9 |
* | fix by Jie Zhang for exit status and POSIX compliance: | Mike Frysinger | 2008-05-14 | 1 | -1/+1 |
* | ash: make set -o and set +o work as in dash/bash. | Denis Vlasenko | 2008-05-06 | 1 | -7/+9 |
* | trivial fixes to make bbox compile with gcc 4.3.0 | Denis Vlasenko | 2008-04-15 | 1 | -1/+2 |
* | ash: fix breakage introduced in rev 21481. | Denis Vlasenko | 2008-04-14 | 1 | -18/+45 |
* | ash: add another testsuite entry ("leaking variables" bug) | Denis Vlasenko | 2008-04-13 | 2 | -0/+11 |
* | ash: speed up NOFORK code in ash by eliminating second find_applet(). | Denis Vlasenko | 2008-04-13 | 2 | -22/+24 |
* | ash: a bit more complete POSIX subst testsuite entry | Denis Vlasenko | 2008-04-12 | 2 | -2/+17 |
* | ash: add testsuite entry for POSIX-mandated ${var#word} ${var##word} | Denis Vlasenko | 2008-04-12 | 2 | -0/+23 |
* | ash: add FEATURE_SH_NOFORK support | Denis Vlasenko | 2008-04-12 | 2 | -0/+35 |
* | ash: do not do find_applet() twice in shellexec/tryexec | Denis Vlasenko | 2008-04-12 | 1 | -22/+20 |
* | fix build with gcc -combine | Denis Vlasenko | 2008-04-11 | 1 | -2/+15 |
* | shells: do not frocibly enable test, echo and kill _applets_, | Denis Vlasenko | 2008-04-01 | 2 | -33/+3 |
* | ash: support for && and || in [[ expr ]]; add testsuite checks | Denis Vlasenko | 2008-03-25 | 7 | -12/+115 |
* | ash: comment about [[; code style fixes. No code changes. | Denis Vlasenko | 2008-03-25 | 1 | -10/+30 |
* | ash: optional bash-like pattern subst and substring opts | Denis Vlasenko | 2008-03-25 | 2 | -42/+318 |
* | ash: add read -u; fix read -t and read -n; add testsuite entries. | Denis Vlasenko | 2008-03-25 | 7 | -55/+91 |
* | *: whitespace fixes, no code changes | Denis Vlasenko | 2008-03-24 | 1 | -1/+1 |
* | lpr: add more accurate comments | Denis Vlasenko | 2008-03-24 | 1 | -1/+1 |
* | lpd: fix OOM vulnerability (was eating arbitrarily large commands) | Denis Vlasenko | 2008-03-24 | 1 | -1/+1 |
* | patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes) | Denis Vlasenko | 2008-03-23 | 1 | -1/+0 |
* | *: use fopen_or_warn in few more places | Denis Vlasenko | 2008-03-20 | 1 | -1/+2 |
* | *: shrink by using [f]open_or_warn_stdin where appropriate | Denis Vlasenko | 2008-03-17 | 1 | -1/+1 |
* | *: fix fallout from -Wunused-parameter | Denis Vlasenko | 2008-03-17 | 2 | -5/+17 |
* | *: add -Wunused-parameter; fix resulting breakage | Denis Vlasenko | 2008-03-17 | 3 | -110/+113 |
* | libbb: introduce and use sigprocmask_allsigs and sigaction_set. | Denis Vlasenko | 2008-03-17 | 2 | -7/+2 |
* | libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set | Denis Vlasenko | 2008-03-12 | 2 | -12/+2 |
* | msh: create testsuite (based on hush one) | Denis Vlasenko | 2008-03-02 | 42 | -12/+318 |
* | msh: a few fields renamed; short->int conversion for a field | Denis Vlasenko | 2008-03-02 | 1 | -60/+59 |
* | libbb: inntroduce and use bb_pstrcmp() and qsort_string_vector() | Denis Vlasenko | 2008-03-02 | 1 | -122/+9 |
* | msh: renames: ->words => ->op_words, space() => get_space() | Denis Vlasenko | 2008-03-02 | 1 | -107/+99 |
* | msh: fix for bug 846 ("break" didn't work second time) | Denis Vlasenko | 2008-03-01 | 2 | -85/+148 |
* | *: add optimization barrier to all "G trick" locations | Denis Vlasenko | 2008-02-27 | 5 | -18/+36 |
* | less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1) | Denis Vlasenko | 2008-02-24 | 1 | -6/+1 |
* | ash: s/ckzmalloc/ckzalloc/ | Denis Vlasenko | 2008-02-21 | 1 | -1/+1 |
* | ash: sprinkle a bit more of zeroed allocations. | Denis Vlasenko | 2008-02-21 | 1 | -19/+20 |
* | libbb: introduce and use nonblock_safe_read(). Yay! | Denis Vlasenko | 2008-02-20 | 3 | -12/+16 |
* | ash: introduce and use stzalloc and ckzalloc. | Denis Vlasenko | 2008-02-20 | 1 | -44/+60 |
* | ash: fix fallout from "A=1 B=$A; echo $B" code. | Denis Vlasenko | 2008-02-19 | 1 | -19/+29 |
* | whitespace fixes | Denis Vlasenko | 2008-02-17 | 1 | -1/+1 |
* | libbb: introduce bb_signals and bb_signals_recursive, | Denis Vlasenko | 2008-02-16 | 1 | -15/+21 |
* | random s/short/int/ | Denis Vlasenko | 2008-02-16 | 2 | -6/+4 |
* | ash: handle "A=1 A=2 B=$A; echo $B". closes bug 947. | Denis Vlasenko | 2008-02-15 | 6 | -39/+96 |
* | ash: explain why "set -o BOGUS" doesn't abort | Denis Vlasenko | 2008-02-14 | 1 | -0/+17 |
* | ash: make ash -c 'if set -o barfoo 2>/dev/null; then echo foo; else echo bar;... | Denis Vlasenko | 2008-02-14 | 1 | -11/+25 |