1. 7a260f0 Make some 64 bit warnings go away on x86-64. by Rob Landley · 19 years ago
  2. ea224be skip_whitespace() shouldn't claim its return value is const, it doesn't know by Rob Landley · 19 years ago
  3. bc8c503 Remove warnings caused by #include <sys/mount.h> in platform.h. Apparently by Rob Landley · 19 years ago
  4. 22d26fc Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot of by Rob Landley · 19 years ago
  5. 7c7b0d7 Rewrite of dmesg, smaller and simpler. by Rob Landley · 19 years ago
  6. 18958e9 Random cleanup of platform.h. by Rob Landley · 19 years ago
  7. 0960ca7 Work around a persistent uClibc bug, since 0.9.29 still hasn't shipped. by Rob Landley · 19 years ago
  8. fd8409f Patch from Denis Vlasenko, tweak error messages. by Rob Landley · 19 years ago
  9. 9a1a9de Minor size shrinkage. by Rob Landley · 19 years ago
  10. 19008b8 - reuse strings and messages. Saves about 600B by Bernhard Reutner-Fischer · 19 years ago
  11. c44ab02 Whack the one last warning in make allbareconfig... by Rob Landley · 19 years ago
  12. 1b9d7c9 - use bb_msg_{read,write}_error where appropriate. by Bernhard Reutner-Fischer · 19 years ago
  13. 5c0ae06 - No options should set the current system time. by Bernhard Reutner-Fischer · 19 years ago
  14. 15d20a0 Remove _() and N_() from platform.h. #define them as NOP macros in the two by Rob Landley · 19 years ago
  15. 8394729 Remove _(). by Rob Landley · 19 years ago
  16. c44bc98 Fix some warnings in allbareconfig. by Rob Landley · 19 years ago
  17. 299a6b4 Consolidate #include <sys/time.h> so libbb.h does it. by Rob Landley · 19 years ago
  18. 8bb5078 Change llist_add_* to take the address of the list rather than returning the new by Rob Landley · 19 years ago
  19. 01d23ad - add central knob to turn off getopt_long everywhere. EXPERIMENTAL! by Bernhard Reutner-Fischer · 19 years ago
  20. 08421e1 - work around bug in gcc-3.4.x on ARM by Bernhard Reutner-Fischer · 19 years ago
  21. fa6c484 fix spelling mistakes by Mike Frysinger · 19 years ago
  22. 5cd1ccd Convert to a global struct, the way sed was. Now I have two, I can work out by Rob Landley · 19 years ago
  23. b1629b1 - remove emacs layout block as suggested by Robert P.J. Day by Bernhard Reutner-Fischer · 19 years ago
  24. e2e56c7 - single KERNEL_VERSION(a,b,c) macro in platform.h by Bernhard Reutner-Fischer · 19 years ago
  25. 39440e5 pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mailing list by Mike Frysinger · 19 years ago
  26. 094b9f7 Shut up the warning "implicit declaration of strlen". by Rob Landley · 19 years ago
  27. a6b5b60 Fiddling with llist to make memory management easier. Specifically, the by Rob Landley · 19 years ago
  28. 15fe2e1 Shrink the code about 50 bytes, allocate less run-time memory, and add a by Rob Landley · 19 years ago
  29. 17507fa More busting on legacy mtab support in the help text. by Rob Landley · 19 years ago
  30. a389651 Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes by Rob Landley · 19 years ago
  31. 2c39eee Migrate endianness macros. by Rob Landley · 19 years ago
  32. 49159c7 Patch from Jason Schoon to make mount -a not abort on the first failure. by Rob Landley · 19 years ago
  33. db2ab89 Build break fix from Bernhard fischer, fixing fallout from svn 14974. (My bad.) by Rob Landley · 19 years ago
  34. 3ea66a8 Patches from Denis Vlasenko to rework "current_name" handling and remove by Rob Landley · 19 years ago
  35. 8a62549 Patch from Denis Vlasenko: by Rob Landley · 19 years ago
  36. 9950cab Patch from Denis Vlasenko: by Rob Landley · 19 years ago
  37. 10f55b1 Jason Schoon writes: This makes the case where LFS is not defined, but fdisk is configured with large disk support use the pretty build rules. by Mike Frysinger · 19 years ago
  38. 29ba979 Robert Eggers noticed that nfsmount would sometimes incorrectly return success. by Rob Landley · 19 years ago
  39. 1a54030 use memmove() instead of bcopy() by Mike Frysinger · 19 years ago
  40. 2ec922e Patch from Robert P Day: let menuconfig indent stuff for us, we don't have by Rob Landley · 19 years ago
  41. c2cb0f3 - patch from Denis Vlasenko to add and use bb_xopen3() by Bernhard Reutner-Fischer · 19 years ago
  42. dac7ff1 - patch from Denis Vlasenko to add and use bb_xsocket() and to use by Bernhard Reutner-Fischer · 19 years ago
  43. 19af279 Kumar spotted another bug: if we autodetect nfs and they haven't specified the by Rob Landley · 19 years ago
  44. ab87360 You'd think there'd be a compiler warning for "pointless if", wouldn't you? by Rob Landley · 19 years ago
  45. a38330c - do away with useless fwd-decls, redundant bb_printf calls, silence warning by Bernhard Reutner-Fischer · 19 years ago
  46. 20fef96 Bug spotted by Kumar Gala. Hopefully this fixes it... by Rob Landley · 19 years ago
  47. 5cf905a - use RESERVE_CONFIG_BUFFER and a bit of whitespace-cleanup. defconfig: by Bernhard Reutner-Fischer · 19 years ago
  48. 56dd0bf - shrink mkswap and make v0 support optional. Thanks also to Tito for his ideas. by Bernhard Reutner-Fischer · 19 years ago
  49. b256bd3 - shrink dmesg a bit. http://busybox.net/lists/busybox/2006-March/019477.html by Bernhard Reutner-Fischer · 19 years ago
  50. fe908fd Kumar Gala tracked down a problem with NFS mounting. This is a different fix by Rob Landley · 19 years ago
  51. 92fff34 Bernhard Fischer spotted that we shouldn't free fstype if we didn't allocate it. by Rob Landley · 19 years ago
  52. 4789694 Robert P Day removed some commented out code. by Rob Landley · 19 years ago
  53. 2dd13bd - make sure that we see freeramdisk only once by Bernhard Reutner-Fischer · 19 years ago
  54. 948a09d dont printf arguments given by user for security sanity by Mike Frysinger · 19 years ago
  55. 3ea05d3 Fix missing copyright and license notice. by Rob Landley · 19 years ago
  56. e3f4ab2 Remove unneeded entries. by Rob Landley · 19 years ago
  57. 9601a1c whitespace cleanup by Eric Andersen · 19 years ago
  58. 19b5b8f Fix some obvious compile problems. Make the -f' fakeIt option actually work. by Eric Andersen · 19 years ago
  59. c30f445 Patch from tito, acked by Bernhard Fischer. by Rob Landley · 19 years ago
  60. e2b428c Use lstat() instead of stat so /init being a symlink doesn't screw people up. by Rob Landley · 19 years ago
  61. 2523da2 - explain what magic numbers we're using here. by Bernhard Reutner-Fischer · 19 years ago
  62. 66753a3 - whitespace cleanup (and also check against the const first and only then look by Bernhard Reutner-Fischer · 19 years ago
  63. eaa34ca More fixes. Type "auto" should mean unspecified from fstab as well as the by Rob Landley · 19 years ago
  64. 5a57821 Bug fix: umount wasn't detaching loop devices unless mtab support was enabled. by Rob Landley · 19 years ago
  65. d221d21 Missed one. by Rob Landley · 19 years ago
  66. dc0955b The new, new mount rewrite. (Mount double prime?) Still being debugged, but by Rob Landley · 19 years ago
  67. 0b22c1c Tito unified fdflush and freeramdisk. I tweaked the result a bit. by Rob Landley · 19 years ago
  68. df10094 - revert back to r14406 by Bernhard Reutner-Fischer · 19 years ago
  69. c5b1d4d Patch from Denis Vlasenko to add xstat() and use it. by Rob Landley · 19 years ago
  70. bc68cd1 Patch from Denis Vlasenko turning static const int (which gets emitted into by Rob Landley · 19 years ago
  71. 07a79e7 - backout using features which are not available with the previous stable by Bernhard Reutner-Fischer · 19 years ago
  72. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  73. 022eb31 - use absolute path for top_builddir and top_srcdir. by Bernhard Reutner-Fischer · 19 years ago
  74. 5d26126 - fixes parallel builds (make -j) by Bernhard Reutner-Fischer · 19 years ago
  75. 73804d6 more security: don't start shell code from argv by "Vladimir N. Oleynik" · 19 years ago
  76. 5ba2fb2 remove duplicate license notice by Mike Frysinger · 19 years ago
  77. 983e0ca strip out unneeded comments by Mike Frysinger · 19 years ago
  78. 5c06b27 fdisk unmaintained now :( by "Vladimir N. Oleynik" · 19 years ago
  79. 5527b91 Another clean-up patch from Garrett. by Rob Landley · 19 years ago
  80. 736e525 Minor cleanup from Garrett Kajmowicz. by Rob Landley · 19 years ago
  81. b73451d Cleanup from Denis Vlasenko. by Rob Landley · 19 years ago
  82. ed7bb62 - put NLS stuff in one central place to avoid redefines. by Bernhard Reutner-Fischer · 19 years ago
  83. d6e14d8 Don't build directory libraries unless we're building an applet that needs it. by Rob Landley · 19 years ago
  84. a7e3d05 Create /dev/root symlink pointing to real root device, if any. by Rob Landley · 19 years ago
  85. 0a6b0bf add setarch/linux32/linux64 applet by Mike Frysinger · 19 years ago
  86. d05981e Fix off by one error. (I know I had a reason for doing that, but I have _no_ by Rob Landley · 19 years ago
  87. cc6d8d3 Fix umount so it works if there's no /etc/mtab or /proc/mounts, make by Rob Landley · 19 years ago
  88. 271aa40 add back in path nulling after calling find_dev() since it is needed for now ... by Mike Frysinger · 19 years ago
  89. a421ba8 cleanup style ... just because you use less spaces doesnt mean the resulting code is smaller by Mike Frysinger · 19 years ago
  90. 248d222 shrink the code a bit by Mike Frysinger · 19 years ago
  91. 53d57db gavinl writes in Bug 661: by Mike Frysinger · 19 years ago
  92. 5509228 alphabetical order and fix mdev comments about echo>/sys vs echo>/proc/sys by Mike Frysinger · 19 years ago
  93. b38673f make the build system puuuuuuuuuuurty by Mike Frysinger · 19 years ago
  94. b399a96 remode warning: const static mix by "Vladimir N. Oleynik" · 19 years ago
  95. 3038557 - bzero -> memset by Bernhard Reutner-Fischer · 19 years ago
  96. 9f4a1e1 - add and use ATTRIBUTE_ALIGNED(num_bytes) by Bernhard Reutner-Fischer · 19 years ago
  97. 3496fdc hopefully the last of the annoying signed/unsigned and mixed type errors by Eric Andersen · 19 years ago
  98. c1ef7bd just whitespace by Tim Riker · 19 years ago
  99. e927743 There was a missing ! on strcmp (despite the fact it worked in my testing, by Rob Landley · 19 years ago
  100. 86f5c99 - add platform.h. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago