summaryrefslogtreecommitdiff
path: root/shell (follow)
Commit message (Expand)AuthorAgeFilesLines
* Apply post-1.10.2 fixes, bump version to 1.10.31_10_3Denis Vlasenko2008-06-051-11/+13
* *: use fopen_or_warn in few more placesDenis Vlasenko2008-03-201-1/+2
* *: shrink by using [f]open_or_warn_stdin where appropriateDenis Vlasenko2008-03-171-1/+1
* *: fix fallout from -Wunused-parameterDenis Vlasenko2008-03-172-5/+17
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-173-110/+113
* libbb: introduce and use sigprocmask_allsigs and sigaction_set.Denis Vlasenko2008-03-172-7/+2
* libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_setDenis Vlasenko2008-03-122-12/+2
* msh: create testsuite (based on hush one)Denis Vlasenko2008-03-0242-12/+318
* msh: a few fields renamed; short->int conversion for a fieldDenis Vlasenko2008-03-021-60/+59
* libbb: inntroduce and use bb_pstrcmp() and qsort_string_vector()Denis Vlasenko2008-03-021-122/+9
* msh: renames: ->words => ->op_words, space() => get_space()Denis Vlasenko2008-03-021-107/+99
* msh: fix for bug 846 ("break" didn't work second time)Denis Vlasenko2008-03-012-85/+148
* *: add optimization barrier to all "G trick" locationsDenis Vlasenko2008-02-275-18/+36
* less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1)Denis Vlasenko2008-02-241-6/+1
* ash: s/ckzmalloc/ckzalloc/Denis Vlasenko2008-02-211-1/+1
* ash: sprinkle a bit more of zeroed allocations.Denis Vlasenko2008-02-211-19/+20
* libbb: introduce and use nonblock_safe_read(). Yay!Denis Vlasenko2008-02-203-12/+16
* ash: introduce and use stzalloc and ckzalloc.Denis Vlasenko2008-02-201-44/+60
* ash: fix fallout from "A=1 B=$A; echo $B" code.Denis Vlasenko2008-02-191-19/+29
* whitespace fixesDenis Vlasenko2008-02-171-1/+1
* libbb: introduce bb_signals and bb_signals_recursive,Denis Vlasenko2008-02-161-15/+21
* random s/short/int/Denis Vlasenko2008-02-162-6/+4
* ash: handle "A=1 A=2 B=$A; echo $B". closes bug 947.Denis Vlasenko2008-02-156-39/+96
* ash: explain why "set -o BOGUS" doesn't abortDenis Vlasenko2008-02-141-0/+17
* ash: make ash -c 'if set -o barfoo 2>/dev/null; then echo foo; else echo bar;...Denis Vlasenko2008-02-141-11/+25
* typo fixDenis Vlasenko2008-02-141-1/+1
* tar: do "short EOF" compat only if CONFIG_DESKTOP.Denis Vlasenko2008-02-141-0/+4
* reinstate redir.tests with correct permsDenis Vlasenko2008-02-131-0/+6
* ash: add a testcase for recently fixed signal bugDenis Vlasenko2008-02-134-7/+49
* msh: stop trying to parse variables in "msh SCRIPT VAR=val param".Denis Vlasenko2008-02-121-10/+13
* msh: instead of fixing "ls | cd", "cd | ls" etc just disallowDenis Vlasenko2008-02-121-95/+85
* ash: fix warning about _GNU_SOURCE being redefined, fix typo in comment.Denis Vlasenko2008-02-121-1/+3
* msh: shrink, mainly by using smallintsDenis Vlasenko2008-02-121-61/+57
* msh: do not run pipes where last command is a builtinDenis Vlasenko2008-02-111-42/+41
* hush: die_sllep needs restoring only if job control is onDenis Vlasenko2008-02-111-3/+6
* hush: close-on-exec interactive_fdDenis Vlasenko2008-02-111-1/+3
* hush: set CLOEXEC on script file being executedDenis Vlasenko2008-02-111-0/+1
* hush: fix the commentDenis Vlasenko2008-02-111-1/+1
* hush: reset die_sleep to 0 in child after forkDenis Vlasenko2008-02-111-6/+10
* ash: fix "orwell bug" 1984. Testcase:Denis Vlasenko2008-02-102-55/+79
* hush: small fixes to docs/testsuiteDenis Vlasenko2008-02-102-3/+3
* hush: reinstate `cmd` handling for NOMMU (with fat big warning).Denis Vlasenko2008-02-104-92/+163
* ash: readability enhancement, no code changesDenis Vlasenko2008-02-031-15/+20
* msh: also handle EOF/read errors correctlyDenis Vlasenko2008-02-021-4/+4
* msh: fix Ctrl-C handling with line editingDenis Vlasenko2008-02-021-1/+3
* ash: code readability enhancements, no real code changesDenis Vlasenko2008-01-291-31/+25
* *: tidy up usage of char **environDenis Vlasenko2008-01-283-7/+6
* hush: report [v]fork failuresDenis Vlasenko2008-01-081-32/+30
* libbb: introduce and use safe_waitpid (loops in EINTR)Denis Vlasenko2008-01-023-2/+3
* add expected outputMike Frysinger2007-12-251-0/+2