summaryrefslogtreecommitdiff
path: root/src/sys/os
AgeCommit message (Expand)Author
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
2025-09-14project: Correct copyright authorIan Moffett
2025-09-14os: vm: Add physical memory managerIan Moffett
2025-09-14os: Add early boot messageIan Moffett
2025-09-14build: Do not have per subsystem libsIan Moffett
2025-09-13os: boot: Add boot variable informationIan Moffett
2025-09-13os: init: Panic at end of kernelIan Moffett
2025-09-13os: Add syslog loggingIan Moffett
2025-09-13os: Add spinlock supportIan Moffett
2025-09-13os: kern_init -> os_init.cIan Moffett
2025-09-13kern/amd64: cpu: Initialize GDTIan Moffett
2025-09-13build: TARGET -> TARGET_LIBIan Moffett
2025-09-13project: 'kern' -> 'os'Ian Moffett