aboutsummaryrefslogtreecommitdiff
path: root/shell/shell_common.c
AgeCommit message (Expand)Author
2017-07-03fixes for bugs found by make_single_applets.shDenys Vlasenko
2017-05-22ash,hush: fix SIGCHLD interrupting read builtinDenys Vlasenko
2017-04-12libbb: GETOPT_RESET macroKaarle Ritvanen
2017-01-11libbb: consolidate the code to set termios unbuffered modeDenys Vlasenko
2016-09-30ash: [VAR] Initialise OPTIND after importing environmentDenys Vlasenko
2016-04-22*: slap on a few ALIGN1/2s where appropriateDenys Vlasenko
2015-10-07build system: -fno-builtin-printfDenys Vlasenko
2015-07-13Removes stray empty line from codeManinder Singh
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