rodrigc     2005-11-12 20:12:56 UTC

  FreeBSD src repository

  Modified files:
    sbin/mount           Makefile extern.h mount.c mount_ufs.c 
  Added files:
    sbin/mount           mount_fs.c 
  Log:
  - 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
  
  Revision  Changes    Path
  1.17      +2 -2      src/sbin/mount/Makefile
  1.6       +2 -1      src/sbin/mount/extern.h
  1.72      +83 -48    src/sbin/mount/mount.c
  1.1       +135 -0    src/sbin/mount/mount_fs.c (new)
  1.28      +1 -1      src/sbin/mount/mount_ufs.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to