Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/rump/fs/lib/libukfs
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.
Home |
Main Index |
Thread Index |
Old Index