Mike Smith scribbled this message on Jul 27:
> >
> > I'm interested in finding someone to help me get the aio patches I've
> > written committed into -current. These fixes make the aio routines much
> > more useful for io on sockets than they are now (each io op on a socket
> > blocks an aiod).
>
> I'm interested in finding someone to help me get the aio patches I've
> written committed into -current. These fixes make the aio routines much
> more useful for io on sockets than they are now (each io op on a socket
> blocks an aiod). This is a bit of a work in progress, but I've been
> r
Christopher Sedore <[EMAIL PROTECTED]> writes:
> You can see my report of issues in kern/12053. I somehow managed to
> include a mangled and outdated version of the patch with that report, so
> that patch shouldn't be integrated. An updated patch is available at
> http://tfeed.maxwell.syr.edu/
I'm interested in finding someone to help me get the aio patches I've
written committed into -current. These fixes make the aio routines much
more useful for io on sockets than they are now (each io op on a socket
blocks an aiod). This is a bit of a work in progress, but I've been
running these