Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/rump
Module Name: src
Committed By: pooka
Date: Wed Mar 12 21:37:15 UTC 2008
Modified Files:
src/sys/rump/fs/bin/fsconsole: fsconsole.c
src/sys/rump/fs/lib/libukfs: ukfs.c
src/sys/rump/librump/rumpkern: rump.c
Log Message:
Implement all ukfs interfaces (except getdents, that's a bit more
tricky) with the help of rump system calls instead of calling namei
by themselves. Trust me when I say it was non-trivial to get the
namei calls right.
To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/sys/rump/fs/bin/fsconsole/fsconsole.c
cvs rdiff -r1.22 -r1.23 src/sys/rump/fs/lib/libukfs/ukfs.c
cvs rdiff -r1.37 -r1.38 src/sys/rump/librump/rumpkern/rump.c
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