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

Modified Files:
	src/sys/rump/fs/lib/libukfs: ukfs.c ukfs.h

Log Message:
Add routines for pure userspace file system operation
(i.e. no kernel involvement), namely:
* create, mknod, remove, mknod, rmdir, getdents, read, write, and link

Still obviously missing a few, but this is a start (I'm also searching
for the blessed orb of code quality, maybe someone has seen it?).


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sys/rump/fs/lib/libukfs/ukfs.c \
    src/sys/rump/fs/lib/libukfs/ukfs.h

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