aboutsummaryrefslogtreecommitdiff
path: root/shell/shell_common.c
AgeCommit message (Expand)Author
2013-07-14typo fix in commentDenys Vlasenko
2012-09-06ash: fix "read -s" + ^C. Closes 5504Denys Vlasenko
2012-07-05include sys/resource.h where neededMike Frysinger
2012-01-15shell_builtin_read: set cc[VMIN] to 1; lineedit: don't clear c_cc[VINTR]Denys Vlasenko
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