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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
3
-11
/
+44
*
- Fixed some cases in which mount was segfaulting.
n_hibma
1999-10-08
1
-10
/
+12
*
Document the "noasync" option.
obrien
1999-09-28
1
-0
/
+3
*
$Id$ -> $FreeBSD$
peter
1999-08-28
9
-9
/
+9
*
Add $Id$ to these manpages.
nik
1999-07-12
1
-0
/
+1
*
Null commit.
jkoshy
1999-05-07
2
-2
/
+2
*
1. Enhanced syntax for mount(8). The -o option now supports two 'meta'
jkoshy
1999-05-07
2
-39
/
+155
*
modload -> kldload and add ref to kldload(8) in See Also section.
ghelmer
1999-04-08
1
-2
/
+3
*
Fixed `mount -a -u ...'. Rev.1.19 broke this by trying too hard to
bde
1999-03-16
1
-2
/
+3
*
Removed ROOTSLICE_HUNT. The root device is now found better by
bde
1999-01-09
2
-38
/
+3
*
Warn about "mount -u" bug.
des
1998-10-16
1
-1
/
+5
*
Add a CAVEAT section documenting the minimum permissions required for a mount
jkoshy
1998-07-09
1
-1
/
+8
*
Remove unused #includes. Spelling. Add rcsid. Do not dot terminate err()
charnier
1998-07-06
6
-49
/
+36
*
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
3
-3
/
+11
*
Don't print the 'writes: sync & async' stuff if we're mounted readonly
peter
1998-03-27
1
-3
/
+6
*
Fix a type mismatch between a scanf format string and the
jdp
1998-03-08
1
-3
/
+3
*
Make this compile again.
steve
1998-03-08
1
-3
/
+3
*
If we are mounting the root filesystem, and we're accessing it through
msmith
1998-03-08
2
-3
/
+38
*
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
*
Removed definition of _NEW_VFSCONF. The new vfsconf interface is now
bde
1998-01-20
1
-2
/
+1
*
Add mount_devfs(8) to the SEE ALSO section.
steve
1997-12-01
1
-1
/
+2
*
Reviewed by: hackers@freebsd.org in general
julian
1997-11-13
3
-3
/
+22
*
Add noclusterr and noclusterw options. The noclusterr and noclusterw
kato
1997-09-27
3
-4
/
+18
*
Removed duplicate MOPT_FORCE and sorted the first one. Rev.1.5 and
bde
1997-08-25
1
-3
/
+2
*
Moved getmntops() stuff back to mntopt.h so that it is visible in other
bde
1997-08-25
2
-8
/
+5
*
Backed out previous commit - don't clobber the (normally equivalent)
bde
1997-08-25
1
-2
/
+1
*
Forgot to cvs add this new file.
steve
1997-08-24
1
-0
/
+40
*
Try to avoid mounting filesystems multiple times. Also while
steve
1997-08-24
7
-29
/
+99
*
Mention the various reasons for messages of the form:
joerg
1997-08-24
1
-1
/
+17
*
Always include the section name in the .Xr macro and cleanup
steve
1997-08-24
1
-11
/
+14
*
Fix parsing of mount options with '=' in their name.
msmith
1997-04-30
1
-1
/
+1
*
Change vfork to fork, too many memory-clobbering actions present in child
ache
1997-04-23
1
-2
/
+2
*
compare return value from getopt against -1 rather than EOF, per the final
imp
1997-03-29
1
-1
/
+1
*
Finished (?) merging with Lite2: cleaned up #include mess; fixed merging
bde
1997-03-12
1
-62
/
+48
*
Merge from Lite2
peter
1997-03-11
7
-154
/
+147
*
This commit was generated by cvs2svn to compensate for changes in r23412,
bde
1997-03-05
1
-0
/
+92
|
\
|
*
Attempt to import Lite2's mount.
bde
1997-03-05
8
-137
/
+255
*
|
Revert $FreeBSD$ to $Id$
peter
1997-02-22
1
-1
/
+1
*
|
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
|
Add mount_msdos(8) reference
ache
1996-11-10
1
-1
/
+2
*
|
Added description of "noatime" option.
dg
1996-09-08
1
-1
/
+7
*
|
Implemented user side of "noatime" mount option. This option disables
dg
1996-09-03
2
-1
/
+4
*
|
[HISTORY] command appeared in Version 1 AT&T UNIX
wosch
1996-08-29
1
-1
/
+2
*
|
I have added a new option -p to the mount command. This was
jkh
1996-07-21
2
-8
/
+73
*
|
Document that suid wrapper like suidperl(1) break option 'nosuid'.
wosch
1996-07-02
1
-0
/
+4
[next]