Date: Tue, 22 Feb 2000 23:44:26 -0800 (PST) From: Jason Evans <jasone@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf options src/sys/i386/conf LINT src/sys/kern vfs_aio.c Message-ID: <200002230744.XAA70210@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jasone 2000/02/22 23:44:26 PST
Modified files:
sys/conf options
sys/i386/conf LINT
sys/kern vfs_aio.c
Log:
Add the VFS_AIO config option and leave it off by default. Unless the
VFS_AIO option is specified, all aio-related syscalls return ENOSYS.
The aio code is very fragile right now, and is unsuitable for default
inclusion in a production shell box.
Approved by: jkh
Revision Changes Path
1.190 +2 -1 src/sys/conf/options
1.746 +5 -1 src/sys/i386/conf/LINT
1.69 +154 -8 src/sys/kern/vfs_aio.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200002230744.XAA70210>
