aboutsummaryrefslogtreecommitdiff
path: root/shell/shell_common.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hush: use SA_RESTARTed signal handlers across read.Denys Vlasenko2011-05-111-13/+21
* hush: make read builtin interruptible.Denys Vlasenko2011-05-081-2/+15
* libbb: nonblock_safe_read->nonblock_immune_read, remove unused param of xmall...Denys Vlasenko2011-05-081-1/+1
* ash,hush: add ulimit -e -r (RLIMIT_NICE, RLIMIT_RTPRIO)Denys Vlasenko2011-04-041-0/+12
* whitespace fixesDenys Vlasenko2011-02-031-3/+3
* nandwrite: complain on malformed -s NUMDenys Vlasenko2010-08-291-1/+1
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* ulimit: set both hard and soft limits by defaultAlexander Shishkin2010-07-271-1/+6
* shell: consolidate builtin_foo.? into shell_common.?; delete obsolete shellsDenys Vlasenko2010-05-231-0/+420
* shell/read: check that variable names are saneDenys Vlasenko2010-01-131-4/+13
* shell: split read builtin from ashDenys Vlasenko2010-01-121-0/+26