1. b6f7164 move a couple of functions from common code (options.c) to udhcpd private by Paul Fox · 19 years ago
  2. 28de951 by Paul Fox · 19 years ago
  3. 2f9c30a safe exported namespace for udhcp. Not full, bore :-( by "Vladimir N. Oleynik" · 19 years ago
  4. ac97317 Reduce exported from msh applet by "Vladimir N. Oleynik" · 19 years ago
  5. 264e771 Reduce exported from lash applet by "Vladimir N. Oleynik" · 19 years ago
  6. 19c3701 Reduce exported from hush applet by "Vladimir N. Oleynik" · 19 years ago
  7. b8fa7e8 quick patch - have removed stranges for me by "Vladimir N. Oleynik" · 19 years ago
  8. 1f0ac23 very small size reduce for nohup applet by "Vladimir N. Oleynik" · 19 years ago
  9. 24cca8d Reduce exported from ipcs applet by "Vladimir N. Oleynik" · 19 years ago
  10. e4baaa2 more remove lost exported by "Vladimir N. Oleynik" · 19 years ago
  11. 007a011 network "default" --> bb_INET_default. Reduce 2 exported from find applet by "Vladimir N. Oleynik" · 19 years ago
  12. 9d7010c - add applet nohup(1) by Bernhard Reutner-Fischer · 19 years ago
  13. d4cffd1 - make sure to include dmalloc.h at the very end of busybox.h or libbb.h. by Bernhard Reutner-Fischer · 19 years ago
  14. cef737f moved include/bbconfigopts.h from miscutils to to top Makefile before generate .depend. Remove allyesconfig build problem, noticed by Bernhard Fischer by "Vladimir N. Oleynik" · 19 years ago
  15. c5280e8 - consolidated password helpers by Bernhard Reutner-Fischer · 19 years ago
  16. f56b8e4 - consolidated password helpers into bb_pwd.c by Bernhard Reutner-Fischer · 19 years ago
  17. d5bd137 - rename libbb's password helpers as suggested in libbb.h by Bernhard Reutner-Fischer · 19 years ago
  18. f912ebb - Remove unnecessary warning from libbb and move bb_wfopen_input near bb_wfopen by Bernhard Reutner-Fischer · 19 years ago
  19. 6ab402c - typo in documentation by Bernhard Reutner-Fischer · 19 years ago
  20. 52d2f4b Get "make check" ($srcdir) to work with the new testsuite. by Rob Landley · 19 years ago
  21. 90252bb The testsuite/links directory wasn't being created. by Rob Landley · 19 years ago
  22. 7fe6520 This is strange typically modern mistake. Learn please: stat(2) used sys/types.h and not reverse by "Vladimir N. Oleynik" · 19 years ago
  23. 6d5aa45 Bernhard Fischer writes: by Mike Frysinger · 19 years ago
  24. 8cbaa45 remove duplicate depend, its work for bb_mkdepend by "Vladimir N. Oleynik" · 19 years ago
  25. 2f01eb1 correct build bbconfig applet, correct previous change by "Vladimir N. Oleynik" · 19 years ago
  26. 4a5d95d corect build bbconfig applet, Thanks, Bernhard Fischer by "Vladimir N. Oleynik" · 19 years ago
  27. 9bfb2fc hmm, forgoten remove llseek? by "Vladimir N. Oleynik" · 19 years ago
  28. bc37480 by "Vladimir N. Oleynik" · 19 years ago
  29. b71e602 mke2fs.c can compiled for me, more bb_xstrdup and bb_xasprintf usage, remove 1 exporing, ext2fs_llseek/blkid_llseek->llseek by "Vladimir N. Oleynik" · 19 years ago
  30. 54deebf destroy bug #421 by "Vladimir N. Oleynik" · 19 years ago
  31. a0ae6de quick patchs: drop founded memory leak, more libbb, more C-compatibility, size reduction by "Vladimir N. Oleynik" · 19 years ago
  32. 4cbe459 small bug found after strength test by "Vladimir N. Oleynik" · 19 years ago
  33. 9ed1094 Bernhard Fischer writes: by Mike Frysinger · 19 years ago
  34. d57ae8b First cleanup pass, from Rob Sullivan. More to be done... by Rob Landley · 19 years ago
  35. 07e42dc Tito pointed out that if readlink doesn't have -f, there's no need to call by Rob Landley · 19 years ago
  36. a882126 Update TODO with mention of the CONFIG->ENABLE migration and ruminations by Rob Landley · 19 years ago
  37. af0dd59 speed up +10%, update (c), make CONFIG_FEATURE_MOD2_4 as config/feature/mod_2_4 by "Vladimir N. Oleynik" · 19 years ago
  38. 8d3c40d more C-compatibily, Thanks Bernhard Fischer by "Vladimir N. Oleynik" · 19 years ago
  39. 38013e3 removed 'less' section from TODO by "Vladimir N. Oleynik" · 19 years ago
  40. f246dc7 ENABLE_FEATURE_TOP_CPU_USAGE_PERCENTAGE->CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE by "Vladimir N. Oleynik" · 19 years ago
  41. c350485 initialize a couple of vars whose warnings were suppressed because by Paul Fox · 19 years ago
  42. 2b306e9 small change for highlihting flags, more busyboxes: indent, forward declaration, paste BSS by "Vladimir N. Oleynik" · 19 years ago
  43. 8552aec some combinations of status line and screen refresh don't give a by Paul Fox · 19 years ago
  44. 2d5e4f6 accept unlimited number of swap arguments like the real swap{on,off} and shrink do_em_all a little by Mike Frysinger · 19 years ago
  45. 0ec71bf update for newer build system by Mike Frysinger · 19 years ago
  46. 9200e79 New applet "less", from Rob Sullivan. by Rob Landley · 19 years ago
  47. bfd94c4 Whitespace patch (and removal of gratuitous use of cat) by Berhnard Fischer. by Rob Landley · 19 years ago
  48. 6a65d2f Amir Shalem observed that telnetd doesn't really require login, so forcing by Rob Landley · 19 years ago
  49. 84b93f7 Get rid of warnings, remove compat with older gnu uniq to truly conform to susv3, and cut size a bit. by Manuel Novoa III · 19 years ago
  50. 86097b3 Bernhard Fischer: by Mike Frysinger · 19 years ago
  51. 887a1ad BsAtHome writes in Bug 433: by Mike Frysinger · 19 years ago
  52. 23f62fc split libbb: moved xregcomp separatelly for speed up recompile by "Vladimir N. Oleynik" · 19 years ago
  53. b4f3cff removed strange extern void xregcomp(... from some applets, but declared from libbb.h by "Vladimir N. Oleynik" · 19 years ago
  54. 1e07f85 FEATURE->ENABLE_FEATURE loses one for 'top' applet by "Vladimir N. Oleynik" · 19 years ago
  55. 2d2c868 Patch from Berhnard Fischer to keep duplicate objects out of the library. by Rob Landley · 19 years ago
  56. 0c520e0 remove unrequired dependences by "Vladimir N. Oleynik" · 19 years ago
  57. 570f655 Cleanup patch from tito: migrate option parsing to the bb_ functions and fix by Rob Landley · 19 years ago
  58. b728500 Cleanup patch from Tito. by Rob Landley · 19 years ago
  59. 7573ac6 bb_mkdep version 2.0. speed up *2, remove problem of find e2fsprogs/uu*.h, spelling corrections by Bernhard Fischer by "Vladimir N. Oleynik" · 19 years ago
  60. 2ee8272 Our config should write out each symbol once and only once, but still write by Rob Landley · 19 years ago
  61. 1e51925 Test full susv3 spec for uniq (except internationalization). by Rob Landley · 19 years ago
  62. db485cf committing bug #7: by Paul Fox · 19 years ago
  63. bc48ebd initial ppc64 support by Mike Frysinger · 19 years ago
  64. f2de0b7 allow either backspace or DEL, in addition to the user's erase by Paul Fox · 19 years ago
  65. 676e95e bb_mkdep release. speed up *3, clearing, more comments by "Vladimir N. Oleynik" · 19 years ago
  66. 6943a94 whitespace/syntax cleanups, dont mind me :p by Mike Frysinger · 19 years ago
  67. 68071e4 touch up usage for swap utils by Mike Frysinger · 19 years ago
  68. bc3d4a1 Cleanup patch from Tito. by Rob Landley · 19 years ago
  69. 5d38f5b sysctl was seriously broken. And since in some cases 'CONFIG_SYSCTL' by Eric Andersen · 19 years ago
  70. 2c6b418 Kunihiko IMAI writes: by Eric Andersen · 19 years ago
  71. b1fe462 bb_mkdep speed up * 10! by "Vladimir N. Oleynik" · 19 years ago
  72. 5e60dc4 new my scripts/mm_mkdep, dependences work now by "Vladimir N. Oleynik" · 19 years ago
  73. ba50217 Clean up memory allocation. by Rob Landley · 19 years ago
  74. a7e14db This combines a patch from Bernhard Fischer (moving the clean of by Rob Landley · 19 years ago
  75. b7128c6 Cleanup patch by Bernhard Fischer, removing unnecessary includes of by Rob Landley · 19 years ago
  76. db289b2 use CONFIG_BUFFER macros like cow suggested and shrink code size some more by using less variables and more gotos ;) by Mike Frysinger · 19 years ago
  77. 98ea849 Patch from Dirk Clemens so df doesn't run numbers together on drives >100gig. by Rob Landley · 19 years ago
  78. a80b290 some tweaks by cow to shrink a little by Mike Frysinger · 19 years ago
  79. 6b00d0d Put the menu_is_visible test back because it avoids printing spurious by Rob Landley · 19 years ago
  80. 415f6c9 Rob, I don't know why you feel some unexplainable compulsion to get rid of by Manuel Novoa III · 19 years ago
  81. ae32016 A bit overdue... by Rob Landley · 19 years ago
  82. 9f0e00f Tito sent more size tweaks. by Rob Landley · 19 years ago
  83. 230b411 Fix the warning by rewriting the function to be smaller and simpler. by Rob Landley · 19 years ago
  84. 658d2cf Tito sent in a few patches converting instances of CONFIG_FEATURE_CLEAN_UP to by Rob Landley · 19 years ago
  85. 02eb934 committing: by Paul Fox · 19 years ago
  86. a70aa86 Yeah, Linus is the original author of three of our apps, but A) he doesn't by Rob Landley · 19 years ago
  87. 20a825a Fix warnings. by Rob Landley · 19 years ago
  88. 90ca6b2 This code exists to compensate for ancient broken build environments which, by Rob Landley · 19 years ago
  89. 14efdc5 Don't comment warnings. Don't put #warnings about warnings. _FIX_ warnings. by Rob Landley · 19 years ago
  90. 99f6171 Amir Shalem writes: this patch fix syscall names mix-up in libb/syscalls.c by Mike Frysinger · 19 years ago
  91. 45a8ed8 - sync traceroute with Slackware-10.1 by "Vladimir N. Oleynik" · 19 years ago
  92. 1443487 typo, thanks, Bernhard Fischer by "Vladimir N. Oleynik" · 19 years ago
  93. 1283a15 Whitespace-level changes. Replace s0,s1,e0,e1 with real variable names and by Rob Landley · 19 years ago
  94. 9955c45 get_terminal_width_height.c was in there twice. by Rob Landley · 19 years ago
  95. ecce943 Bernhard Fischer pointed out that CONFIG_FEATURE_MOUNT_FORCE no longer exists. by Rob Landley · 19 years ago
  96. f6acb66 Regarding 11330: when you fix a bug that the testsuite doesn't catch, add by Rob Landley · 19 years ago
  97. d0c41a8 destroy bug [0000381] by "Vladimir N. Oleynik" · 19 years ago
  98. f087480 destroy bug [0000404] by "Vladimir N. Oleynik" · 19 years ago
  99. a8c23aa - usage fresh bb_getopt_ulflags for ls -- very size reduce. by "Vladimir N. Oleynik" · 19 years ago
  100. 27421a1 1) bb_opt_complementaly -> bb_opt_complementally by "Vladimir N. Oleynik" · 19 years ago