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