summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
7 daysdocs: man: Add queue(3) and tree(3)Ian Moffett
7 daysbuild: Bump Hyra versionIan Moffett
7 dayskernel: vm: Add objects, page struct and pagersIan Moffett
7 dayskernel: synch: kern_lock.c -> kern_synch.cIan Moffett
7 dayskernel: synch: Add spinlock with timeoutIan Moffett
7 dayskernel: lib: Add atoi()Ian Moffett
7 dayskernel: Add __nothing def to cdefs.hIan Moffett
7 dayskernel: Add __unused attribute to cdefs.hIan Moffett
7 dayskernel: Add offsetof in cdefs.hIan Moffett
8 dayskernel: Add tree.h and tree_subr.c portIan Moffett
2024-12-07kernel: vcache: Add impl of "local" vcachesIan Moffett
2024-12-07kernel: vcache: Improve vcache add/pull interfaceIan Moffett
2024-12-05tools: kconf: Fix typo in filenameIan Moffett
2024-11-13kernel: vfs: Recycle vnodes before allocatingIan Moffett
2024-11-13kernel: sysctl: Fix handling of oldlenpIan Moffett
2024-11-13kernel: vfs: Add vnode cache implementationIan Moffett
2024-11-13kernel: sysctl: Make sysctl(2) more flexibleIan Moffett
2024-11-12kernel: sysctl: Make kern.* entries readonlyIan Moffett
2024-11-12kernel: syscall: Add SYS_sysctl syscallIan Moffett
2024-11-11kernel: sysctl: Add initial sysctl implementationIan Moffett
2024-11-11share: man: Add kernel man pagesIan Moffett
2024-11-04kernel: descrip: Add support for fd duplicationIan Moffett
2024-11-04kernel: descrip: Only use copyinstr() in SYS_openIan Moffett
2024-10-29kernel: syscall: Add SYS_statIan Moffett
2024-10-29kernel: types: Add more POSIX typesIan Moffett
2024-10-29kernel: types: Move dev_t to sys/types.hIan Moffett
2024-10-27kernel: syscall: Fix brace formattingIan Moffett
2024-10-27kernel/amd64: acpi: Remove trailing newlineIan Moffett
2024-10-27kernel: devfs: Add getattr vop for device filesIan Moffett
2024-09-09kernel: vfs: Refactor fd related codeIan Moffett
2024-09-09libc: Add close()Ian Moffett
2024-09-03kernel: dev: Introduce DCDR frameworkIan Moffett
2024-08-21kernel: vfs: Add sys_close()Ian Moffett
2024-08-21kernel: Add ref count to filedescIan Moffett
2024-08-16kernel/amd64: trap: Handle user trapsIan Moffett
2024-08-12kernel: Remove extra newlineIan Moffett
2024-08-12kernel: Add initial support for signalsIan Moffett
2024-08-12kernel/amd64: proc: Set curtd upon thread kickIan Moffett
2024-07-29kernel/amd64: Don't try IPIs with null cpu_infoIan Moffett
2024-07-29kernel/amd64: cpu: Write cpu_info to IA32_GS_BASEIan Moffett
2024-07-29kernel/amd64: msr: Add IA32_GS_BASE MSR defineIan Moffett
2024-07-29kernel/amd64: Use only defines + handle err codesIan Moffett
2024-07-29kernel/amd64: Facilitate IA32_FS_BASE reads/writesIan Moffett
2024-07-24libc: Implement read()Ian Moffett
2024-07-24kernel: nvme: Set write op to nowriteIan Moffett
2024-07-24kernel: device: Add read/write stubsIan Moffett
2024-07-24kernel: device: Add write operationIan Moffett
2024-07-22kernel: sched: Implement MLFQAptRock327
2024-07-22kernel: vfs_syscalls: Add sys_read()Ian Moffett
2024-07-22kernel: vfs_syscalls: Remove unused varsIan Moffett