Subject: CVS commit: src/sys/rump/fs/bin
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 08/16/2007 19:48:31
Module Name:	src
Committed By:	pooka
Date:		Thu Aug 16 19:48:31 UTC 2007

Modified Files:
	src/sys/rump/fs/bin: Makefile
Added Files:
	src/sys/rump/fs/bin/fsconsole: Makefile fsconsole.c

Log Message:
Add "file system console", which is meant eventually to become a
"console" to a file system, i.e. a tool for mounting any file system
image supported by rump and executing various commands on it.
Currently it's just a linear set of calls to ukfs routines and
serves mainly as a simple test program and ukfs usage example.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sys/rump/fs/bin/Makefile
cvs rdiff -r0 -r1.1 src/sys/rump/fs/bin/fsconsole/Makefile \
    src/sys/rump/fs/bin/fsconsole/fsconsole.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.