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_ifs
/
mount.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Verify that the last component of the mount point path exists and is
dg
1995-02-15
1
-1
/
+11
*
Use getvfs* functions to map between VFS types and names.
wollman
1994-09-22
1
-3
/
+4
*
Fixed NULL pointer dereference that occured when any options were
dg
1994-08-02
1
-1
/
+3
*
BSD 4.4 Lite sbin Sources
rgrimes
1994-05-26
1
-0
/
+512