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