Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Jun 2012 23:13:43 GMT
From:      Brooks Davis <brooks@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 212286 for review
Message-ID:  <201206042313.q54NDhAP046324@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@212286?ac=10

Change 212286 by brooks@brooks_ecr_current on 2012/06/04 23:12:50

	Add the beginnings of a useful isfctl(8) tool.  It can currently 
	erase blocks via ioctl with a command like:
	
	isfctl isf1 erase 0 0x20000

Affected files ...

.. //depot/projects/ctsrd/beribsd/src/usr.sbin/Makefile#3 edit
.. //depot/projects/ctsrd/beribsd/src/usr.sbin/isfctl/Makefile#1 add
.. //depot/projects/ctsrd/beribsd/src/usr.sbin/isfctl/isfctl.c#1 add

Differences ...

==== //depot/projects/ctsrd/beribsd/src/usr.sbin/Makefile#3 (text+ko) ====

@@ -34,6 +34,7 @@
 	ifmcstat \
 	inetd \
 	iostat \
+	isfctl \
 	kldxref \
 	mailwrapper \
 	makefs \



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