]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Convert newfs to libufs (really). Solves one real issue with previous
authorjmallett <jmallett@FreeBSD.org>
Tue, 11 Feb 2003 03:06:45 +0000 (03:06 +0000)
committerjmallett <jmallett@FreeBSD.org>
Tue, 11 Feb 2003 03:06:45 +0000 (03:06 +0000)
commit0f7ddd626884fc47570602e01894d31ca7c0ca4c
tree0d31cbda8fe59355c1f1ae5601d92e445e6627aa
parent68e4eee3d3189d2ed0be164de53c1b7b991c91a4
Convert newfs to libufs (really).  Solves one real issue with previous
version of such.  Differences in filesystems generated were found to be
from 1) sbwrite with the "all" parameter 2) removal of writecache.  The
sbwrite call was made to perform as the original version, and otherwise
this was checked against a version of newfs with the write cache removed.
sbin/newfs/Makefile
sbin/newfs/mkfs.c
sbin/newfs/newfs.c
sbin/newfs/newfs.h
sbin/newfs/ref.test