index
:
camellia
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libk
Age
Commit message (
Expand
)
Author
2024-07-27
kernel: don't use pointer types for registers, add proc_savereturn
dzwdz
2024-07-26
kernel: implement _sys_intr_return
dzwdz
2024-07-25
kernel: pass more information to user on interrupt
dzwdz
2024-07-20
*: moving files
dzwdz
2024-07-16
kernel: use a slab allocator for kmalloc
dzwdz
2024-07-13
kernel/malloc: limit the maximum allocation size to under a page
dzwdz
2024-05-11
kernel: DUP_RDONLY and DUP_WRONLY
dzwdz
2024-05-11
kernel: remove HANDLE_NULLFS
dzwdz
2023-12-25
kernel: _sys_getnull() (basically /dev/null)
dzwdz
2023-12-25
ports: curl :^)
dzwdz
2023-09-25
kernel: remove _sys_filicide (made redundant by _sys_intr)
dzwdz
2023-09-25
kernel/intr: accept a message, allow killing processes via intrs
dzwdz
2023-09-18
kernel: implement _sys_time()
dzwdz
2023-08-31
kernel: add _sys_getprocfs in place of HANDLE_PROCFS
dzwdz
2023-08-29
kernel: remove _sys_await, emulate it in libc
dzwdz
2023-08-27
ports: qbe, cproc :^)
dzwdz
2023-08-24
libc: get most of binutils to compile
dzwdz
2023-08-17
build: rework how sysroots work
dzwdz
2023-08-14
reorganization: first steps
dzwdz