aboutsummaryrefslogtreecommitdiff
path: root/shell/shell_common.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-141-2/+2
|\|
| * nandwrite: complain on malformed -s NUMDenys Vlasenko2010-08-291-1/+1
| * *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-141-1/+6
|\|
| * ulimit: set both hard and soft limits by defaultAlexander Shishkin2010-07-271-1/+6
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-141-0/+428
|\|
| * 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