- a277506 shell: add comments about SIGINT-related problems by Denys Vlasenko · 2 years, 11 months ago
- 457825f shells: do not allow bare "read" in non-bash compat configs by Denys Vlasenko · 3 years, 6 months ago
- 1b30c63 shell: also do word splitting when -d DELIM is used by Eicke Herbertz · 3 years, 6 months ago
- 91e330a shells: a fix for systems without RLIMIT_NICE by Denys Vlasenko · 4 years ago
- 965b795 decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly by Denys Vlasenko · 4 years ago
- 3992502 shell: Fix "read -d ''" behavior by Christian Eggers · 4 years, 6 months ago
- 3ef513e shell/ulimit: code shrink by Denys Vlasenko · 5 years ago
- 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 5 years ago
- d8bd701 hush: fix "export PS1=xyz" and "local PS1=xyz" messing up prompt by Denys Vlasenko · 6 years ago
- 93f0b39 ash,hush: ulimit: add -i RLIMIT_SIGPENDING, -q RLIMIT_MSGQUEUE by Denys Vlasenko · 6 years ago
- 57e1b0a ash,hush: bash compat for ulimit: reorder to match by Denys Vlasenko · 6 years ago
- a92a960 ash,hush: bash compat for ulimit: -w => -x, -p => -u by Denys Vlasenko · 6 years ago
- a4d76ea ash,hush: fix ulimit to be more bash-compat, closes 11791 by Denys Vlasenko · 6 years ago
- 19358cc ash,hush: fold shell_builtin_read() way-too-many params into a struct param by Denys Vlasenko · 6 years ago
- 44257ad hush: fix IFS handling in read by Denys Vlasenko · 7 years ago
- 7bcde5f libbb.h: always include sys/resource.h by Denys Vlasenko · 7 years ago
- 6016181 hush: GETOPT_RESET() _after_ getopts too. by Denys Vlasenko · 7 years ago
- cde46f7 shell: more efficient check for EOL in read by Denys Vlasenko · 7 years ago
- 3bef5d8 ash: implement -d DELIM option for read by Johannes Schindelin · 7 years ago
- eae1268 shell: optional support for read -t N.NNN, closes 10101 by Denys Vlasenko · 7 years ago
- d4e4fdb fixes for bugs found by make_single_applets.sh by Denys Vlasenko · 7 years ago
- f547041 ash,hush: fix SIGCHLD interrupting read builtin by Denys Vlasenko · 8 years ago
- 835ad3a libbb: GETOPT_RESET macro by Kaarle Ritvanen · 8 years ago
- 01ccdd1 libbb: consolidate the code to set termios unbuffered mode by Denys Vlasenko · 8 years ago
- e627ac9 ash: [VAR] Initialise OPTIND after importing environment by Denys Vlasenko · 8 years ago
- 3e134eb *: slap on a few ALIGN1/2s where appropriate by Denys Vlasenko · 9 years ago
- d60752f build system: -fno-builtin-printf by Denys Vlasenko · 9 years ago
- 97f2f7c Removes stray empty line from code by Maninder Singh · 10 years ago
- 25ce3ee typo fix in comment by Denys Vlasenko · 11 years ago
- 9e71e3c ash: fix "read -s" + ^C. Closes 5504 by Denys Vlasenko · 12 years ago
- c5fe9f7 include sys/resource.h where needed by Mike Frysinger · 12 years ago
- 7ce209b shell_builtin_read: set cc[VMIN] to 1; lineedit: don't clear c_cc[VINTR] by Denys Vlasenko · 13 years ago
- 10c0131 hush: use SA_RESTARTed signal handlers across read. by Denys Vlasenko · 14 years ago
- 80542ba hush: make read builtin interruptible. by Denys Vlasenko · 14 years ago
- 80c5b68 libbb: nonblock_safe_read->nonblock_immune_read, remove unused param of xmalloc_reads by Denys Vlasenko · 14 years ago
- e32d05b ash,hush: add ulimit -e -r (RLIMIT_NICE, RLIMIT_RTPRIO) by Denys Vlasenko · 14 years ago
- b7c9fb2 whitespace fixes by Denys Vlasenko · 14 years ago
- b32a543 nandwrite: complain on malformed -s NUM by Denys Vlasenko · 14 years ago
- 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
- 17e0e43 ulimit: set both hard and soft limits by default by Alexander Shishkin · 14 years ago
- 599ae1e shell: consolidate builtin_foo.? into shell_common.?; delete obsolete shells by Denys Vlasenko · 15 years ago
- 25d9b91 shell/read: check that variable names are sane by Denys Vlasenko · 15 years ago
- 7306727 shell: split read builtin from ash by Denys Vlasenko · 15 years ago