1. 7e67536 hush: fix "wait PID" by Denys Vlasenko · 8 years ago
  2. 8f7b024 ash: use pause(), not sigsuspend(), in wait builtin by Denys Vlasenko · 8 years ago
  3. d81e9f5 ash: fix interactive "command eval STRING" exiting on errors. by Denys Vlasenko · 8 years ago
  4. 458c1f2 ash: [JOBS] Fix dowait signal race by Denys Vlasenko · 8 years ago
  5. c0663c7 ash: [SIGNAL] Remove EXSIG by Denys Vlasenko · 8 years ago
  6. 6918811 ash: open-code blocking_dowait_with_raise_on_sig() by Denys Vlasenko · 8 years ago
  7. b543bda ash: return to DOWAIT_* constants similar to dash, no logic changes by Denys Vlasenko · 8 years ago
  8. 3f44a6b ash: delete leftovers from "simplify EOF/newline handling in list parser" commit by Denys Vlasenko · 8 years ago
  9. 5ac04f2 ash: [EXPAND] Fix ifsfirst/ifslastp leak by Denys Vlasenko · 8 years ago
  10. 455e422 ash: move ifsbreakup() and ifsfree() up by Denys Vlasenko · 8 years ago
  11. b4f51d3 ash: partially sync with dash on "fork if traps are set" logic by Denys Vlasenko · 8 years ago
  12. 2eb0a7e ash: [SHELL] Expand ENV before using it by Denys Vlasenko · 8 years ago
  13. 7039233 ash: comment tweaks, no code changes by Denys Vlasenko · 8 years ago
  14. 65a8b85 ash: optimize tryexec(): avoid one allocation by Denys Vlasenko · 8 years ago
  15. 0e081d0 ash: [CD] Lookup PWD after going through CDPATH by Denys Vlasenko · 8 years ago
  16. a318bba ash: [MEMALLOC] Made grabstackblock an inline wrapper for stalloc by Denys Vlasenko · 8 years ago
  17. dbef38a ash: [VAR] Remove setvarsafe by Denys Vlasenko · 8 years ago
  18. 35c2a13 ash: use shellparam.optind/optoff in getopts() directly, not through pointers by Denys Vlasenko · 8 years ago
  19. 3df1410 ash: [PARSER] Size optimisations in parameter expansion parser by Denys Vlasenko · 8 years ago
  20. 350e686 ash: [PARSER] Recognise here-doc delimiters terminated by EOF by Denys Vlasenko · 8 years ago
  21. f15aa57 ash: [PARSER] Fix parsing of ${##1} by Denys Vlasenko · 8 years ago
  22. e19923f ash: [REDIR] Remove redundant CLOEXEC calls by Denys Vlasenko · 8 years ago
  23. 6477460 ash: [REDIR] Replace copyfd by savefd and use dup2 elsewhere by Denys Vlasenko · 8 years ago
  24. 4135a75 typo fixes by Denys Vlasenko · 8 years ago
  25. a513bf3 ash: [BUILTIN] Treat OPTIND=0 in the same way as OPTIND=1 by Denys Vlasenko · 8 years ago
  26. 88e1570 ash: [PARSER] Report substition errors at expansion time by Denys Vlasenko · 8 years ago
  27. eaf9436 ash: [REDIR] Move null redirect checks into caller by Denys Vlasenko · 8 years ago
  28. 2a6d29a ash: [PARSER] Do not show prompts in expandstr by Denys Vlasenko · 8 years ago
  29. 579ad10 ash: [EXPAND] Removed herefd hack by Denys Vlasenko · 8 years ago
  30. caee80c ash: [SHELL] Move flushall to the point just before _exit by Denys Vlasenko · 8 years ago
  31. 7aec868 ash: [EVAL] Let funcnode refer to a function definition, not its first command by Denys Vlasenko · 8 years ago
  32. 20a2cd6 ash: [REDIR] Remove EMFILE special case by Denys Vlasenko · 8 years ago
  33. cf98b0c ash: [EVAL] Check exit for eval NSUBSHELL by Denys Vlasenko · 8 years ago
  34. 960ca38 ash: add comment explaining "set -e; $(cmd)" discrepancy by Denys Vlasenko · 8 years ago
  35. 6a94cee ash: reduce code differences from upstream by Denys Vlasenko · 8 years ago
  36. 1825e4f ash: remove unused EXSHELLPROC by Denys Vlasenko · 8 years ago
  37. 061a090 ash: [BUILTIN] Use EXEXIT in place of EXEXEC by Denys Vlasenko · 8 years ago
  38. b7adf7a ash,hush: set exit code 127 in "sh /does/not/exist" case by Denys Vlasenko · 8 years ago
  39. f11c698 udhcpc: check read of overload option data byte to be within packet by Denys Vlasenko · 8 years ago
  40. f9beeb2 udhcpc: check read of option length byte to be within packet by Brian Foley · 8 years ago
  41. 69312e8 strings: implement -t radix by Tito Ragusa · 8 years ago
  42. db74c6c ash: explain EXP_REDIR and why we (dont) glob redir filenames by Denys Vlasenko · 8 years ago
  43. 61d5997 awk: fix segfault on for loop syntax error by Brian Foley · 8 years ago
  44. 1336052 lineedit: fix completion with applet names. closes 9361 by Denys Vlasenko · 8 years ago
  45. 5ccb0e9 ash: return exit status of nofork applets by Ron Yorston · 8 years ago
  46. 6bbb48f examples: update var_service/README again by Denys Vlasenko · 8 years ago
  47. e43000f typo fixes in doc by Denys Vlasenko · 8 years ago
  48. 93ff2b4 examples: update var_service/README again by Denys Vlasenko · 8 years ago
  49. ee2d194 examples: update var_service/README by Denys Vlasenko · 8 years ago
  50. 662634b telnetd: ifdef out a buggy error handling code path by Denys Vlasenko · 8 years ago
  51. 85100a7 cpio: fix restoration of file ownership, closes 9306 by Denys Vlasenko · 8 years ago
  52. 57727d4 telnet: code shrink by Denys Vlasenko · 8 years ago
  53. 26d88d6 telnetd: add another handshake example in comments, no code changes by Denys Vlasenko · 8 years ago
  54. b6d421b telnetd: treat all 2-byte IACs in 240..249 range as NOPs. by Denys Vlasenko · 8 years ago
  55. 122c47a telnetd: fix corner case of input processing of 0xff bytes by Denys Vlasenko · 8 years ago
  56. 0190c41 telnetd: fix a corner case where CRLF->CR translation can misbehave by Denys Vlasenko · 8 years ago
  57. 2a54b3e telnetd: fix handling of short writes to pty by Denys Vlasenko · 8 years ago
  58. 713b513 more: accept and ignore a bunch of options by Denys Vlasenko · 8 years ago
  59. 3720a61 ifupdown: rewrite state file atomically by Denys Vlasenko · 8 years ago
  60. ec1ea16 tcpsvd: don't keep shared fd open if fd limit is reached. closes 9331 by Denys Vlasenko · 8 years ago
  61. 561639a ash: all blocks in function node copying must be SHELL_ALIGNed by Denys Vlasenko · 8 years ago
  62. d43be87 ash testsuite: fix false positives by Denys Vlasenko · 8 years ago
  63. 4c438b5 ash: get rid of two global data variables by Denys Vlasenko · 8 years ago
  64. f37e115 ash: comment out free(p) just before _exit, tweak some outdated comments by Denys Vlasenko · 8 years ago
  65. 2972e2c wget: there is no -s option in GNU Wget 1.18, we should be compatible by Denys Vlasenko · 8 years ago
  66. a85740c dhcp: merge leases.c and static_leases.c into dhcpd.c by Denys Vlasenko · 8 years ago
  67. d2ae66c dhcp: merge most of static_leases.c into dhcpd.c by Denys Vlasenko · 8 years ago
  68. 2bf2931 dhcp: merge files.c into dhcpd.c by Denys Vlasenko · 8 years ago
  69. 095ddf7 examples: add example of a DHCP server by Denys Vlasenko · 8 years ago
  70. 7f0ebbc hush: add commented-out debug printouts in "memleak" built-in by Denys Vlasenko · 8 years ago
  71. a769390 hush: fix a memory corruption when exported variable is modified by Denys Vlasenko · 8 years ago
  72. 04465da hush: fix exitcode on exec failure with EACCES - should be 126 by Denys Vlasenko · 8 years ago
  73. c775f82 sh testsuite: add tests for exitcode on failure to exec by Denys Vlasenko · 8 years ago
  74. 2feaa22 shell: delete all msh tests by Denys Vlasenko · 8 years ago
  75. 9793fc5 hush testsuite: fix another false positive by Denys Vlasenko · 8 years ago
  76. d3b4e5e hust testsuite: fix a false positive by Denys Vlasenko · 8 years ago
  77. a62bc80 ash testsuite: add most of hust tests which pass for ash by Denys Vlasenko · 8 years ago
  78. ce332a2 ash: [PARSER] Add nlprompt/nlnoprompt helpers by Denys Vlasenko · 8 years ago
  79. 80729a4 whitespace fixes by Denys Vlasenko · 8 years ago
  80. db7f4c2 hush: add var4.tests, var5.tests by Denys Vlasenko · 8 years ago
  81. 61508d9 hush: fix var3.tests by Denys Vlasenko · 8 years ago
  82. ebedb94 sh: do not print empty line at the end of "help" output by Denys Vlasenko · 8 years ago
  83. df303ae sh testsuite: sync ash-redir/ and hush-redir/ by Denys Vlasenko · 8 years ago
  84. c7a774d sh testsuite: sync ash-misc/source* and hush-misc/source* by Denys Vlasenko · 8 years ago
  85. 0ba9970 sh testsuite: sync ash-vars/ and hush-vars/ by Denys Vlasenko · 8 years ago
  86. e3354bc ash testsuite: update some of variable tests with newer versions from hush by Denys Vlasenko · 8 years ago
  87. c4cf542 sh testsuite: create hush-redir/* and move files around by Denys Vlasenko · 8 years ago
  88. 1b73f84 sh testsuite: create hush-heredoc/* and move files around by Denys Vlasenko · 8 years ago
  89. 5d6b872 hush testsuite: add many tests from ash testsuite by Denys Vlasenko · 8 years ago
  90. 888527c ash: undo "tokname hack" by Denys Vlasenko · 8 years ago
  91. bc1a008 ash: placate gcc: "warning: ! is only applied to the left hand side of ==" by Denys Vlasenko · 8 years ago
  92. ae4bd34 hush testsuite: add glob_dir.tests by Denys Vlasenko · 8 years ago
  93. 8e2c9cc ash: fix globbing bugs when using glibc glob() by Denys Vlasenko · 8 years ago
  94. 37dc08b ash: style fixes by Denys Vlasenko · 8 years ago
  95. 0cdb7ea ash: support "--" in "source" builtin by Denys Vlasenko · 8 years ago
  96. 0aaaa50 ash: expand: Fixed "$@" expansion when EXP_FULL is false by Denys Vlasenko · 8 years ago
  97. 42eeb25 test: fix compile error in last commit by Denys Vlasenko · 8 years ago
  98. de89205 test: memory leak: free group id list by Denys Vlasenko · 8 years ago
  99. ff59b7b ash,hush: add a test that "continue" does not cripple traps by Denys Vlasenko · 8 years ago
  100. b98b4c1 ash: fix return_in_trap1.tests failure by Denys Vlasenko · 8 years ago