1. 727ef94 mount: fix mtab support (but it is still rather buggy) by Denis Vlasenko · 18 years ago
  2. 00d7d6c nfsmount: sanitize it. It had a rather peculiar idea of implementing "bg" by Denis Vlasenko · 18 years ago
  3. 39e93cc nfsmount: nfsmount.h merged into nfsmount.c by Denis Vlasenko · 18 years ago
  4. 6d655be removed a lot of trailing \n in bb_msg() calls. It is added by Denis Vlasenko · 18 years ago
  5. 4cb035d Vladimir Dronnikov (ybrnj80 at yandex dot ru) pointed out that my cleanup of by Rob Landley · 18 years ago
  6. 4d609cb Thinko. by Rob Landley · 18 years ago
  7. 89d9d4d Vladimir Dronnikov also submitted a CIFS support patch to mount, which I by Rob Landley · 18 years ago
  8. 3ba7bd1 Vladimir Dronnikov convinced me to twiddle the semantics of the new shared by Rob Landley · 18 years ago
  9. 721b46e Fix a typo (|| instead of |) and remove two comments about a problem fixed by Rob Landley · 18 years ago
  10. e3781b7 Add shared subtree support, suggested by Vladimir Dronnikov. Also break out a by Rob Landley · 18 years ago
  11. 47b16a6 Using lstat() instead of stat() means that attempting to loopback mount by Rob Landley · 18 years ago
  12. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  13. 0cc2c2c Patch from Paul Fox to improve mount's error handling behavior, which I beat by Rob Landley · 18 years ago
  14. dbfb5a3 Andre (armcc2200@yahoo) patched a bug where successful mounts could sometimes by Rob Landley · 18 years ago
  15. 22d26fc Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot of by Rob Landley · 19 years ago
  16. 8bb5078 Change llist_add_* to take the address of the list rather than returning the new by Rob Landley · 19 years ago
  17. 08421e1 - work around bug in gcc-3.4.x on ARM by Bernhard Reutner-Fischer · 19 years ago
  18. a6b5b60 Fiddling with llist to make memory management easier. Specifically, the by Rob Landley · 19 years ago
  19. 49159c7 Patch from Jason Schoon to make mount -a not abort on the first failure. by Rob Landley · 19 years ago
  20. 19af279 Kumar spotted another bug: if we autodetect nfs and they haven't specified the by Rob Landley · 19 years ago
  21. ab87360 You'd think there'd be a compiler warning for "pointless if", wouldn't you? by Rob Landley · 19 years ago
  22. 20fef96 Bug spotted by Kumar Gala. Hopefully this fixes it... by Rob Landley · 19 years ago
  23. fe908fd Kumar Gala tracked down a problem with NFS mounting. This is a different fix by Rob Landley · 19 years ago
  24. 92fff34 Bernhard Fischer spotted that we shouldn't free fstype if we didn't allocate it. by Rob Landley · 19 years ago
  25. 9601a1c whitespace cleanup by Eric Andersen · 19 years ago
  26. 19b5b8f Fix some obvious compile problems. Make the -f' fakeIt option actually work. by Eric Andersen · 19 years ago
  27. eaa34ca More fixes. Type "auto" should mean unspecified from fstab as well as the by Rob Landley · 19 years ago
  28. dc0955b The new, new mount rewrite. (Mount double prime?) Still being debugged, but by Rob Landley · 19 years ago
  29. c1ef7bd just whitespace by Tim Riker · 19 years ago
  30. 71d6ccd With -a, the jump to mount_it_now can skip the initialization of f, and by Rob Landley · 19 years ago
  31. 8b0efdb Both atime and diratime should switch _off_ the corresponding no* flag. by Rob Landley · 19 years ago
  32. 7b363fd Some minor cleanups/bugfixes split off from the big remount work: by Rob Landley · 19 years ago
  33. 126da9e - typo: s/sucess/success/g by Bernhard Reutner-Fischer · 19 years ago
  34. 4a7252b Rename CONFIG_NFSMOUNT to CONFIG_FEATURE_MOUNT_NFS so allbaseconfig can by Rob Landley · 19 years ago
  35. 9a64314 Amir Shalem found some bugs in the new mount code; unknown options didn't get by Rob Landley · 19 years ago
  36. de5fd23 If we goto singlemount, do _not_ try to continue through the loop we jumped by Rob Landley · 19 years ago
  37. 6e98521 Stephane Billiart noticed that the return code of the new mount was horked. by Rob Landley · 19 years ago
  38. 6a6798b Major rewrite of mount, umount, losetup. Untangled lots of code, shrunk by Rob Landley · 19 years ago
  39. 93d7fba Tito, farmatito at tiscali dot it writes: by Eric Andersen · 20 years ago
  40. 86af052 Kevin P. Fleming writes: by Eric Andersen · 21 years ago
  41. aff114c Larry Doolittle writes: by Eric Andersen · 21 years ago
  42. ee4b7d4 make mount ignore -n when CONFIG_FEATURE_MTAB_SUPPORT is disabled by Eric Andersen · 21 years ago
  43. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  44. c1893c5 Doh! I broke automatic filesystem type guessing. Fix mount so by Eric Andersen · 21 years ago
  45. d5c746f Fix indenting. by Eric Andersen · 21 years ago
  46. d9fe958 Error out early if people try to build mount with nfs support by Eric Andersen · 21 years ago
  47. cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
  48. 9d7f0f0 Somewhere in the 2.4.x kernel series, /proc/mounts was changed to display a by Eric Andersen · 21 years ago
  49. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  50. 5ef4482 There is no good reason to prevent nfs mounts from being mounted by Eric Andersen · 22 years ago
  51. deca106 Kill CONFIG_FEATURE_USE_DEVPS_PATCH and the devps patch. I'm not by Eric Andersen · 22 years ago
  52. 8042f65 Run through indent, style by Glenn L McGrath · 22 years ago
  53. 9fef17d Run through indent, fix comments by Glenn L McGrath · 22 years ago
  54. d0dd3d3 Fix for bug #1255 -- support for mount -t <type> by Robert Griebl · 22 years ago
  55. 2a4a8d8 Add support for /etc/filesystem when searching for an "auto" filesystem by Robert Griebl · 22 years ago
  56. 3ece93b Kill dead email address -Erik by Eric Andersen · 22 years ago
  57. 8b1aa4d Apply last_patch46 from vodz, to fix buffer overflows noted by by Eric Andersen · 22 years ago
  58. aa385d4 Entries with "noauto" options are ignored correctly when mounting all by Robert Griebl · 23 years ago
  59. defd998 Patch from Kevin Hilman <khilman@equator.com> to fix potential by Eric Andersen · 23 years ago
  60. 1d1d2f9 Update some missing copyright notices by Eric Andersen · 23 years ago
  61. fcffa2c Apply lash_patch35 from vodz, which brings several nice size_optimizations. by Eric Andersen · 23 years ago
  62. 1f0c436 Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. by Matt Kraai · 23 years ago
  63. 6834ee9 Avoid NULL pointer problems. Patch from "Frank P. MacLachlan" by Eric Andersen · 23 years ago
  64. c822763 Change strdup calls to xstrdup (patch from Steve Merrifield). by Matt Kraai · 23 years ago
  65. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  66. 8acbf1d Make mount default to using /proc/filesystems to avoid by Eric Andersen · 23 years ago
  67. 3b1525e Don't automount things as "usbdevfs" -- patch from by Eric Andersen · 23 years ago
  68. a7cecbc Commit Vladimir's simplify_path. by Matt Kraai · 23 years ago
  69. 044228d This is vodz' latest patch. Sorry it took so long... by Eric Andersen · 23 years ago
  70. 94f3a57 Fix a thinko (the symptoms of which were reported by by Matt Kraai · 23 years ago
  71. 9344f75 Don't whine about already mounted filesystems when invoked with -a. by Matt Kraai · 24 years ago
  72. 2f6e1f8 Patch from Gernot Poerner <gp@it-netservice.de>. Adds in mount bind support. by Eric Andersen · 24 years ago
  73. c911a43 Patch from Vladimir: by Eric Andersen · 24 years ago
  74. cc0aa0f Actually we dont need to check if the device is nfs as it wont be stat'ed by Glenn L McGrath · 24 years ago
  75. 1b62619 woops, i shouldnt be so presumtuous? about what the error will be by Glenn L McGrath · 24 years ago
  76. 3aae100 Device may not be a real filename by Glenn L McGrath · 24 years ago
  77. e6bf66e Fix two bugs reported by Ralph Jones. by Matt Kraai · 24 years ago
  78. 3425111 Fix bug #1108 by always canonicalizing arguments. by Matt Kraai · 24 years ago
  79. 4b541a8 Moved some #ifdefs down below #include "busybox.h" where they belong. by Mark Whitley · 24 years ago
  80. a3045df Convert mount to use getopt. by Matt Kraai · 24 years ago
  81. 1240082 Further cleanup of mount option handling. by Matt Kraai · 24 years ago
  82. 24ed3be Fix -a support (broken by previous patch). by Matt Kraai · 24 years ago
  83. 3d406da Fix segfault on `mount -t nfs' reported by Gratien D'haese. by Matt Kraai · 24 years ago
  84. e76c3b0 A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a few by Eric Andersen · 24 years ago
  85. c4cef5a Move the mtab support stuff into libbb -Erik by Eric Andersen · 24 years ago
  86. 1e117b4 Dont try and automount devfs, rename some variables by Glenn L McGrath · 24 years ago
  87. 20f61d3 The patch I previously applied from Brian Webb was 2 lines off. Oops. by Mark Whitley · 24 years ago
  88. bd2e42f Applied a patch from Brian Webb to fix a problem with mount on the Agenda PDA. by Mark Whitley · 24 years ago
  89. 3e6ff90 A cleanup patch from Jeff Garzik to static-ify a number of by Eric Andersen · 24 years ago
  90. 323434b Dont try to automount some specific filesystem types by Glenn L McGrath · 24 years ago
  91. de44067 Bah. I missed a header file. by Eric Andersen · 24 years ago
  92. 7b91f02 Reduce the size of mount (and bypass /proc/filesystems) by using the sysfs by Eric Andersen · 24 years ago
  93. 93ba60f Keep trying if an NFS mount fails, and eliminate a call to exit(3). by Matt Kraai · 24 years ago
  94. e677dfe Applied patch from Magnus Damm <damm@opensource.se> to fix a 'inner scope var by Mark Whitley · 24 years ago
  95. cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
  96. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
  97. af4ac77 Apply a patch from Larry Doolittle to add "-all" and "-none" switches by Eric Andersen · 24 years ago
  98. dd19c69 Removed trailing \n from error_msg{,_and_die} messages. by Matt Kraai · 24 years ago
  99. 59ab025 #define -> static const int. Also got rid of some big static buffers. by Mark Whitley · 24 years ago
  100. 6f65a3a More printf cleanups by Eric Andersen · 24 years ago