Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Jan 2010 09:52:49 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/etc/mtree BSD.include.dist src/include Makefile src/sbin/geom/class Makefile src/sbin/geom/class/mountver Makefile geom_mountver.c gmountver.8 src/sbin/geom/core geom.8 src/sys/boot/forth loader.conf src/sys/conf files ...
Message-ID:  <201001160956.o0G9uxrw026652@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
trasz       2010-01-16 09:52:49 UTC

  FreeBSD src repository

  Modified files:
    etc/mtree            BSD.include.dist 
    include              Makefile 
    sbin/geom/class      Makefile 
    sbin/geom/core       geom.8 
    sys/boot/forth       loader.conf 
    sys/conf             files 
    sys/modules/geom     Makefile 
  Added files:
    sbin/geom/class/mountver Makefile geom_mountver.c gmountver.8 
    sys/geom/mountver    g_mountver.c g_mountver.h 
    sys/modules/geom/geom_mountver Makefile 
  Log:
  SVN rev 202437 on 2010-01-16 09:52:49Z by trasz
  
  Add gmountver, disk mount verification GEOM class.
  
  Note that due to e.g. write throttling ('wdrain'), it can stall all the disk
  I/O instead of just the device it's configured for.  Using it for removable
  media is therefore not a good idea.
  
  Reviewed by:    pjd (earlier version)
  
  Revision  Changes    Path
  1.133     +2 -0      src/etc/mtree/BSD.include.dist
  1.295     +1 -1      src/include/Makefile
  1.17      +1 -0      src/sbin/geom/class/Makefile
  1.1       +7 -0      src/sbin/geom/class/mountver/Makefile (new)
  1.1       +56 -0     src/sbin/geom/class/mountver/geom_mountver.c (new)
  1.1       +129 -0    src/sbin/geom/class/mountver/gmountver.8 (new)
  1.25      +1 -0      src/sbin/geom/core/geom.8
  1.146     +1 -0      src/sys/boot/forth/loader.conf
  1.1494    +1 -0      src/sys/conf/files
  1.1       +646 -0    src/sys/geom/mountver/g_mountver.c (new)
  1.1       +71 -0     src/sys/geom/mountver/g_mountver.h (new)
  1.24      +1 -0      src/sys/modules/geom/Makefile
  1.1       +8 -0      src/sys/modules/geom/geom_mountver/Makefile (new)



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