summaryrefslogtreecommitdiff
path: root/shell/shell_common.c
Commit message (Expand)AuthorAgeFilesLines
* hush: fix "export PS1=xyz" and "local PS1=xyz" messing up promptDenys Vlasenko2019-05-141-14/+1
* ash,hush: ulimit: add -i RLIMIT_SIGPENDING, -q RLIMIT_MSGQUEUEDenys Vlasenko2019-04-281-3/+19
* ash,hush: bash compat for ulimit: reorder to matchDenys Vlasenko2019-04-281-72/+53
* ash,hush: bash compat for ulimit: -w => -x, -p => -uDenys Vlasenko2019-04-271-12/+16
* ash,hush: fix ulimit to be more bash-compat, closes 11791Denys Vlasenko2019-04-271-84/+181
* ash,hush: fold shell_builtin_read() way-too-many params into a struct paramDenys Vlasenko2018-08-051-29/+26
* hush: fix IFS handling in readDenys Vlasenko2018-04-111-1/+36
* libbb.h: always include sys/resource.hDenys Vlasenko2018-04-081-1/+0
* hush: GETOPT_RESET() _after_ getopts too.Denys Vlasenko2017-08-291-2/+2
* shell: more efficient check for EOL in readDenys Vlasenko2017-08-091-4/+3
* ash: implement -d DELIM option for readJohannes Schindelin2017-08-091-3/+7
* shell: optional support for read -t N.NNN, closes 10101Denys Vlasenko2017-07-201-30/+52
* fixes for bugs found by make_single_applets.shDenys Vlasenko2017-07-031-3/+1
* ash,hush: fix SIGCHLD interrupting read builtinDenys Vlasenko2017-05-221-9/+11
* libbb: GETOPT_RESET macroKaarle Ritvanen2017-04-121-7/+1
* libbb: consolidate the code to set termios unbuffered modeDenys Vlasenko2017-01-111-1/+1
* ash: [VAR] Initialise OPTIND after importing environmentDenys Vlasenko2016-09-301-0/+1
* *: slap on a few ALIGN1/2s where appropriateDenys Vlasenko2016-04-221-1/+1
* build system: -fno-builtin-printfDenys Vlasenko2015-10-071-1/+1
* Removes stray empty line from codeManinder Singh2015-07-131-1/+0
* typo fix in commentDenys Vlasenko2013-07-141-1/+1
* ash: fix "read -s" + ^C. Closes 5504Denys Vlasenko2012-09-061-1/+1
* include sys/resource.h where neededMike Frysinger2012-07-051-0/+1
* shell_builtin_read: set cc[VMIN] to 1; lineedit: don't clear c_cc[VINTR]Denys Vlasenko2012-01-151-1/+7
* 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