1. e09bff3 runit_lib: remove/inline a few more things by Denys Vlasenko · 14 years ago
  2. 8d789e4 tar: add a test for extraction of read-only directory by Dan Fandrich · 14 years ago
  3. 6957d79 remove redundant ENABLE_DESKTOP in procps/ps.c by Cristian Ionescu-Idbohrn · 14 years ago
  4. b36abf2 hush: big reordering: move parser functions to the beginning. no code changes by Denys Vlasenko · 14 years ago
  5. 38292b6 hush: rename o_quoted to has_quoted_part; small code shrink by Denys Vlasenko · 14 years ago
  6. f2dc20c hush: move variable expansion into a separate function. No logic changes by Denys Vlasenko · 14 years ago
  7. 36f774a hush: add support for ${var/pattern/repl}, conditional on bash compat by Denys Vlasenko · 14 years ago
  8. 701e127 hush: optimize #[#] and %[%] for speed. size -2 bytes. by Denys Vlasenko · 14 years ago
  9. e298ce6 hush: fix handling of backslashes in variable assignment by Denys Vlasenko · 14 years ago
  10. 8ae6e9b lzop: fix misordered "v=NULL; free(v)", small code shrink by Denys Vlasenko · 14 years ago
  11. 0d7cb4c fix false positive in testsuite/tar.tests by Denys Vlasenko · 14 years ago
  12. eb2bf5b Fix some test cases by Dan Fandrich · 14 years ago
  13. 2ab3acb ifupdown: %client%, not %clientid% by Denys Vlasenko · 14 years ago
  14. 3926363 lineedit: on tab completion, show filenames obly in all cases (bash compat) by Denys Vlasenko · 14 years ago
  15. 76939e7 lineedit: allocate matchBuf only temporarily: saves MAX_LINELEN bytes by Denys Vlasenko · 14 years ago
  16. ba0e103 lineedit: de-indent large block in input_tab. No logic changes. by Denys Vlasenko · 14 years ago
  17. a46e16e lineedit: rename tmp -> chosen_match; small code shrink by Denys Vlasenko · 14 years ago
  18. 9b56bf5 lineedit: stop using permanent int_buf[] (16k!): allocate it by Denys Vlasenko · 14 years ago
  19. 81254ed lineedit: remove pos_buf[] array (up to 16k!); fix compat bugs by Denys Vlasenko · 14 years ago
  20. 3c460b0 lineedit: return prefix len from tab completion helpers by Denys Vlasenko · 14 years ago
  21. 2679e3c lineedit: clean up tab completion code (variable reuse, comments) by Denys Vlasenko · 14 years ago
  22. 57ea9b4 preparatory cleanup patch for tab completion fixes by Denys Vlasenko · 14 years ago
  23. 7063e86 lineedit: small readability improvement (same code) by Denys Vlasenko · 14 years ago
  24. 61a36af lineedit: fix completion with Unicode chars by Denys Vlasenko · 14 years ago
  25. b068bd7 lineedit: preparatory cleanup patch for Unicode completion fix by Denys Vlasenko · 14 years ago
  26. 7aa6304 libbb: xfunc_error_retval can be a byte by Denys Vlasenko · 14 years ago
  27. 6f80fe7 uudecode,base64: code shrink by Denys Vlasenko · 14 years ago
  28. 0004e99 better shared strings trick by Denys Vlasenko · 14 years ago
  29. 9dc0412 getty: small code shrink by Denys Vlasenko · 14 years ago
  30. a61ff51 find: add rudimentary support for -exec {} + by Denys Vlasenko · 14 years ago
  31. ee06264 base64: new applet by Denys Vlasenko · 14 years ago
  32. 8d3e225 libbb: add xfstat function by Denys Vlasenko · 14 years ago
  33. 4e7dd3c mkswap: clear 1st kilobyte. Closes bug 1831 by Denys Vlasenko · 14 years ago
  34. c71ec70 iplink: another compat #ifndef/#define tweak by Denys Vlasenko · 14 years ago
  35. 0ff78a0 ash: small code shrink (-21 bytes) by Denys Vlasenko · 14 years ago
  36. f7a8433 ash: add another ${v/a/b} test we currently fail by Denys Vlasenko · 14 years ago
  37. 25b4755 typo fix in comment by Denys Vlasenko · 14 years ago
  38. d493e93 remove stray debugging stuff by Denys Vlasenko · 14 years ago
  39. 9ce07e7 bbconfig: add COMPRESS_BBCONFIG option by Denys Vlasenko · 14 years ago
  40. 7715b48 nandwrite: always check the first erase block by Baruch Siach · 14 years ago
  41. b32a543 nandwrite: complain on malformed -s NUM by Denys Vlasenko · 14 years ago
  42. a78227d nandwrite: allow hex values in the -s parameter by Baruch Siach · 14 years ago
  43. cc13153 showkey: code shrink by Denys Vlasenko · 14 years ago
  44. 140ac91 testsuite: show the number of failures after a test run by Dan Fandrich · 14 years ago
  45. 91234b9 typo fixes in config help text by Denys Vlasenko · 14 years ago
  46. 0834a6d pmap: new applet. +1k. by Alexander Shishkin · 14 years ago
  47. 74c992a ntpd: with -q, exit after 60 seconds even if time is not synced. by Denys Vlasenko · 14 years ago
  48. 1cd0d86 modutils: explain why we no longer quote params by Denys Vlasenko · 14 years ago
  49. 1396221 insmod: Do not add a pair of "" around the arguments of the module. by Carmelo AMOROSO · 14 years ago
  50. 6f32ea4 nandwrite: new applet by Baruch Siach · 14 years ago
  51. 159677c Rename a struct member from "interrupt" by Dan Fandrich · 14 years ago
  52. 7ff6836 split: use xopen_stdin() by Denys Vlasenko · 14 years ago
  53. 3d8b96d grep: fix -o match with empty string (suggested by Colin Watson <cjwatson@ubuntu.com>) by Denys Vlasenko · 14 years ago
  54. b276e41 ip: add a #define for older kernels by Denys Vlasenko · 14 years ago
  55. adbe3b5 build system: make 3.82 fix. Closes bug 2323 by Denys Vlasenko · 14 years ago
  56. e7b0a9e patch: support "patch [FILE [PATCH]]" format by Denys Vlasenko · 14 years ago
  57. fd27fa8 libbb: fix fallout from last patch to obscure() (my mistake). +143 bytes by Denys Vlasenko · 14 years ago
  58. d71c770 libbb: shrink obscure() by Bob Dunlop · 14 years ago
  59. cda8159 patch: fix -N regression by Denys Vlasenko · 14 years ago
  60. bdaea46 nmeter: fix misplaced closing comment by Denys Vlasenko · 14 years ago
  61. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  62. 0d555fc sed: make N command behave as in GNU sed by Denys Vlasenko · 14 years ago
  63. f2860bf mdev: fix non-working device deletion, add a test for that by Denys Vlasenko · 14 years ago
  64. 867ffb9 platform.h: regularize endian detection by Denys Vlasenko · 14 years ago
  65. 9768a82 *: fix "see file License ..." - the file is named LICENSE (in uppercase) by Denys Vlasenko · 14 years ago
  66. 3f75d7b patch: uncomment the test which we actually do pass now by Denys Vlasenko · 14 years ago
  67. c9b9750 libbb: factor out common code from mpstat/iostat by Denys Vlasenko · 14 years ago
  68. a4160e1 patch: add -N and a test for it (fails for now) by Denys Vlasenko · 14 years ago
  69. 6373bb7 patch: move closer to toybox code by Denys Vlasenko · 14 years ago
  70. 760d0eb patch: deal with ommitted ",len" in hunk headers (default len to 1) by Rob Landley · 14 years ago
  71. 1bbc0cd patch: replace it with toybox's implementation by Rob Landley · 14 years ago
  72. dcaed97 iostat: add forgotted fclose(); fix default count. by Denys Vlasenko · 14 years ago
  73. 7783248 *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i by Denys Vlasenko · 14 years ago
  74. 7bfbbd4 free: more compatible output. +16 bytes. Closes bug 2383. by Denys Vlasenko · 14 years ago
  75. 733f26f iostat: new applet. 2800 bytes by Marek Polacek · 14 years ago
  76. 58662f2 modutils: Add support for NDS32 architecture. by Macpaul Lin · 14 years ago
  77. 1fbaf3a fdisk: Add support for NDS32 architecture. by Macpaul Lin · 14 years ago
  78. 9669363 Remove some more mentions of Subversion by Dan Fandrich · 14 years ago
  79. 775965d Improved portability of tests by Dan Fandrich · 14 years ago
  80. f03fc7d ntpd: mention -N in help text by Denys Vlasenko · 14 years ago
  81. 81d9e60 Set HWCLOCK_ADJTIME_FHS to off by default by Denys Vlasenko · 14 years ago
  82. d07b20f rtc: remove useless code in "RTC is in UTC" detection by Denys Vlasenko · 14 years ago
  83. da0df47 wget: fix ndelay_on call; progress bar: small shrink by Denys Vlasenko · 14 years ago
  84. 64f2ba2 wget: make -T support enabled by default by Denys Vlasenko · 14 years ago
  85. c97131c wget: implement -T SEC; rework progress meter to not use signals (it was unsafe) by Bradley M. Kuhn · 14 years ago
  86. 33bbb27 ash: fix another bit of var_bash4 bug by Denys Vlasenko · 14 years ago
  87. 58a15cd Fix a typo in config text by Denys Vlasenko · 14 years ago
  88. 0d98b44 udhcpc: add -v to help text by Denys Vlasenko · 14 years ago
  89. 09dd6ec ash: cosmetic fixes, no code changes by Denys Vlasenko · 14 years ago
  90. 1614900 ash: fix another bug detected by var_bash4.tests by Denys Vlasenko · 14 years ago
  91. c8d305d var_bash4.tests: better wording in comment by Denys Vlasenko · 14 years ago
  92. f02c82f ash: fix dequoting error detected by var_bash4 test by Denys Vlasenko · 14 years ago
  93. f56fe82 update var_bash4 test. one more bug revealed by it now... by Denys Vlasenko · 14 years ago
  94. 95b83ba OpenBSD compatibility by Waldemar Brodkorb · 14 years ago
  95. 6814cbc ash: extend var_bash4.tests; nocode changes by Denys Vlasenko · 14 years ago
  96. b0fbe4b ash: add a testcase for bug 2281 (currently fails). Small code cleanups. by Denys Vlasenko · 14 years ago
  97. e74d798 syslogd: close/re-resolve/reopen remote sockets on some sendto() errors by Daniel Dickinson · 14 years ago
  98. 6e06da5 update _shipped file with hurd fix by Denys Vlasenko · 14 years ago
  99. b883bc9 sed.tests: make last test less confusing by Denys Vlasenko · 14 years ago
  100. 2e284a4 sed: fix sed -i: unlike without -i, it does not forget ranges by Denys Vlasenko · 14 years ago