aboutsummaryrefslogtreecommitdiff
path: root/shell/shell_common.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2021-06-071-2/+2
|\
| * shells: do not allow bare "read" in non-bash compat configsDenys Vlasenko2021-06-061-1/+1
| * shell: also do word splitting when -d DELIM is usedEicke Herbertz2021-06-051-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2021-01-141-4/+17
|\|
| * shells: a fix for systems without RLIMIT_NICEDenys Vlasenko2020-12-171-3/+16
| * decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko2020-11-301-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2020-08-231-1/+5
|\|
| * shell: Fix "read -d ''" behaviorChristian Eggers2020-07-311-2/+2
* | ash: proper accounting for backspaces in the read builtinRon Yorston2020-05-141-0/+1
* | ash: fixes to handling of ctrl-C in read builtinRon Yorston2020-02-081-2/+7
* | ash: catch EOF in read builtinRon Yorston2020-02-081-2/+2
* | ash: process backspace in read builtinRon Yorston2020-02-071-0/+10
* | Merge branch 'busybox' into mergeRon Yorston2020-01-081-18/+59
|\|
| * shell/ulimit: code shrinkDenys Vlasenko2019-10-211-18/+59
* | Merge branch 'busybox' into mergeRon Yorston2019-08-161-1/+1
|\|
| * libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2019-05-271-129/+214
|\|
| * 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: improve handling of 'read -t 0'Ron Yorston2019-02-081-4/+12
* | win32: add support for the euro currency symbolRon Yorston2019-02-021-2/+1
* | 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