| Commit message (Expand) | Author | Age | Files | Lines |
* | shell: move varcmp() to shell_common.h and use it in hush | Denys Vlasenko | 2023-06-17 | 1 | -0/+19 |
* | shell/read: do not allow empty variable name | Denys Vlasenko | 2023-06-17 | 1 | -1/+1 |
* | shell: add comments about SIGINT-related problems | Denys Vlasenko | 2022-01-16 | 1 | -0/+1 |
* | shells: do not allow bare "read" in non-bash compat configs | Denys Vlasenko | 2021-06-06 | 1 | -1/+1 |
* | shell: also do word splitting when -d DELIM is used | Eicke Herbertz | 2021-06-05 | 1 | -1/+1 |
* | shells: a fix for systems without RLIMIT_NICE | Denys Vlasenko | 2020-12-17 | 1 | -3/+16 |
* | decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly | Denys Vlasenko | 2020-11-30 | 1 | -1/+1 |
* | shell: Fix "read -d ''" behavior | Christian Eggers | 2020-07-31 | 1 | -2/+2 |
* | shell/ulimit: code shrink | Denys Vlasenko | 2019-10-21 | 1 | -18/+59 |
* | libbb: reduce the overhead of single parameter bb_error_msg() calls | James Byrne | 2019-07-02 | 1 | -1/+1 |
* | hush: fix "export PS1=xyz" and "local PS1=xyz" messing up prompt | Denys Vlasenko | 2019-05-14 | 1 | -14/+1 |
* | ash,hush: ulimit: add -i RLIMIT_SIGPENDING, -q RLIMIT_MSGQUEUE | Denys Vlasenko | 2019-04-28 | 1 | -3/+19 |
* | ash,hush: bash compat for ulimit: reorder to match | Denys Vlasenko | 2019-04-28 | 1 | -72/+53 |
* | ash,hush: bash compat for ulimit: -w => -x, -p => -u | Denys Vlasenko | 2019-04-27 | 1 | -12/+16 |
* | ash,hush: fix ulimit to be more bash-compat, closes 11791 | Denys Vlasenko | 2019-04-27 | 1 | -84/+181 |
* | ash,hush: fold shell_builtin_read() way-too-many params into a struct param | Denys Vlasenko | 2018-08-05 | 1 | -29/+26 |
* | hush: fix IFS handling in read | Denys Vlasenko | 2018-04-11 | 1 | -1/+36 |
* | libbb.h: always include sys/resource.h | Denys Vlasenko | 2018-04-08 | 1 | -1/+0 |
* | hush: GETOPT_RESET() _after_ getopts too. | Denys Vlasenko | 2017-08-29 | 1 | -2/+2 |
* | shell: more efficient check for EOL in read | Denys Vlasenko | 2017-08-09 | 1 | -4/+3 |
* | ash: implement -d DELIM option for read | Johannes Schindelin | 2017-08-09 | 1 | -3/+7 |
* | shell: optional support for read -t N.NNN, closes 10101 | Denys Vlasenko | 2017-07-20 | 1 | -30/+52 |
* | fixes for bugs found by make_single_applets.sh | Denys Vlasenko | 2017-07-03 | 1 | -3/+1 |
* | ash,hush: fix SIGCHLD interrupting read builtin | Denys Vlasenko | 2017-05-22 | 1 | -9/+11 |
* | libbb: GETOPT_RESET macro | Kaarle Ritvanen | 2017-04-12 | 1 | -7/+1 |
* | libbb: consolidate the code to set termios unbuffered mode | Denys Vlasenko | 2017-01-11 | 1 | -1/+1 |
* | ash: [VAR] Initialise OPTIND after importing environment | Denys Vlasenko | 2016-09-30 | 1 | -0/+1 |
* | *: slap on a few ALIGN1/2s where appropriate | Denys Vlasenko | 2016-04-22 | 1 | -1/+1 |
* | build system: -fno-builtin-printf | Denys Vlasenko | 2015-10-07 | 1 | -1/+1 |
* | Removes stray empty line from code | Maninder Singh | 2015-07-13 | 1 | -1/+0 |
* | typo fix in comment | Denys Vlasenko | 2013-07-14 | 1 | -1/+1 |
* | ash: fix "read -s" + ^C. Closes 5504 | Denys Vlasenko | 2012-09-06 | 1 | -1/+1 |
* | include sys/resource.h where needed | Mike Frysinger | 2012-07-05 | 1 | -0/+1 |
* | shell_builtin_read: set cc[VMIN] to 1; lineedit: don't clear c_cc[VINTR] | Denys Vlasenko | 2012-01-15 | 1 | -1/+7 |
* | hush: use SA_RESTARTed signal handlers across read. | Denys Vlasenko | 2011-05-11 | 1 | -13/+21 |
* | hush: make read builtin interruptible. | Denys Vlasenko | 2011-05-08 | 1 | -2/+15 |
* | libbb: nonblock_safe_read->nonblock_immune_read, remove unused param of xmall... | Denys Vlasenko | 2011-05-08 | 1 | -1/+1 |
* | ash,hush: add ulimit -e -r (RLIMIT_NICE, RLIMIT_RTPRIO) | Denys Vlasenko | 2011-04-04 | 1 | -0/+12 |
* | whitespace fixes | Denys Vlasenko | 2011-02-03 | 1 | -3/+3 |
* | nandwrite: complain on malformed -s NUM | Denys Vlasenko | 2010-08-29 | 1 | -1/+1 |
* | *: make GNU licensing statement forms more regular | Denys Vlasenko | 2010-08-16 | 1 | -1/+1 |
* | ulimit: set both hard and soft limits by default | Alexander Shishkin | 2010-07-27 | 1 | -1/+6 |
* | shell: consolidate builtin_foo.? into shell_common.?; delete obsolete shells | Denys Vlasenko | 2010-05-23 | 1 | -0/+420 |
* | shell/read: check that variable names are sane | Denys Vlasenko | 2010-01-13 | 1 | -4/+13 |
* | shell: split read builtin from ash | Denys Vlasenko | 2010-01-12 | 1 | -0/+26 |