Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Jul 2004 22:32:01 +0000 (UTC)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern vfs_init.c vfs_mount.c vfs_subr.c src/sys/libkern iconv.c src/sys/sys mount.h
Message-ID:  <200407272232.i6RMW1Qp062716@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407272232.i6RMW1Qp062716>