summaryrefslogtreecommitdiff
path: root/src/libk/include
AgeCommit message (Expand)Author
2024-08-02*: use a generic UserRegs type everywhere I'm storing registersdzwdz
2024-07-27kernel: don't use pointer types for registers, add proc_savereturndzwdz
2024-07-26kernel: implement _sys_intr_returndzwdz
2024-07-25kernel: pass more information to user on interruptdzwdz
2024-07-20*: moving filesdzwdz
2024-07-16kernel: use a slab allocator for kmallocdzwdz
2024-07-13kernel/malloc: limit the maximum allocation size to under a pagedzwdz
2024-05-11kernel: DUP_RDONLY and DUP_WRONLYdzwdz
2024-05-11kernel: remove HANDLE_NULLFSdzwdz
2023-12-25kernel: _sys_getnull() (basically /dev/null)dzwdz
2023-12-25ports: curl :^)dzwdz
2023-09-25kernel: remove _sys_filicide (made redundant by _sys_intr)dzwdz
2023-09-25kernel/intr: accept a message, allow killing processes via intrsdzwdz
2023-09-18kernel: implement _sys_time()dzwdz
2023-08-31kernel: add _sys_getprocfs in place of HANDLE_PROCFSdzwdz
2023-08-29kernel: remove _sys_await, emulate it in libcdzwdz
2023-08-24libc: get most of binutils to compiledzwdz
2023-08-17build: rework how sysroots workdzwdz
2023-08-14reorganization: first stepsdzwdz