aboutsummaryrefslogtreecommitdiff
path: root/util-linux/mount.c
AgeCommit message (Expand)Author
2003-07-14Update a bunch of docs. Run a script to update my email addr.Eric Andersen
2003-06-20Somewhere in the 2.4.x kernel series, /proc/mounts was changed to display aEric Andersen
2003-03-19Major coreutils update.Manuel Novoa III
2003-02-28There is no good reason to prevent nfs mounts from being mountedEric Andersen
2002-12-05Kill CONFIG_FEATURE_USE_DEVPS_PATCH and the devps patch. I'm notEric Andersen
2002-08-23Run through indent, styleGlenn L McGrath
2002-08-22Run through indent, fix commentsGlenn L McGrath
2002-07-25Fix for bug #1255 -- support for mount -t <type>Robert Griebl
2002-07-24Add support for /etc/filesystem when searching for an "auto" filesystemRobert Griebl
2002-06-22Kill dead email addressEric Andersen
2002-06-22Apply last_patch46 from vodz, to fix buffer overflows noted byEric Andersen
2002-05-14Entries with "noauto" options are ignored correctly when mounting allRobert Griebl
2002-04-13Patch from Kevin Hilman <khilman@equator.com> to fix potentialEric Andersen
2002-04-13Update some missing copyright noticesEric Andersen
2002-04-06Apply lash_patch35 from vodz, which brings several nice size_optimizations.Eric Andersen
2001-12-20Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !.Matt Kraai
2001-12-06Avoid NULL pointer problems. Patch from "Frank P. MacLachlan"Eric Andersen
2001-11-12Change strdup calls to xstrdup (patch from Steve Merrifield).Matt Kraai
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen
2001-10-18Make mount default to using /proc/filesystems to avoidEric Andersen
2001-09-03Don't automount things as "usbdevfs" -- patch fromEric Andersen
2001-08-10Commit Vladimir's simplify_path.Matt Kraai
2001-07-17This is vodz' latest patch. Sorry it took so long...Eric Andersen
2001-07-05Fix a thinko (the symptoms of which were reported byMatt Kraai
2001-06-03Don't whine about already mounted filesystems when invoked with -a.Matt Kraai
2001-05-21Patch from Gernot Poerner <gp@it-netservice.de>. Adds inEric Andersen
2001-05-15Patch from Vladimir:Eric Andersen
2001-05-07Actually we dont need to check if the device is nfs as it wont be stat'edGlenn L McGrath
2001-05-07woops, i shouldnt be so presumtuous? about what the error will beGlenn L McGrath
2001-05-07Device may not be a real filenameGlenn L McGrath
2001-05-04Fix two bugs reported by Ralph Jones.Matt Kraai
2001-05-02Fix bug #1108 by always canonicalizing arguments.Matt Kraai
2001-04-25Moved some #ifdefs down below #include "busybox.h" where they belong.Mark Whitley
2001-04-17Convert mount to use getopt.Matt Kraai
2001-04-17Further cleanup of mount option handling.Matt Kraai
2001-04-17Fix -a support (broken by previous patch).Matt Kraai
2001-04-17Fix segfault on `mount -t nfs' reported by Gratien D'haese.Matt Kraai
2001-04-05A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a fewEric Andersen
2001-04-01Move the mtab support stuff into libbbEric Andersen
2001-03-30Dont try and automount devfs, rename some variablesGlenn L McGrath
2001-03-14The patch I previously applied from Brian Webb was 2 lines off. Oops.Mark Whitley
2001-03-12Applied a patch from Brian Webb to fix a problem with mount on the Agenda PDA.Mark Whitley
2001-03-09A cleanup patch from Jeff Garzik to static-ify a number ofEric Andersen
2001-03-02Dont try to automount some specific filesystem typesGlenn L McGrath
2001-03-01Bah. I missed a header file.Eric Andersen
2001-03-01Reduce the size of mount (and bypass /proc/filesystems) by using the sysfsEric Andersen
2001-02-28Keep trying if an NFS mount fails, and eliminate a call to exit(3).Matt Kraai
2001-02-26Applied patch from Magnus Damm <damm@opensource.se> to fix a 'inner scope varMark Whitley
2001-02-20It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen
2001-02-14This patch, put together by Manuel Novoa III, is a merge of workEric Andersen