Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/lkm
Module Name: src
Committed By: atatat
Date: Tue Dec 30 06:53:26 UTC 2003
Modified Files:
src/sys/lkm/misc/example: example_misc.c lkminit_misc.c
src/sys/lkm/syscall/example: example_syscall.c lkminit_syscall.c
Log Message:
Fix example lkms. The misc/example one was never converted to the new
lkm stuff, and syscall/example was never told that we use lwp now, and
not proc.
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/lkm/misc/example/example_misc.c
cvs rdiff -r1.3 -r1.4 src/sys/lkm/misc/example/lkminit_misc.c
cvs rdiff -r1.3 -r1.4 src/sys/lkm/syscall/example/example_syscall.c \
src/sys/lkm/syscall/example/lkminit_syscall.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