Age | Commit message (Expand) | Author |
---|---|---|
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2020-01-15 | Kernel: Use Vector::unstable_remove() in a couple of places | Andreas Kling |
2019-12-19 | Kernel: Rename vmo => vmobject everywhere | Andreas Kling |
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 |