1. 91234b9 typo fixes in config help text by Denys Vlasenko · 15 years ago
  2. 0834a6d pmap: new applet. +1k. by Alexander Shishkin · 15 years ago
  3. 74c992a ntpd: with -q, exit after 60 seconds even if time is not synced. by Denys Vlasenko · 15 years ago
  4. 1cd0d86 modutils: explain why we no longer quote params by Denys Vlasenko · 15 years ago
  5. 1396221 insmod: Do not add a pair of "" around the arguments of the module. by Carmelo AMOROSO · 15 years ago
  6. 6f32ea4 nandwrite: new applet by Baruch Siach · 15 years ago
  7. 159677c Rename a struct member from "interrupt" by Dan Fandrich · 15 years ago
  8. 7ff6836 split: use xopen_stdin() by Denys Vlasenko · 15 years ago
  9. 3d8b96d grep: fix -o match with empty string (suggested by Colin Watson <cjwatson@ubuntu.com>) by Denys Vlasenko · 15 years ago
  10. b276e41 ip: add a #define for older kernels by Denys Vlasenko · 15 years ago
  11. adbe3b5 build system: make 3.82 fix. Closes bug 2323 by Denys Vlasenko · 15 years ago
  12. e7b0a9e patch: support "patch [FILE [PATCH]]" format by Denys Vlasenko · 15 years ago
  13. fd27fa8 libbb: fix fallout from last patch to obscure() (my mistake). +143 bytes by Denys Vlasenko · 15 years ago
  14. d71c770 libbb: shrink obscure() by Bob Dunlop · 15 years ago
  15. cda8159 patch: fix -N regression by Denys Vlasenko · 15 years ago
  16. bdaea46 nmeter: fix misplaced closing comment by Denys Vlasenko · 15 years ago
  17. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 15 years ago
  18. 0d555fc sed: make N command behave as in GNU sed by Denys Vlasenko · 15 years ago
  19. f2860bf mdev: fix non-working device deletion, add a test for that by Denys Vlasenko · 15 years ago
  20. 867ffb9 platform.h: regularize endian detection by Denys Vlasenko · 15 years ago
  21. 9768a82 *: fix "see file License ..." - the file is named LICENSE (in uppercase) by Denys Vlasenko · 15 years ago
  22. 3f75d7b patch: uncomment the test which we actually do pass now by Denys Vlasenko · 15 years ago
  23. c9b9750 libbb: factor out common code from mpstat/iostat by Denys Vlasenko · 15 years ago
  24. a4160e1 patch: add -N and a test for it (fails for now) by Denys Vlasenko · 15 years ago
  25. 6373bb7 patch: move closer to toybox code by Denys Vlasenko · 15 years ago
  26. 760d0eb patch: deal with ommitted ",len" in hunk headers (default len to 1) by Rob Landley · 15 years ago
  27. 1bbc0cd patch: replace it with toybox's implementation by Rob Landley · 15 years ago
  28. dcaed97 iostat: add forgotted fclose(); fix default count. by Denys Vlasenko · 15 years ago
  29. 7783248 *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i by Denys Vlasenko · 15 years ago
  30. 7bfbbd4 free: more compatible output. +16 bytes. Closes bug 2383. by Denys Vlasenko · 15 years ago
  31. 733f26f iostat: new applet. 2800 bytes by Marek Polacek · 15 years ago
  32. 58662f2 modutils: Add support for NDS32 architecture. by Macpaul Lin · 15 years ago
  33. 1fbaf3a fdisk: Add support for NDS32 architecture. by Macpaul Lin · 15 years ago
  34. 9669363 Remove some more mentions of Subversion by Dan Fandrich · 15 years ago
  35. 775965d Improved portability of tests by Dan Fandrich · 15 years ago
  36. f03fc7d ntpd: mention -N in help text by Denys Vlasenko · 15 years ago
  37. 81d9e60 Set HWCLOCK_ADJTIME_FHS to off by default by Denys Vlasenko · 15 years ago
  38. d07b20f rtc: remove useless code in "RTC is in UTC" detection by Denys Vlasenko · 15 years ago
  39. da0df47 wget: fix ndelay_on call; progress bar: small shrink by Denys Vlasenko · 15 years ago
  40. 64f2ba2 wget: make -T support enabled by default by Denys Vlasenko · 15 years ago
  41. c97131c wget: implement -T SEC; rework progress meter to not use signals (it was unsafe) by Bradley M. Kuhn · 15 years ago
  42. 33bbb27 ash: fix another bit of var_bash4 bug by Denys Vlasenko · 15 years ago
  43. 58a15cd Fix a typo in config text by Denys Vlasenko · 15 years ago
  44. 0d98b44 udhcpc: add -v to help text by Denys Vlasenko · 15 years ago
  45. 09dd6ec ash: cosmetic fixes, no code changes by Denys Vlasenko · 15 years ago
  46. 1614900 ash: fix another bug detected by var_bash4.tests by Denys Vlasenko · 15 years ago
  47. c8d305d var_bash4.tests: better wording in comment by Denys Vlasenko · 15 years ago
  48. f02c82f ash: fix dequoting error detected by var_bash4 test by Denys Vlasenko · 15 years ago
  49. f56fe82 update var_bash4 test. one more bug revealed by it now... by Denys Vlasenko · 15 years ago
  50. 95b83ba OpenBSD compatibility by Waldemar Brodkorb · 15 years ago
  51. 6814cbc ash: extend var_bash4.tests; nocode changes by Denys Vlasenko · 15 years ago
  52. b0fbe4b ash: add a testcase for bug 2281 (currently fails). Small code cleanups. by Denys Vlasenko · 15 years ago
  53. e74d798 syslogd: close/re-resolve/reopen remote sockets on some sendto() errors by Daniel Dickinson · 15 years ago
  54. 6e06da5 update _shipped file with hurd fix by Denys Vlasenko · 15 years ago
  55. b883bc9 sed.tests: make last test less confusing by Denys Vlasenko · 15 years ago
  56. 2e284a4 sed: fix sed -i: unlike without -i, it does not forget ranges by Denys Vlasenko · 15 years ago
  57. 138ce54 stty: sort out preprocessor conditionals by Jeremie Koenig · 15 years ago
  58. 63c2e7e klogd: make it work on non-linux systems by Jeremie Koenig · 15 years ago
  59. 1766280 cttyhack: make it survive WERROR build by Denys Vlasenko · 15 years ago
  60. 430ba79 cttyhack: serial console detection is Linux-specific by Jeremie Koenig · 15 years ago
  61. 85a359a mpstat: do not use /sys to get number of CPUs. /proc should be ok. by Marek Polacek · 15 years ago
  62. 3fb4a5e mpstat: better fix for IRQ counts by Denys Vlasenko · 15 years ago
  63. 9bb0510 mpstat: fix total par-cpu IRQ counts by Denys Vlasenko · 15 years ago
  64. 64c6789 mpstat: fix/improve handling of interrupt names by Denys Vlasenko · 15 years ago
  65. 5e87c2e mpstat: small code shrink by Maksym Kryzhanovskyy · 15 years ago
  66. 68fca4c vlock: disable linux console calls on other systems by Jeremie Koenig · 15 years ago
  67. e7a0632 bootchartd: mounting tmpfs is Linux-specific by Jeremie Koenig · 15 years ago
  68. 5a71fb8 less: remove misguided dependency on PLATFORM_LINUX by Jeremie Koenig · 15 years ago
  69. 1538c97 testsuite: typo in tr.tests by Leonid Lisovskiy · 15 years ago
  70. 64b6f7c doc: remove trailing empty line by Bernhard Reutner-Fischer · 15 years ago
  71. 506d3a9 dc: tweak help text by Denys Vlasenko · 15 years ago
  72. 7a07b0e dc: make it use long longs for integer ops by Denys Vlasenko · 15 years ago
  73. 416f040 less: fix duplicate "depends on PLATFORM_LINUX". no code changes by Denys Vlasenko · 15 years ago
  74. 3d615b8 find_stray_empty_lines: make it work by Bernhard Reutner-Fischer · 15 years ago
  75. a3f7100 find_stray_empty_lines: fix tail "invalid context" error by Javier Viguera · 15 years ago
  76. 17e0e43 ulimit: set both hard and soft limits by default by Alexander Shishkin · 15 years ago
  77. 0670236 mktemp: fix for dir/file.XXXXXX param (by Rob). +9 bytes. by Denys Vlasenko · 15 years ago
  78. b4d0351 *: s/spaces/tabs/ by Denys Vlasenko · 15 years ago
  79. f0b8214 *: fix unterminated last lines. no code changes by Denys Vlasenko · 15 years ago
  80. e5dbd56 httpd: simplified "gzip" test by Peter Korsgaard · 15 years ago
  81. ba2dccc *: trailing empty lines removed by Denys Vlasenko · 15 years ago
  82. 0f89605 *: more empty lines removed. no code changes by Denys Vlasenko · 15 years ago
  83. f3ea792 *: mass cosmetic removal of extra empty lines. no code changes by Denys Vlasenko · 15 years ago
  84. ccb9771 ash: fix $! value when traps are set by Alexander Shishkin · 15 years ago
  85. 7a2ba32 httpd: optional support for gzip-compressed pages by Peter Korsgaard · 15 years ago
  86. 535ce1d httpd: cosmetic fixes, no code changes by Denys Vlasenko · 15 years ago
  87. 451add4 lineedit: mostly revert recent wrong logic in "ask terminal" code by Denys Vlasenko · 15 years ago
  88. 2e9b551 libiproute: code shrink by adding FAST_FUNC by Denys Vlasenko · 15 years ago
  89. e0a6220 ip: fix "ip r" breakage by Denys Vlasenko · 15 years ago
  90. b78ac5a libnetlink: code shrink by Natanael Copa · 15 years ago
  91. 4f0279b ifplugd: code shrink by Maksym Kryzhanovskyy · 15 years ago
  92. c5fb0ad vi: fix "ask terminal" code by Denys Vlasenko · 15 years ago
  93. 217df6e mpstat: small code shrink by Denys Vlasenko · 15 years ago
  94. 23e8c08 mpstat: new applet. ~5.5k by Marek Polacek · 15 years ago
  95. ba085c6 make DESKTOP=y the default by Denys Vlasenko · 15 years ago
  96. 2ea12d8 tcpsvd,udpsvd: conditionalize usage of SO_ORIGINAL_DST by Jeremie Koenig · 15 years ago
  97. 2988511 libbb: conditionalize AF_* usage in error reporting by Jeremie Koenig · 15 years ago
  98. 84b01d5 mkdir: fix -p on FreeBSD by Jeremie Koenig · 15 years ago
  99. 816ed97 libbb.h: add device names for Hurd and FreeBSD by Jeremie Koenig · 15 years ago
  100. 1c05303 init: make the initial $TERM value configurable by Jeremie Koenig · 15 years ago