kqueue oddity

2006-04-01 Thread Václav Haisman
Hi, I have a little problem with kqueue/kevent. I am getting somewhat strange events from kevent(). The struct kevent's contents looks like this: kevent {.ident = 1, .filter = 0xfffe, .flags = 0x0001, .fflags = 0x, .data = 0x84c6} .ident == 1 is stdout. .filter == 0x fffe is

2007 Zoneinfo

2006-04-01 Thread Cy Schubert
I think we should start thinking about the Daylight Saving Time changes due in 2007. I'm not sure which locales will adopt the changes and which will not adopt the changes. -- Regards, Phone: (250)387-8437 Cy SchubertFax: (250)387-5231 Team

Re: kqueue oddity

2006-04-01 Thread Dan Nelson
In the last episode (Apr 01), Vclav Haisman said: Hi, I have a little problem with kqueue/kevent. I am getting somewhat strange events from kevent(). The struct kevent's contents looks like this: kevent {.ident = 1, .filter = 0xfffe, .flags = 0x0001, .fflags = 0x, .data =

Re: kqueue oddity

2006-04-01 Thread Václav Haisman
Dan Nelson wrote: In the last episode (Apr 01), Vclav Haisman said: Hi, I have a little problem with kqueue/kevent. I am getting somewhat strange events from kevent(). The struct kevent's contents looks like this: kevent {.ident = 1, .filter = 0xfffe, .flags = 0x0001, .fflags =

Re: kqueue oddity

2006-04-01 Thread John-Mark Gurney
Vclav Haisman wrote this message on Sat, Apr 01, 2006 at 20:35 +0200: Dan Nelson wrote: In the last episode (Apr 01), Vclav Haisman said: Hi, I have a little problem with kqueue/kevent. I am getting somewhat strange events from kevent(). The struct kevent's contents looks like this:

Re: 2007 Zoneinfo

2006-04-01 Thread Peter Jeremy
On Sat, 2006-Apr-01 08:18:07 -0800, Cy Schubert wrote: I think we should start thinking about the Daylight Saving Time changes due in 2007. I'm not sure which locales will adopt the changes and which will not adopt the changes. Having just been through a timezone rule change and followed the

Re: kqueue oddity

2006-04-01 Thread Dan Nelson
In the last episode (Apr 01), Vclav Haisman said: Dan Nelson wrote: It's a kqueue bug, but a minor one. The problem is that the same flags field is used to pass actions from the client, and return status from the kernel. When you call kqueue with EV_ADD, the kernel never clears the