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

[ Available lists | Index of cvs-src-old | Month of Dec 2010 | Week of 29 Dec 2010 | Raw email | View thread | Wrap long lines | Reply ]
From
Konstantin Belousov <kib@FreeBSD.org>
Date
29 Dec 2010 12:31:26
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


[ Hide this part ]
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


Elapsed time: 0.087 seconds