Age | Commit message (Expand) | Author |
2024-05-23 | kernel: intr: Fix garbage output | Ian Moffett |
2024-05-23 | kernel: intr: Remove useless include | Ian Moffett |
2024-05-23 | kernel: procfs: Add support for /proc/interrupts | Ian Moffett |
2024-05-23 | kernel: fs: Add procfs support | Ian Moffett |
2024-05-21 | kernel: filedesc: Fix fd_from_fdnum() | Ian Moffett |
2024-05-21 | kernel: vfs: Add support for close VOP | Ian Moffett |
2024-05-21 | kernel: sched: Fix comment | Ian Moffett |
2024-05-21 | kernel: Initial sched rewrite | Ian Moffett |
2024-05-20 | kernel: tty: Remove useless comment | Ian Moffett |
2024-05-20 | kernel: tty: Improve hook naming consistency | Ian Moffett |
2024-05-19 | kernel: tty: Improve comment in tty_dev_read() | Ian Moffett |
2024-05-19 | kernel: tty: Define TTY open hook | Ian Moffett |
2024-05-19 | kernel: vfs: Add support for open hook | Ian Moffett |
2024-05-19 | kernel: Add reboot() and reboot syscall | Ian Moffett |
2024-05-19 | kernel: tty: Implement tty_ioctl() | Ian Moffett |
2024-05-19 | kernel: sched: Align 'tdq_lock' on cache line size | Ian Moffett |
2024-05-18 | kernel: tty: Handle input processing better | Ian Moffett |
2024-05-18 | kernel: tty: Add tty_putstr() | Ian Moffett |
2024-05-18 | kernel: tty: Handle ICANON | Ian Moffett |
2024-05-18 | kernel: syslog: Remove useless variable | Ian Moffett |
2024-05-17 | kernel: tty: Append to ring before length check | Ian Moffett |
2024-05-16 | kernel: panic: Call intr_mask() first | Ian Moffett |
2024-05-16 | kernel: sched: Move loader code away from sched | Ian Moffett |
2024-05-14 | kernel: init: Cleanup whitespace | Ian Moffett |
2024-05-14 | kernel: machdep: Add machine_panic() + panic beep | Ian Moffett |
2024-05-14 | kernel: tty: Add tty_attach() | Ian Moffett |
2024-05-12 | kernel: tty: Add initial TTY code | Ian Moffett |
2024-05-12 | kernel: vcons: Don't touch termios | Ian Moffett |
2024-04-30 | kernel: panic: Try to stop other processors | Ian Moffett |
2024-04-28 | kernel: vfs: Pass source vnode to vfsops.init() | Kaimakan71 |
2024-04-27 | kernel: vfs: Implement sys_mount() | Kaimakan71 |
2024-04-27 | kernel: kern_exec: Fix argp resize logic | Ian Moffett |
2024-04-27 | kernel: kern_exec: Fixup cleanup in execv() | Ian Moffett |
2024-04-26 | kernel: kern_exec: Close file descriptor | Ian Moffett |
2024-04-26 | kernel: Add support for execv() | Ian Moffett |
2024-04-26 | kernel: sched: Expose sched_init_stack() | Ian Moffett |
2024-04-26 | kernel: sched: Move sched stack macros to sched.h | Ian Moffett |
2024-04-26 | kernel: filedesc: Implement SEEK_END | Ian Moffett |
2024-04-26 | kernel: sched: Move sys_exit() from kern_syscall.c | Ian Moffett |
2024-04-26 | kernel: Implement basic loader_unload() | Ian Moffett |
2024-04-26 | kernel: filedesc: Acquire mutex in read() | Ian Moffett |
2024-04-26 | kernel: filedesc: Acquire mutex in write() | Ian Moffett |
2024-04-26 | kernel: Add support for mutex locks | Ian Moffett |
2024-04-26 | kernel: sched: Add support for early preemption | Ian Moffett |
2024-04-26 | kernel: filedesc: Ensure write() fd is correct | Ian Moffett |
2024-04-25 | kernel: sched: Use exec_args for argp, envp, etc | Ian Moffett |
2024-04-24 | kernel: Add ioctl support | Ian Moffett |
2024-04-22 | kernel: auxv: Add AT_PAGESIZE | Ian Moffett |
2024-04-21 | kernel: sched: Ensure td is removed from queue | Ian Moffett |
2024-04-21 | kernel: sched: Create idle thread | Ian Moffett |