index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sbin
/
mount
/
mount.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prefer PATH_MAX to MAXPATHLEN. PATH_MAX has the trailing NUL.
imp
2003-08-07
1
-1
/
+1
*
When mount(8) is invoked with the `-v' flag, display the filesystem
iedowse
2003-07-18
1
-1
/
+4
*
Convert fsck and mount to using execvP to find fsck_foo and mount_foo.
gordon
2003-06-29
1
-24
/
+5
*
Implement the '-F' option for mount & umount which allows the user to
mdodd
2003-04-07
1
-2
/
+5
*
Teach mount(8) about MNT_ACLS for the purposes of mount options and
rwatson
2002-10-14
1
-0
/
+2
*
s/filesystem/file system/g as discussed on -developers
trhodes
2002-08-21
1
-4
/
+4
*
Introduce support for Mandatory Access Control and extensible
rwatson
2002-08-02
1
-0
/
+2
*
more file system > filesystem
trhodes
2002-05-16
1
-3
/
+3
*
Unbreak NFS mounts when mount(8) is invoked as : mount path@server.
mux
2002-04-23
1
-1
/
+5
*
Do our best to determine if the user is attempting an NFS mount when
mux
2002-04-22
1
-6
/
+19
*
o __P removed
imp
2002-03-21
1
-15
/
+14
*
- VFS_SET(msdos) -> VFS_SET(msdosfs)
ru
2001-06-01
1
-0
/
+4
*
Implement the -r and -w options as `-o ro' and `-o noro', respectively. At
dd
2001-05-02
1
-2
/
+2
*
We do not support lfs. Remove it from list of remountable fs'es.
phantom
2000-11-22
1
-1
/
+1
*
Only print information about reads and writes when the -v flag (for
sheldonh
2000-08-23
1
-6
/
+8
*
This is another in Martin Blapp's N-series of mount-related cleanups :)
green
2000-01-15
1
-3
/
+6
*
Fix tab completion mounts (like /cdrom/)
eivind
1999-12-26
1
-0
/
+1
*
Print out the filesystem read counts now collected by the kernel.
mckusick
1999-12-01
1
-0
/
+3
*
Fix a few things:
green
1999-10-30
1
-15
/
+31
*
Let a file with '@' or ':' in it take precedence over defaulting to
green
1999-10-10
1
-2
/
+4
*
mount* fixes from Martin Blapp <mb@imp.ch>:
phk
1999-10-09
1
-11
/
+3
*
- Fixed some cases in which mount was segfaulting.
n_hibma
1999-10-08
1
-10
/
+12
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Null commit.
jkoshy
1999-05-07
1
-1
/
+1
*
1. Enhanced syntax for mount(8). The -o option now supports two 'meta'
jkoshy
1999-05-07
1
-31
/
+138
*
Fixed `mount -a -u ...'. Rev.1.19 broke this by trying too hard to
bde
1999-03-16
1
-2
/
+3
*
Remove unused #includes. Spelling. Add rcsid. Do not dot terminate err()
charnier
1998-07-06
1
-21
/
+16
*
Print the write counts if they are nonzero even if we're mounted
bde
1998-06-08
1
-4
/
+3
*
Remove extraneous ")" from output.
dt
1998-05-17
1
-2
/
+2
*
New mount option nosymfollow. If enabled, the kernel lookup()
wosch
1998-04-08
1
-1
/
+4
*
Don't print the 'writes: sync & async' stuff if we're mounted readonly
peter
1998-03-27
1
-3
/
+6
*
Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)
julian
1998-03-08
1
-2
/
+6
*
Converted putfsent() to Lite2 mount interface - don't use numeric
bde
1998-02-13
1
-2
/
+2
*
Reviewed by: hackers@freebsd.org in general
julian
1997-11-13
1
-1
/
+2
*
Add noclusterr and noclusterw options. The noclusterr and noclusterw
kato
1997-09-27
1
-1
/
+7
*
Try to avoid mounting filesystems multiple times. Also while
steve
1997-08-24
1
-17
/
+67
*
Change vfork to fork, too many memory-clobbering actions present in child
ache
1997-04-23
1
-2
/
+2
*
Finished (?) merging with Lite2: cleaned up #include mess; fixed merging
bde
1997-03-12
1
-62
/
+48
*
Merge from Lite2
peter
1997-03-11
1
-109
/
+80
*
Implemented user side of "noatime" mount option. This option disables
dg
1996-09-03
1
-0
/
+1
*
I have added a new option -p to the mount command. This was
jkh
1996-07-21
1
-5
/
+66
*
Change the messages slightly when there is no "mount_type" executable
asami
1996-03-15
1
-4
/
+19
*
Backout my changes to disallow "mount /mnt /mnt" until I can verify
mpp
1996-03-11
1
-22
/
+0
*
Only restrict the user from doing something like "mount /mnt /mnt"
mpp
1996-03-11
1
-4
/
+7
*
Do not allow the caller to specify the same path for the special
mpp
1996-03-10
1
-0
/
+19
*
Close PR#17. This may be a contraversal fix in that now mount will
jkh
1996-03-03
1
-5
/
+1
*
The changes for adding the "noauto" option were mostly wrong. MNT_NOAUTO
dg
1995-08-26
1
-5
/
+4
*
Add a "noauto" flag so that you can do things like prevent your system
jkh
1995-08-23
1
-3
/
+6
*
Fix another bogon in the change before the last.
bde
1995-02-16
1
-1
/
+1
*
Woops, last change wasn't done quite right...fixed.
dg
1995-02-15
1
-1
/
+1
[next]