summaryrefslogtreecommitdiff
path: root/Kernel/SharedBuffer.cpp
AgeCommit message (Expand)Author
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