Age | Commit message (Expand) | Author |
2022-08-19 | kernel: kzalloc | dzwdz |
2022-08-15 | kernel: combine kmain_early and kmain | dzwdz |
2022-08-04 | syscalls: add _syscall_sleep() | dzwdz |
2022-07-26 | shared: move some headers from shared/ to camellia/ | dzwdz |
2022-07-20 | user/elf: free memory not belonging to the elf when jumping to it | dzwdz |
2022-07-16 | amd64: barely boot into kernel code | dzwdz |
2022-05-26 | syscalls/memflag: FINDFREE flag | dzwdz |
2022-05-21 | syscall/memflag: implement freeing memory | dzwdz |
2022-05-03 | kernel: stacktraces on panic() | dzwdz |
2022-04-14 | kernel: port init's `printf` implementation | dzwdz |
2022-04-14 | kernel: basic page allocator, `process_free` | dzwdz |
2022-04-11 | kernel: implement `cpu_pause()` in assembly, remove `irq_interrupt_flag()` | dzwdz |
2021-10-15 | kernel: quit QEMU once there are no running processes left | dzwdz |
2021-10-02 | rename kernel/arch/log.h to io.h | dzwdz |
2021-09-18 | merge `kernel/types.h` and `init/types.h` | dzwdz |
2021-09-14 | merge the `syscall_handler` and `_syscall` declarations | dzwdz |
2021-09-14 | add support for 4-parameter syscalls | dzwdz |
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 |