1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-15 15:06:42 +00:00
freebsd/sbin/mount
Craig Rodrigues 011b5486c5 Pass a char buffer parameter with name "errmsg" to nmount().
For filesystems which use vfs_mount_error() to log an error, this
char buffer will be populated with a string error message.
If nmount() fails, in addition to printing out strerror(errno),
print out the "errmsg" populated by vfs_mount_error().
2006-12-07 03:24:43 +00:00
..
extern.h
getmntopts.3
getmntopts.c
Makefile
mntopts.h
mount_fs.c Pass a char buffer parameter with name "errmsg" to nmount(). 2006-12-07 03:24:43 +00:00
mount.8 Markup fixes. 2006-09-18 11:55:10 +00:00
mount.c Fix debugging output of '-d', to more accurately reflect if 2006-11-14 01:07:42 +00:00
pathnames.h
vfslist.c