summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-08bootstrap: fix main()'s stack alignmentdzwdz
2023-08-08build: build bootstrap as an ELF first, and then convert to a raw binarydzwdz
2023-08-06kernel: put every driver in /kdev/dzwdz
2023-08-06libc: fs_dirinject2 for injecting multiple pathsdzwdz
2023-07-19user /keyboard: handle open()s instantly even if waiting for kbdzwdz
2023-07-08user/keyboard: check open() pathdzwdz
2023-07-08add debian build deps to the readmedzwdz
2023-06-25user/libc: fix fgets not storing the newlinedzwdz
2023-06-25user/testelf: fix broken path in stackexecdzwdz
2023-06-25ports: reimplement the ports system from scratchdzwdz
2023-06-20build: remove the old "linter"dzwdz
2023-06-18libc: experimental fread buffering supportdzwdz
2023-06-17libc: implement dirent.hdzwdz
2023-06-17kernel: fix procfs overflow bug, add safeguard to prevent similar onesdzwdz
2023-06-17libc: dumb stat() stubs to make dash's PATH search workdzwdz
2023-06-17libc: expand psdata into a proper struct, include executable basedzwdz
2023-06-11kernel: replace await with wait2, roughly compatible with POSIXdzwdz
2023-06-10user: fix floating point operationsdzwdz
2023-06-10libc: last stubs needed for dash to run! :^)dzwdz
2023-06-10kernel: implement DUP_SEARCH (like unix's F_DUPFD)dzwdz
2023-06-10libc: basic signal stubs, non-spec-compliant write() stubdzwdz
2023-06-10kernel: implement getpid, getppiddzwdz
2023-06-09ports/dash: stub out everything needed for dash to compiledzwdz
2023-06-08libc: move the strto* functions to stdlib.h, where they "belong"dzwdz
2023-06-08user/vterm: support displaying tabsdzwdz
2023-06-08libc/exec: don't leak file descriptorsdzwdz
2023-06-04user/vterm: vendor a font (spleen) instead of downloading one on builddzwdz
2023-06-04kernel: rework /proc/ and process IDsdzwdz
2023-06-02libc: stub out sltar's requirementsdzwdz
2023-02-25merge the initrd and sysroot directoriesdzwdz
2023-02-25user/font: stop depending on the system kbd installdzwdz
2023-02-25user/ext2fs: don't treat EOF as an errordzwdz
2023-02-25ports: move to the new toolchaindzwdz
2023-02-25toolchain: working customized toolchain for userland binsdzwdz
2023-02-24toolchain: partially set up the sysrootdzwdz
2023-02-23build: don't -Isrc/ in user codedzwdz
2023-02-23ports/doom: update to the current camellia apidzwdz
2023-02-23fix: misc warningsdzwdz
2023-02-23fix: printf related warningsdzwdz
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