From owner-freebsd-current Tue Nov 17 08:41:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA03208 for freebsd-current-outgoing; Tue, 17 Nov 1998 08:41:36 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from highwind.com (hurricane.highwind.com [209.61.45.50]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA03203 for ; Tue, 17 Nov 1998 08:41:34 -0800 (PST) (envelope-from info@highwind.com) Received: (from info@localhost) by highwind.com (8.8.6/8.8.6) id LAA20517; Tue, 17 Nov 1998 11:41:08 -0500 (EST) Date: Tue, 17 Nov 1998 11:41:08 -0500 (EST) Message-Id: <199811171641.LAA20517@highwind.com> From: HighWind Software Information To: current@FreeBSD.ORG Subject: aio_read() / aio_write() don't work Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I reported PR kern/8669 about aio_read() and aio_write() not working. Anybody have any ideas about it. It seems to me that the aio_* routines: - don't work at all - don't have a man page - have a broken header (doesn't do an "extern "C" {") Where is the code for this stuff? I can't find it, so, I can't even consider fixing it. -Rob ps. We really need a thread-safe way of offset-read's and offset-write's. pread() and pwrite() would be ideal. Regardless, this aio_* stuff should be fixed. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message