/freebsd/sbin/mount/ |
H A D | extern.h | diff 6f5f1a6b3e7761701a331b130c0a8e9d161de831 Sat Nov 12 21:12:56 CET 2005 Craig Rodrigues <rodrigc@FreeBSD.org> - 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 diff 6f5f1a6b3e7761701a331b130c0a8e9d161de831 Sat Nov 12 21:12:56 CET 2005 Craig Rodrigues <rodrigc@FreeBSD.org> - 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
|
H A D | mount_fs.c | diff 6f5f1a6b3e7761701a331b130c0a8e9d161de831 Sat Nov 12 21:12:56 CET 2005 Craig Rodrigues <rodrigc@FreeBSD.org> - 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 6f5f1a6b3e7761701a331b130c0a8e9d161de831 Sat Nov 12 21:12:56 CET 2005 Craig Rodrigues <rodrigc@FreeBSD.org> - 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
|
H A D | Makefile | diff 6f5f1a6b3e7761701a331b130c0a8e9d161de831 Sat Nov 12 21:12:56 CET 2005 Craig Rodrigues <rodrigc@FreeBSD.org> - 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 diff 6f5f1a6b3e7761701a331b130c0a8e9d161de831 Sat Nov 12 21:12:56 CET 2005 Craig Rodrigues <rodrigc@FreeBSD.org> - 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
|
H A D | mount.c | diff 6f5f1a6b3e7761701a331b130c0a8e9d161de831 Sat Nov 12 21:12:56 CET 2005 Craig Rodrigues <rodrigc@FreeBSD.org> - 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 diff 6f5f1a6b3e7761701a331b130c0a8e9d161de831 Sat Nov 12 21:12:56 CET 2005 Craig Rodrigues <rodrigc@FreeBSD.org> - 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
|