Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   pooka
Date:           Thu Aug  6 00:51:55 UTC 2009

Modified Files:
        src/libexec/lfs_cleanerd: Makefile coalesce.c fdfs.c lfs_cleanerd.c
        src/sbin/fsck_lfs: Makefile lfs.c vnode.c
        src/sbin/newfs_lfs: Makefile
Added Files:
        src/libexec/lfs_cleanerd: Makefile.inc
        src/sbin/fsck_lfs: kernelops.c kernelops.h

Log Message:
Define syscalls of lfs userspace tools (cleaner, mainly) through
a struct called kernelops, which contains standard system calls
for the normal case and rump system calls for the rump case.

Make it possible to run the lfs cleaner in a library fashion (taking
the quick route with the implementation).


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/libexec/lfs_cleanerd/Makefile
cvs rdiff -u -r0 -r1.1 src/libexec/lfs_cleanerd/Makefile.inc
cvs rdiff -u -r1.17 -r1.18 src/libexec/lfs_cleanerd/coalesce.c
cvs rdiff -u -r1.6 -r1.7 src/libexec/lfs_cleanerd/fdfs.c
cvs rdiff -u -r1.20 -r1.21 src/libexec/lfs_cleanerd/lfs_cleanerd.c
cvs rdiff -u -r1.16 -r1.17 src/sbin/fsck_lfs/Makefile
cvs rdiff -u -r0 -r1.1 src/sbin/fsck_lfs/kernelops.c \
    src/sbin/fsck_lfs/kernelops.h
cvs rdiff -u -r1.30 -r1.31 src/sbin/fsck_lfs/lfs.c
cvs rdiff -u -r1.9 -r1.10 src/sbin/fsck_lfs/vnode.c
cvs rdiff -u -r1.8 -r1.9 src/sbin/newfs_lfs/Makefile

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