summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
7 dayskernel: phy: Rename rtl8139 driver to rt81xxIan Moffett
7 dayskernel: rtl8139: Defer RTL8139 initializationIan Moffett
7 dayskernel: nvme: Defer NVMe initializationIan Moffett
7 dayskernel/amd64: isa: Add AT PC MC1468XX driverIan Moffett
7 dayskernel: Add sys/time.hIan Moffett
7 dayskernel/amd64: Save %RCX before calling handlerIan Moffett
8 dayskernel: xhci: Allocate n bytes for scratchpadIan Moffett
9 dayskernel/amd64: isa: Add /dev/beep for pcspkrIan Moffett
9 dayskernel: stub: Always show exceptions in userlandIan Moffett
9 dayskernel: cons: Add initial ANSI escape seq implIan Moffett
9 dayskernel: cons: Handle ASCII_NULIan Moffett
9 dayskernel: cons: Add color attribute helpersIan Moffett
9 dayskernel: vm: Support NULL `addr' for private mmap()Ian Moffett
9 dayskernel: vm: Map at `va + page_off'Ian Moffett
10 dayskernel: xhci: Fix scratchpad page countIan Moffett
11 dayskernel: video: Add /ctl/fb0/attrIan Moffett
11 dayskernel: vm: Allow NULL `addr' for cdev mappingsIan Moffett
11 dayskernel: device: Harden cdev mmap() bounds checksIan Moffett
11 dayskernel: syscall: Add SYS_mmap and SYS_munmapIan Moffett
11 dayskernel: vm: Prepare for user mmap() interfaceIan Moffett
12 dayskernel: vm: Add initial shared mapping supportIan Moffett
12 dayskernel: fbdev: Add /dev/fb0 char deviceIan Moffett
12 dayskernel: vm: Add initial device pager implIan Moffett
12 dayskernel: vfs: Store device major/minor in vnodeIan Moffett
12 dayskernel: device: Add mmap() hook for cdevswIan Moffett
13 dayskernel/aarch64: pmap: Add dirty bit + cache stubsIan Moffett
13 dayskernel/amd64: pmap: Add PTE dirty bit handlingIan Moffett
13 dayskernel: xhci: Ensure of PCI bus mastering and MMIOIan Moffett
13 dayskernel/amd64: Add support for TLB shootdownsIan Moffett
13 dayskernel/amd64: Only use HALT_VECTORIan Moffett
13 dayskernel/amd64: Reserve IDT vec 0x22 for TLB IPIsIan Moffett
13 dayskernel/amd64: mp: Add BSP to `ci_list'Ian Moffett
13 dayskernel/amd64: cdefs: Add __invlpg() asm wrapperIan Moffett
13 dayskernel/amd64: mp: Keep track of CPUs by indexIan 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-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