Age | Commit message (Expand) | Author |
---|---|---|
2020-02-16 | Kernel: Move all code into the Kernel namespace | Andreas Kling |
2020-02-09 | Kernel: Use VirtualAddress & PhysicalAddress classes from LibBareMetal | Liav A |
2020-02-08 | Kernel: Make File::truncate() take a u64 | Andreas Kling |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2020-01-03 | Kernel: Allow fchmod() and fchown() on pre-bind() local sockets | Andreas Kling |
2020-01-02 | Kernel: Remove broken implementation of Unix SHM | Andreas Kling |
2019-11-04 | Kernel: Make File's can_read/can_write take a const FileDescription& | Andreas Kling |
2019-09-06 | AK: Rename <AK/AKString.h> to <AK/String.h> | Andreas Kling |
2019-07-09 | Kernel: Move VirtualAddress.h into VM/ | Andreas Kling |
2019-07-09 | Kernel: Move File.{cpp,h} into FileSystem/ | Andreas Kling |