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: rmind
Date: Thu May 31 06:24:24 UTC 2007
Modified Files:
src/sys/kern: kern_exit.c sys_aio.c
src/sys/sys: aio.h
Log Message:
Make AIO initialization MP-safe.
Actually, lwp_exit() with (l != curlwp) will not work.
This fix might be pulled up from vmlocking branch.
To generate a diff of this commit:
cvs rdiff -r1.179 -r1.180 src/sys/kern/kern_exit.c
cvs rdiff -r1.4 -r1.5 src/sys/kern/sys_aio.c
cvs rdiff -r1.4 -r1.5 src/sys/sys/aio.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