Age | Commit message (Expand) | Author |
---|---|---|
2019-11-03 | Kernel: Teach Region how to remap itself | Andreas Kling |
2019-09-04 | Kernel: Rename "vmo" to "vmobject" everywhere | Andreas Kling |
2019-07-29 | Kernel+ProcessManager: Let processes have an icon and show it in the table. | Andreas Kling |
2019-07-24 | Convert HashMap<Key, OwnPtr<T>> to HashMap<Key, NonnullOwnPtr<T>>. | Andreas Kling |
2019-07-20 | SharedBuffer: Amend commit 2d4d465206d | Robin Burchell |
2019-07-19 | SharedBuffer: Fix a denial of service | Robin Burchell |
2019-07-16 | SharedBuffer: Fix deadlock on destroy | Robin Burchell |