aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-28kernel: vm_dynalloc: Remove TODOsIan Moffett
2024-03-27libc: Add fcntl.hIan Moffett
2024-03-27libc: syscall: Add more syscall definesIan Moffett
2024-03-27kernel: Implement lseek()Ian Moffett
2024-03-27kernel: vfs: Add getattr vopIan Moffett
2024-03-27kernel: initramfs: Fix indexing/buffer overflow bugIan Moffett
2024-03-26kernel: Use 'sio_txn' for file I/OIan Moffett
2024-03-26kernel: Add system I/O descriptorIan Moffett
2024-03-26kernel: filedesc: Fix typo in commentIan Moffett
2024-03-26kernel: filedesc: Add more commentsIan Moffett
2024-03-26kernel: Add initial read() implementationIan Moffett
2024-03-26kernel: Add sys_close()Ian Moffett
2024-03-26kernel: Add initial open() implementationIan Moffett
2024-03-26kernel: initramfs: Fix vop_read()Ian Moffett
2024-03-26kernel: vfs: Add PATH_MAX defineIan Moffett
2024-03-26kernel: filedesc: Create MAX_RW_SIZE defineIan Moffett
2024-03-26kernel: Add invalid_uaddr() helperIan Moffett
2024-03-26kernel/amd64: tss: Do not allow userspace port I/OIan Moffett
2024-03-26kernel: Add copyinstr() routineIan Moffett
2024-03-25kernel: filedesc: Return status in fd_alloc()Ian Moffett
2024-03-25kernel: vfs_lookup: Return -EINVAL instead of -1Ian Moffett
2024-03-25usr.sbin: init: Fix MakefileIan Moffett
2024-03-25kernel/amd64: Remove "AP bootstrap done" messageIan Moffett
2024-03-24libc: build: Fixup MakefileIan Moffett
2024-03-24libc: stdint: Add uintptr_tIan Moffett
2024-03-24kernel/amd64: machdep: Init PCI driverIan Moffett
2024-03-24libc: build: Use target compilerIan Moffett
2024-03-22kernel: filedesc: Handle count of 0Ian Moffett
2024-03-21kernel: sched: Fix stack init codeIan Moffett
2024-03-21libc: Add SYS_writeIan Moffett
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