aboutsummaryrefslogtreecommitdiff
path: root/shell (follow)
Commit message (Expand)AuthorAgeFilesLines
* trivial fixes to make bbox compile with gcc 4.3.0Denis Vlasenko2008-04-151-1/+2
* ash: fix breakage introduced in rev 21481.Denis Vlasenko2008-04-141-18/+45
* ash: add another testsuite entry ("leaking variables" bug)Denis Vlasenko2008-04-132-0/+11
* ash: speed up NOFORK code in ash by eliminating second find_applet().Denis Vlasenko2008-04-132-22/+24
* ash: a bit more complete POSIX subst testsuite entryDenis Vlasenko2008-04-122-2/+17
* ash: add testsuite entry for POSIX-mandated ${var#word} ${var##word}Denis Vlasenko2008-04-122-0/+23
* ash: add FEATURE_SH_NOFORK supportDenis Vlasenko2008-04-122-0/+35
* ash: do not do find_applet() twice in shellexec/tryexecDenis Vlasenko2008-04-121-22/+20
* fix build with gcc -combineDenis Vlasenko2008-04-111-2/+15
* shells: do not frocibly enable test, echo and kill _applets_,Denis Vlasenko2008-04-012-33/+3
* ash: support for && and || in [[ expr ]]; add testsuite checksDenis Vlasenko2008-03-257-12/+115
* ash: comment about [[; code style fixes. No code changes.Denis Vlasenko2008-03-251-10/+30
* ash: optional bash-like pattern subst and substring optsDenis Vlasenko2008-03-252-42/+318
* ash: add read -u; fix read -t and read -n; add testsuite entries.Denis Vlasenko2008-03-257-55/+91
* *: whitespace fixes, no code changesDenis Vlasenko2008-03-241-1/+1
* lpr: add more accurate commentsDenis Vlasenko2008-03-241-1/+1
* lpd: fix OOM vulnerability (was eating arbitrarily large commands)Denis Vlasenko2008-03-241-1/+1
* patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)Denis Vlasenko2008-03-231-1/+0
* *: 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