ladybird/Servers
Sergey Bugaev bf012ca10a WindowServer: Fix leaking framebuffer fd to clients
Now that the WindowServer's menu is the primary way to start apps,
it is especially noticable that it leaks the /dev/fb0 fd to the apps
that it spawns. Fix that by opening it with O_CLOEXEC.
2019-11-13 16:37:04 +01:00
..
AudioServer LibAudio: Added playback control features to audio server 2019-11-04 20:55:46 +01:00
LookupServer LookupServer: Remove debug spam about /etc/hosts 2019-10-16 12:10:33 +02:00
SystemServer SystemServer: Stop launching the Launcher app on startup 2019-11-11 13:13:08 +01:00
TelnetServer ByteBuffer: Remove pointer() in favor of data() 2019-09-30 08:57:01 +02:00
TTYServer Server: Add TTYServer, a rudimentary text console manager 2019-08-12 13:52:20 +02:00
WindowServer WindowServer: Fix leaking framebuffer fd to clients 2019-11-13 16:37:04 +01:00