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 14:49:19 UTC 2008
Modified Files:
src/sys/rump/fs/bin/fsconsole: fsconsole.c
src/sys/rump/fs/lib/libukfs: ukfs.c ukfs.h
src/sys/rump/librump/rumpkern: rump.h vfs.c
Log Message:
Support chdir. This is useful for example when testing and not
wanting to stress namei() so much as test individual ops.
XXX: it should be implemented per calling thread, not per fs.
To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/sys/rump/fs/bin/fsconsole/fsconsole.c
cvs rdiff -r1.21 -r1.22 src/sys/rump/fs/lib/libukfs/ukfs.c
cvs rdiff -r1.8 -r1.9 src/sys/rump/fs/lib/libukfs/ukfs.h
cvs rdiff -r1.25 -r1.26 src/sys/rump/librump/rumpkern/rump.h
cvs rdiff -r1.37 -r1.38 src/sys/rump/librump/rumpkern/vfs.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