From owner-cvs-all Sun Oct 27 10: 8:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADE9037B401; Sun, 27 Oct 2002 10:08:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F87B43E75; Sun, 27 Oct 2002 10:08:42 -0800 (PST) (envelope-from wollman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9RI7gmV019031; Sun, 27 Oct 2002 10:07:42 -0800 (PST) (envelope-from wollman@repoman.freebsd.org) Received: (from wollman@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9RI7gKm019030; Sun, 27 Oct 2002 10:07:42 -0800 (PST) Message-Id: <200210271807.g9RI7gKm019030@repoman.freebsd.org> From: Garrett Wollman Date: Sun, 27 Oct 2002 10:07:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_descrip.c vfs_aio.c vfs_syscalls.c src/sys/posix4 posix4_mib.c src/sys/sys vnode.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG wollman 2002/10/27 10:07:42 PST Modified files: sys/kern kern_descrip.c vfs_aio.c vfs_syscalls.c sys/posix4 posix4_mib.c sys/sys vnode.h Log: Change the way support for asynchronous I/O is indicated to applications to conform to 1003.1-2001. Make it possible for applications to actually tell whether or not asynchronous I/O is supported. Since FreeBSD's aio implementation works on all descriptor types, don't call down into file or vnode ops when [f]pathconf() is asked about _PC_ASYNC_IO; this avoids the need for every file and vnode op to know about it. Revision Changes Path 1.168 +7 -0 src/sys/kern/kern_descrip.c 1.142 +2 -0 src/sys/kern/vfs_aio.c 1.296 +14 -1 src/sys/kern/vfs_syscalls.c 1.6 +3 -1 src/sys/posix4/posix4_mib.c 1.217 +1 -0 src/sys/sys/vnode.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message