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:           Sun Aug 19 21:24:22 UTC 2007

Modified Files:
        src/sys/rump/fs/lib/libp2k: Makefile p2k.c
        src/sys/rump/fs/lib/libukfs: Makefile ukfs.c
        src/sys/rump/librump/rumpkern: Makefile rump.h

Log Message:
Namespace management: do not call VOP_FOO directly from ukfs or
p2k, but rather make the calls go through librump.  This avoids
having to include NetBSD kernel headers in userspace programs.
Stay tuned for some more mods of the same sort ...


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/rump/fs/lib/libp2k/Makefile
cvs rdiff -r1.14 -r1.15 src/sys/rump/fs/lib/libp2k/p2k.c
cvs rdiff -r1.1 -r1.2 src/sys/rump/fs/lib/libukfs/Makefile
cvs rdiff -r1.3 -r1.4 src/sys/rump/fs/lib/libukfs/ukfs.c
cvs rdiff -r1.10 -r1.11 src/sys/rump/librump/rumpkern/Makefile \
    src/sys/rump/librump/rumpkern/rump.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