cvs commit: src/sys/kern vfs_init.c vfs_mount.c vfs_subr.c src/sys/libkern iconv.c src/sys/sys mount.h

Poul-Henning Kamp phk at FreeBSD.org
Tue Jul 27 15:32:02 PDT 2004


phk         2004-07-27 22:32:01 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_init.c vfs_mount.c vfs_subr.c 
    sys/libkern          iconv.c 
    sys/sys              mount.h 
  Log:
  Convert the vfsconf list to a TAILQ.
  
  Introduce vfs_byname() function to find things on it.
  
  Staticize vfs_nmount() function under the name vfs_donmount().
  
  Various cleanups.
  
  Revision  Changes    Path
  1.71      +19 -25    src/sys/kern/vfs_init.c
  1.137     +73 -83    src/sys/kern/vfs_mount.c
  1.516     +10 -21    src/sys/kern/vfs_subr.c
  1.8       +3 -8      src/sys/libkern/iconv.c
  1.172     +9 -10     src/sys/sys/mount.h


More information about the cvs-src mailing list