aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-21libc: Implement strlen()Ian Moffett
2024-03-20kernel: Require len in vcons_putstr()Ian Moffett
2024-03-20kernel: pci: Fix commentIan Moffett
2024-03-20kernel: dev: Add PCI driverIan Moffett
2024-03-19kernel: syscall: Add sys_write()Ian Moffett
2024-03-19kernel: vnode: Add write() vopIan Moffett
2024-03-19kernel: syslog: Make syslog_screen externIan Moffett
2024-03-19kernel: vcons: Add vcons_putstr() routineIan Moffett
2024-03-19kernel: vnode: Update commentIan Moffett
2024-03-19kernel: syscall: Fix syscall orderIan Moffett
2024-03-18kernel: sched: Fix PID assignmentIan Moffett
2024-03-18kernel: Add copyin() and copyout() routinesIan Moffett
2024-03-17kernel: loader: Keep track of program addr rangeIan Moffett
2024-03-17kernel: vm: Add vm_range structureIan Moffett
2024-03-17Merge branch 'user' into devIan Moffett
2024-03-17libc: Remove useless definesuserIan Moffett
2024-03-16kernel,libc: syscall: Improve syscall codeIan Moffett
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