summaryrefslogtreecommitdiff
path: root/Kernel/SharedBuffer.cpp
AgeCommit message (Expand)Author
2020-05-16Kernel: Tidy up SharedBuffer interfaceShannon Booth
2020-04-18Kernel: Use shared locking mode in some placesSergey Bugaev
2020-03-02Kernel: Use klog() instead of kprintf()Liav A
2020-02-28Kernel+LibC: Rename shared buffer syscalls to use a prefixAndreas Kling
2020-02-27SharedBuffer: Use dbg() instead of dbgprintf()Liav A
2020-02-25AK: Make Vector use size_t for its size and capacityAndreas Kling
2020-02-24Kernel: Fail with ENOMEM if there's insufficient VM for a SharedBufferAndreas Kling
2020-02-24Kernel: Make Region weakable and use WeakPtr<Region> instead of Region*Andreas Kling
2020-02-16Kernel: Move all code into the Kernel namespaceAndreas Kling
2020-02-10AK: Remove bitrotted Traits::dump() mechanismAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-15Kernel: Use Vector::unstable_remove() in a couple of placesAndreas Kling
2019-12-19Kernel: Rename vmo => vmobject everywhereAndreas Kling
2019-11-03Kernel: Teach Region how to remap itselfAndreas Kling
2019-09-04Kernel: Rename "vmo" to "vmobject" everywhereAndreas Kling
2019-07-29Kernel+ProcessManager: Let processes have an icon and show it in the table.Andreas Kling
2019-07-24Convert HashMap<Key, OwnPtr<T>> to HashMap<Key, NonnullOwnPtr<T>>.Andreas Kling
2019-07-20SharedBuffer: Amend commit 2d4d465206dRobin Burchell
2019-07-19SharedBuffer: Fix a denial of serviceRobin Burchell
2019-07-16SharedBuffer: Fix deadlock on destroyRobin Burchell