Age | Commit message (Expand) | Author |
2024-03-20 | kernel: Require len in vcons_putstr() | Ian Moffett |
2024-03-20 | kernel: pci: Fix comment | Ian Moffett |
2024-03-20 | kernel: dev: Add PCI driver | Ian Moffett |
2024-03-19 | kernel: syscall: Add sys_write() | Ian Moffett |
2024-03-19 | kernel: vnode: Add write() vop | Ian Moffett |
2024-03-19 | kernel: syslog: Make syslog_screen extern | Ian Moffett |
2024-03-19 | kernel: vcons: Add vcons_putstr() routine | Ian Moffett |
2024-03-19 | kernel: vnode: Update comment | Ian Moffett |
2024-03-19 | kernel: syscall: Fix syscall order | Ian Moffett |
2024-03-18 | kernel: sched: Fix PID assignment | Ian Moffett |
2024-03-18 | kernel: Add copyin() and copyout() routines | Ian Moffett |
2024-03-17 | kernel: loader: Keep track of program addr range | Ian Moffett |
2024-03-17 | kernel: vm: Add vm_range structure | Ian Moffett |
2024-03-17 | Merge branch 'user' into dev | Ian Moffett |
2024-03-17 | libc: Remove useless definesuser | Ian Moffett |
2024-03-16 | kernel,libc: syscall: Improve syscall code | Ian Moffett |
2024-03-16 | kernel: syscall: Remove syscall_args.ret | Ian Moffett |
2024-03-16 | kernel: sched: Cleanup context switch comments | Ian Moffett |
2024-03-16 | libc: auxv: Update header guard | Ian Moffett |
2024-03-16 | libc: auxv: Move auxv.h to sys/auxv.h | Ian Moffett |
2024-03-16 | libc: auxv: Add missing include | Ian Moffett |
2024-03-15 | libc: Add size_t type | Ian Moffett |
2024-03-15 | libc: elf: Include correct header | Ian Moffett |
2024-03-15 | libc: Reimplement stdint.h | Ian Moffett |
2024-03-15 | libc: Add bits/_types.h | Ian Moffett |
2024-03-15 | kernel: Add basic file descriptor support | Ian Moffett |
2024-03-15 | kernel: sched: Use this_td() to get thread | Ian Moffett |
2024-03-15 | kernel: sched: Add routine to get current thread | Ian Moffett |
2024-03-15 | kernel: vfs: Implement vfs_path_to_node() | Ian Moffett |
2024-03-15 | kernel: vfs: Add fs capabilties | Ian Moffett |
2024-03-15 | kernel: vfs: Allow optional fs store within vnode | Ian Moffett |
2024-03-15 | kernel: initramfs: Fix vtype logic bug | Ian Moffett |
2024-03-15 | kernel: vfs: Fix typo in comment | Ian Moffett |
2024-03-15 | kernel: initramfs: Fix indent | Ian Moffett |
2024-03-15 | libc: stddef: Handle NULL for C++ | Ian Moffett |
2024-03-15 | libc: exit: Use _Noreturn | Ian Moffett |
2024-03-15 | libc: Fix style | Ian Moffett |
2024-03-15 | libc: Add missing unistd.h header | Ian Moffett |
2024-03-14 | kernel: sched: Remove useless declaration | Ian Moffett |
2024-03-14 | build: Remove cross_file.txt | Ian Moffett |
2024-03-14 | libc: Remove crt-src | Ian Moffett |
2024-03-14 | kernel: sched: Rework sched_init() | Ian Moffett |
2024-03-14 | libc: Initial hyra libc commit | Ian Moffett |
2024-03-14 | build: Update .gitignore | Ian Moffett |
2024-03-14 | build: Update usr.sbin Makefiles | Ian Moffett |
2024-03-14 | build: LDSO -> override LDSO | Ian Moffett |
2024-03-14 | kernel: Add support for syscalls | Ian Moffett |
2024-03-14 | build: Cleanup Makefile.in user flags | Ian Moffett |
2024-03-14 | kernel: sched: Add exit routine | Ian Moffett |
2024-03-14 | kernel/amd64: pmap: Add pmap_free_vas() | Ian Moffett |