1. f51d206 re-order a little for alphabetical by Mike Frysinger · 19 years ago
  2. d1c8ae5 re-order a little for alphabetical by Mike Frysinger · 19 years ago
  3. 75aa192 re-order a little for alphabetical by Mike Frysinger · 19 years ago
  4. 1672255 Tito switched option parsing over to switch umount over to bb_getopt_ulflags(). by Rob Landley · 19 years ago
  5. 5423df9 force nodebug by default by Mike Frysinger · 19 years ago
  6. 62f18e1 use the shorter license header by Mike Frysinger · 19 years ago
  7. 51a43b4 import the very fat e2fsck/fsck applets by Mike Frysinger · 19 years ago
  8. bfe773f make sure we include local header files by Mike Frysinger · 19 years ago
  9. 016d628 fix parallel building again by Mike Frysinger · 19 years ago
  10. 0f8a638 err, fix stupid mistake in previous do_findfs() change by Mike Frysinger · 19 years ago
  11. 0d65565 add a attribute_noreturn macro by Mike Frysinger · 19 years ago
  12. 0d4ee68 use brief license line by Mike Frysinger · 19 years ago
  13. 97b43a7 fix broken whitespace and remove pointless mkdir by Mike Frysinger · 19 years ago
  14. a1c6a57 make e2label and findfs optional by Mike Frysinger · 19 years ago
  15. 9ac178a rename menu and touchup whitespace by Mike Frysinger · 19 years ago
  16. ce0cf1d make test an alias for check by Mike Frysinger · 19 years ago
  17. 3f91d7a cleanup option parsing by Mike Frysinger · 19 years ago
  18. 30b1786 - ifupdown needs run-parts. Thanks Derosnec for pointing this out. by Bernhard Reutner-Fischer · 19 years ago
  19. 23bc647 - remove dangling symlinks after the runs by Bernhard Reutner-Fischer · 19 years ago
  20. 380ad12 We've gotten enough questions that are related to building systems rather by Rob Landley · 19 years ago
  21. 1eb645d - set executable bit by Bernhard Reutner-Fischer · 19 years ago
  22. b47a74f - introduce variable _BB_CONFIG_DEP to the new test harness. by Bernhard Reutner-Fischer · 19 years ago
  23. 0a44c17 - add missing descriptions of supported arguments by Bernhard Reutner-Fischer · 19 years ago
  24. aaf0e23 - replace variables by defines to save space by Bernhard Reutner-Fischer · 19 years ago
  25. bf44974 SUSv3 -q compatibily exit status correction for grep again by "Vladimir N. Oleynik" · 19 years ago
  26. c96b703 SUSv3 -q compatibily exit status correction for grep by "Vladimir N. Oleynik" · 19 years ago
  27. cf40d81 grep must have exit code >1 if input file not found. Small indent correcion also. by "Vladimir N. Oleynik" · 19 years ago
  28. b628409 more make safe the exported namespace for udhcp. Move to bb-specific file for reduce change into udhcp-CVS by "Vladimir N. Oleynik" · 19 years ago
  29. 53ad366 remove 1 exported by "Vladimir N. Oleynik" · 19 years ago
  30. b6f7164 move a couple of functions from common code (options.c) to udhcpd private by Paul Fox · 19 years ago
  31. 28de951 by Paul Fox · 19 years ago
  32. 2f9c30a safe exported namespace for udhcp. Not full, bore :-( by "Vladimir N. Oleynik" · 19 years ago
  33. ac97317 Reduce exported from msh applet by "Vladimir N. Oleynik" · 19 years ago
  34. 264e771 Reduce exported from lash applet by "Vladimir N. Oleynik" · 19 years ago
  35. 19c3701 Reduce exported from hush applet by "Vladimir N. Oleynik" · 19 years ago
  36. b8fa7e8 quick patch - have removed stranges for me by "Vladimir N. Oleynik" · 19 years ago
  37. 1f0ac23 very small size reduce for nohup applet by "Vladimir N. Oleynik" · 19 years ago
  38. 24cca8d Reduce exported from ipcs applet by "Vladimir N. Oleynik" · 19 years ago
  39. e4baaa2 more remove lost exported by "Vladimir N. Oleynik" · 19 years ago
  40. 007a011 network "default" --> bb_INET_default. Reduce 2 exported from find applet by "Vladimir N. Oleynik" · 19 years ago
  41. 9d7010c - add applet nohup(1) by Bernhard Reutner-Fischer · 19 years ago
  42. d4cffd1 - make sure to include dmalloc.h at the very end of busybox.h or libbb.h. by Bernhard Reutner-Fischer · 19 years ago
  43. 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
  44. c5280e8 - consolidated password helpers by Bernhard Reutner-Fischer · 19 years ago
  45. f56b8e4 - consolidated password helpers into bb_pwd.c by Bernhard Reutner-Fischer · 19 years ago
  46. d5bd137 - rename libbb's password helpers as suggested in libbb.h by Bernhard Reutner-Fischer · 19 years ago
  47. f912ebb - Remove unnecessary warning from libbb and move bb_wfopen_input near bb_wfopen by Bernhard Reutner-Fischer · 19 years ago
  48. 6ab402c - typo in documentation by Bernhard Reutner-Fischer · 19 years ago
  49. 52d2f4b Get "make check" ($srcdir) to work with the new testsuite. by Rob Landley · 19 years ago
  50. 90252bb The testsuite/links directory wasn't being created. by Rob Landley · 19 years ago
  51. 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
  52. 6d5aa45 Bernhard Fischer writes: by Mike Frysinger · 19 years ago
  53. 8cbaa45 remove duplicate depend, its work for bb_mkdepend by "Vladimir N. Oleynik" · 19 years ago
  54. 2f01eb1 correct build bbconfig applet, correct previous change by "Vladimir N. Oleynik" · 19 years ago
  55. 4a5d95d corect build bbconfig applet, Thanks, Bernhard Fischer by "Vladimir N. Oleynik" · 19 years ago
  56. 9bfb2fc hmm, forgoten remove llseek? by "Vladimir N. Oleynik" · 19 years ago
  57. bc37480 by "Vladimir N. Oleynik" · 19 years ago
  58. 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
  59. 54deebf destroy bug #421 by "Vladimir N. Oleynik" · 19 years ago
  60. a0ae6de quick patchs: drop founded memory leak, more libbb, more C-compatibility, size reduction by "Vladimir N. Oleynik" · 19 years ago
  61. 4cbe459 small bug found after strength test by "Vladimir N. Oleynik" · 19 years ago
  62. 9ed1094 Bernhard Fischer writes: by Mike Frysinger · 19 years ago
  63. d57ae8b First cleanup pass, from Rob Sullivan. More to be done... by Rob Landley · 19 years ago
  64. 07e42dc Tito pointed out that if readlink doesn't have -f, there's no need to call by Rob Landley · 19 years ago
  65. a882126 Update TODO with mention of the CONFIG->ENABLE migration and ruminations by Rob Landley · 19 years ago
  66. af0dd59 speed up +10%, update (c), make CONFIG_FEATURE_MOD2_4 as config/feature/mod_2_4 by "Vladimir N. Oleynik" · 19 years ago
  67. 8d3c40d more C-compatibily, Thanks Bernhard Fischer by "Vladimir N. Oleynik" · 19 years ago
  68. 38013e3 removed 'less' section from TODO by "Vladimir N. Oleynik" · 19 years ago
  69. f246dc7 ENABLE_FEATURE_TOP_CPU_USAGE_PERCENTAGE->CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE by "Vladimir N. Oleynik" · 19 years ago
  70. c350485 initialize a couple of vars whose warnings were suppressed because by Paul Fox · 19 years ago
  71. 2b306e9 small change for highlihting flags, more busyboxes: indent, forward declaration, paste BSS by "Vladimir N. Oleynik" · 19 years ago
  72. 8552aec some combinations of status line and screen refresh don't give a by Paul Fox · 19 years ago
  73. 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
  74. 0ec71bf update for newer build system by Mike Frysinger · 19 years ago
  75. 9200e79 New applet "less", from Rob Sullivan. by Rob Landley · 19 years ago
  76. bfd94c4 Whitespace patch (and removal of gratuitous use of cat) by Berhnard Fischer. by Rob Landley · 19 years ago
  77. 6a65d2f Amir Shalem observed that telnetd doesn't really require login, so forcing by Rob Landley · 19 years ago
  78. 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
  79. 86097b3 Bernhard Fischer: by Mike Frysinger · 19 years ago
  80. 887a1ad BsAtHome writes in Bug 433: by Mike Frysinger · 19 years ago
  81. 23f62fc split libbb: moved xregcomp separatelly for speed up recompile by "Vladimir N. Oleynik" · 19 years ago
  82. b4f3cff removed strange extern void xregcomp(... from some applets, but declared from libbb.h by "Vladimir N. Oleynik" · 19 years ago
  83. 1e07f85 FEATURE->ENABLE_FEATURE loses one for 'top' applet by "Vladimir N. Oleynik" · 19 years ago
  84. 2d2c868 Patch from Berhnard Fischer to keep duplicate objects out of the library. by Rob Landley · 19 years ago
  85. 0c520e0 remove unrequired dependences by "Vladimir N. Oleynik" · 19 years ago
  86. 570f655 Cleanup patch from tito: migrate option parsing to the bb_ functions and fix by Rob Landley · 19 years ago
  87. b728500 Cleanup patch from Tito. by Rob Landley · 19 years ago
  88. 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
  89. 2ee8272 Our config should write out each symbol once and only once, but still write by Rob Landley · 19 years ago
  90. 1e51925 Test full susv3 spec for uniq (except internationalization). by Rob Landley · 19 years ago
  91. db485cf committing bug #7: by Paul Fox · 19 years ago
  92. bc48ebd initial ppc64 support by Mike Frysinger · 19 years ago
  93. f2de0b7 allow either backspace or DEL, in addition to the user's erase by Paul Fox · 19 years ago
  94. 676e95e bb_mkdep release. speed up *3, clearing, more comments by "Vladimir N. Oleynik" · 19 years ago
  95. 6943a94 whitespace/syntax cleanups, dont mind me :p by Mike Frysinger · 19 years ago
  96. 68071e4 touch up usage for swap utils by Mike Frysinger · 19 years ago
  97. bc3d4a1 Cleanup patch from Tito. by Rob Landley · 19 years ago
  98. 5d38f5b sysctl was seriously broken. And since in some cases 'CONFIG_SYSCTL' by Eric Andersen · 19 years ago
  99. 2c6b418 Kunihiko IMAI writes: by Eric Andersen · 19 years ago
  100. b1fe462 bb_mkdep speed up * 10! by "Vladimir N. Oleynik" · 19 years ago