ladybird/Servers
Andreas Kling 93489fbc4c Convert HashMap<Key, OwnPtr<T>> to HashMap<Key, NonnullOwnPtr<T>>.
In every case I found, we never wanted to support null entry values.
With NonnullOwnPtr, we can encode that at the type level. :^)
2019-07-24 08:42:55 +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 Convert HashMap<Key, OwnPtr<T>> to HashMap<Key, NonnullOwnPtr<T>>. 2019-07-24 08:42:55 +02:00