summaryrefslogtreecommitdiff
path: root/src/sys/os
AgeCommit message (Expand)Author
8 dayskern: Add initial pirho compiler sourcesIan Moffett
8 dayskern: vfs: Return vnode result in namei()Ian Moffett
9 dayskern: init: Initialize namespaces before modulesIan Moffett
9 dayskern: ns: Extract true object data from entryIan Moffett
9 dayskern: Add initial object namespace sourcesIan Moffett
10 dayskern: Add safe copyin() and copyout()Ian Moffett
10 daysbuild: Use clang during early stateIan Moffett
11 dayskern: proc: Don't acquire maplist lock during initIan Moffett
11 dayskern: fs: Add initial devfs implementationIan Moffett
11 dayskern: namei: Fallback to path parse if lookup failIan Moffett
11 dayskern: Add initial signals workIan Moffett
11 dayskern: proc: Protect mapping list with spinlockIan Moffett
12 dayskernel: filedesc: Allocate standard streamsIan Moffett
13 dayskern: mac: Make mac_map() return ssize_tIan Moffett
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