1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 19:07:35 +00:00
serenity/Servers
Andreas Kling d5352b87b7 AudioServer: Turn ASMixer into a CObject
It was wrongly inheriting from RefCounted<AudioServer> without using
reference counting. Let's just make it a CObject instead.
2019-08-18 12:56:36 +02:00
..
AudioServer AudioServer: Turn ASMixer into a CObject 2019-08-18 12:56:36 +02:00
LookupServer AK: Make HashMap::get(Key) return an Optional<Value>. 2019-07-24 10:25:43 +02:00
SystemServer SystemServer: Don't spawn a TTYServer on on /dev/tty0 2019-08-17 14:19:18 +02:00
TTYServer Server: Add TTYServer, a rudimentary text console manager 2019-08-12 13:52:20 +02:00
WindowServer WindowServer: Make WSMenu's be children of the WSClientConnection 2019-08-18 12:05:33 +02:00