whitespace cleanup
[platform/upstream/busybox.git] / util-linux / mount.c
2006-09-17 Denis Vlasenkowhitespace cleanup
2006-09-17 Denis Vlasenkomount: style fixlet
2006-09-17 Denis Vlasenkomount: revert mount --bind to using "bind" as fstype.
2006-09-17 Denis Vlasenkomount: mount_it_now() - char *dir is not really needed.
2006-09-17 Denis Vlasenkomount: fix "duplicate mount options in mtab" bug
2006-09-17 Denis Vlasenkomount: nfs_strerror's static buffer was bigger than...
2006-09-17 Denis Vlasenkomount: getopt_ulflag'ification
2006-09-17 Denis Vlasenkomount: style fixes
2006-09-17 Denis Vlasenkomount: fix bugs: free(mp->mnt_fsname) of non-malloced...
2006-09-17 Denis Vlasenkomount: use bb_simplify_path as appropriate
2006-09-17 Denis Vlasenkomount: style fixes
2006-09-15 Denis Vlasenkomount: reorder things, fix NFS-less mount.
2006-09-14 Denis Vlasenkomount: -o remount should not add lines to /etc/mtab
2006-09-14 Denis Vlasenkomount: move code from nfsmount.c into mount.c
2006-09-14 Denis Vlasenkomount: fix mtab support (but it is still rather buggy)
2006-09-11 Denis Vlasenkonfsmount: sanitize it. It had a rather peculiar idea...
2006-09-10 Denis Vlasenkonfsmount: nfsmount.h merged into nfsmount.c
2006-09-06 Denis Vlasenkoremoved a lot of trailing \n in bb_msg() calls. It...
2006-09-05 Rob LandleyVladimir Dronnikov (ybrnj80 at yandex dot ru) pointed...
2006-09-04 Rob LandleyThinko.
2006-09-01 Rob LandleyVladimir Dronnikov also submitted a CIFS support patch...
2006-08-09 Rob LandleyVladimir Dronnikov convinced me to twiddle the semantic...
2006-08-08 Rob LandleyFix a typo (|| instead of |) and remove two comments...
2006-08-08 Rob LandleyAdd shared subtree support, suggested by Vladimir Dronn...
2006-08-08 Rob LandleyUsing lstat() instead of stat() means that attempting...
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-06-21 Rob LandleyPatch from Paul Fox to improve mount's error handling...
2006-06-21 Rob LandleyAndre (armcc2200@yahoo) patched a bug where successful...
2006-06-15 Rob LandleyPatch from Yann Morin to put BLKGETSIZE64 in platform...
2006-05-26 Rob LandleyChange llist_add_* to take the address of the list...
2006-05-26 Bernhard Reutner... - work around bug in gcc-3.4.x on ARM
2006-05-08 Rob LandleyFiddling with llist to make memory management easier...
2006-05-05 Rob LandleyPatch from Jason Schoon to make mount -a not abort...
2006-04-05 Rob LandleyKumar spotted another bug: if we autodetect nfs and...
2006-04-04 Rob LandleyYou'd think there'd be a compiler warning for "pointles...
2006-04-01 Rob LandleyBug spotted by Kumar Gala. Hopefully this fixes it...
2006-03-29 Rob LandleyKumar Gala tracked down a problem with NFS mounting...
2006-03-28 Rob LandleyBernhard Fischer spotted that we shouldn't free fstype...
2006-03-20 Eric Andersenwhitespace cleanup
2006-03-20 Eric AndersenFix some obvious compile problems. Make the -f' fakeIt...
2006-03-18 Rob LandleyMore fixes. Type "auto" should mean unspecified from...
2006-03-14 Rob LandleyThe new, new mount rewrite. (Mount double prime?)...
2006-01-25 Tim Rikerjust whitespace
2006-01-10 Rob LandleyWith -a, the jump to mount_it_now can skip the initiali...
2006-01-10 Rob LandleyBoth atime and diratime should switch _off_ the corresp...
2005-12-20 Rob LandleySome minor cleanups/bugfixes split off from the big...
2005-12-12 Bernhard Reutner... - typo: s/sucess/success/g
2005-10-08 Rob LandleyRename CONFIG_NFSMOUNT to CONFIG_FEATURE_MOUNT_NFS...
2005-08-30 Rob LandleyAmir Shalem found some bugs in the new mount code;...
2005-08-14 Rob LandleyIf we goto singlemount, do _not_ try to continue throug...
2005-08-14 Rob LandleyStephane Billiart noticed that the return code of the...
2005-08-10 Rob LandleyMajor rewrite of mount, umount, losetup. Untangled...
2004-08-03 Eric AndersenTito, farmatito at tiscali dot it writes:
2004-05-26 Eric AndersenKevin P. Fleming writes:
2004-04-14 Eric AndersenLarry Doolittle writes:
2004-04-12 Eric Andersenmake mount ignore -n when CONFIG_FEATURE_MTAB_SUPPORT...
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-12-12 Eric AndersenDoh! I broke automatic filesystem type guessing. ...
2003-12-09 Eric AndersenFix indenting.
2003-07-22 Eric AndersenError out early if people try to build mount with nfs...
2003-07-14 Eric AndersenUpdate a bunch of docs. Run a script to update my...
2003-06-20 Eric AndersenSomewhere in the 2.4.x kernel series, /proc/mounts...
2003-03-19 Manuel Novoa III Major coreutils update.
2003-02-28 Eric AndersenThere is no good reason to prevent nfs mounts from...
2002-12-05 Eric AndersenKill CONFIG_FEATURE_USE_DEVPS_PATCH and the devps patch...
2002-08-23 Glenn L McGrathRun through indent, style
2002-08-22 Glenn L McGrathRun through indent, fix comments
2002-07-25 Robert GrieblFix for bug #1255 -- support for mount -t <type>
2002-07-24 Robert GrieblAdd support for /etc/filesystem when searching for...
2002-06-22 Eric AndersenKill dead email address
2002-06-22 Eric AndersenApply last_patch46 from vodz, to fix buffer overflows...
2002-05-14 Robert GrieblEntries with "noauto" options are ignored correctly...
2002-04-13 Eric AndersenPatch from Kevin Hilman <khilman@equator.com> to fix...
2002-04-13 Eric AndersenUpdate some missing copyright notices
2002-04-06 Eric AndersenApply lash_patch35 from vodz, which brings several...
2001-12-20 Matt KraaiRemove `== TRUE' tests and convert `!= TRUE' and `...
2001-12-06 Eric AndersenAvoid NULL pointer problems. Patch from "Frank P....
2001-11-12 Matt KraaiChange strdup calls to xstrdup (patch from Steve Merrif...
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-10-18 Eric AndersenMake mount default to using /proc/filesystems to avoid
2001-09-03 Eric AndersenDon't automount things as "usbdevfs" -- patch from
2001-08-10 Matt KraaiCommit Vladimir's simplify_path.
2001-07-17 Eric AndersenThis is vodz' latest patch. Sorry it took so long...
2001-07-05 Matt KraaiFix a thinko (the symptoms of which were reported by
2001-06-03 Matt KraaiDon't whine about already mounted filesystems when...
2001-05-21 Eric AndersenPatch from Gernot Poerner <gp@it-netservice.de>. Adds in
2001-05-15 Eric AndersenPatch from Vladimir:
2001-05-07 Glenn L McGrathActually we dont need to check if the device is nfs...
2001-05-07 Glenn L McGrathwoops, i shouldnt be so presumtuous? about what the...
2001-05-07 Glenn L McGrathDevice may not be a real filename
2001-05-04 Matt KraaiFix two bugs reported by Ralph Jones.
2001-05-02 Matt KraaiFix bug #1108 by always canonicalizing arguments.
2001-04-25 Mark WhitleyMoved some #ifdefs down below #include "busybox.h"...
2001-04-17 Matt KraaiConvert mount to use getopt.
2001-04-17 Matt KraaiFurther cleanup of mount option handling.
2001-04-17 Matt KraaiFix -a support (broken by previous patch).
2001-04-17 Matt KraaiFix segfault on `mount -t nfs' reported by Gratien...
2001-04-05 Eric AndersenA number of cleanups. Now compiles with libc5, glibc...
2001-04-01 Eric AndersenMove the mtab support stuff into libbb
2001-03-30 Glenn L McGrathDont try and automount devfs, rename some variables
next