Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Mindaugas Rasiukevicius <rmind@netbsd.org>
List: source-changes
Date: 05/31/2007 05:29:43
Module Name: src
Committed By: rmind
Date: Thu May 31 05:29:43 UTC 2007
Modified Files:
src/sys/kern: init_main.c sys_aio.c
src/sys/sys: aio.h
Log Message:
- Make aio_worker to handle pending exits and coredumps
- Allow aio_suspend() to be ended early by a signal
- Fix reference counting on LIO structures (remove hack)
- Use two global pools for AIO structures
- Minor cleanups
Patch provided by <ad>. Some additional modifications by me.
Reviewed by <yamt>.
To generate a diff of this commit:
cvs rdiff -r1.302 -r1.303 src/sys/kern/init_main.c
cvs rdiff -r1.3 -r1.4 src/sys/kern/sys_aio.c
cvs rdiff -r1.2 -r1.3 src/sys/sys/aio.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.