aboutsummaryrefslogtreecommitdiff
path: root/shell/shell_common.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2018-09-101-30/+27
|\
| * ash,hush: fold shell_builtin_read() way-too-many params into a struct paramDenys Vlasenko2018-08-051-29/+26
* | Merge branch 'busybox' into mergeRon Yorston2018-05-131-1/+36
|\|
| * hush: fix IFS handling in readDenys Vlasenko2018-04-111-1/+36
* | ash: make 'read -s' workRon Yorston2018-04-101-1/+2
* | Merge branch 'busybox' into mergeRon Yorston2018-04-091-1/+0
|\|
| * libbb.h: always include sys/resource.hDenys Vlasenko2018-04-081-1/+0
* | ash: emulate raw input to read builtinRon Yorston2018-04-051-2/+36
* | Merge branch 'busybox' into mergeRon Yorston2017-09-271-2/+2
|\|
| * hush: GETOPT_RESET() _after_ getopts too.Denys Vlasenko2017-08-291-2/+2
* | Merge branch 'busybox' into mergeRon Yorston2017-08-221-3/+6
|\|
| * 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
* | Merge branch 'busybox' into mergeRon Yorston2017-07-241-30/+52
|\|
| * shell: optional support for read -t N.NNN, closes 10101Denys Vlasenko2017-07-201-30/+52
* | Merge branch 'busybox' into mergeRon Yorston2017-07-181-3/+1
|\|
| * fixes for bugs found by make_single_applets.shDenys Vlasenko2017-07-031-3/+1
* | Merge branch 'busybox' into mergeRon Yorston2017-05-291-16/+12
|\|
| * ash,hush: fix SIGCHLD interrupting read builtinDenys Vlasenko2017-05-221-9/+11
| * libbb: GETOPT_RESET macroKaarle Ritvanen2017-04-121-7/+1
* | Merge branch 'busybox' into mergeRon Yorston2017-02-081-1/+1
|\|
| * libbb: consolidate the code to set termios unbuffered modeDenys Vlasenko2017-01-111-1/+1
* | Merge branch busybox (up to "ash: comment out free(p) just before...")Ron Yorston2016-10-191-0/+1
|\|
| * ash: [VAR] Initialise OPTIND after importing environmentDenys Vlasenko2016-09-301-0/+1
* | Merge branch 'busybox' into mergeRon Yorston2016-05-161-1/+1
|\|
| * *: slap on a few ALIGN1/2s where appropriateDenys Vlasenko2016-04-221-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2015-10-131-1/+1
|\|
| * build system: -fno-builtin-printfDenys Vlasenko2015-10-071-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2015-07-141-1/+0
|\|
| * Removes stray empty line from codeManinder Singh2015-07-131-1/+0
* | ash: skip poll in read built-inRon Yorston2015-03-241-0/+2
* | shell_common: exclude more unused ulimit codeRon Yorston2014-03-231-7/+6
* | shell: add \r to IFSRon Yorston2014-01-121-0/+4
* | Make dummy resource.hRon Yorston2014-01-061-2/+0
* | Merge branch 'busybox' into mergeRon Yorston2013-08-271-1/+1
|\|
| * typo fix in commentDenys Vlasenko2013-07-141-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2012-09-071-1/+4
|\|
| * ash: fix "read -s" + ^C. Closes 5504Denys Vlasenko2012-09-061-1/+1
| * include sys/resource.h where neededMike Frysinger2012-07-051-0/+1
* | Merge branch 'busybox' into mergeRon Yorston2012-03-231-1/+7
|\|
| * shell_builtin_read: set cc[VMIN] to 1; lineedit: don't clear c_cc[VINTR]Denys Vlasenko2012-01-151-1/+7
* | Merge commit '56a3b82e9692a25ef9c9269e88feac0d579ce8e8' into mergeRon Yorston2012-03-221-11/+32
|\|
| * 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
* | Merge commit 'b83c9704128dd106071184e4b00335a3b8486857' into mergeRon Yorston2012-03-221-0/+12
|\|
| * ash,hush: add ulimit -e -r (RLIMIT_NICE, RLIMIT_RTPRIO)Denys Vlasenko2011-04-041-0/+12
* | Merge commit 'da4441c44f6efccb6f7b7588404d9c6bfb7b6af8' into mergeRon Yorston2012-03-221-3/+3
|\|
| * whitespace fixesDenys Vlasenko2011-02-031-3/+3
* | Skip carriage return in read builtin commandRon Yorston2012-02-061-1/+1