Age | Commit message (Expand) | Author |
---|---|---|
2019-04-14 | Kernel: Remove system.h and make the uptime global a qword. | Andreas Kling |
2019-04-06 | Kernel: Get rid of Kernel/types.h, separate LinearAddress/PhysicalAddress. | Andreas Kling |
2019-04-03 | Kernel: Remove ancient nprocess and nblocked globals. | Andreas Kling |
2018-12-24 | The syncd loop can just be a lambda. | Andreas Kling |
2018-12-24 | Move kernel symbolication code out of init.cpp and into its own KSym files. | Andreas Kling |
2018-12-04 | Import a simple text editor I started working on. | Andreas Kling |
2018-11-17 | Make bash-2.05b build with minimal changes. | Andreas Kling |
2018-10-31 | Add a kmalloc_eternal() for things that will never be destroyed. | Andreas Kling |
2018-10-27 | Greatly improve /proc/PID/stack by tracing the ebp frame chain. | Andreas Kling |
2018-10-26 | Add a very hackish /proc/PID/stack. | Andreas Kling |
2018-10-16 | Import the "gerbert" kernel I worked on earlier this year. | Andreas Kling |