1. cca4c9f unzip: add -t by Denys Vlasenko · 3 years, 9 months ago
  2. afc766f unzip: fix for .zip archives with >4GB file by Denys Vlasenko · 3 years, 9 months ago
  3. 1a45b2c fix "warning array subscript has type 'char'" by Denys Vlasenko · 3 years, 9 months ago
  4. eb1b290 Makefile.flags: add a test for -lrt availability by Denys Vlasenko · 3 years, 9 months ago
  5. 7c813fb echo: fix !ENABLE_FEATURE_FANCY_ECHO build by Denys Vlasenko · 3 years, 9 months ago
  6. fe2d806 fix gcc-11.0 warnings by Denys Vlasenko · 3 years, 9 months ago
  7. ba9f9c2 *: --help text tweaks by Denys Vlasenko · 3 years, 9 months ago
  8. 93f1255 touch: shorten --help text by Denys Vlasenko · 3 years, 9 months ago
  9. d156bcf touch: code shrink by Denys Vlasenko · 3 years, 9 months ago
  10. fe9507f touch: fix -am by Denys Vlasenko · 3 years, 9 months ago
  11. 4eb46e1 dd: support iflag=count_bytes by Rafał Miłecki · 3 years, 10 months ago
  12. 7b5cbfd vi: allow writing to another file if this one is readonly by Alison Winters · 3 years, 9 months ago
  13. 27c1bc8 build system: avoid build failure during bisection by Ron Yorston · 3 years, 9 months ago
  14. f0c0c56 hush: beautify ^D handling to match ash / bash by Denys Vlasenko · 3 years, 9 months ago
  15. 50a3745 watchdog: make open-write-close-open functionality a config knob by Rasmus Villemoes · 3 years, 9 months ago
  16. 9c210f0 touch: fix previous commit by Denys Vlasenko · 3 years, 9 months ago
  17. 6b6ff80 touch: make FEATURE_TOUCH_NODEREF unconditional by Denys Vlasenko · 3 years, 9 months ago
  18. 3630054 touch: code shrink by Denys Vlasenko · 3 years, 9 months ago
  19. 6f63a2b touch: code shrink by Denys Vlasenko · 3 years, 9 months ago
  20. e3c6a09 touch: prevent usage of -r and -t at once by Xabier Oneca · 3 years, 9 months ago
  21. 79c92db touch: switch to using utimensat() and futimens() by Denys Vlasenko · 3 years, 9 months ago
  22. 1a18126 touch: unbreak -h by Denys Vlasenko · 3 years, 9 months ago
  23. 7ec2544 touch: remove unneeded GETOPT32 defines by Xabier Oneca · 3 years, 9 months ago
  24. de1a49c touch: fix atime set from reference file by Xabier Oneca · 3 years, 9 months ago
  25. 520bb3e touch: add SUSv3 options -a and -m by Xabier Oneca · 3 years, 9 months ago
  26. 7323bca lineedit: fix tab completion with equal sign by Natanael Copa · 3 years, 9 months ago
  27. f4a9908 vi: improvements to reporting of changes by Ron Yorston · 3 years, 9 months ago
  28. 99fb5f2 vi: issue a warning on failure to find a character by Ron Yorston · 3 years, 9 months ago
  29. 6220b4d vi: make the substitute command more like vi by Ron Yorston · 3 years, 9 months ago
  30. 951c6de vi: make put commands more like vi by Ron Yorston · 3 years, 9 months ago
  31. a544502 vi: allow the '.' command to have a repetition count by Ron Yorston · 3 years, 9 months ago
  32. fe76569 vi: allow 'r' command to be aborted, repeated by Ron Yorston · 3 years, 9 months ago
  33. b18c7bf vi: improvements to undo by Ron Yorston · 3 years, 9 months ago
  34. e577afc vi: more fixes to range selection by word by Ron Yorston · 3 years, 9 months ago
  35. b7b1119 vi: improvements to range selection by Ron Yorston · 3 years, 9 months ago
  36. 7ce0e75 vi: code shrink search commands by Ron Yorston · 3 years, 9 months ago
  37. 9f017d9 vi: changes to option handling by Ron Yorston · 3 years, 9 months ago
  38. 24198f6 vi: deal with invalid movements in shift commands by Ron Yorston · 3 years, 10 months ago
  39. a25b4c2 vi: code shrink by Ron Yorston · 3 years, 10 months ago
  40. d56da68 vi: improve operations involving paragraph movement by Ron Yorston · 3 years, 10 months ago
  41. 8b571bd vi: improve motion by paragraph by Ron Yorston · 3 years, 10 months ago
  42. d3b7482 vi: allow repetition count for paragraph motion by Ron Yorston · 3 years, 10 months ago
  43. 1e84daf vi: allow motion count for change/delete/yank/shift by Ron Yorston · 3 years, 10 months ago
  44. d4c4603 vi: support more commands for range selection by Ron Yorston · 3 years, 10 months ago
  45. 15f4ac3 vi: improvements to character search within line by Ron Yorston · 3 years, 10 months ago
  46. 50a2db7 vi: remember cursor column during vertical motion by Ron Yorston · 3 years, 10 months ago
  47. 18871c3 vi: 'G'/'M' commands move to first visible character by Ron Yorston · 3 years, 10 months ago
  48. 5ae25f4 vi: don't overwrite existing file by Ron Yorston · 3 years, 10 months ago
  49. 25d2592 vi: make buffer handling more vi-like by Ron Yorston · 3 years, 10 months ago
  50. 776b56d vi: code shrink by Ron Yorston · 3 years, 10 months ago
  51. 7b4c227 vi: fix word operations across line boundaries by Ron Yorston · 3 years, 10 months ago
  52. 1195782 ntpd: code shrink (force not-inlining, stop returning structs) by Denys Vlasenko · 3 years, 10 months ago
  53. c2bd0b6 timeout,top,watch,ping: parse NN.N fractional duration in locales with other separators by Denys Vlasenko · 3 years, 10 months ago
  54. 14ed4ec resume: write offset in /sys/power/resume_offset by Denys Vlasenko · 3 years, 10 months ago
  55. 2a2ca93 login: implement LOGIN_TIMEOUT by Denys Vlasenko · 3 years, 10 months ago
  56. fe78d70 udhcpc: ignore zero-length DHCP options, take 2 by Denys Vlasenko · 3 years, 10 months ago
  57. 1c461df udhcpc: ignore zero-length DHCP options by Russell Senior · 3 years, 10 months ago
  58. f26e563 echo: special case "echo --help": it should not show help text by Denys Vlasenko · 3 years, 10 months ago
  59. f25d254 decompress_gunzip: Fix DoS if gzip is corrupt by Samuel Sapalski · 3 years, 10 months ago
  60. cbfdeba hush: make LINENO selectable without BASH-COMPAT by Denys Vlasenko · 3 years, 10 months ago
  61. b6e6c83 wget: new option FEATURE_WGET_FTP to enable/disable FTP by Sergey Ponomarev · 4 years ago
  62. 0b25e81 bloat-o-meter: avoid double counting by Ron Yorston · 3 years, 10 months ago
  63. 307cd26 start-stop-daemon: explain -x + -a test by Denys Vlasenko · 3 years, 10 months ago
  64. 2d48d9b ntpd: tweak comments by Denys Vlasenko · 3 years, 10 months ago
  65. 2d6c175 ntpd: decrease INITIAL_SAMPLES from 4 to 3 by Denys Vlasenko · 3 years, 10 months ago
  66. 70ee233 vi: code shrink by Denys Vlasenko · 3 years, 10 months ago
  67. 63d9da3 vi: restore 0 offset after :set noXXX command by Alison Winters · 3 years, 11 months ago
  68. 9b6bcfd bc: typo fix in comment by Denys Vlasenko · 3 years, 11 months ago
  69. 9037757 dc: more docs in --help by Denys Vlasenko · 3 years, 11 months ago
  70. 1a37aa7 dc: document what non-GNU commands do by Denys Vlasenko · 3 years, 11 months ago
  71. ace81cd bc/dc: fix length(0) and length(0.000nnn) result by Denys Vlasenko · 3 years, 11 months ago
  72. 3d88cc1 dc: correct --help text by Denys Vlasenko · 3 years, 11 months ago
  73. 1f9ed02 trylink: do not drop libs from CONFIG_EXTRA_LDLIBS by Denys Vlasenko · 3 years, 11 months ago
  74. e880c9c echo: do not assume that free() leaves errno unmodified by Natanael Copa · 4 years ago
  75. 760b627 lineedit: support empty PATH entries in tab completion by Ron Yorston · 3 years, 11 months ago
  76. 858f8aa diff: code shrink by Ron Yorston · 3 years, 11 months ago
  77. 9fa7d7d dnsd: check that we don't read past packet by Denys Vlasenko · 3 years, 11 months ago
  78. a4959ee udhcp: reuse strings by Denys Vlasenko · 3 years, 11 months ago
  79. 855aeac ntpd: log responses to clients at log level 3 by Denys Vlasenko · 3 years, 11 months ago
  80. 2620d38 ntpd: without INITIAL_FREQ_ESTIMATION code, state variable is not needed too by Denys Vlasenko · 3 years, 11 months ago
  81. 423c4c2 ntpd: remove unused USING_INITIAL_FREQ_ESTIMATION code by Denys Vlasenko · 3 years, 11 months ago
  82. 5024d86 ntpd: increase loglevel to 3 for "poll:32s sockets:0 interval:64s" message by Denys Vlasenko · 3 years, 11 months ago
  83. 6448332 udhcpc: clarify bcast/unicast sends in logs, include server ID by Denys Vlasenko · 3 years, 11 months ago
  84. 6bdfbc4 libbb: fix '--help' handling in FEATURE_SH_NOFORK=y by Denys Vlasenko · 3 years, 11 months ago
  85. 33745b1 ash: placate -Werror=format-security by Denys Vlasenko · 3 years, 11 months ago
  86. 666a9a4 applets/usage_pod.c: placate gcc by Denys Vlasenko · 3 years, 11 months ago
  87. d40358a Makefile.flags: fix the OS detection for libresolv by Martin Kaiser · 4 years ago
  88. cad3fc7 libbb: introduce and use fputs_stdout by Ron Yorston · 4 years ago
  89. 6ad38d6 libbb: code shrink fgets_str by Ron Yorston · 4 years ago
  90. c849e72 nl: ensure '-b n' option displays file content by Ron Yorston · 4 years ago
  91. 27ae859 cryptpw: typo in usage message by Ron Yorston · 4 years ago
  92. 5bef678 vi: fix range selection by forward character motion by Ron Yorston · 4 years ago
  93. bcf91d2 libbb: code shrink and speed up index_in_strings() by Ron Yorston · 4 years ago
  94. 59120c3 libbb: code shrink and speed up find_applet_by_name() by Ron Yorston · 4 years ago
  95. e8fe9f9 awk: allow printf('%c') to output NUL, closes 13486 by Ron Yorston · 4 years ago
  96. f3a55b3 traceroute: fix option parsing by Denys Vlasenko · 4 years ago
  97. 808d93c update_passwd: fix context variable by Bernd Kuhls · 4 years ago
  98. 2b7c1aa ash: match bash behavior for ${empty_var/*/repl} by Denys Vlasenko · 4 years ago
  99. 883cdb7 ash: fix ${unset_var/pattern/repl} by Denys Vlasenko · 4 years ago
  100. cc4303f bc: code shrink by Denys Vlasenko · 4 years ago