Re: [PATCH 2/2] xfree86: Remove the teeth from SIGIO input processing

2010-12-14 Thread Mikhail Gusarov
Twas brillig at 12:52:54 13.12.2010 UTC-05 when a...@redhat.com did gyre and gimble: AJ Instead of actually processing input in the handler, raise just enough AJ of a dispatch exception to bomb out of request processing and handle input AJ instead. This gets us back to exactly two input

[PATCH 2/2] xfree86: Remove the teeth from SIGIO input processing

2010-12-13 Thread Adam Jackson
Instead of actually processing input in the handler, raise just enough of a dispatch exception to bomb out of request processing and handle input instead. This gets us back to exactly two input processing methods: - input thread - main loop dispatch where the SIGIO handler is merely an

Re: [PATCH 2/2] xfree86: Remove the teeth from SIGIO input processing

2010-12-13 Thread Tiago Vignatti
On Mon, Dec 13, 2010 at 12:52:54PM -0500, ext Adam Jackson wrote: Instead of actually processing input in the handler, raise just enough of a dispatch exception to bomb out of request processing and handle input instead. This gets us back to exactly two input processing methods: - input