Age | Commit message (Expand) | Author |
---|---|---|
2021-11-11 | Everywhere: Pass AK::StringView by value | Andreas Kling |
2021-11-08 | Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> | Andreas Kling |
2021-10-18 | Kernel/Net: Generate interface name near construction point | Liav A |
2021-09-29 | Kernel/PCI: Propagate usage of DeviceIdentifier everywhere | Liav A |
2021-08-06 | Kernel: Rename Kernel/VM/ to Kernel/Memory/ | Andreas Kling |
2021-07-17 | Kernel: Rename Lock to Mutex | Andreas Kling |
2021-07-02 | Kernel/PCI: Move the PCI components as a subfolder to the Bus directory | Liav A |
2021-06-09 | Kernel: Introduce the NetworkingManagement singleton | Liav A |