Age | Commit message (Expand) | Author |
---|---|---|
2019-01-12 | Don't use dword-by-dword memset/memcpy if the addresses are unaligned. | Andreas Kling |
2019-01-12 | Make the kernel's memcpy() and memset() go fast with dword copies. | Andreas Kling |
2019-01-12 | Make the kernel's memset do a "rep stosb" because. | Andreas Kling |
2018-11-17 | Make bash-2.05b build with minimal changes. | Andreas Kling |
2018-11-09 | Make kernel build with clang. | Andreas Kling |
2018-11-09 | Fix all current build warnings in the kernel. | Andreas Kling |
2018-10-31 | Fix busted display of tty names in /proc/summary. | Andreas Kling |
2018-10-30 | Implement sys$getcwd properly. | Andreas Kling |
2018-10-17 | Print the contents of motd.txt on boot. | Andreas Kling |
2018-10-17 | Integrate ext2 from VFS into Kernel. | Andreas Kling |
2018-10-16 | Import the "gerbert" kernel I worked on earlier this year. | Andreas Kling |