Larry Doolittle writes:
[platform/upstream/busybox.git] / util-linux / mount.c
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
2001-03-14 Mark WhitleyThe patch I previously applied from Brian Webb was...
2001-03-12 Mark WhitleyApplied a patch from Brian Webb to fix a problem with...
2001-03-09 Eric AndersenA cleanup patch from Jeff Garzik to static-ify a number of
2001-03-02 Glenn L McGrathDont try to automount some specific filesystem types
2001-03-01 Eric AndersenBah. I missed a header file.
2001-03-01 Eric AndersenReduce the size of mount (and bypass /proc/filesystems...
2001-02-28 Matt KraaiKeep trying if an NFS mount fails, and eliminate a...
2001-02-26 Mark WhitleyApplied patch from Magnus Damm <damm@opensource.se...
2001-02-20 Eric AndersenIt turns out that DODMALLOC was broken when I reorganiz...
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-02-01 Eric AndersenApply a patch from Larry Doolittle to add "-all" and...
2001-01-31 Matt KraaiRemoved trailing \n from error_msg{,_and_die} messages.
2001-01-23 Mark Whitley#define -> static const int. Also got rid of some big...
2001-01-20 Eric AndersenMore printf cleanups
2000-12-22 Matt KraaiUse busybox error handling functions wherever possible.
2000-12-18 Matt KraaiChange calls to error_msg.* and strerror to use perror_...
2000-12-12 Eric AndersenMount error return code fix from Kent Robotti -- we...
2000-12-07 Mark WhitleyChanged names of functions in utility.c and all affecte...
2000-12-06 Matt KraaiFix exit status on failure.
2000-12-01 Matt KraaiStop using TRUE and FALSE for exit status.
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-09-21 Eric AndersenRemove a warning. Patch from Bryan Rittmeyer <bryan...
2000-09-20 Eric AndersenWhen mounting a ro fs rw, print warning and then mount...
2000-09-19 Eric AndersenApply a patch from Chip Rosenthal <chip@unicom.com...
2000-09-13 Matt KraaiFix calls to {m,c,re}alloc so that they use x{m,c,re...
2000-08-22 Pavel RoskinFrom Ken Chalmers <chalmers@norscan.com>:
2000-08-02 Eric AndersenFixed the "-f" option.
2000-08-02 Eric AndersenMerge in two patches from Dave Cinege:
2000-07-25 Eric AndersenUse BB_FEATURE_CLEAN_UP where appropriate
2000-07-16 Matt KraaiExtract usage information into a separate file.
2000-07-14 Eric AndersenA couple of minor warning cleanups.
2000-07-14 Matt KraaiUse errorMsg rather than fprintf.
2000-07-12 Matt KraaiAlways report the applet name when doing error reporting.
2000-07-10 Eric AndersenComment on kernel stuff
2000-07-08 Eric AndersenArgh. More cross libc cleanup. Should be ok now...
2000-07-08 Eric AndersenUpdate files to reduce dependance on kernel version...
2000-07-05 Eric AndersenRemove misguided klude around for 2.4.x-test* brokennes...
2000-06-26 Eric AndersenUpdates to handle Linux 2.4.0 kernels (kludged around...
2000-06-07 Eric Andersen* Fixed 'swapon -a' and 'swapoff -a', which were broken.
2000-06-06 Pavel Roskin"mount" now reports errors from nfsmount() and assumes...
2000-05-12 Erik AndersenLots of updates. Finished implementing BB_FEATURE_TRIV...
2000-05-05 Erik AndersenAdd support for "noatime" and "nodiratime" mount flags...
2000-04-28 Erik AndersenLatest and greatest. Some effort at libc5 (aiming...
2000-04-13 Erik AndersenMore doc updates for BusyBox, with fixes to apps for...
2000-04-04 Erik Andersenminor changes to mount/umount to support-by-ignoring...
2000-03-23 Erik AndersenMy latest ramblings.
2000-03-22 Erik AndersenUse the nice new find_real_root_device function to...
2000-03-13 Erik AndersenSome bug fixes I forgot to check-in the other day.
2000-03-08 Erik AndersenChange BB_FEATURE_USE_DEVPS_N_DEVMTAB to the simpler 0_43pre1
2000-03-07 Erik AndersenWrote killall.
2000-02-09 Erik AndersenFixed the init problem where it wouldn't unmount filesy...
2000-02-08 Erik AndersenSome formatting updates (ran the code through indent)
2000-01-29 Erik AndersenClear up some ambiguity with old style assignments.
2000-01-26 Erik AndersenShuffle location of generic code into utility.c
next