Subject: PR/16175 CVS commit: src/sbin/newfs_ext2fs
To: None <tsutsui@NetBSD.org, gnats-admin@netbsd.org,>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: netbsd-bugs
Date: 11/17/2007 16:55:02
The following reply was made to PR bin/16175; it has been noted by GNATS.

From: Izumi Tsutsui <tsutsui@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/16175 CVS commit: src/sbin/newfs_ext2fs
Date: Sat, 17 Nov 2007 16:50:27 +0000 (UTC)

 Module Name:	src
 Committed By:	tsutsui
 Date:		Sat Nov 17 16:50:27 UTC 2007
 
 Added Files:
 	src/sbin/newfs_ext2fs: Makefile extern.h mke2fs.c newfs_ext2fs.8
 	    newfs_ext2fs.c
 
 Log Message:
 Add a dumb but BSD-licensed newfs_ext2fs(8) command.
 This is based on the newfs(8) command for ffs, but
 most ext2fs specific part is written from scratch.
 
 Tested on alpha, cobalt, i386 and sgimips with some disks and vnd(4),
 and at least cobalt's firmware can load boot files from an ext2fs
 E2FS_REV0 partition created by this native newfs_ext2fs(8) command.
 
 Closes PR bin/16175.
 
 
 To generate a diff of this commit:
 cvs rdiff -r0 -r1.1 src/sbin/newfs_ext2fs/Makefile \
     src/sbin/newfs_ext2fs/extern.h src/sbin/newfs_ext2fs/mke2fs.c \
     src/sbin/newfs_ext2fs/newfs_ext2fs.8 src/sbin/newfs_ext2fs/newfs_ext2fs.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.