1. 19358cc ash,hush: fold shell_builtin_read() way-too-many params into a struct param by Denys Vlasenko · 6 years ago
  2. 44257ad hush: fix IFS handling in read by Denys Vlasenko · 7 years ago
  3. 7bcde5f libbb.h: always include sys/resource.h by Denys Vlasenko · 7 years ago
  4. 6016181 hush: GETOPT_RESET() _after_ getopts too. by Denys Vlasenko · 7 years ago
  5. cde46f7 shell: more efficient check for EOL in read by Denys Vlasenko · 7 years ago
  6. 3bef5d8 ash: implement -d DELIM option for read by Johannes Schindelin · 7 years ago
  7. eae1268 shell: optional support for read -t N.NNN, closes 10101 by Denys Vlasenko · 7 years ago
  8. d4e4fdb fixes for bugs found by make_single_applets.sh by Denys Vlasenko · 7 years ago
  9. f547041 ash,hush: fix SIGCHLD interrupting read builtin by Denys Vlasenko · 8 years ago
  10. 835ad3a libbb: GETOPT_RESET macro by Kaarle Ritvanen · 8 years ago
  11. 01ccdd1 libbb: consolidate the code to set termios unbuffered mode by Denys Vlasenko · 8 years ago
  12. e627ac9 ash: [VAR] Initialise OPTIND after importing environment by Denys Vlasenko · 8 years ago
  13. 3e134eb *: slap on a few ALIGN1/2s where appropriate by Denys Vlasenko · 9 years ago
  14. d60752f build system: -fno-builtin-printf by Denys Vlasenko · 9 years ago
  15. 97f2f7c Removes stray empty line from code by Maninder Singh · 10 years ago
  16. 25ce3ee typo fix in comment by Denys Vlasenko · 11 years ago
  17. 9e71e3c ash: fix "read -s" + ^C. Closes 5504 by Denys Vlasenko · 12 years ago
  18. c5fe9f7 include sys/resource.h where needed by Mike Frysinger · 12 years ago
  19. 7ce209b shell_builtin_read: set cc[VMIN] to 1; lineedit: don't clear c_cc[VINTR] by Denys Vlasenko · 13 years ago
  20. 10c0131 hush: use SA_RESTARTed signal handlers across read. by Denys Vlasenko · 14 years ago
  21. 80542ba hush: make read builtin interruptible. by Denys Vlasenko · 14 years ago
  22. 80c5b68 libbb: nonblock_safe_read->nonblock_immune_read, remove unused param of xmalloc_reads by Denys Vlasenko · 14 years ago
  23. e32d05b ash,hush: add ulimit -e -r (RLIMIT_NICE, RLIMIT_RTPRIO) by Denys Vlasenko · 14 years ago
  24. b7c9fb2 whitespace fixes by Denys Vlasenko · 14 years ago
  25. b32a543 nandwrite: complain on malformed -s NUM by Denys Vlasenko · 14 years ago
  26. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  27. 17e0e43 ulimit: set both hard and soft limits by default by Alexander Shishkin · 14 years ago
  28. 599ae1e shell: consolidate builtin_foo.? into shell_common.?; delete obsolete shells by Denys Vlasenko · 15 years ago
  29. 25d9b91 shell/read: check that variable names are sane by Denys Vlasenko · 15 years ago
  30. 7306727 shell: split read builtin from ash by Denys Vlasenko · 15 years ago