]> git.ipfire.org Git - thirdparty/util-linux.git/blame - mount/mount.c
Imported from util-linux-2.12 tarball.
[thirdparty/util-linux.git] / mount / mount.c
CommitLineData
6dbe3af9
KZ
1/*
2 * A mount(8) for Linux 0.99.
3 * mount.c,v 1.1.1.1 1993/11/18 08:40:51 jrs Exp
4 *
6dbe3af9
KZ
5 * Wed Sep 14 22:43:00 1994: Mitchum DSouza
6 * (mitch@mrc-applied-psychology.cambridge.ac.uk) added support for mounting
7 * the "loop" device.
8 *
9 * Wed Sep 14 22:55:10 1994: Sander van Malssen (svm@kozmix.hacktic.nl)
10 * added support for remounting readonly file systems readonly.
11 *
6dbe3af9 12 * Wed Feb 8 12:27:00 1995: Andries.Brouwer@cwi.nl fixed up error messages.
726f69e2
KZ
13 * Sat Jun 3 20:44:38 1995: Patches from Andries.Brouwer@cwi.nl applied.
14 * Tue Sep 26 22:38:20 1995: aeb@cwi.nl, many changes
fd6b7a7f 15 * Fri Feb 23 13:47:00 1996: aeb@cwi.nl, loop device related changes
6dbe3af9 16 *
fd6b7a7f 17 * Since then, many changes - aeb.
2b6fc908
KZ
18 *
19 * Wed Oct 1 23:55:28 1997: Dick Streefland <dick_streefland@tasking.com>
20 * Implemented the "bg", "fg" and "retry" mount options for NFS.
5c36a0eb
KZ
21 *
22 * Tue Aug 4 15:54:31 1998: aeb@cwi.nl:
23 * Open fd 0,1,2 so that printf's do not clobber /etc/mtab or so.
24 * Mangle filenames with embedded spaces. Add ufsmagic. Add locking.
25 * Avoid unnecessary error messages about /proc.
26 * Improve support for noncanonical names in /etc/fstab.
27 * Add support for volume labels and UUIDs.
7eda085c 28 *
c07ebfa1 29