aboutsummaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2024-06-28kernel: vfs: Don't destroy vnode if errorIan Moffett
2024-06-28kernel/amd64: Focus md_td_init() to fork MD codeIan Moffett
2024-06-28kernel/amd64: Make splraise() return previous IPLIan Moffett
2024-06-28kernel/amd64: Convert kernel stack base to vaddrIan Moffett
2024-06-25kernel: initramfs: Implement getattr vopIan Moffett
2024-06-25kernel: vfs: Add getattr vopIan Moffett
2024-06-25kernel: vfs: Keep style consistentIan Moffett
2024-06-25kernel: initramfs: Fix dangling pointerIan Moffett
2024-06-25kernel: sched: Remove "TODO" from sched_switch()Ian Moffett
2024-06-23kernel: Init proc0Ian Moffett
2024-06-23kernel: Add fork1()Ian Moffett
2024-06-23kernel/amd64: Add machdep thread init functionIan Moffett
2024-06-23kernel: sched: Add PCB and context switchingIan Moffett
2024-06-23kernel/amd64: gdt: Add user CS/DS definesIan Moffett
2024-06-23kernel/amd64: pmap: Add function to create new VASIan Moffett
2024-06-23kernel: vm: Add g_kvas for kernel VASIan Moffett
2024-06-21kernel: cdefs: Fixup commentIan Moffett
2024-06-20kernel/amd64: intr: Add splraise/splx supportIan Moffett
2024-06-20kernel: queue: Add sys/queue.hIan Moffett
2024-06-19kernel: Add initramfs and initial VFS codeIan Moffett
2024-06-19kernel: lib: Add strncmp()Ian Moffett
2024-06-19kernel: types: Add mode_tIan Moffett
2024-06-13kernel: string: Add strcmp()Ian Moffett
2024-06-13kernel/amd64: pmap: Fixup and improve consistencyIan Moffett
2024-06-11kernel: Add sys/atomic.hIan Moffett
2024-06-11kernel: types: Add off_tIan Moffett
2024-06-10kernel: vm: Add initial code for MI layerIan Moffett
2024-06-09kernel/amd64: pmap: Add initial pmap codeIan Moffett
2024-06-09kernel: types: Add paddr_t and vaddr_tIan Moffett
2024-06-09kernel: param: Expand supported bit widthIan Moffett
2024-06-09kernel: cdefs: Cleanup commentIan Moffett
2024-06-08kernel/amd64: Prepare for schedulerIan Moffett
2024-06-08kernel: types: Add pid_tIan Moffett
2024-06-08kernel: Add __static_assert macroIan Moffett
2024-06-08kernel/amd64: Pass CPU info to cpu_startup()Ian Moffett
2024-06-08kernel/amd64: lapic: Add End-Of-Interrupt helperIan Moffett
2024-06-08kernel/amd64: lapic: Don't test register_timer()Ian Moffett
2024-06-08kernel/amd64: lapic: Serialize lapic_timer_init()Ian Moffett
2024-06-07kernel: Add __cacheline_aligned macroIan Moffett
2024-06-06kernel/amd64: lapic: Assign timer to IST_SCHEDIan Moffett
2024-06-06kernel/amd64: tss: Add support for TSSIan Moffett
2024-06-06kernel/amd64: lapic: Add support for LAPIC timerIan Moffett
2024-06-06kernel/amd64: intr: Add intr_alloc_vector()Ian Moffett
2024-06-06kernel: cdefs: Add __likely() and __unlikely()Ian Moffett
2024-06-06kernel/amd64: isa: Add i8254 driverIan Moffett
2024-06-06kernel: param: Add bit combining macrosIan Moffett
2024-06-05kernel: vm: Add port of TLSFIan Moffett
2024-06-05kernel: Add __assert()Ian Moffett
2024-06-05kernel: init_main: Init virtual memory subsystemIan Moffett
2024-06-05kernel/amd64: Add initial LAPIC codeIan Moffett