summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-23toolchain: update, move to a Camellia-specific toolchaindzwdz
2023-02-22kernel/malloc: fill allocated and freed regions with junkdzwdz
2023-02-19readme: remove stupid stuffdzwdz
2023-01-25clean up the repo rootdzwdz
2023-01-25remove the outdated docsdzwdz
2023-01-25kernel: move /mem/alloc to /malloc and linker.ld to arch/amd64/dzwdz
2023-01-25kernel/driver: consolidate most header files into driver.hdzwdz
2023-01-25kernel/irq: use a lookup table for irqsdzwdz
2023-01-25kernel: consolidate some header filesdzwdz
2023-01-25kernel: remove accidental executable bit on proc.cdzwdz
2023-01-25style: typedef structs, shorter namespacesdzwdz
2023-01-25user: process titles, /bin/psdzwdz
2023-01-25kernel/virt: replace the virt_cpy api with a more foolproof onedzwdz
2023-01-24kernel/procfs: prevent reading kernel memorydzwdz
2023-01-24kernel/procfs: allow reading memory of descendantsdzwdz
2023-01-24kernel/procfs: allow interrupting processesdzwdz
2023-01-24kern/driver/ps2: remove unused functiondzwdz
2023-01-19kernel: user interruptsdzwdz
2023-01-19kernel: delay freeing reaped processes, slightly more strict statesdzwdz
2023-01-18kernel: add a root argument to process_nextdzwdz
2023-01-11kernel: return EPIPE when fs_waiting on a dead filesystemdzwdz
2023-01-08kernel: let parents kill their children againdzwdz
2023-01-08user/tests: fix fucked fs testdzwdz
2023-01-08kernel: remove the leftover _syscall_procfsdzwdz
2023-01-08kernel/proc: don't kill children when parent diesdzwdz
2023-01-06kernel: basic procfsdzwdz
2023-01-06kernel: turn the NULLFS into an always present special handledzwdz
2022-12-28user/ext2fs: creating new filesdzwdz
2022-12-27user/termcook: ignore arrows/tabdzwdz
2022-12-27sh: minor usability / aesthetic improvementsdzwdz
2022-12-27libc/elfload: don't override cwddzwdz
2022-12-27libc: fix strncmpdzwdz
2022-12-27user/ext2fs: partial write supportdzwdz
2022-12-27amd64/ata: poll properlydzwdz
2022-12-27fsutil: don't set the offset to 0 when length == 0dzwdz
2022-12-26amd64/ata: write supportdzwdz
2022-12-26amd64/ata: refactor the ATA driverdzwdz
2022-12-26user/tmpfs: general code cleanupdzwdz
2022-12-25user/lib: reorganize a few header filesdzwdz
2022-12-24user/ext2fs: basic ext2 read supportdzwdz
2022-11-21user/init: sandbox driversdzwdz
2022-10-19shared/printf: implement %pdzwdz
2022-10-19user/logfs: a simple demo of the fs apidzwdz
2022-10-19user/libc: BSD err.h, getprogname()dzwdz
2022-10-18user/libc: rework exec(), use a C _start2dzwdz
2022-10-18user/tests: more info when a test crashesdzwdz
2022-10-08kernel/handle: reuse ->writeable/->readable for pipesdzwdz
2022-10-08syscall/open: don't check for free handlesdzwdz
2022-10-08tests: some tests for when a process has no free handlesdzwdz
2022-10-04user/libc: camellia_open, takes cwd into accountdzwdz