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
*
Don't print the nmount(2) provided error message if it is empty.
jh
2012-01-20
1
-1
/
+4
*
Change mount_fs() to not exit on error. The "failok" mount option
jh
2012-01-20
1
-6
/
+5
*
- Clean up checkpath().
jh
2012-01-20
1
-8
/
+5
*
Change checkpath() to not exit on error. This is a prerequisite for
jh
2012-01-16
4
-7
/
+17
*
Add missing static keywords for global variables to tools in sbin/.
ed
2011-11-04
2
-2
/
+2
*
Clear the mountprog variable after each mountfs() call so that mountprog
jhb
2011-09-02
1
-0
/
+5
*
Update to -r224294 to ensure that only one of MNT_SUJ or MNT_SOFTDEP
mckusick
2011-07-30
1
-2
/
+2
*
Move the MNTK_SUJ flag in mnt_kern_flag to MNT_SUJ in mnt_flag
mckusick
2011-07-24
1
-2
/
+3
*
Add a special mount option "failok" to indicate that the administrator wants
delphij
2011-06-07
1
-2
/
+14
*
Add another example to mount(8) on using the "-o" argument.
gavin
2011-06-06
1
-2
/
+11
*
Another man page update related to the switchover of the
rmacklem
2011-04-29
1
-2
/
+2
*
This patch changes head so that the default NFS client is now the new
rmacklem
2011-04-27
1
-2
/
+2
*
Revert r217871.
dougb
2011-02-25
1
-6
/
+2
*
Clarify the availability of the noatime option on network file systems
dougb
2011-01-26
1
-2
/
+6
*
Remove the advertising clause from UCB copyrighted files in sbin. This
joel
2010-12-12
1
-4
/
+0
*
Delete /sys/ufs/ffs/README.snapshot as it is no longer relevant.
mckusick
2010-11-20
1
-3
/
+0
*
Fix printing of the "rw" mount option in fstab(5) format (-p option).
jh
2010-09-30
1
-12
/
+12
*
Clarify devfs manpages slightly.
jilles
2010-05-29
1
-0
/
+1
*
mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the
uqs
2010-05-13
1
-5
/
+5
*
As statfs.f_flags are uint64_t the local variables should be as well.
bz
2010-03-07
1
-3
/
+3
*
- Remove reference to nfs4. mount_nfs4(8) was removed in r192578.
jh
2010-02-10
1
-2
/
+2
*
ANSIfy almost all applications that use WARNS=6.
ed
2009-12-29
1
-5
/
+2
*
Implement NFSv4 ACL support for UFS.
trasz
2009-12-21
3
-2
/
+18
*
Add links to zfs(8) and zpool(8) to mount(8) manual page.
trasz
2009-11-11
1
-1
/
+3
*
Switch the default WARNS level for sbin/ to 6.
ru
2009-10-19
1
-1
/
+0
*
Modify mount(8) to skip MNT_IGNORE file systems by default, just like df(1)
pjd
2009-09-14
2
-0
/
+9
*
Add support for the experimental nfs client to mount_nfs. The
rmacklem
2009-05-27
1
-1
/
+1
*
Add a -o mountprog parameter to mount which explicitly allows
rodrigc
2009-03-05
2
-4
/
+39
*
r187093 failed to keep the lifetime of the pointer suitable for reentrancy.
obrien
2009-01-13
1
-11
/
+5
*
Use a dynamically grown buffer for building the argv for the sub-mounts.
obrien
2009-01-12
1
-11
/
+16
*
Explicitly check each mount argv building assignment for buffer over flowing.
obrien
2009-01-10
1
-28
/
+34
*
style(9)
obrien
2008-12-26
2
-6
/
+6
*
Make the sub-'argc' static to make it harder to overwrite thru a buffer
obrien
2008-12-26
1
-1
/
+2
*
Be a little bit more pestimistic in argument handling - check if we've
obrien
2008-12-18
2
-2
/
+8
*
Don't return always 0. Return what we get from exec_mountprog or
matteo
2008-08-31
1
-1
/
+1
*
Fix markup.
ru
2008-06-03
1
-4
/
+6
*
Add note about a reason to use mount(8) instead of mount_somefs.
kib
2008-06-03
1
-0
/
+11
*
- Update with a better example which shows that options specific to a
tmclaugh
2008-03-12
1
-3
/
+3
*
- Also change the /sbin/mount_unionfs line I managed to miss just two
tmclaugh
2008-03-10
1
-1
/
+1
*
- unionfs -b option is deprecated in favor of '-o below' as per
tmclaugh
2008-03-10
1
-2
/
+2
*
Correct the description of getmnt_silent: unknown options are silently
yar
2008-02-17
1
-2
/
+3
*
Fix mount -p and mount -u -ocurrent on gjournaled FS
matteo
2008-02-04
1
-1
/
+0
*
Fix printing of unionfs mounts when using the -p option
matteo
2008-02-03
1
-2
/
+8
*
Properly sort 'sync' in the list of options passed to -o.
jhb
2007-11-27
1
-4
/
+4
*
Remove stale reference to mount_std.
rodrigc
2007-10-19
1
-1
/
+0
*
- Remove UMAP filesystem. It was disconnected from build three years ago,
rafan
2007-06-25
2
-4
/
+1
*
Align -p output in TAB built columns suitable for /etc/fstab.
phk
2007-04-13
1
-2
/
+19
*
Print warning that "-t msdos" is deprecated and being converted to
rodrigc
2007-02-06
1
-1
/
+4
*
Use pidfile(3) API to restart mountd(8) on success mount.
pjd
2007-02-02
2
-10
/
+28
*
Pass a char buffer parameter with name "errmsg" to nmount().
rodrigc
2006-12-07
1
-1
/
+4
[next]