Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Feb 2003 19:06:46 -0800 (PST)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/newfs Makefile mkfs.c newfs.c newfs.h ref.test
Message-ID:  <200302110306.h1B36k0p057099@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jmallett    2003/02/10 19:06:46 PST

  Modified files:
    sbin/newfs           Makefile mkfs.c newfs.c newfs.h ref.test 
  Log:
  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.
  
  Revision  Changes    Path
  1.22      +2 -0      src/sbin/newfs/Makefile
  1.71      +18 -98    src/sbin/newfs/mkfs.c
  1.70      +15 -11    src/sbin/newfs/newfs.c
  1.12      +2 -1      src/sbin/newfs/newfs.h
  1.2       +6 -6      src/sbin/newfs/ref.test

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-src" in the body of the message




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