Age | Commit message (Expand) | Author |
---|---|---|
2020-02-16 | Kernel: Move all code into the Kernel namespace | Andreas Kling |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2019-12-09 | Kernel+LibC: Make all SharedBuffers purgeable (default: non-volatile) | Andreas Kling |
2019-09-04 | Kernel: Rename "vmo" to "vmobject" everywhere | Andreas Kling |
2019-08-07 | Kernel: Split VMObject into two classes: Anonymous- and InodeVMObject | 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 |