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: pgoyette
Date: Sat Aug 21 13:19:41 UTC 2010
Modified Files:
src/sys/dev/dm: dm_target.c
src/sys/kern: kern_exec.c kern_syscall.c sys_module.c sys_sig.c tty.c
uipc_accf.c vfs_syscalls.c
src/sys/miscfs/specfs: spec_vnops.c
src/sys/net: if_ppp.c
Log Message:
Update the rest of the kernel to conform to the module subsystem's new
locking protocol.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/dev/dm/dm_target.c
cvs rdiff -u -r1.299 -r1.300 src/sys/kern/kern_exec.c
cvs rdiff -u -r1.4 -r1.5 src/sys/kern/kern_syscall.c
cvs rdiff -u -r1.11 -r1.12 src/sys/kern/sys_module.c src/sys/kern/uipc_accf.c
cvs rdiff -u -r1.28 -r1.29 src/sys/kern/sys_sig.c
cvs rdiff -u -r1.237 -r1.238 src/sys/kern/tty.c
cvs rdiff -u -r1.407 -r1.408 src/sys/kern/vfs_syscalls.c
cvs rdiff -u -r1.130 -r1.131 src/sys/miscfs/specfs/spec_vnops.c
cvs rdiff -u -r1.131 -r1.132 src/sys/net/if_ppp.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