1. 4bb3189 add -Wwrite-strings to Makefile by Denis Vlasenko · 18 years ago
  2. 1e3b068 msh: cleaning up for -Wwrite-strings part #4 by Denis Vlasenko · 18 years ago
  3. 6b50f73 msh: cleaning up for -Wwrite-strings part #3 by Denis Vlasenko · 18 years ago
  4. 489f93e msh: cleaning up for -Wwrite-strings part #2 by Denis Vlasenko · 18 years ago
  5. 00ccf95 msh: cleaning up for -Wwrite-strings by Denis Vlasenko · 18 years ago
  6. 71d8abf lash: -Wwrite-strings fixes by Denis Vlasenko · 18 years ago
  7. bb81c58 hush: style fixes by Denis Vlasenko · 18 years ago
  8. c72c1ed hush: now it's -Wwrite-strings clean by Denis Vlasenko · 18 years ago
  9. 0c886c6 hush: style fixes by Denis Vlasenko · 18 years ago
  10. 15d78fb hust: -Wwrite-strings fixes by Denis Vlasenko · 18 years ago
  11. 34c4e5f silly space saving in sed by Denis Vlasenko · 18 years ago
  12. 54767db micro optimization by Denis Vlasenko · 18 years ago
  13. 27a131e preparatory patch for -Wwrite-strings #8 (missed part) by Denis Vlasenko · 18 years ago
  14. eb10e17 - improve spelling by Bernhard Reutner-Fischer · 18 years ago
  15. 9356b50 preparatory patch for -Wwrite-strings #7: sed by Denis Vlasenko · 18 years ago
  16. 322661d preparatory patch for -Wwrite-strings #6 by Denis Vlasenko · 18 years ago
  17. 89ef65f preparatory patch for -Wwrite-strings #5 by Denis Vlasenko · 18 years ago
  18. ab2aea4 preparatory patch for -Wwrite-strings #4 by Denis Vlasenko · 18 years ago
  19. 06c0a71 preparatory patch for -Wwrite-strings #3 by Denis Vlasenko · 18 years ago
  20. b6aae0f preparatory patch for -Wwrite-strings #2 by Denis Vlasenko · 18 years ago
  21. a41fdf3 preparatory patch for -Wwrite-strings #1 by Denis Vlasenko · 18 years ago
  22. e935602 taskset: fix incorrect rage spec and allow 0xXXX input ping: shave off 60 bytes by Denis Vlasenko · 18 years ago
  23. 8681180 add to testsuite and fix yet another sed corner case by Denis Vlasenko · 18 years ago
  24. c562bb7 disable -Wold-style-definition for gcc 3.x by Denis Vlasenko · 18 years ago
  25. fe7a9f1 sed: fix 2 bugs (one testsuite entry + one newly found) by Denis Vlasenko · 18 years ago
  26. 826c85f fix all known regressions with sed and also make it simpler by Denis Vlasenko · 18 years ago
  27. dccb1a5 wc can emit unpredictable amount of whitespace by Denis Vlasenko · 18 years ago
  28. afe488d work around gcc bug by Denis Vlasenko · 18 years ago
  29. 9d93873 fix which-uses-default-path by Denis Vlasenko · 18 years ago
  30. 4e1715f correct bad English by Denis Vlasenko · 18 years ago
  31. 2806b23 - reinstate static for the command string arrray to be gentle to gcc-3.x by Bernhard Reutner-Fischer · 18 years ago
  32. 8ca35d2 - document the multicast argument for ip link by Bernhard Reutner-Fischer · 18 years ago
  33. 4d9a358 - use uint32_t as suggested by vda. by Bernhard Reutner-Fischer · 18 years ago
  34. 6912ea1 ether-wake: remove #warning by Denis Vlasenko · 18 years ago
  35. eeafc1a svlogd: batch writes if !timestamp by Denis Vlasenko · 18 years ago
  36. ca549c5 svlogd: remove unused buffering, stop doing tons of memcpy by Denis Vlasenko · 18 years ago
  37. bde74b6 runit/* cleanup part 3 (just deleting unused code) by Denis Vlasenko · 18 years ago
  38. e2473f8 runit/* cleanup part 2 by Denis Vlasenko · 18 years ago
  39. 8c78395 runit cleanup part 1 by Denis Vlasenko · 18 years ago
  40. e06bed3 use bb_sanitize_stdio() where appropriate by Denis Vlasenko · 18 years ago
  41. cd75a96 - sum -r TODO should not print the filename as oposed to -s by Bernhard Reutner-Fischer · 18 years ago
  42. 14813c5 - add a very few simple test for sum. The very first is currently broken by Bernhard Reutner-Fischer · 18 years ago
  43. aae82e0 - the testharness needs busybox.links. Now the new foobar.tests work again by Bernhard Reutner-Fischer · 18 years ago
  44. 9dca07d make it possible to build bbox without warnings again. by Denis Vlasenko · 18 years ago
  45. 434ad54 fix warning in find.c by Denis Vlasenko · 18 years ago
  46. e0eebc1 Make -Werror configurable by Denis Vlasenko · 18 years ago
  47. fd94efa fix numbering in switch(): we don't have "del" anymore, by Denis Vlasenko · 18 years ago
  48. 5ff8f3d add link to post 1.4.1 patches by Denis Vlasenko · 18 years ago
  49. 98c0bba fix bin2hex bug. lowercase = uppercase | 0x20, not | 0x10! by Denis Vlasenko · 18 years ago
  50. fc7f922 find: fix -mtime, -mmin, -perm (+ add symbolic perm handling) by Denis Vlasenko · 18 years ago
  51. 8b942c6 fix "expr has no effect" warning by Denis Vlasenko · 18 years ago
  52. 86724af bb_parse_mode: do not do umask() needlessly. by Denis Vlasenko · 18 years ago
  53. f98d637 - readahead depends on LFS by Bernhard Reutner-Fischer · 18 years ago
  54. 5b6195c respect CFLAGS/CPPFLAGS in env by Mike Frysinger · 18 years ago
  55. bc5262d fix option -F mishandling by Denis Vlasenko · 18 years ago
  56. a1042e9 fix non-ipv6 compile by Denis Vlasenko · 18 years ago
  57. 30abe97 announce 1.4.1 by Denis Vlasenko · 18 years ago
  58. 90ec4dc arping: stop using last gethostbyname2 in the tree hostname: small optimization by Denis Vlasenko · 18 years ago
  59. aeb4bdd accidentally applied wrong (old) patch, fixing up... by Denis Vlasenko · 18 years ago
  60. 581930c opt_complementary doesn't like numeric opts :( by Denis Vlasenko · 18 years ago
  61. b9a279b Unify ping and ping6. ping has -4 and -6 which force by Denis Vlasenko · 18 years ago
  62. 677cb5e hostname declaration was misplaced by Denis Vlasenko · 18 years ago
  63. 218f2f4 accumulated post-1.4.0 fixes by Denis Vlasenko · 18 years ago
  64. 84d2d49 - remove nested function. Saves ~30 bytes. by Bernhard Reutner-Fischer · 18 years ago
  65. 7b1c5aa - TODO: merge 'struct suffix_mult $several_suffixes[] into a struct suffix_mult by Bernhard Reutner-Fischer · 18 years ago
  66. 0e282c9 combine depends lines by Mike Frysinger · 18 years ago
  67. 11353ae as Peter Kjellerstedt points out, bool/prompt/depend need to be split up in order to achieve the desired behavior (default to Y without a prompt); revert previous to commits to this file by Mike Frysinger · 18 years ago
  68. a01579d change "bool ... if OPT" to more common "depend ... OPT" by Mike Frysinger · 18 years ago
  69. 6cda897 combine bool;prompt to just bool by Mike Frysinger · 18 years ago
  70. 841ef13 combine bool;prompt to just bool by Mike Frysinger · 18 years ago
  71. 08e7097 "depends ..." -> "depends on ..." by Mike Frysinger · 18 years ago
  72. 71a6a4e correct file format errors by Mike Frysinger · 18 years ago
  73. 1c747b3 - add hostcc-option checker by Bernhard Reutner-Fischer · 18 years ago
  74. 82f8788 - call cc-option to check if the compiler supports the flags we asked to use by Bernhard Reutner-Fischer · 18 years ago
  75. b5bb40f - add an unsupported makefile for IMA compiles by Bernhard Reutner-Fischer · 18 years ago
  76. 4259972 - rtnl_rttable_a2n wants an unsigned int32 by Bernhard Reutner-Fischer · 18 years ago
  77. 52848ee add link to fixes-1.4.0 by Denis Vlasenko · 18 years ago
  78. 769d1e0 fix warning from needlessly-global functions by Denis Vlasenko · 18 years ago
  79. d77f7c3 remove empty source files by Denis Vlasenko · 18 years ago
  80. 5de9e9c clean up commented out old code by Denis Vlasenko · 18 years ago
  81. 9adc6ce ping6: stop using xgethostbyname2, remove it from libbb. by Denis Vlasenko · 18 years ago
  82. 448f024 nslookup: full circle. Here we started IPv6 work. Use "new API" by Denis Vlasenko · 18 years ago
  83. fdcd7c4 - add more strict prototype checking to catch wrong and broken code (like nested functions) by Bernhard Reutner-Fischer · 18 years ago
  84. 835f575 - the archivers expect mode to be a mode_t, so do not trip signed/unsigned conversion purposefully by Bernhard Reutner-Fischer · 18 years ago
  85. 620e57b - forgot to include ip_common.h by Bernhard Reutner-Fischer · 18 years ago
  86. d0f33b3 - not sure if we want a timestamp there, so put one in by Bernhard Reutner-Fischer · 18 years ago
  87. bb8c7c0 - sed -i -e "/\$Id:/d;" by Bernhard Reutner-Fischer · 18 years ago
  88. 703e202 cleanups: unnecessary casts, unified const_1, eliminate cross-.c file by Denis Vlasenko · 18 years ago
  89. 6cd2d2b dnsd: getfileentry was leaking memory mount: improve readability by Denis Vlasenko · 18 years ago
  90. 35d4da0 exterminate u_intXXX. by Denis Vlasenko · 18 years ago
  91. 85629f0 comment out unused old networking API parts by Denis Vlasenko · 18 years ago
  92. 3c99a59 remove obsolete FEATURE_WGET_IP6_LITERAL by Denis Vlasenko · 18 years ago
  93. d8760a7 defconfig: refresh by Denis Vlasenko · 18 years ago
  94. 95fef70 move shell/cmdedit.c -> libbb/lineedit.c by Denis Vlasenko · 18 years ago
  95. 38f6319 cmdedit is not a 'command' editing anymore, it's just editing (generic), by Denis Vlasenko · 18 years ago
  96. 253ce00 cmdedit: fix breakage by Denis Vlasenko · 18 years ago
  97. b01b4e2 cmdedit.h: remove by Denis Vlasenko · 18 years ago
  98. 6258fd3 cmdedit: stop playing dirty games with atexit by Denis Vlasenko · 18 years ago
  99. 8e1c715 Convert cmdedit into more generic line input facility by Denis Vlasenko · 18 years ago
  100. 00cdbd8 Introduce FEATURE_EDITING_FANCY_KEYS, so that user can disable by Denis Vlasenko · 18 years ago