1. 54cf511 sort: fix multiple -k (was ignoring all except last) by Denis Vlasenko · 18 years ago
  2. ec27feb init: code readability enhancements; very small code changes by Denis Vlasenko · 18 years ago
  3. c84520d klogd: code de-obfuscation with small code size reduction by Denis Vlasenko · 18 years ago
  4. d818dcc - whitespace cleanup and add a possible shrinkage suggestion by Bernhard Reutner-Fischer · 18 years ago
  5. 7fd00cb dpkg: fix segfault on "dpkg -i" by Denis Vlasenko · 18 years ago
  6. 4998c81 syslogd: MARK code is buggy. Disabling it altogether on anti-bloat grounds by Denis Vlasenko · 18 years ago
  7. 9ab2658 zcip: revert my bogus change by Denis Vlasenko · 18 years ago
  8. b30418a less: support xterm's home/end; improve forward search by Denis Vlasenko · 18 years ago
  9. ae30210 create a document for mdev so people dont have to rtfs by Mike Frysinger · 18 years ago
  10. b5368bf httpd: a little bit more correct handling of CGI "HTTP/xxx" output by Denis Vlasenko · 18 years ago
  11. e54b472 make tar restore mode again by Denis Vlasenko · 18 years ago
  12. 9a1c71a - check if the compiler supports -fwhole-program -- 4.0 does not by Bernhard Reutner-Fischer · 18 years ago
  13. a305584 httpd: fix for POSTDATA handling bugs: by Denis Vlasenko · 18 years ago
  14. 6089c2c diff: fix access past end of array by Denis Vlasenko · 18 years ago
  15. 6ca0444 syslogd: fix "readpath bug" by using readlink instead by Denis Vlasenko · 18 years ago
  16. 136f42f Add CGI docs by Denis Vlasenko · 18 years ago
  17. ad67a39 remove unused #include,, improve code readability by Denis Vlasenko · 18 years ago
  18. c8e9993 ping: reuse another bit of common code. -60 bytes by Denis Vlasenko · 18 years ago
  19. 9ca26d3 ping: support -I addr in family neutral manner; reuse a bit of common code by Denis Vlasenko · 18 years ago
  20. d244c5e msh: fix my buglet by Denis Vlasenko · 18 years ago
  21. b477e18 tftp: fix my bug by Denis Vlasenko · 18 years ago
  22. 0aa6ba5 make sure ps/top output what they claim: vsz, not rss ... down the line we should make the output controllable either at runtime or buildtime as both statistics are quite useful by Mike Frysinger · 18 years ago
  23. 4423e5b /etc/modules.conf is a 2.6.x file while /etc/modules.conf and /etc/conf.modules are 2.4.x and older files by Mike Frysinger · 18 years ago
  24. c5d9e8f touchup style; no functional changes by Mike Frysinger · 18 years ago
  25. 0850cda tftp: fix IPv6 fallout by Denis Vlasenko · 18 years ago
  26. 8c6c6e9 selinux fixes by KaiGai Kohei <kaigai@kaigai.gr.jp> by Denis Vlasenko · 18 years ago
  27. 710694f fix #ifdef ENABLE_xxx -> #if by Denis Vlasenko · 18 years ago
  28. d4eda22 fix warning coming from printing size_t with %u by Denis Vlasenko · 18 years ago
  29. d46d3c2 new applets: selinux utils by KaiGai Kohei <kaigai@kaigai.gr.jp> by Denis Vlasenko · 18 years ago
  30. b292264 find: fix -not support by Denis Vlasenko · 18 years ago
  31. 1d76f43 EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> by Denis Vlasenko · 18 years ago
  32. cc24419 minix utils: de-inline bit ops (saves ~130 bytes) by Denis Vlasenko · 18 years ago
  33. dc485c9 minix utils: make a message easier to understand; small tweaks by Denis Vlasenko · 18 years ago
  34. f885c54 correct "pivot_root: pivot_root: <msg>" by Denis Vlasenko · 18 years ago
  35. 8c0164c fix tar t segfault (closes 1183) by Denis Vlasenko · 18 years ago
  36. d909d23 - indent by Bernhard Reutner-Fischer · 18 years ago
  37. 7154b99 - improve wording by Bernhard Reutner-Fischer · 18 years ago
  38. 01986e9 - remove duplicate menu entry by Bernhard Reutner-Fischer · 18 years ago
  39. cf787cf find: support for ! by Denis Vlasenko · 18 years ago
  40. 10b7996 - strip 12 bytes off by using a smaller type for need_print. by Bernhard Reutner-Fischer · 18 years ago
  41. cbd6e65 - fix buglet introduced in r17351 in find_param(). Closes #1193 by Bernhard Reutner-Fischer · 18 years ago
  42. e991303 udhcp: use improved gethostbyname replacement from IPv6 code by Denis Vlasenko · 18 years ago
  43. 1094452 ifconfig: use IPv6 infrastructure by Denis Vlasenko · 18 years ago
  44. 5870ad9 mount: (try to) support cifs with IPv6 by Denis Vlasenko · 18 years ago
  45. 42823d5 add x to IPv6 functions which can die by Denis Vlasenko · 18 years ago
  46. 45854b5 mkconfigs: remove echo "`...`" contortion by Denis Vlasenko · 18 years ago
  47. 9f85de1 BB_EXECLP should call execlp, not execvp by Denis Vlasenko · 18 years ago
  48. e8ce062 s/PREFIX/CONFIG_PREFIX/ by Denis Vlasenko · 18 years ago
  49. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  50. c7ba8b9 do not put all <applet>_main() declarations by Denis Vlasenko · 18 years ago
  51. 6a1829d - include busybox.h before looking at an eventual #if ENABLE_DESKTOP by Bernhard Reutner-Fischer · 18 years ago
  52. a5c5ae0 add TODO by Denis Vlasenko · 18 years ago
  53. 37c8f36 usage_compressed: be more permissive in which od flavors we support by Denis Vlasenko · 18 years ago
  54. 4c97863 assorted fixes for bugs found with randomconfig by Denis Vlasenko · 18 years ago
  55. e968fcd lineedit: add missing #if/#endif init: fix warnings by Denis Vlasenko · 18 years ago
  56. 4921b54 Add BB_EXEC[LV]P() which encapsulate FEATURE_EXEC_PREFER_APPLETS by Denis Vlasenko · 18 years ago
  57. 0aa8490 sigset_t blocked_sigset is too big for static (128 bytes) by Denis Vlasenko · 18 years ago
  58. 6439290 svlogd: fix performance problems: excessive write, by Denis Vlasenko · 18 years ago
  59. 4f8d27f svlogd: do not set O_NONBLOCK on stdin permanently - that can by Denis Vlasenko · 18 years ago
  60. 493691a - minor tweak by Bernhard Reutner-Fischer · 18 years ago
  61. 7a7e54a - update helptext by Bernhard Reutner-Fischer · 18 years ago
  62. e129f43 add a comment so that people won't get confused by Denis Vlasenko · 18 years ago
  63. 7fca91a3 sv: fix incorrect option parsing and reduce size by Denis Vlasenko · 18 years ago
  64. 8bb21af httpd: directory indexer example doesn't need piping thru dd anymore by Denis Vlasenko · 18 years ago
  65. a100707 find -user support by Natanael Copa <natanael.copa@gmail.com> by Denis Vlasenko · 18 years ago
  66. 731d357 trivial warning fix by Denis Vlasenko · 18 years ago
  67. c4d606e udhcpd: allow "domain" to be a list of DNS servers, not just one by Denis Vlasenko · 18 years ago
  68. de55b5d correct wget's comment by Denis Vlasenko · 18 years ago
  69. 4bb3189 add -Wwrite-strings to Makefile by Denis Vlasenko · 18 years ago
  70. 1e3b068 msh: cleaning up for -Wwrite-strings part #4 by Denis Vlasenko · 18 years ago
  71. 6b50f73 msh: cleaning up for -Wwrite-strings part #3 by Denis Vlasenko · 18 years ago
  72. 489f93e msh: cleaning up for -Wwrite-strings part #2 by Denis Vlasenko · 18 years ago
  73. 00ccf95 msh: cleaning up for -Wwrite-strings by Denis Vlasenko · 18 years ago
  74. 71d8abf lash: -Wwrite-strings fixes by Denis Vlasenko · 18 years ago
  75. bb81c58 hush: style fixes by Denis Vlasenko · 18 years ago
  76. c72c1ed hush: now it's -Wwrite-strings clean by Denis Vlasenko · 18 years ago
  77. 0c886c6 hush: style fixes by Denis Vlasenko · 18 years ago
  78. 15d78fb hust: -Wwrite-strings fixes by Denis Vlasenko · 18 years ago
  79. 34c4e5f silly space saving in sed by Denis Vlasenko · 18 years ago
  80. 54767db micro optimization by Denis Vlasenko · 18 years ago
  81. 27a131e preparatory patch for -Wwrite-strings #8 (missed part) by Denis Vlasenko · 18 years ago
  82. eb10e17 - improve spelling by Bernhard Reutner-Fischer · 18 years ago
  83. 9356b50 preparatory patch for -Wwrite-strings #7: sed by Denis Vlasenko · 18 years ago
  84. 322661d preparatory patch for -Wwrite-strings #6 by Denis Vlasenko · 18 years ago
  85. 89ef65f preparatory patch for -Wwrite-strings #5 by Denis Vlasenko · 18 years ago
  86. ab2aea4 preparatory patch for -Wwrite-strings #4 by Denis Vlasenko · 18 years ago
  87. 06c0a71 preparatory patch for -Wwrite-strings #3 by Denis Vlasenko · 18 years ago
  88. b6aae0f preparatory patch for -Wwrite-strings #2 by Denis Vlasenko · 18 years ago
  89. a41fdf3 preparatory patch for -Wwrite-strings #1 by Denis Vlasenko · 18 years ago
  90. e935602 taskset: fix incorrect rage spec and allow 0xXXX input ping: shave off 60 bytes by Denis Vlasenko · 18 years ago
  91. 8681180 add to testsuite and fix yet another sed corner case by Denis Vlasenko · 18 years ago
  92. c562bb7 disable -Wold-style-definition for gcc 3.x by Denis Vlasenko · 18 years ago
  93. fe7a9f1 sed: fix 2 bugs (one testsuite entry + one newly found) by Denis Vlasenko · 18 years ago
  94. 826c85f fix all known regressions with sed and also make it simpler by Denis Vlasenko · 18 years ago
  95. dccb1a5 wc can emit unpredictable amount of whitespace by Denis Vlasenko · 18 years ago
  96. afe488d work around gcc bug by Denis Vlasenko · 18 years ago
  97. 9d93873 fix which-uses-default-path by Denis Vlasenko · 18 years ago
  98. 4e1715f correct bad English by Denis Vlasenko · 18 years ago
  99. 2806b23 - reinstate static for the command string arrray to be gentle to gcc-3.x by Bernhard Reutner-Fischer · 18 years ago
  100. 8ca35d2 - document the multicast argument for ip link by Bernhard Reutner-Fischer · 18 years ago