kqueue: SIGIO?

2015-09-29 Thread Thomas Klausner
Hi! During the XDC last week, Keith Packard talked about a select(2) issue in xserver he would like to fix with epoll and its support for SIGIO. Is there a similar feature in kqueue in NetBSD? Thomas

Re: kqueue: SIGIO?

2015-09-29 Thread Tobias Nygren
On Tue, 29 Sep 2015 12:56:36 +0200 Joerg Sonnenberger wrote: > On Tue, Sep 29, 2015 at 11:31:20AM +0200, Thomas Klausner wrote: > > During the XDC last week, Keith Packard talked about a select(2) issue > > in xserver he would like to fix with epoll and its support for

Re: kqueue: SIGIO?

2015-09-29 Thread Joerg Sonnenberger
On Tue, Sep 29, 2015 at 11:31:20AM +0200, Thomas Klausner wrote: > Hi! > > During the XDC last week, Keith Packard talked about a select(2) issue > in xserver he would like to fix with epoll and its support for SIGIO. > Is there a similar feature in kqueue in NetBSD? It would be easier to answer

Re: kqueue: SIGIO?

2015-09-29 Thread Joerg Sonnenberger
On Tue, Sep 29, 2015 at 10:09:51PM +0200, Rhialto wrote: > On Tue 29 Sep 2015 at 13:22:08 +0200, Tobias Nygren wrote: > > Here is the relevant bit of the talk if you are curious: > > > > https://www.youtube.com/watch?v=t400SmZlnO8=youtu.be=1888 > > So he wants a signal when a message is

daily CVS update output

2015-09-29 Thread NetBSD source update
Updating src tree: P src/distrib/sets/lists/comp/shl.mi P src/distrib/sets/lists/debug/md.amd64 P src/distrib/sets/lists/debug/md.sparc64 P src/doc/3RDPARTY P src/doc/CHANGES P src/external/bsd/elftoolchain/dist/common/_elftc.h P src/external/bsd/elftoolchain/dist/libelf/_libelf_config.h P

Re: kqueue: SIGIO?

2015-09-29 Thread Rhialto
On Tue 29 Sep 2015 at 13:22:08 +0200, Tobias Nygren wrote: > Here is the relevant bit of the talk if you are curious: > > https://www.youtube.com/watch?v=t400SmZlnO8=youtu.be=1888 So he wants a signal when a message is available in a kqueue, in other words, can be read with kevent(2). I do