aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-16kernel: syscall: Remove syscall_args.retIan Moffett
2024-03-16kernel: sched: Cleanup context switch commentsIan Moffett
2024-03-16libc: auxv: Update header guardIan Moffett
2024-03-16libc: auxv: Move auxv.h to sys/auxv.hIan Moffett
2024-03-16libc: auxv: Add missing includeIan Moffett
2024-03-15libc: Add size_t typeIan Moffett
2024-03-15libc: elf: Include correct headerIan Moffett
2024-03-15libc: Reimplement stdint.hIan Moffett
2024-03-15libc: Add bits/_types.hIan Moffett
2024-03-15kernel: Add basic file descriptor supportIan Moffett
2024-03-15kernel: sched: Use this_td() to get threadIan Moffett
2024-03-15kernel: sched: Add routine to get current threadIan Moffett
2024-03-15kernel: vfs: Implement vfs_path_to_node()Ian Moffett
2024-03-15kernel: vfs: Add fs capabiltiesIan Moffett
2024-03-15kernel: vfs: Allow optional fs store within vnodeIan Moffett
2024-03-15kernel: initramfs: Fix vtype logic bugIan Moffett
2024-03-15kernel: vfs: Fix typo in commentIan Moffett
2024-03-15kernel: initramfs: Fix indentIan Moffett
2024-03-15libc: stddef: Handle NULL for C++Ian Moffett
2024-03-15libc: exit: Use _NoreturnIan Moffett
2024-03-15libc: Fix styleIan Moffett
2024-03-15libc: Add missing unistd.h headerIan Moffett
2024-03-14kernel: sched: Remove useless declarationIan Moffett
2024-03-14build: Remove cross_file.txtIan Moffett
2024-03-14libc: Remove crt-srcIan Moffett
2024-03-14kernel: sched: Rework sched_init()Ian Moffett
2024-03-14libc: Initial hyra libc commitIan Moffett
2024-03-14build: Update .gitignoreIan Moffett
2024-03-14build: Update usr.sbin MakefilesIan Moffett
2024-03-14build: LDSO -> override LDSOIan Moffett
2024-03-14kernel: Add support for syscallsIan Moffett
2024-03-14build: Cleanup Makefile.in user flagsIan Moffett
2024-03-14kernel: sched: Add exit routineIan Moffett
2024-03-14kernel/amd64: pmap: Add pmap_free_vas()Ian Moffett
2024-03-14kernel: sched: Keep track of stack and privilegeIan Moffett
2024-03-14kernel: vm: Add routine to get kernel vasIan Moffett
2024-03-13man: arch(9): Document processor_free_pcb()Ian Moffett
2024-03-13kernel/amd64: machdep: Add processor_free_pcb()Ian Moffett
2024-03-13kernel/amd64: machdep: Check for NULL instead of 0Ian Moffett
2024-03-13man: arch(9): Document process control blockIan Moffett
2024-03-13man: pmap(9): Fix formattingIan Moffett
2024-03-13man: pmap(9): Update prot define namesIan Moffett
2024-03-13kernel/amd64: machdep: Add context switch helperIan Moffett
2024-03-13kernel/amd64: machdep: Add pcb init codeIan Moffett
2024-03-13kernel: proc: Add Process Control Block structureIan Moffett
2024-03-13kernel/amd64: machdep: Remove extra whitespaceIan Moffett
2024-03-13kernel/amd64: trap: Update panic messageIan Moffett
2024-03-13kernel/amd64: cpu: Add fxsave/fxrstor helpersIan Moffett
2024-03-13kernel/amd64: spectre: Log only onceIan Moffett
2024-03-13kernel: sched: Improve stack init codeIan Moffett