1. 2e75dcc - add -s|--spider which only checks if the file exists but does not download it's content. by Bernhard Reutner-Fischer · 17 years ago
  2. 6d79dd6 - size and prune were mixed up by Bernhard Reutner-Fischer · 17 years ago
  3. bdd253e - fix segfault in reset_ino_dev_hashtable() when *hashtable was null. by Bernhard Reutner-Fischer · 17 years ago
  4. 7d6c929 find: missed 'ststic' on const data by Denis Vlasenko · 17 years ago
  5. 56fce00 find: un-DESKTOPize (Kai Schwenzfeier <niteblade@gmx.net>) by Denis Vlasenko · 17 years ago
  6. febe3c4 - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" by Bernhard Reutner-Fischer · 17 years ago
  7. d9c2d5f - minor shrinkage by Bernhard Reutner-Fischer · 17 years ago
  8. 10aed96 - remove debugging output. sorry.. by Bernhard Reutner-Fischer · 17 years ago
  9. 24efe4f - note cosmetic glitch in tail by Bernhard Reutner-Fischer · 17 years ago
  10. 1ca332b reword comment by Denis Vlasenko · 17 years ago
  11. 2a47dea - remove bss users. Shrinkage while at it. See XXX for further, pre-existing bugs by Bernhard Reutner-Fischer · 17 years ago
  12. 3a60244 - remove some bss users. by Bernhard Reutner-Fischer · 17 years ago
  13. 0e6ab01 - remove superfluous bss user (flags) and manually unswitch some areas: by Bernhard Reutner-Fischer · 17 years ago
  14. 7946879 Add/improve comment, shorten some usage texts. No code changes. by Denis Vlasenko · 17 years ago
  15. 64a1512 ipsvd: use IP:PORT syntax for environment vars. Pros: by Denis Vlasenko · 17 years ago
  16. 02fd668 ipsvd: make udpsvd work similar to tcpsvd (multiple parallel by Denis Vlasenko · 17 years ago
  17. b933ac1 ipsvd: fixes and improvements after testing by Denis Vlasenko · 17 years ago
  18. 992e05b udpsvd: more work on it. works in limited testing. by Denis Vlasenko · 17 years ago
  19. cea0a8b - use bb_error_msg by Bernhard Reutner-Fischer · 17 years ago
  20. 8025afa - use xregcomp. Untested. vda, isn't there a regfree missing here? by Bernhard Reutner-Fischer · 17 years ago
  21. 3c5929a - remove some unneeded forward declarations. No obj-code changes. by Bernhard Reutner-Fischer · 17 years ago
  22. adb01b1 - remove args from bss, minor misc shrinkage while at it. by Bernhard Reutner-Fischer · 17 years ago
  23. 729bd9e test: comment out unused code by Denis Vlasenko · 17 years ago
  24. b05a939 udpsvd: forgotten 'svn add' by Denis Vlasenko · 17 years ago
  25. 60fadac udpsvd: next part of ipsvd applets (not working yet) by Denis Vlasenko · 17 years ago
  26. 57a426b tcpsvd: fix line buffering, add firewall query code by Denis Vlasenko · 17 years ago
  27. ba2fb71 Copyright, help text, whitespace cleanups by Denis Vlasenko · 17 years ago
  28. 2856dab tcpsvd: new applet by Denis Vlasenko · 17 years ago
  29. f443bff lash: make -c work; crush buffer overrun and free of non-malloced ptr by Denis Vlasenko · 17 years ago
  30. 6fa8b8e lash: style cleanup by Denis Vlasenko · 17 years ago
  31. 9eb51ad website: link to post-1.5.0 fixes, fix dangling link by Denis Vlasenko · 17 years ago
  32. ae47cd1 hdparm: fix multisector mode setting (from Toni Mirabete <amirabete@catix.cat>) by Denis Vlasenko · 17 years ago
  33. 4caa09a uniq: getopt32-ization. -38 bytes. by Denis Vlasenko · 17 years ago
  34. 666c40c unzip: fix xstrndup bug (xstrndup(s,n) can allocate less than n bytes!) by Denis Vlasenko · 17 years ago
  35. 7b881c7 - fix compilation if FEATURE_TR_CLASSES is off. Sorry for that.. by Bernhard Reutner-Fischer · 17 years ago
  36. cc89026 - debloat test. untested. by Bernhard Reutner-Fischer · 17 years ago
  37. eceecea - fix bug where we did not reject invalid classes like '[[:alpha' by Bernhard Reutner-Fischer · 17 years ago
  38. 52a9db6 introduce the concept of LDLIBS for additional libraries so that when we do the final link, the objects/libraries are in the correct order by Mike Frysinger · 17 years ago
  39. 2e72323 traceroute: move data off bss. small code optimizations. by Denis Vlasenko · 17 years ago
  40. 53f83d6 dpkg: run_package_script() returns 0 if all ok and non-zero if failure. by Denis Vlasenko · 17 years ago
  41. 5e43d85 dumpleases: getopt32()-ization by Denis Vlasenko · 17 years ago
  42. a87ed2c - use index_in_str_array also for find_main by Bernhard Reutner-Fischer · 17 years ago
  43. 307d27d - remove bloated switch statement. by Bernhard Reutner-Fischer · 17 years ago
  44. 557b458 - implement a TODO: Use index_in_str_array in parse_params by Bernhard Reutner-Fischer · 17 years ago
  45. 32773ac - Purely cosmetic type fiddling by Bernhard Reutner-Fischer · 17 years ago
  46. 3e816c1 - fold recurse, depthFirst and dereference params into one param flags. by Bernhard Reutner-Fischer · 17 years ago
  47. 3d43edb - update defconfig by Bernhard Reutner-Fischer · 17 years ago
  48. c7d4b98 run_parts: I was wrong, NULL termination is already done because by Denis Vlasenko · 17 years ago
  49. 45cd089 run_parts: NULL-terminate list of arguments; fix perror/error usage by Denis Vlasenko · 17 years ago
  50. 450196c ps: work around libc bug: printf("%.*s\n", MAX_INT, buffer) by Denis Vlasenko · 17 years ago
  51. b7cffd4 - rewrite run-parts by Bernhard Reutner-Fischer · 17 years ago
  52. 0a537a0 - move additional fancy options not mandated by SUSv3 into a FANCY option by Bernhard Reutner-Fischer · 17 years ago
  53. 0864f4d - fix formatting of help text by Bernhard Reutner-Fischer · 17 years ago
  54. 58a275b - reinstate dmalloc and efence support by Bernhard Reutner-Fischer · 17 years ago
  55. 0eec4ab hdparm: flag variables can easily be smaller than long by Denis Vlasenko · 17 years ago
  56. 7c282a2 hdparm: remove stray static (-200 bytes bss) by Denis Vlasenko · 17 years ago
  57. f1ba749 hdparm: whitespace style fixes by Denis Vlasenko · 17 years ago
  58. 6a5598c pidfile creation mode set to 0666 (umask affects it as usual) by Denis Vlasenko · 17 years ago
  59. ebf48bb forgotten svn add... by Denis Vlasenko · 17 years ago
  60. 10457b9 make pidfile writing configurable. [ui]toa_to_buf: change API. No users yet. by Denis Vlasenko · 17 years ago
  61. f4d40c8 remove_file: cosmetic code improvement, a few bytes saved by Denis Vlasenko · 17 years ago
  62. 3983bd5 diff: fix SEGV (NULL deref) in diff -N by Denis Vlasenko · 17 years ago
  63. 17a1526 sed: a communal variable managed to slip past 'size' by Denis Vlasenko · 17 years ago
  64. 91dd275 split: let me join bikeshed painting frenzy :) by Denis Vlasenko · 17 years ago
  65. 576de34 - check the suffix proper plus misc touch up by Bernhard Reutner-Fischer · 17 years ago
  66. afa7023 zcip: make it work on NOMMU (+ improve NOMMU support machinery) by Denis Vlasenko · 17 years ago
  67. 4e1361a - add usage for split by Bernhard Reutner-Fischer · 17 years ago
  68. b813eaf - implement suffices as required by SUSv3 by Bernhard Reutner-Fischer · 17 years ago
  69. 53091ec Attempt to get more applets compile for NOMMU. by Denis Vlasenko · 17 years ago
  70. ec1a4b5 pidfile.c: not used anymore by Denis Vlasenko · 17 years ago
  71. af1c843 Move udhcp to new NOMMU helpers. by Denis Vlasenko · 17 years ago
  72. 5a14202 move everything to new NOMMU helpers, except udhcp by Denis Vlasenko · 17 years ago
  73. bb7fcb4 libbb: rework NOMMU helper API so that it makes more sense by Denis Vlasenko · 17 years ago
  74. f62c6fa nmeter: should die if stdout doesn't like him anymore by Denis Vlasenko · 17 years ago
  75. cd43dfd - shrink a tiny bit (-8b) by Bernhard Reutner-Fischer · 17 years ago
  76. cad04ef add NOMMU fixme's; move move_fd from runit_lib to libbb; nuke fd_copy by Denis Vlasenko · 17 years ago
  77. 10f8f5f - rough prototype for split(1). TODO: Still needs some love since it's way too big.. by Bernhard Reutner-Fischer · 17 years ago
  78. 55f30b0 inetd,ed,msh: data/bss reduction (in mss, more than 9k of it) by Denis Vlasenko · 17 years ago
  79. c0415a9 login: nuke nonblock() - we have it in libbb; -400 bytes bss. by Denis Vlasenko · 17 years ago
  80. 8a503be #ifdef out re_execed on MMU machines by Denis Vlasenko · 17 years ago
  81. 7695328 adduser: don't bomb out if shadow password file doesn't exist by Denis Vlasenko · 17 years ago
  82. 219d14d random style fixes (extra spaces deleted) by Denis Vlasenko · 17 years ago
  83. 644849a SELinux: load_policy applet - this time with svn add by Denis Vlasenko · 17 years ago
  84. 1fc6e56 SELinux: load_policy applet by Denis Vlasenko · 17 years ago
  85. 5b27fbe dc: use common_bufsiz1 for evaluation stack by Denis Vlasenko · 17 years ago
  86. b5b45a9 dnsd: last commit had a typo :( by Denis Vlasenko · 17 years ago
  87. d3bac03 dnsd: fix several buglets, make smaller by Denis Vlasenko · 17 years ago
  88. 9067f13 NOMMU re-exec trick shuld not depend on existence of "don't daemonize" by Denis Vlasenko · 17 years ago
  89. 1b6fa4c applets.c, xfunc.c: style cleanup by Denis Vlasenko · 17 years ago
  90. ce074df inetd: indent labels uniformly by Denis Vlasenko · 17 years ago
  91. 7d10823 Announce 1.5.0 and move svn to 1.6.0.svn by Denis Vlasenko · 17 years ago
  92. 4b38e29 This revision is busybox 1.5.0 by Denis Vlasenko · 17 years ago
  93. 58875ae assorted fixes uncovered by randomconfig runs by Denis Vlasenko · 17 years ago
  94. d0587ed interface: revert part of commit 18120 (eth aliases work again) by Denis Vlasenko · 17 years ago
  95. cbcff29 gzip: fix -d option handling by Denis Vlasenko · 17 years ago
  96. 1787e22 ifconfig: support (by ignoring it) "inet" before IP address or hostname by Denis Vlasenko · 17 years ago
  97. 2a51af2 vi: fix signed char-induced potential bugs by Denis Vlasenko · 17 years ago
  98. 9a1fa8c cmp: support 3rd and 4th arguments if DESKTOP=y (needed for gcc build) by Denis Vlasenko · 17 years ago
  99. 7c139b4 ash: fix signal handling by Denis Vlasenko · 17 years ago
  100. b8e72fd add info about gcc's sadistic alignment - and how to disable it by Denis Vlasenko · 18 years ago