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
*
The previous change to mount(8) to report ufs or ufs2 used
bmilekic
2004-04-26
1
-11
/
+0
*
Remove advertising clause from University of California Regent's license,
markm
2004-04-09
1
-4
/
+0
*
Report the difference between ufs and ufs2.
grog
2004-02-17
1
-3
/
+14
*
Correct a typo and unbreak the build.
nectar
2004-02-03
1
-1
/
+1
*
Made use of MNT_USER flag and inform about user responsible for mount
pjd
2004-02-02
1
-1
/
+5
*
Style(9) option sorting
guido
2004-01-29
1
-1
/
+1
*
Fix manpage and usage() to reflect that -a can be used in combination
guido
2004-01-29
1
-1
/
+1
*
Unbreak -o fstab and -o current in combination with -a
guido
2004-01-29
1
-0
/
+2
*
Allow trailing slashes for MNT_UPDATE case (mount -u), too.
anholt
2004-01-07
1
-1
/
+1
*
Style change
trhodes
2003-12-07
1
-1
/
+1
*
Print out the file system access statistics using uintmax_t types
iedowse
2003-12-07
1
-4
/
+7
*
Don't include the file system ID in the output of `mount -v' if it
iedowse
2003-12-05
1
-10
/
+12
*
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
[next]