Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: ad
Date: Wed Nov 12 14:29:31 UTC 2008
Modified Files:
src/sys/kern: kern_stub.c kern_subr.c makesyscalls.sh
src/sys/sys: syscallvar.h systm.h
Log Message:
Atomic insertion/removal of groups of system call vectors at runtime with
a basic facility for rollback.
Proposed on tech-kern@.
To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/sys/kern/kern_stub.c
cvs rdiff -r1.193 -r1.194 src/sys/kern/kern_subr.c
cvs rdiff -r1.73 -r1.74 src/sys/kern/makesyscalls.sh
cvs rdiff -r1.2 -r1.3 src/sys/sys/syscallvar.h
cvs rdiff -r1.229 -r1.230 src/sys/sys/systm.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