DragonFly commits List (threaded) for 2008-02
DragonFly BSD
DragonFly commits List (threaded) for 2008-02
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/kern vfs_subr.c src/sbin/mountctl Makefile mountctl.c src/sbin/mountd mountd.c src/sys/sys mount.h mountctl.h


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 5 Feb 2008 12:49:52 -0800 (PST)

dillon      2008/02/05 12:49:52 PST

DragonFly src repository

  Modified files:
    sys/kern             vfs_subr.c 
    sbin/mountctl        Makefile mountctl.c 
    sbin/mountd          mountd.c 
    sys/sys              mount.h mountctl.h 
  Log:
  * Implement a mountctl() op for setting export control on a filesystem.
  
  * Adjust mountd to try to use the mountctl() op BEFORE calling a UFS-style
    mount() to set export ops for a filesystem.
  
  * Add a prototype for the mountctl() system call in sys/mountctl.h
  
  * Cleanup WARNS for the mountctl utility.
  
  Revision  Changes    Path
  1.111     +5 -4      src/sys/kern/vfs_subr.c
  1.3       +0 -1      src/sbin/mountctl/Makefile
  1.10      +7 -7      src/sbin/mountctl/mountctl.c
  1.9       +20 -3     src/sbin/mountd/mountd.c
  1.38      +2 -2      src/sys/sys/mount.h
  1.14      +15 -4     src/sys/sys/mountctl.h


http://www.dragonflybsd.org/cvsweb/src/sys/kern/vfs_subr.c.diff?r1=1.110&r2=1.111&f=u
http://www.dragonflybsd.org/cvsweb/src/sbin/mountctl/Makefile.diff?r1=1.2&r2=1.3&f=u
http://www.dragonflybsd.org/cvsweb/src/sbin/mountctl/mountctl.c.diff?r1=1.9&r2=1.10&f=u
http://www.dragonflybsd.org/cvsweb/src/sbin/mountd/mountd.c.diff?r1=1.8&r2=1.9&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/sys/mount.h.diff?r1=1.37&r2=1.38&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/sys/mountctl.h.diff?r1=1.13&r2=1.14&f=u



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]