freebsd-dev/sbin/mount
Craig Rodrigues 7c5347ae86 Update text to reflect that:
- mount(8) now calls the nmount(2) system call directly, not mount(2)
- specifying a filesystem type with -t will not automatically
  invoke an external /sbin/mount_XXXX program....this only happens for
  certain file system types.  For all other file system types, nmount(2)
  is called directly.
2006-02-25 00:47:53 +00:00
..
extern.h Remove UFS-specific parts from mount(8). 2005-11-23 23:22:56 +00:00
getmntopts.3 Fix prototype. 2005-11-24 14:27:53 +00:00
getmntopts.c In build_iovec(), if passed in len is -1, check to see if 2005-11-14 17:39:00 +00:00
Makefile Remove UFS-specific parts from mount(8). 2005-11-23 23:22:56 +00:00
mntopts.h Remove unsupported "dev" option from comments of mntopts.h. 2005-12-02 03:55:02 +00:00
mount_fs.c - Make size parameter to build_iovec() a size_t, not an int 2005-11-13 01:27:57 +00:00
mount.8 Update text to reflect that: 2006-02-25 00:47:53 +00:00
mount.c s/<space><tab>/<tab>/ 2006-01-24 15:26:36 +00:00
pathnames.h Remove advertising clause from University of California Regent's license, 2004-04-09 19:58:40 +00:00
vfslist.c Remove advertising clause from University of California Regent's license, 2004-04-09 19:58:40 +00:00