Re: aio and fd patches

1999-07-27 Thread John-Mark Gurney
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).

Re: aio and fd patches

1999-07-27 Thread Mike Smith
> > 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

Re: aio and fd patches

1999-07-16 Thread Ville-Pertti Keinonen
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/

aio and fd patches

1999-07-15 Thread Christopher Sedore
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