1. 7f19848 ash: rename some function parameters to match dash by Denys Vlasenko · 4 years, 11 months ago
  2. 538ee41 ash: rename stack_nputstr() back to stnputs() to match dash by Denys Vlasenko · 4 years, 11 months ago
  3. c2058ec ash: Expand here-documents in the current shell environment by Denys Vlasenko · 4 years, 11 months ago
  4. c08993f ash: parser: Do not push token back before parseheredoc by Denys Vlasenko · 4 years, 11 months ago
  5. 9a1a659 ash: parser: Fix old-style command substitution here-document crash by Denys Vlasenko · 4 years, 11 months ago
  6. e4a0612 hush: fix negative_arith.tests: glob-protect dash in "$((arith))" by Denys Vlasenko · 4 years, 11 months ago
  7. 45dd87a ash: expand: Ensure result is escaped in cvtnum by Denys Vlasenko · 4 years, 11 months ago
  8. da2e46d ash: memalloc: Avoid looping in growstackto by Denys Vlasenko · 4 years, 11 months ago
  9. 3ced804 hush: make "exit" in trap use pre-trap exitcode - fix for nested trap by Denys Vlasenko · 4 years, 11 months ago
  10. cc9ecd9 hush: make "exit" in trap use pre-trap exitcode by Denys Vlasenko · 4 years, 11 months ago
  11. f977e00 ash: eval: Only restore exit status on exit/return by Denys Vlasenko · 4 years, 11 months ago
  12. cd24a50 ash: Return without arguments in a trap should use status outside traps by Denys Vlasenko · 4 years, 11 months ago
  13. bb095f4 hush: implement "return NUM in trap sets $? after trap" by Denys Vlasenko · 4 years, 11 months ago
  14. d5bfe26 ash: return exit status of nofork applets (again) by Ron Yorston · 4 years, 11 months ago
  15. ecc8583 ash: expand: Merge syntax/quotes in memtodest with flags by Denys Vlasenko · 4 years, 11 months ago
  16. e2dd2af ash: eval: Always set localvar_stop by Denys Vlasenko · 4 years, 11 months ago
  17. 3e72910 ash: eval: Replace with listsetvar with mklocal/setvareq by Denys Vlasenko · 4 years, 11 months ago
  18. 54bef2a ash: eval: Fail immediately with redirections errors for simple command by Denys Vlasenko · 4 years, 11 months ago
  19. 7eb8eec ash: eval: Add assignment built-in support again by Denys Vlasenko · 4 years, 11 months ago
  20. c91950f ash,hush: testcase for "exit" without arguments in a trap by Denys Vlasenko · 4 years, 11 months ago
  21. 23bc562 ash,hush: add comment about masked SIGCHLD, handle SIG_IGNed SIGHUP as in bash by Denys Vlasenko · 4 years, 11 months ago
  22. 47eb979 ash: jobs: Only clear gotsigchld when waiting for everything by Denys Vlasenko · 4 years, 11 months ago
  23. 97edfc4 ash: jobs - Do not block when waiting on SIGCHLD by Denys Vlasenko · 4 years, 11 months ago
  24. d81af72 ash: eval: Reap zombies after built-in commands and functions by Denys Vlasenko · 4 years, 11 months ago
  25. 22c7592 ash: exec: Never rehash regular built-ins by Denys Vlasenko · 5 years ago
  26. 6c4f87e ash: exec: Stricter pathopt parsing by Denys Vlasenko · 5 years ago
  27. b0d2dc7 ash: exec: Do not allocate stack string in padvance by Denys Vlasenko · 5 years ago
  28. c55847f ash: memalloc: Add growstackto helper by Denys Vlasenko · 5 years ago
  29. 74aaf05 ash: parser: Save/restore here-documents in command substitution by Denys Vlasenko · 5 years ago
  30. afc91fa ash: mkinit: Split reset into exitreset and reset by Denys Vlasenko · 5 years ago
  31. 9ee5892 ash: expand: Fix trailing newlines processing in backquote expanding by Denys Vlasenko · 5 years ago
  32. c2ce888 ash: parser: Only accept single-digit parameter expansion outside of braces by Denys Vlasenko · 5 years ago
  33. 3f4847b ash: shell: Fix clang warnings about "string plus integer" by Denys Vlasenko · 5 years ago
  34. e368d85 ash: eval: Use the correct expansion mode for fd redirection by Denys Vlasenko · 5 years ago
  35. 4ace385 ash: expand: Fix skipping of command substitution when trimming in evalvar by Denys Vlasenko · 5 years ago
  36. 226b8a1 ash: main: Print \n upon EOF (CTRL-D) when run interactively by Denys Vlasenko · 5 years ago
  37. e880b1f ash: expand: Use HOME in tilde expansion when it is empty by Denys Vlasenko · 5 years ago
  38. a7b97e3 ash: builtin: Mark more regular built-ins by Denys Vlasenko · 5 years ago
  39. 2bad3a3 ash: jobs: Replace some uses of fmtstr with stpcpy/stpncpy by Denys Vlasenko · 5 years ago
  40. 3f7fb2c ash: output: Fix fmtstr return value by Denys Vlasenko · 5 years ago
  41. 970470e ash: main: Only set savestatus in exitcmd by Denys Vlasenko · 5 years ago
  42. 4ccddc8 ash: [BUILTIN] Exit without arguments in a trap should use status outside traps by Denys Vlasenko · 5 years ago
  43. f7eea8c ash: parser: Fix incorrect eating of backslash newlines by Denys Vlasenko · 5 years ago
  44. acf79f9 ash: use pgetc_eatbnl() in more places, take 2 by Denys Vlasenko · 5 years ago
  45. a6e48de fdisk: add HFS / HFS+ partition type by Denys Vlasenko · 5 years ago
  46. adc540f tftp: on download, open local file only when first bit of data arrived by Denys Vlasenko · 5 years ago
  47. 0c4e597 tftp: fix thinko in code shrink by Denys Vlasenko · 5 years ago
  48. 779df9f tftp: code shrink by Denys Vlasenko · 5 years ago
  49. 260bd21 tftpd: show requested file name in open error message by Denys Vlasenko · 5 years ago
  50. bd8b05b awk: fix more "length" cases, closes 12486 by Denys Vlasenko · 5 years ago
  51. 9e2a566 ash,hush: allow builtins to be tab-completed, closes 7532 by Ron Yorston · 5 years ago
  52. 1ff7002 xargs: fix handling of quoted arguments, closes 11441 by Ron Yorston · 5 years ago
  53. 16bcd50 vi: fixes to string search in colon commands, closes 10321 by Ron Yorston · 5 years ago
  54. b0c711e ash: improve expandstr() by Ron Yorston · 5 years ago
  55. eb7f9ac syslogd: add config option to include milliseconds in timestamps by Peter Korsgaard · 5 years ago
  56. 020abc8 udhcpd: mangle hostnames starting with dash ("-option") by Denys Vlasenko · 5 years ago
  57. 9ec836c whois: limit total length of response to 32+2 kb by Denys Vlasenko · 5 years ago
  58. 356f23d init: improve handling of signals racing with each other by Denys Vlasenko · 5 years ago
  59. 113c776 init: if tcgetattr() fails, don't even try to tcsetattr() by Denys Vlasenko · 5 years ago
  60. 259747c hush: fix preprocessor directives indentation by Denys Vlasenko · 5 years ago
  61. 1b76ffa grep: add -R by Tomi Leppanen · 5 years ago
  62. 0084137 bc: fix comparison bug, closes 12336 by Denys Vlasenko · 5 years ago
  63. d3539be Remove stime() function calls by Alistair Francis · 5 years ago
  64. 419d029 Updated inittab example documentation by Denys Vlasenko · 5 years ago
  65. af6bc54 chgrp: correct the usage for non-desktop chgrp calls by Liu, Shuang (ADITG/ESM) · 5 years ago
  66. b230fdf taskset: tighten the check for stride values by Denys Vlasenko · 5 years ago
  67. a82fb1b taskset: implement stride argument by Denys Vlasenko · 5 years ago
  68. 2f57b51 unxz: show -t in --help by Denys Vlasenko · 5 years ago
  69. e558660 taskset: update comment by Denys Vlasenko · 5 years ago
  70. 162ac7f taskset: add support for taking/printing CPU list (-c option) by Denys Vlasenko · 5 years ago
  71. 2180656 hush: restore redirected stdin by Denys Vlasenko · 5 years ago
  72. ea096d6 ntpd: decrease MIN_FREQHOLD by 2, increase "penalty" for largish offset x2 by Denys Vlasenko · 5 years ago
  73. 6b49601 nslookup: implement support for SRV records by Jo-Philipp Wich · 6 years ago
  74. 8c3b520 nslookup: handle replies without RRs by Jo-Philipp Wich · 6 years ago
  75. caf5ee0 gunzip: fix incorrect decoding of "fixed" inflate blocks by Denys Vlasenko · 5 years ago
  76. 122a8cb hdparm: placate "warning: taking the absolute value of unsigned type" by Denys Vlasenko · 5 years ago
  77. 9a0c404 vi: placate "warning: shifting a negative signed value is undefined" by Denys Vlasenko · 5 years ago
  78. f39a718 read_key(): placate "warning: shifting a negative signed value is undefined" by Denys Vlasenko · 5 years ago
  79. d6ff27d ntpd: abs(tmx.offset) was truncating a "long" typed value by Denys Vlasenko · 5 years ago
  80. b4ad1d8 tc: array address is never NULL by Denys Vlasenko · 5 years ago
  81. e076162 traceroute: fix gcc-ism by Denys Vlasenko · 5 years ago
  82. e5897d0 suppress a few "unused function" warnings by Denys Vlasenko · 5 years ago
  83. 1f1492b netstat: suppress a warning (conversion from 'int' to 'smallint' changes value) by Denys Vlasenko · 5 years ago
  84. b4ef2e3 Makefile.flags: suppress some clang-9 warnings by Denys Vlasenko · 5 years ago
  85. af7169b clang/llvm 9 fix - do not eliminate a store to a fake "const" by Denys Vlasenko · 5 years ago
  86. e1a7c97 tar: fix fallout of: change -a from meaning "lzma" to mean "autodetect by extension" by Denys Vlasenko · 5 years ago
  87. be5a505 Remove syscall wrappers around clock_gettime, closes 12091 by Denys Vlasenko · 5 years ago
  88. 7427406 shell: better comments in BASE#nn code by Denys Vlasenko · 5 years ago
  89. 3ef513e shell/ulimit: code shrink by Denys Vlasenko · 5 years ago
  90. fb11035 gunzip: code shrink by using int-, not short-sized struct member by Denys Vlasenko · 5 years ago
  91. 6572ef6 gzip: code shrink by Denys Vlasenko · 5 years ago
  92. c763392 gzip: code shrink by Denys Vlasenko · 5 years ago
  93. 9586714 telnet: add disabled code to emit EC and IP by Denys Vlasenko · 5 years ago
  94. 37a9008 brctl: code shrink by Denys Vlasenko · 5 years ago
  95. ed79af7 config: PID_FILE_PATH required for FEATURE_CROND_SPECIAL_TIMES by James Byrne · 5 years ago
  96. eb13951 brctl: tweak help text, fix comments by Denys Vlasenko · 5 years ago
  97. b4fa16d brctl: fold show_bridge_ports_ into its caller by Denys Vlasenko · 5 years ago
  98. 3398753 brctl: code shrink by Denys Vlasenko · 5 years ago
  99. 6dcf563 brctl: add support for showstp command by Martin Lewis · 5 years ago
  100. 42f454b dpkg-deb: work around bogus error message when working with XZ compressed packages by Denys Vlasenko · 5 years ago