Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Dec 2010 12:31:18 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sbin/dumpfs dumpfs.c src/sbin/newfs mkfs.c newfs.8 newfs.c newfs.h src/sbin/tunefs tunefs.8 tunefs.c
Message-ID:  <201012291231.oBTCVQs2091216@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

kib         2010-12-29 12:31:18 UTC

  FreeBSD src repository

  Modified files:
    sbin/dumpfs          dumpfs.c 
    sbin/newfs           mkfs.c newfs.8 newfs.c newfs.h 
    sbin/tunefs          tunefs.8 tunefs.c 
  Log:
  SVN rev 216798 on 2010-12-29 12:31:18Z by kib
  
  Add support for FS_TRIM to user-mode UFS utilities.
  
  Reviewed by:    mckusick, pjd, pho
  Tested by:      pho
  MFC after:      1 month
  
  Revision  Changes    Path
  1.51      +3 -1      src/sbin/dumpfs/dumpfs.c
  1.104     +2 -0      src/sbin/newfs/mkfs.c
  1.79      +10 -2     src/sbin/newfs/newfs.8
  1.96      +6 -1      src/sbin/newfs/newfs.c
  1.26      +1 -0      src/sbin/newfs/newfs.h
  1.44      +10 -1     src/sbin/tunefs/tunefs.8
  1.50      +40 -4     src/sbin/tunefs/tunefs.c



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