summaryrefslogtreecommitdiff
path: root/src/sys/os
AgeCommit message (Expand)Author
2025-09-23kern: security: Add initial support for MACIan Moffett
2025-09-21kern: omar: Implement image-like lookup VOPIan Moffett
2025-09-21kern: Mount root filesystem in vfs_init()Ian Moffett
2025-09-21kern: vfs: Add support for image-like pathsIan Moffett
2025-09-21kern: vfs: Add lookup by name helperIan Moffett
2025-09-21kern: Introduce clock device frameworkIan Moffett
2025-09-20kern: Initialize ACPI before cpu_conf() callIan Moffett
2025-09-20kern: syscall: Add initial write(2) stubIan Moffett
2025-09-20kern: proc: Add address checking routineIan Moffett
2025-09-20kern: proc: Move sys_exit() to sys/compat/unix/*Ian Moffett
2025-09-19kern: proc: Keep track of mapped areas with rangesIan Moffett
2025-09-19kern: init: Initialize generic driversIan Moffett
2025-09-19kern: vfs: Add namei() prototype functionIan Moffett
2025-09-19kern: vfs: Add mountpoint lookup helperIan Moffett
2025-09-19kernel: vfs: Add initial mount code + mount initrdIan Moffett
2025-09-19kernel: mount: Add mountpoint allocationIan Moffett
2025-09-19kernel: vfs: Handle root path in vfs_cmt_cnt()Ian Moffett
2025-09-19kern: vfs: Add path component counterIan Moffett
2025-09-18kern: vfs: Add initial vfsops, and mount codeIan Moffett
2025-09-18kern: vfs: Add vnode allocation / release routinesIan Moffett
2025-09-18build: Allow each subsystem to have their own confIan Moffett
2025-09-18kern: Bump L5 version to v0.0.2Ian Moffett
2025-09-18kern: io: Add initial PCI CAM driverIan Moffett
2025-09-17kern/amd64: Implement syscall domains and windowsIan Moffett
2025-09-17kern: Add syscall entry and SYS_exit syscallIan Moffett
2025-09-17kern: init: Add copyrightIan Moffett
2025-09-17kern/amd64: proc: Add proc_kill() routineIan Moffett
2025-09-17kern: init: Load /usr/sbin/init after bootIan Moffett
2025-09-17kern: sched: Write proc result in sched_deq()Ian Moffett
2025-09-17kern/amd64: cpu: Add process load balancingIan Moffett
2025-09-17kern: init: Add L5 bootup logoIan Moffett
2025-09-17kern: Make memmap dump configurable via kconfIan Moffett
2025-09-16kernel: elf: Load ELFs into memoryIan Moffett
2025-09-16kernel: elf: Use memcpy() and remove memset() callIan Moffett
2025-09-16kern: elf: Fix frame calcs + style cleanupIan Moffett
2025-09-16kern: elf: Default to PROT_READ | PROT_USERIan Moffett
2025-09-16kern: elf: Don't load blank program headersIan Moffett
2025-09-16kern: Add initial ELF loader sourcesIan Moffett
2025-09-16kern: proc: Add initial proc init + PCB codeIan Moffett
2025-09-15kern: os: Introduce support for OMAR initramfsIan Moffett
2025-09-15kern/amd64: cpu: Add initial SMP startup codeIan Moffett
2025-09-15kern: Add initial scheduler skeletonIan Moffett
2025-09-15kernel/amd64: Add task state segment logicIan Moffett
2025-09-15kern: os_init: Move boot message at topIan Moffett
2025-09-15kern: Initialize ACPI early on during bootIan Moffett
2025-09-15kern: Add initial ACPI implIan Moffett
2025-09-15kern: os_init: Initialize console earlier onIan Moffett
2025-09-15kern: cons: Finish string writing logicIan Moffett
2025-09-15kern: io: Implement initial console logicIan Moffett
2025-09-15kern: os: Add initial kalloc subsystemIan Moffett