Age | Commit message (Expand) | Author |
---|---|---|
2021-09-11 | replace `user_ptr` with a linux-style `__user` annotation | dzwdz |
2021-08-24 | switch to using user_ptr for pointers coming from userland | dzwdz |
2021-08-24 | replace () with (void) in function definitions | dzwdz |
2021-07-26 | fork() pt 1: cloning process memory | dzwdz |
2021-07-24 | fix some warnings | dzwdz |
2021-07-24 | sysexit() now overrides all registers | dzwdz |
2021-07-24 | remove sysenter_setup from arch/generic.h - it's not even used | dzwdz |
2021-07-24 | save all registers on syscalls | dzwdz |
2021-07-23 | update the process' EIP/ESP when it syscalls | dzwdz |
2021-07-22 | implement the debuglog() syscall | dzwdz |
2021-07-21 | syscall parameter & return value passing | dzwdz |
2021-07-21 | barebones syscall | dzwdz |
2021-07-20 | rename pagedir_use() to pagedir_switch() | dzwdz |
2021-07-20 | global PAGE_MASK define | dzwdz |
2021-07-19 | very basic paging | dzwdz |
2021-07-18 | clean up the linker script, remove duplicate labels | dzwdz |
2021-07-18 | fix most current compiler warnings | dzwdz |
2021-07-18 | move all kernel sources to src/kernel/ | dzwdz |