Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/librt remove RESTRICTIONS section, which seems unrelated...



details:   https://anonhg.NetBSD.org/src/rev/694da7ddf6e0
branches:  trunk
changeset: 757704:694da7ddf6e0
user:      yamt <yamt%NetBSD.org@localhost>
date:      Wed Sep 15 07:28:46 2010 +0000

description:
remove RESTRICTIONS section, which seems unrelated to our implementation

diffstat:

 lib/librt/aio_cancel.3 |  11 +----------
 lib/librt/aio_fsync.3  |  12 +-----------
 2 files changed, 2 insertions(+), 21 deletions(-)

diffs (51 lines):

diff -r 676036242693 -r 694da7ddf6e0 lib/librt/aio_cancel.3
--- a/lib/librt/aio_cancel.3    Wed Sep 15 06:52:33 2010 +0000
+++ b/lib/librt/aio_cancel.3    Wed Sep 15 07:28:46 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: aio_cancel.3,v 1.4 2010/05/17 19:22:31 jruoho Exp $
+.\" $NetBSD: aio_cancel.3,v 1.5 2010/09/15 07:28:46 yamt Exp $
 .\"
 .\" Copyright (c) 1999 Softweyr LLC.
 .\" All rights reserved.
@@ -51,15 +51,6 @@
 Normal asynchronous notification occurs for cancelled requests.
 Requests complete with an error result of
 .Er ECANCELED .
-.Sh RESTRICTIONS
-The
-.Fn aio_cancel
-system call does not cancel asynchronous I/O requests for raw disk devices.
-The
-.Fn aio_cancel
-system call will always return
-.Dv AIO_NOTCANCELED
-for file descriptors associated with raw disk devices.
 .Sh RETURN VALUES
 The
 .Fn aio_cancel
diff -r 676036242693 -r 694da7ddf6e0 lib/librt/aio_fsync.3
--- a/lib/librt/aio_fsync.3     Wed Sep 15 06:52:33 2010 +0000
+++ b/lib/librt/aio_fsync.3     Wed Sep 15 07:28:46 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: aio_fsync.3,v 1.6 2010/05/17 19:22:31 jruoho Exp $
+.\" $NetBSD: aio_fsync.3,v 1.7 2010/09/15 07:28:46 yamt Exp $
 .\"
 .\" Copyright (c) 2007 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -83,16 +83,6 @@
 .Fn aio_error
 in order to determine return or error status for the enqueued operation
 while it is in progress.
-.Sh RESTRICTIONS
-The asynchronous I/O control buffer
-.Fa aiocbp
-should be zeroed before the
-.Fn aio_fsync
-system call to avoid passing bogus context information to the kernel.
-.Pp
-Modifications of the Asynchronous I/O Control Block structure after
-the request has been enqueued, but before the request has completed,
-are not allowed.
 .Sh RETURN VALUES
 .Rv -std aio_fsync
 .Sh ERRORS



Home | Main Index | Thread Index | Old Index