Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Mindaugas Rasiukevicius <rmind@netbsd.org>
List: source-changes
Date: 05/01/2007 01:01:37
Module Name:	src
Committed By:	rmind
Date:		Tue May  1 01:01:37 UTC 2007

Modified Files:
	src/include: limits.h
	src/lib/libc/gen: sysconf.c
	src/sys/kern: vfs_aio.c
	src/sys/sys: unistd.h
	src/usr.bin/getconf: getconf.c

Log Message:
- Create sysctl nodes for AIO.
- Add POSIX defined system variables and constants of AIO_LISTIO_MAX and
  AIO_MAX values.  Both with _POSIX_ASYNCHRONOUS_IO, provide them in
  sysconf(3) and getconf(1) interfaces.
- Clean up sysconf(3) for handling sysctl nodes dynamically.


To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 src/include/limits.h
cvs rdiff -r1.22 -r1.23 src/lib/libc/gen/sysconf.c
cvs rdiff -r1.1 -r1.2 src/sys/kern/vfs_aio.c
cvs rdiff -r1.36 -r1.37 src/sys/sys/unistd.h
cvs rdiff -r1.26 -r1.27 src/usr.bin/getconf/getconf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.