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: Sat May 31 21:34:42 UTC 2008
Modified Files:
src/sys/kern: init_sysctl.c subr_devsw.c
src/sys/miscfs/procfs: procfs_linux.c
Log Message:
Kill devsw_lock and just use specfs_lock. The two would need merging
in order to prevent unload of modules when a device that they provide
is still open.
To generate a diff of this commit:
cvs rdiff -r1.139 -r1.140 src/sys/kern/init_sysctl.c
cvs rdiff -r1.19 -r1.20 src/sys/kern/subr_devsw.c
cvs rdiff -r1.53 -r1.54 src/sys/miscfs/procfs/procfs_linux.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