serenity/Servers
Robin Burchell b907608e46 SharedBuffer: Split the creation and share steps
This allows us to seal a buffer *before* anyone else has access to it
(well, ok, the creating process still does, but you can't win them all).

It also means that a SharedBuffer can be shared with multiple clients:
all you need is to have access to it to share it on again.
2019-07-18 10:06:20 +02:00
..
AudioServer AudioServer: Use Vector::append(Vector&&) for pending mix buffers. 2019-07-17 20:54:09 +02:00
LookupServer AK: Rename the common integer typedefs to make it obvious what they are. 2019-07-03 21:20:13 +02:00
SystemServer Kernel: First cut of a sb16 driver 2019-07-13 08:00:24 +02:00
WindowServer SharedBuffer: Split the creation and share steps 2019-07-18 10:06:20 +02:00