freebsd-dev/sbin/mount
Craig Rodrigues 6f5f1a6b3e - Minor fixes to raise WARNS level to 6.
- Teach the mount program to call the nmount() syscall directly
- Preserve existing method of calling mount() for UFS, until we clean things
  up.
- Preserve existing method of forking and calling external mount programs for
  mfs, msdosfs, nfs, nfs4, ntfs, nwfs, nullfs, portalfs, reiserfs, smbfs,
  udf, umapfs, unionfs
- devfs, linprocfs, procfs, ext2fs call nmount() syscall directly, since
  that is all those external mount programs were doing

Reviewed by:	phk
Discussed on:	arch
2005-11-12 20:12:56 +00:00
..
extern.h - Minor fixes to raise WARNS level to 6. 2005-11-12 20:12:56 +00:00
getmntopts.3 Remove advertising clause from University of California Regent's license, 2004-04-09 19:58:40 +00:00
getmntopts.c Switch from K&R-style C prototypes to ISO/ANSI-style C prototypes. 2005-10-07 06:39:08 +00:00
Makefile - Minor fixes to raise WARNS level to 6. 2005-11-12 20:12:56 +00:00
mntopts.h Use MOPT_END in favor of MOPT_NULL, which better describes the purporse 2005-06-10 09:51:43 +00:00
mount_fs.c - Minor fixes to raise WARNS level to 6. 2005-11-12 20:12:56 +00:00
mount_ufs.c - Minor fixes to raise WARNS level to 6. 2005-11-12 20:12:56 +00:00
mount.8 Remove Xref to mount_hpfs(8), it's not hooked up to the build. 2005-06-16 21:35:33 +00:00
mount.c - Minor fixes to raise WARNS level to 6. 2005-11-12 20:12:56 +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