ladybird/Servers
Robin Burchell f2c0e55070 Userspace: Deal with select() returning EINTR on a signal interruption
Add a trivial CSafeSyscall template that calls a callback until it stops
returning EINTR, and use it everywhere we use select() now.

Thanks to Andreas for the suggestion of using a template parameter for
the syscall function to invoke.
2019-07-21 14:27:14 +02:00
..
AudioServer AudioServer: Use Vector::append(Vector&&) for pending mix buffers. 2019-07-17 20:54:09 +02:00
LookupServer Userspace: Deal with select() returning EINTR on a signal interruption 2019-07-21 14:27:14 +02:00
SystemServer Kernel: First cut of a sb16 driver 2019-07-13 08:00:24 +02:00
WindowServer WindowServer: Disable the global menubar while a modal window is active. 2019-07-21 10:23:21 +02:00