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
...
*
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
*
|
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
*
|
Another round of various man page cleanups.
mpp
1996-02-09
1
-1
/
+0
*
|
Document the -a option, and mention ``noauto''.
dg
1995-08-26
1
-0
/
+5
*
|
The changes for adding the "noauto" option were mostly wrong. MNT_NOAUTO
dg
1995-08-26
3
-11
/
+5
*
|
Sigh. This isn't my night. I forgot the manpage updates too!
jkh
1995-08-23
1
-0
/
+5
*
|
Add a "noauto" flag so that you can do things like prevent your system
jkh
1995-08-23
2
-3
/
+8
*
|
Remove trailing whitespace.
rgrimes
1995-05-30
1
-2
/
+2
*
|
Fixed incompleteness that would allow dirty filesystems to get mounted
dg
1995-05-15
1
-2
/
+5
*
|
Fix force flag: It is not a "negative" flag. Add MNT_FORCE to the acceptable
dg
1995-05-12
2
-1
/
+2
*
|
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
*
|
Verify that the last component of the mount point path exists and is
dg
1995-02-15
1
-1
/
+11
*
|
Document the requirements of dynamic loading on mounting order. Cross-ref
wollman
1995-01-22
1
-1
/
+18
*
|
Add support for filesystem-specific `-o' options, and re-implement the
wollman
1994-11-01
4
-21
/
+40
*
|
Add code to skip "userquota"/"groupquota" options needed for
ache
1994-09-29
3
-3
/
+14
*
|
Use getvfs* functions to map between VFS types and names.
wollman
1994-09-22
2
-4
/
+20
*
|
Convert to our man installation style. Also fixed long-standing bug
wollman
1994-08-05
1
-1
/
+1
[prev]
[next]