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