Age | Commit message (Expand) | Author |
2024-04-13 | kernel: filedesc: Increment offset per read() | Ian Moffett |
2024-04-10 | kernel: create_dev() -> device_create() | Ian Moffett |
2024-04-10 | kernel: Get rid of invalid_uaddr() | Ian Moffett |
2024-04-10 | kernel: signals: Add initial signal implementation | Ian Moffett |
2024-04-10 | kernel: sched: Lock thread upon sched_exit() | Ian Moffett |
2024-04-10 | kernel: fs: Add devfs | Ian Moffett |
2024-04-10 | kernel: filedesc: Check fd_desc before using it | Ian Moffett |
2024-04-10 | kernel: filedesc: Cleanup whitespace | Ian Moffett |
2024-04-10 | kernel: filedesc: Fix memory leak in sys_read() | Ian Moffett |
2024-04-09 | kernel: vfs_lookup: Try looking up in mountlist | Ian Moffett |
2024-04-09 | kernel: vfs_mount: Fix mount code | Ian Moffett |
2024-04-09 | kernel: vfs_subr: Don't require leading '/' | Ian Moffett |
2024-04-09 | kernel: vfs_lookup: Start lookup at idx 1 | Ian Moffett |
2024-04-09 | kernel: sched: Remove useless whitespace | Ian Moffett |
2024-04-09 | kernel/amd64: Add backtrace support for panic() | Ian Moffett |
2024-04-08 | kernel: Add device descriptors | Ian Moffett |
2024-04-06 | kernel: Check copyin() status | Ian Moffett |
2024-04-06 | kernel: sched: Load init by itself | Ian Moffett |
2024-04-04 | kernel: sched: Pass init auxv to dynld | Ian Moffett |
2024-03-31 | kernel: syslog: Cleanup logging routines | Ian Moffett |
2024-03-28 | kernel: Add driver subsystem | Ian Moffett |
2024-03-27 | kernel: Implement lseek() | Ian Moffett |
2024-03-27 | kernel: vfs: Add getattr vop | Ian Moffett |
2024-03-26 | kernel: Use 'sio_txn' for file I/O | Ian Moffett |
2024-03-26 | kernel: filedesc: Fix typo in comment | Ian Moffett |
2024-03-26 | kernel: filedesc: Add more comments | Ian Moffett |
2024-03-26 | kernel: Add initial read() implementation | Ian Moffett |
2024-03-26 | kernel: Add sys_close() | Ian Moffett |
2024-03-26 | kernel: Add initial open() implementation | Ian Moffett |
2024-03-26 | kernel: filedesc: Create MAX_RW_SIZE define | Ian Moffett |
2024-03-26 | kernel: Add copyinstr() routine | Ian Moffett |
2024-03-25 | kernel: filedesc: Return status in fd_alloc() | Ian Moffett |
2024-03-25 | kernel: vfs_lookup: Return -EINVAL instead of -1 | Ian Moffett |
2024-03-22 | kernel: filedesc: Handle count of 0 | Ian Moffett |
2024-03-21 | kernel: sched: Fix stack init code | Ian Moffett |
2024-03-20 | kernel: Require len in vcons_putstr() | Ian Moffett |
2024-03-19 | kernel: syscall: Add sys_write() | Ian Moffett |
2024-03-19 | kernel: syslog: Make syslog_screen extern | 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-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-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: Allow optional fs store within vnode | Ian Moffett |
2024-03-15 | kernel: vfs: Fix typo in comment | Ian Moffett |