Re: [patch 2/13] signal/timer/event fds v9 - signalfd core ...

2007-03-31 Thread Davide Libenzi
On Sat, 31 Mar 2007, Davide Libenzi wrote: > +config SIGNALFD > + bool "Eanble signalfd() system call" if EMBEDDED ^^ Alright ... - Davide - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More

[patch 2/13] signal/timer/event fds v9 - signalfd core ...

2007-03-31 Thread Davide Libenzi
This patch series implements the new signalfd() system call. I took part of the original Linus code (and you know how badly it can be broken :), and I added even more breakage ;) Signals are fetched from the same signal queue used by the process, so signalfd will compete with standard kernel

[patch 2/13] signal/timer/event fds v9 - signalfd core ...

2007-03-31 Thread Davide Libenzi
This patch series implements the new signalfd() system call. I took part of the original Linus code (and you know how badly it can be broken :), and I added even more breakage ;) Signals are fetched from the same signal queue used by the process, so signalfd will compete with standard kernel

Re: [patch 2/13] signal/timer/event fds v9 - signalfd core ...

2007-03-31 Thread Davide Libenzi
On Sat, 31 Mar 2007, Davide Libenzi wrote: +config SIGNALFD + bool Eanble signalfd() system call if EMBEDDED ^^ Alright ... - Davide - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo