summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
3 daysusr: libc: Add stdio.hQuinn Stephens
3 dayskernel: cons: Add initial ANSI escape seq implIan Moffett
3 dayskernel: cons: Handle ASCII_NULIan Moffett
3 dayskernel: cons: Add color attribute helpersIan Moffett
3 dayskernel: vm: Support NULL `addr' for private mmap()Ian Moffett
3 dayskernel: vm: Map at `va + page_off'Ian Moffett
3 daysusr: libc: Add stdlib.h exit routinesQuinn Stephens
4 dayskernel: xhci: Fix scratchpad page countIan Moffett
5 daysusr.bin: kfgwm: Use kfgpos_t for x,yIan Moffett
5 daysusr.bin: kfgwm: Add initial WM sourcesIan Moffett
5 daysbuild: bootstrap: Default to limine v9.3.0Ian Moffett
5 daysusr: libc: Improve stddef.hQuinn Stephens
5 dayskernel: video: Add /ctl/fb0/attrIan Moffett
5 dayskernel: vm: Allow NULL `addr' for cdev mappingsIan Moffett
5 dayskernel: device: Harden cdev mmap() bounds checksIan Moffett
5 daysusr: libc: Add stdarg.hQuinn Stephens
5 dayskernel: syscall: Add SYS_mmap and SYS_munmapIan Moffett
5 dayskernel: vm: Prepare for user mmap() interfaceIan Moffett
5 daysusr.bin: Build fetch toolIan Moffett
6 daysproject: Bump version to v1.8Ian Moffett
6 daysusr: libc: Add stdatomic.hQuinn Stephens
6 dayskernel: vm: Add initial shared mapping supportIan Moffett
6 dayskernel: fbdev: Add /dev/fb0 char deviceIan Moffett
6 dayskernel: vm: Add initial device pager implIan Moffett
6 dayskernel: vfs: Store device major/minor in vnodeIan Moffett
6 dayskernel: device: Add mmap() hook for cdevswIan Moffett
7 dayskernel/aarch64: pmap: Add dirty bit + cache stubsIan Moffett
7 dayskernel/amd64: pmap: Add PTE dirty bit handlingIan Moffett
7 dayskernel: xhci: Ensure of PCI bus mastering and MMIOIan Moffett
7 dayskernel/amd64: Add support for TLB shootdownsIan Moffett
7 dayskernel/amd64: Only use HALT_VECTORIan Moffett
7 dayskernel/amd64: Reserve IDT vec 0x22 for TLB IPIsIan Moffett
7 dayskernel/amd64: mp: Add BSP to `ci_list'Ian Moffett
7 dayskernel/amd64: cdefs: Add __invlpg() asm wrapperIan Moffett
7 dayskernel/amd64: mp: Keep track of CPUs by indexIan Moffett
8 daysusr.bin: Add simple `fetch' programIan Moffett
8 daysusr: Pass OS version and ARCH to user programsIan Moffett
8 daysusr.bin: osh: Make kmsg its own programIan Moffett
8 dayskernel: spawn: Fix fmt argIan Moffett
9 dayskernel: spawn: Add support for SPAWN_WAIT flagIan Moffett
9 dayskernel/amd64: proc: Support kicking kernel threadsIan Moffett
9 dayskernel: exec: Initially disable intr in execve()Ian Moffett
9 dayskernel: sched: Implement better sched_yield()Ian Moffett
9 dayskernel: proc: Add proc_reap() for zombies, etcIan Moffett
9 dayskernel: sched: Enable interrupts in sched_enter()Ian Moffett
9 dayskernel: proc: Add PROC_SLEEP to pause threadsIan Moffett
9 dayskernel: sched: Add sched_switch_to()Ian Moffett
9 dayskernel: proc: `spawn_data' -> `data'Ian Moffett
9 dayskernel: spawn: Add missing includeIan Moffett
9 dayskernel: descrip: Lock filedes during r/w operationIan Moffett