Re: cvs commit: src/lib/libc/sys aio_return.2

2006-10-07 Thread David Xu
On Saturday 07 October 2006 23:12, Ruslan Ermilov wrote: > > EINVAL is fine. > > BTW, do you plan to merge your aio changes to RELENG_6? > > > Cheers, But it only works for disk-file, is it worthy of doing it ? ___ cvs-all@freebsd.org mailing list http:

Re: cvs commit: src/lib/libc/sys aio_return.2

2006-10-07 Thread Kip Macy
On Sat, 7 Oct 2006, Ruslan Ermilov wrote: > On Sat, Oct 07, 2006 at 07:35:57PM +0800, David Xu wrote: > > On Saturday 07 October 2006 16:31, Ruslan Ermilov wrote: > > > > > I think this is a deficiency in the standard; I'd expect that > > > for in-progress operations, aio_return() returned -1

Re: cvs commit: src/lib/libc/sys aio_return.2

2006-10-07 Thread Ruslan Ermilov
On Sat, Oct 07, 2006 at 07:35:57PM +0800, David Xu wrote: > On Saturday 07 October 2006 16:31, Ruslan Ermilov wrote: > > > I think this is a deficiency in the standard; I'd expect that > > for in-progress operations, aio_return() returned -1 and set > > errno == EINPROGRESS, and allowed to be call

Re: cvs commit: src/lib/libc/sys aio_return.2

2006-10-07 Thread David Xu
On Saturday 07 October 2006 16:31, Ruslan Ermilov wrote: > I think this is a deficiency in the standard; I'd expect that > for in-progress operations, aio_return() returned -1 and set > errno == EINPROGRESS, and allowed to be called again. > > > Cheers, I saw HP-UX returns EINPROCESS but Solaris

cvs commit: src/lib/libc/sys aio_return.2

2006-10-07 Thread Tom Rhodes
trhodes 2006-10-07 10:49:20 UTC FreeBSD src repository Modified files: lib/libc/sys aio_return.2 Log: Reword previous delta a little bit. Submitted by: ru Revision ChangesPath 1.19 +8 -14 src/lib/libc/sys/aio_return.2 __

Re: cvs commit: src/lib/libc/sys aio_return.2

2006-10-07 Thread Ruslan Ermilov
Hi Tom, On Sat, Oct 07, 2006 at 05:34:51AM +, Tom Rhodes wrote: > trhodes 2006-10-07 05:34:51 UTC > > FreeBSD src repository > > Modified files: > lib/libc/sys aio_return.2 > Log: > Fix ambiguity in description. Note that the aio_return() system call should > only

cvs commit: src/lib/libc/sys aio_return.2

2006-10-06 Thread Tom Rhodes
trhodes 2006-10-07 05:34:51 UTC FreeBSD src repository Modified files: lib/libc/sys aio_return.2 Log: Fix ambiguity in description. Note that the aio_return() system call should only be called once after failure or completion of an AIO request. Bump doc date while I