signals without signal stacks
Posted Mar 15, 2007 15:31 UTC (Thu) by
pjones (guest, #31722)
In reply to:
Kernel events without kevents by pphaneuf
Parent article:
Kernel events without kevents
It's better than that - with signalfd(), you can use e.g. malloc(), printf(), and backtrace() while handling a signal.
That's really a huge win. It'll also mean things like Xorg won't need to inject crap like VT_CHANGE handling into its event loop from a signal handler.
(
Log in to post comments)