summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
13 daysusr.bin: kfgwm: Add initial WM sourcesIan Moffett
13 daysbuild: bootstrap: Default to limine v9.3.0Ian Moffett
13 daysusr: libc: Improve stddef.hQuinn Stephens
13 dayskernel: video: Add /ctl/fb0/attrIan Moffett
13 dayskernel: vm: Allow NULL `addr' for cdev mappingsIan Moffett
13 dayskernel: device: Harden cdev mmap() bounds checksIan Moffett
13 daysusr: libc: Add stdarg.hQuinn Stephens
13 dayskernel: syscall: Add SYS_mmap and SYS_munmapIan Moffett
13 dayskernel: vm: Prepare for user mmap() interfaceIan Moffett
13 daysusr.bin: Build fetch toolIan Moffett
14 daysproject: Bump version to v1.8Ian Moffett
14 daysusr: libc: Add stdatomic.hQuinn Stephens
14 dayskernel: vm: Add initial shared mapping supportIan Moffett
14 dayskernel: fbdev: Add /dev/fb0 char deviceIan Moffett
14 dayskernel: vm: Add initial device pager implIan Moffett
14 dayskernel: vfs: Store device major/minor in vnodeIan Moffett
14 dayskernel: device: Add mmap() hook for cdevswIan Moffett
2025-06-01kernel/aarch64: pmap: Add dirty bit + cache stubsIan Moffett
2025-06-01kernel/amd64: pmap: Add PTE dirty bit handlingIan Moffett
2025-06-01kernel: xhci: Ensure of PCI bus mastering and MMIOIan Moffett
2025-06-01kernel/amd64: Add support for TLB shootdownsIan Moffett
2025-06-01kernel/amd64: Only use HALT_VECTORIan Moffett
2025-06-01kernel/amd64: Reserve IDT vec 0x22 for TLB IPIsIan Moffett
2025-06-01kernel/amd64: mp: Add BSP to `ci_list'Ian Moffett
2025-06-01kernel/amd64: cdefs: Add __invlpg() asm wrapperIan Moffett
2025-06-01kernel/amd64: mp: Keep track of CPUs by indexIan Moffett
2025-05-31usr.bin: Add simple `fetch' programIan Moffett
2025-05-31usr: Pass OS version and ARCH to user programsIan Moffett
2025-05-31usr.bin: osh: Make kmsg its own programIan Moffett
2025-05-31kernel: spawn: Fix fmt argIan Moffett
2025-05-31kernel: spawn: Add support for SPAWN_WAIT flagIan Moffett
2025-05-31kernel/amd64: proc: Support kicking kernel threadsIan Moffett
2025-05-31kernel: exec: Initially disable intr in execve()Ian Moffett
2025-05-31kernel: sched: Implement better sched_yield()Ian Moffett
2025-05-31kernel: proc: Add proc_reap() for zombies, etcIan Moffett
2025-05-31kernel: sched: Enable interrupts in sched_enter()Ian Moffett
2025-05-31kernel: proc: Add PROC_SLEEP to pause threadsIan Moffett
2025-05-31kernel: sched: Add sched_switch_to()Ian Moffett
2025-05-31kernel: proc: `spawn_data' -> `data'Ian Moffett
2025-05-31kernel: spawn: Add missing includeIan Moffett
2025-05-31kernel: descrip: Lock filedes during r/w operationIan Moffett
2025-05-30kernel: drivers: Add missing whitespaceIan Moffett
2025-05-29usr.bin: osh: Add kmsg command for kernel messagesIan Moffett
2025-05-29kernel: syslog: Add kernel message bufferIan Moffett
2025-05-29kernel: descrip: Increment fd offset per read()Ian Moffett
2025-05-29kernel: devfs: Do not dynfree() dnp during reclaimIan Moffett
2025-05-29docs: readme: Update build instructionsIan Moffett
2025-05-29kernel: uacpi: Implement kernel nsec funcIan Moffett
2025-05-29kernel/amd64: hpet: Add hpet_time_nsec()Ian Moffett
2025-05-29kernel: Schedule drivers after AP bootstrapIan Moffett