1. a6db0ee Willy Tarreau writes: by Eric Andersen · 19 years ago
  2. 28a6afe Roy Walker writes: by Eric Andersen · 19 years ago
  3. c30f445 Patch from tito, acked by Bernhard Fischer. by Rob Landley · 19 years ago
  4. e2b428c Use lstat() instead of stat so /init being a symlink doesn't screw people up. by Rob Landley · 19 years ago
  5. 99a072d - tito writes: this patch fixes some comments in dos2unix that are wrong by Bernhard Reutner-Fischer · 19 years ago
  6. 2523da2 - explain what magic numbers we're using here. by Bernhard Reutner-Fischer · 19 years ago
  7. 66753a3 - whitespace cleanup (and also check against the const first and only then look by Bernhard Reutner-Fischer · 19 years ago
  8. 263e75d - fix order of includes. by Bernhard Reutner-Fischer · 19 years ago
  9. 9aa7f20 declare const id argument const for probe_{ext2,ext3,cramfs} by Mike Frysinger · 19 years ago
  10. 179f417 need string.h as well as strings.h by Mike Frysinger · 19 years ago
  11. 25f67d4 need EXT2FS_OBJS for fsck by Mike Frysinger · 19 years ago
  12. 6bc1063 Make the new chroot environment creation infrastructure more flexible about by Rob Landley · 19 years ago
  13. dcb2122 My mount testsuite. Not automatically run at the moment, need to figure out by Rob Landley · 19 years ago
  14. eaa34ca More fixes. Type "auto" should mean unspecified from fstab as well as the by Rob Landley · 19 years ago
  15. aae8b34 Whitespace cleanup and minor tweak (return -ERRNO instead of ERRNO so by Rob Landley · 19 years ago
  16. 5a57821 Bug fix: umount wasn't detaching loop devices unless mtab support was enabled. by Rob Landley · 19 years ago
  17. 2824ded More test updates. by Rob Landley · 19 years ago
  18. 4bb1b04 Redo test suite to be able to test more than one command at a time. Eliminate by Rob Landley · 19 years ago
  19. ea9a471 Random in-passing tweak. by Rob Landley · 19 years ago
  20. 187e352 Update for bug 14. by Rob Landley · 19 years ago
  21. 330ac85 Tito shrank dos2unix. by Rob Landley · 19 years ago
  22. 31642d7 More "extern" removals from Robert P. Day by Rob Landley · 19 years ago
  23. 386f85e Attempt to make a warning go away without increasing size. by Rob Landley · 19 years ago
  24. d221d21 Missed one. by Rob Landley · 19 years ago
  25. dc0955b The new, new mount rewrite. (Mount double prime?) Still being debugged, but by Rob Landley · 19 years ago
  26. 0b22c1c Tito unified fdflush and freeramdisk. I tweaked the result a bit. by Rob Landley · 19 years ago
  27. 2f135fc update comments as to what caused the defines to change by Mike Frysinger · 19 years ago
  28. ef7ccac - add two comments by Bernhard Reutner-Fischer · 19 years ago
  29. a25d83b - remove superfluous dependency which was fixed in r14527 by Bernhard Reutner-Fischer · 19 years ago
  30. df10094 - revert back to r14406 by Bernhard Reutner-Fischer · 19 years ago
  31. c5b1d4d Patch from Denis Vlasenko to add xstat() and use it. by Rob Landley · 19 years ago
  32. 965030e Update documentation. by Rob Landley · 19 years ago
  33. 19808fe "make help" should not build the configurator first. by Rob Landley · 19 years ago
  34. 9dc6913 Fix "rm .config;make menuconfig" to work like "rm .config; make" (I.E. do by Rob Landley · 19 years ago
  35. e01d746 Cleanup patch from tito. by Rob Landley · 19 years ago
  36. 1c60d97 Size reduction by Tito. by Rob Landley · 19 years ago
  37. 9e09455 fix building with glibc-2.4 by Mike Frysinger · 19 years ago
  38. c70240c add a sep option for stripping by Mike Frysinger · 19 years ago
  39. 72d59db rearrange the menu a little to split general settings from applet selection by Mike Frysinger · 19 years ago
  40. ead1930 Cleanup patches from tito. by Rob Landley · 19 years ago
  41. bc68cd1 Patch from Denis Vlasenko turning static const int (which gets emitted into by Rob Landley · 19 years ago
  42. dae6aa2 Fixup to the previous (portability) patch. Linux actually does need by Rob Landley · 19 years ago
  43. 1f305dc Portability patch from rfelker. The bb_asprintf.c thing needs an eventual by Rob Landley · 19 years ago
  44. 3a32475 I'm about to introduce tests that need to run as root (like mount.tests), by Rob Landley · 19 years ago
  45. 31e3610 Cleanup from Paul Fox. One find piped to xargs is faster/simpler than by Rob Landley · 19 years ago
  46. ac664e0 Mention a few web browsers. by Rob Landley · 19 years ago
  47. d48633f They won't stop asking, but we can point them to the specific entry... by Rob Landley · 19 years ago
  48. 49a5599 Patch from Denis Vlasenko to make unlzma smaller. by Rob Landley · 19 years ago
  49. 478a188 - remove check. Fixes e.g. buildroot by Bernhard Reutner-Fischer · 19 years ago
  50. 39a9fdd - fix typo by Bernhard Reutner-Fischer · 19 years ago
  51. 07a79e7 - backout using features which are not available with the previous stable by Bernhard Reutner-Fischer · 19 years ago
  52. 874af85 import most of e2fsprogs 1.38 updates by Mike Frysinger · 19 years ago
  53. 0f2dd9f vi-mode changes: eliminate warnings from out-of-range-for-type by Paul Fox · 19 years ago
  54. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  55. 1f5e25b Walt Wimer noticed that mknod couldn't handle major or minor > 255. Now our by Rob Landley · 19 years ago
  56. 2e9cf37 - workaround bug in make-3.81beta4: by Bernhard Reutner-Fischer · 19 years ago
  57. a597211 - work around missing features and bugs in make-3.79.1: by Bernhard Reutner-Fischer · 19 years ago
  58. 56ee779 clean *.osm as pointed out by Robert P. J. Day by Mike Frysinger · 19 years ago
  59. 33b45a0 clean busybox_unstripped as pointed out by Robert P. J. Day by Mike Frysinger · 19 years ago
  60. 688ed0d Patch from Robert P. Day, moving byte order checks to use platform.h macros. by Rob Landley · 19 years ago
  61. d9969ea - correct comment. Should revisit gcc >= 4.1 with that =1 later on by Bernhard Reutner-Fischer · 19 years ago
  62. 06ec8cf Typo fixes brought to you by the letters a, l, and Robert P. Day. by Rob Landley · 19 years ago
  63. cbd1c85 Kill off some unused code that was wasting several k, as noticed by by Eric Andersen · 19 years ago
  64. c05dda4 Denis Vlasenko noticed that falign=0 is meaningless, and that should probably by Rob Landley · 19 years ago
  65. 7ad83b4 - ar cruP doesn't replace ('r') but unconditionally _adds_ all objects. by Bernhard Reutner-Fischer · 19 years ago
  66. e3ec99d - remove unused lists *-m by Bernhard Reutner-Fischer · 19 years ago
  67. c8e278f - make sure applets.o is rebuilt when the .config changes. by Bernhard Reutner-Fischer · 19 years ago
  68. 9b6b894 - allow for make /path/to/dir/file.o by Bernhard Reutner-Fischer · 19 years ago
  69. 022eb31 - use absolute path for top_builddir and top_srcdir. by Bernhard Reutner-Fischer · 19 years ago
  70. c0bb308 - silence warning about "'free_and_close_stuff' used but never defined" by Bernhard Reutner-Fischer · 19 years ago
  71. cfc5d86 Denis Vlasenko writes: make sizes was rebuilding busybox - unstripped one! by Bernhard Reutner-Fischer · 19 years ago
  72. 5d26126 - fixes parallel builds (make -j) by Bernhard Reutner-Fischer · 19 years ago
  73. 12c2429 Fixup to make warnings from the last patch go away. by Rob Landley · 19 years ago
  74. 08abe64 Selinux fix from Jan Kiszka. by Rob Landley · 19 years ago
  75. b7f3973 - fix compilation of sed. by Bernhard Reutner-Fischer · 19 years ago
  76. e7c43b6 Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x) by Rob Landley · 19 years ago
  77. 93f2286 When gnu fails this one we shouldn't let it _hang_... by Rob Landley · 19 years ago
  78. e8e7811 Yet more sed tests. Passing these is a to-do item for 1.1.2 or 1.2, not a by Rob Landley · 19 years ago
  79. 325da7b use bb_xstrndup vs strndup. Thanks rfelker. by "Vladimir N. Oleynik" · 19 years ago
  80. 5c2b238 more busybox's style: close bug 745 by "Vladimir N. Oleynik" · 19 years ago
  81. 716bbe9 make grep faster (close bug 758), reduce small memory leak in CONFIG_FEATURE_CLEANUP mode by "Vladimir N. Oleynik" · 19 years ago
  82. 73804d6 more security: don't start shell code from argv by "Vladimir N. Oleynik" · 19 years ago
  83. 8bbee85 defconfig shouldn't enable CONFIG_INSTALL_NO_USR, and while we're at it by Rob Landley · 19 years ago
  84. 2fe4eac Cosmetic cleanup from tito. by Rob Landley · 19 years ago
  85. e813ddb Cleanup from Glenn McGrath. by Rob Landley · 19 years ago
  86. 0817313 - whitespace cleanup from Tito. by Bernhard Reutner-Fischer · 19 years ago
  87. 4217bab Patch from Glenn McGrath to remove code that opens a file but does nothing by Rob Landley · 19 years ago
  88. 5ba2fb2 remove duplicate license notice by Mike Frysinger · 19 years ago
  89. 983e0ca strip out unneeded comments by Mike Frysinger · 19 years ago
  90. 5c06b27 fdisk unmaintained now :( by "Vladimir N. Oleynik" · 19 years ago
  91. 5527b91 Another clean-up patch from Garrett. by Rob Landley · 19 years ago
  92. 736e525 Minor cleanup from Garrett Kajmowicz. by Rob Landley · 19 years ago
  93. b73451d Cleanup from Denis Vlasenko. by Rob Landley · 19 years ago
  94. 75cc0ca I was playing around with a dependency generator a couple weeks ago and I found by Rob Landley · 19 years ago
  95. 883e0e8 Missed one in the get_line_from_file() update... by Rob Landley · 19 years ago
  96. 3cb94d2 Move FAQ under docs, add programming.html to docs list. by Rob Landley · 19 years ago
  97. f6ddadc Mention patches directory as a read-only svn alternative. by Rob Landley · 19 years ago
  98. 2b26fd5 A few changes falling out from the effort to make sed handle embedded NUL bytes. by Rob Landley · 19 years ago
  99. 5c22c11 Add a test suite for seq. by Rob Landley · 19 years ago
  100. 0612b5f add exception for uncuddling brackets by Mike Frysinger · 19 years ago