Re: [take15 0/4] kevent: Generic event handling mechanism.

2006-09-04 Thread Evgeniy Polyakov
On Mon, Sep 04, 2006 at 02:14:20PM +0400, Evgeniy Polyakov ([EMAIL PROTECTED]) wrote: > > Generic event handling mechanism. I've also updated documentation at http://linux-net.osdl.org/index.php/Kevent -- Evgeniy Polyakov -- VGER BF report: H 0 - To unsubscribe from this list: send t

Re: [take15 0/4] kevent: Generic event handling mechanism.

2006-09-04 Thread Evgeniy Polyakov
On Mon, Sep 04, 2006 at 02:14:20PM +0400, Evgeniy Polyakov ([EMAIL PROTECTED]) wrote: > > Generic event handling mechanism. Unfortunately bogofilter on vger.kernel.org decided that socket and timer notifications are spam, so they will not be found in linux-kernel archive. One can use kevent hom

[take15 0/4] kevent: Generic event handling mechanism.

2006-09-04 Thread Evgeniy Polyakov
Generic event handling mechanism. Changes from 'take14' patchset: * added kevent_wait() This syscall waits until either timeout expires or at least one event becomes ready. It also commits that @num events from @start are processed by userspace and thus can be be removed or rearmed (