Age | Commit message (Expand) | Author |
---|---|---|
2020-03-02 | Kernel: Use klog() instead of kprintf() | Liav A |
2020-02-17 | Kernel: Replace "current" with Thread::current and Process::current | Andreas Kling |
2020-02-10 | AK: Remove bitrotted Traits::dump() mechanism | Andreas Kling |
2020-02-09 | Kernel: Apply changes to use LibBareMetal definitions | Liav A |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2019-11-29 | Kernel: Have modules export their name in a "module_name" string | Andreas Kling |
2019-11-28 | Kernel: Allow modules to link against anything in kernel.map :^) | Andreas Kling |
2019-11-28 | Kernel: Implement basic module unloading :^) | Andreas Kling |
2019-11-28 | Kernel: Implement very simple kernel module loading | Andreas Kling |