1. c889d2b mount: fix "duplicate mount options in mtab" bug by Denis Vlasenko · 18 years ago
  2. c097519 mount: nfs_strerror's static buffer was bigger than needed. by Denis Vlasenko · 18 years ago
  3. 9c99b62 mount: getopt_ulflag'ification by Denis Vlasenko · 18 years ago
  4. 13b4924 mount: style fixes by Denis Vlasenko · 18 years ago
  5. 3bc59aa mount: fix bugs: free(mp->mnt_fsname) of non-malloced ptr; by Denis Vlasenko · 18 years ago
  6. fc56dd2 mount: use bb_simplify_path as appropriate by Denis Vlasenko · 18 years ago
  7. 8d474b5 mount: style fixes by Denis Vlasenko · 18 years ago
  8. 30a64cd mount: reorder things, fix NFS-less mount. by Denis Vlasenko · 18 years ago
  9. af9854b umount: do not try to close FILE* which is NULL. by Denis Vlasenko · 18 years ago
  10. be50717 mount: -o remount should not add lines to /etc/mtab by Denis Vlasenko · 18 years ago
  11. 25098f7 mount: move code from nfsmount.c into mount.c by Denis Vlasenko · 18 years ago
  12. 727ef94 mount: fix mtab support (but it is still rather buggy) by Denis Vlasenko · 18 years ago
  13. cc9962d More code from kernel developers, and therefore licensed under GPLv2 only. by Rob Landley · 18 years ago
  14. 7fee0c4 - fix copy'n paste errors that got introduced when switching to the shorter boilerplate. by Bernhard Reutner-Fischer · 18 years ago
  15. 20cc6d5 Remove pointless "const". Bloatcheck says 0 bytes difference. by Rob Landley · 18 years ago
  16. 00d7d6c nfsmount: sanitize it. It had a rather peculiar idea of implementing "bg" by Denis Vlasenko · 18 years ago
  17. 64d7e93 - convert a few xopen3(,,0) into xopen(,). Also peruse the fact that xopen defaults to 0777 on it's own, so we don't need to xopen3(,,0777). by Bernhard Reutner-Fischer · 18 years ago
  18. 3077294 nfsmount: remove some really old code (for kernels 1.x!) + small cleanups. by Denis Vlasenko · 18 years ago
  19. d2b13ea nfsmount: delete nfsmount.h by Denis Vlasenko · 18 years ago
  20. 39e93cc nfsmount: nfsmount.h merged into nfsmount.c by Denis Vlasenko · 18 years ago
  21. 2244a21 nfsmount: style fix by Denis Vlasenko · 18 years ago
  22. 5983914 ipcs: silly trick with strings. saves ~200 bytes. by Denis Vlasenko · 18 years ago
  23. c27f4f5 A quick cleanup pass of some low-hanging mess. by Rob Landley · 18 years ago
  24. 6d655be removed a lot of trailing \n in bb_msg() calls. It is added by Denis Vlasenko · 18 years ago
  25. 4cb035d Vladimir Dronnikov (ybrnj80 at yandex dot ru) pointed out that my cleanup of by Rob Landley · 18 years ago
  26. 4d609cb Thinko. by Rob Landley · 18 years ago
  27. 89d9d4d Vladimir Dronnikov also submitted a CIFS support patch to mount, which I by Rob Landley · 18 years ago
  28. 88621d7 Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage by Rob Landley · 18 years ago
  29. 73561cc - pull from busybox_scratch: r15829:15850 by Bernhard Reutner-Fischer · 18 years ago
  30. 4470b74 The kernel can't handle umount /dev/hdc, we have to do it through mtab, by Rob Landley · 18 years ago
  31. 10b36f9 Patch from Chris Steel to fix mdev deleting device nodes. by Rob Landley · 18 years ago
  32. 3ba7bd1 Vladimir Dronnikov convinced me to twiddle the semantics of the new shared by Rob Landley · 18 years ago
  33. 721b46e Fix a typo (|| instead of |) and remove two comments about a problem fixed by Rob Landley · 18 years ago
  34. e3781b7 Add shared subtree support, suggested by Vladimir Dronnikov. Also break out a by Rob Landley · 18 years ago
  35. 47b16a6 Using lstat() instead of stat() means that attempting to loopback mount by Rob Landley · 18 years ago
  36. 7250915 Make a warning go away on 64-bit systems. by Rob Landley · 18 years ago
  37. 59fe8b9 There are a number of reasons for reinventing printf(). Writing status to by Rob Landley · 18 years ago
  38. 081e384 Remove xcalloc() and convert its callers to xzalloc(). About half of them by Rob Landley · 18 years ago
  39. 7478804 Fix umount so loop device disassociation hopefully doesn't screw up errno on by Rob Landley · 18 years ago
  40. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  41. 446129a Add back in non-ifdef version of FEATURE_PRETTY_PRINT, and get the attribution by Rob Landley · 18 years ago
  42. fc367f9 There's no excuse for adding new #ifdefs to the code like that. None at all. by Rob Landley · 18 years ago
  43. eac0c06 allow people to display dmesg output without syslog levels by Mike Frysinger · 18 years ago
  44. a788111 de-cuddle if( to if ( by Mike Frysinger · 18 years ago
  45. d893b12 New mkswap. Small and simple. Might even work. :) by Rob Landley · 18 years ago
  46. aa516a6 Fix three embarassing thinkos in the new dmesg.c: by Rob Landley · 18 years ago
  47. 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
  48. 53f21e3 Remove "#if 0" content. by "Robert P. J. Day" · 18 years ago
  49. 6822983 Remove all usage of the "register" storage class specifier. by "Robert P. J. Day" · 18 years ago
  50. c340ea1 fix from Kolbjørn Barmen for building for m68k targets by Mike Frysinger · 18 years ago
  51. ef10d52 Upgrade mdev to allow commands to be run on create/delete. by Rob Landley · 18 years ago
  52. 11c7a7b Various cleanups I made while going through Erik Hovland's patch submissions, by Rob Landley · 18 years ago
  53. 0cc2c2c Patch from Paul Fox to improve mount's error handling behavior, which I beat by Rob Landley · 18 years ago
  54. dbfb5a3 Andre (armcc2200@yahoo) patched a bug where successful mounts could sometimes by Rob Landley · 18 years ago
  55. 7a260f0 Make some 64 bit warnings go away on x86-64. by Rob Landley · 19 years ago
  56. ea224be skip_whitespace() shouldn't claim its return value is const, it doesn't know by Rob Landley · 19 years ago
  57. bc8c503 Remove warnings caused by #include <sys/mount.h> in platform.h. Apparently by Rob Landley · 19 years ago
  58. 22d26fc Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot of by Rob Landley · 19 years ago
  59. 7c7b0d7 Rewrite of dmesg, smaller and simpler. by Rob Landley · 19 years ago
  60. 18958e9 Random cleanup of platform.h. by Rob Landley · 19 years ago
  61. 0960ca7 Work around a persistent uClibc bug, since 0.9.29 still hasn't shipped. by Rob Landley · 19 years ago
  62. fd8409f Patch from Denis Vlasenko, tweak error messages. by Rob Landley · 19 years ago
  63. 9a1a9de Minor size shrinkage. by Rob Landley · 19 years ago
  64. 19008b8 - reuse strings and messages. Saves about 600B by Bernhard Reutner-Fischer · 19 years ago
  65. c44ab02 Whack the one last warning in make allbareconfig... by Rob Landley · 19 years ago
  66. 1b9d7c9 - use bb_msg_{read,write}_error where appropriate. by Bernhard Reutner-Fischer · 19 years ago
  67. 5c0ae06 - No options should set the current system time. by Bernhard Reutner-Fischer · 19 years ago
  68. 15d20a0 Remove _() and N_() from platform.h. #define them as NOP macros in the two by Rob Landley · 19 years ago
  69. 8394729 Remove _(). by Rob Landley · 19 years ago
  70. c44bc98 Fix some warnings in allbareconfig. by Rob Landley · 19 years ago
  71. 299a6b4 Consolidate #include <sys/time.h> so libbb.h does it. by Rob Landley · 19 years ago
  72. 8bb5078 Change llist_add_* to take the address of the list rather than returning the new by Rob Landley · 19 years ago
  73. 01d23ad - add central knob to turn off getopt_long everywhere. EXPERIMENTAL! by Bernhard Reutner-Fischer · 19 years ago
  74. 08421e1 - work around bug in gcc-3.4.x on ARM by Bernhard Reutner-Fischer · 19 years ago
  75. fa6c484 fix spelling mistakes by Mike Frysinger · 19 years ago
  76. 5cd1ccd Convert to a global struct, the way sed was. Now I have two, I can work out by Rob Landley · 19 years ago
  77. b1629b1 - remove emacs layout block as suggested by Robert P.J. Day by Bernhard Reutner-Fischer · 19 years ago
  78. e2e56c7 - single KERNEL_VERSION(a,b,c) macro in platform.h by Bernhard Reutner-Fischer · 19 years ago
  79. 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
  80. 094b9f7 Shut up the warning "implicit declaration of strlen". by Rob Landley · 19 years ago
  81. a6b5b60 Fiddling with llist to make memory management easier. Specifically, the by Rob Landley · 19 years ago
  82. 15fe2e1 Shrink the code about 50 bytes, allocate less run-time memory, and add a by Rob Landley · 19 years ago
  83. 17507fa More busting on legacy mtab support in the help text. by Rob Landley · 19 years ago
  84. a389651 Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes by Rob Landley · 19 years ago
  85. 2c39eee Migrate endianness macros. by Rob Landley · 19 years ago
  86. 49159c7 Patch from Jason Schoon to make mount -a not abort on the first failure. by Rob Landley · 19 years ago
  87. db2ab89 Build break fix from Bernhard fischer, fixing fallout from svn 14974. (My bad.) by Rob Landley · 19 years ago
  88. 3ea66a8 Patches from Denis Vlasenko to rework "current_name" handling and remove by Rob Landley · 19 years ago
  89. 8a62549 Patch from Denis Vlasenko: by Rob Landley · 19 years ago
  90. 9950cab Patch from Denis Vlasenko: by Rob Landley · 19 years ago
  91. 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
  92. 29ba979 Robert Eggers noticed that nfsmount would sometimes incorrectly return success. by Rob Landley · 19 years ago
  93. 1a54030 use memmove() instead of bcopy() by Mike Frysinger · 19 years ago
  94. 2ec922e Patch from Robert P Day: let menuconfig indent stuff for us, we don't have by Rob Landley · 19 years ago
  95. c2cb0f3 - patch from Denis Vlasenko to add and use bb_xopen3() by Bernhard Reutner-Fischer · 19 years ago
  96. dac7ff1 - patch from Denis Vlasenko to add and use bb_xsocket() and to use by Bernhard Reutner-Fischer · 19 years ago
  97. 19af279 Kumar spotted another bug: if we autodetect nfs and they haven't specified the by Rob Landley · 19 years ago
  98. ab87360 You'd think there'd be a compiler warning for "pointless if", wouldn't you? by Rob Landley · 19 years ago
  99. a38330c - do away with useless fwd-decls, redundant bb_printf calls, silence warning by Bernhard Reutner-Fischer · 19 years ago
  100. 20fef96 Bug spotted by Kumar Gala. Hopefully this fixes it... by Rob Landley · 19 years ago