aboutsummaryrefslogtreecommitdiff
path: root/shell/shell_common.c
AgeCommit message (Expand)Author
2011-05-11hush: use SA_RESTARTed signal handlers across read.Denys Vlasenko
2011-05-08hush: make read builtin interruptible.Denys Vlasenko
2011-05-08libbb: nonblock_safe_read->nonblock_immune_read, remove unused param of xmall...Denys Vlasenko
2011-04-04ash,hush: add ulimit -e -r (RLIMIT_NICE, RLIMIT_RTPRIO)Denys Vlasenko
2011-02-03whitespace fixesDenys Vlasenko
2010-08-29nandwrite: complain on malformed -s NUMDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-07-27ulimit: set both hard and soft limits by defaultAlexander Shishkin
2010-05-23shell: consolidate builtin_foo.? into shell_common.?; delete obsolete shellsDenys Vlasenko
2010-01-13shell/read: check that variable names are saneDenys Vlasenko
2010-01-12shell: split read builtin from ashDenys Vlasenko