Age | Commit message (Expand) | Author |
2024-05-28 | kernel: exec: Use dummy envp | Ian Moffett |
2024-05-27 | kernel: panic: Write to TTY during panic | Ian Moffett |
2024-05-27 | kernel: loader: Fix logging | Ian Moffett |
2024-05-27 | kernel: syslog: Serialize kprintf() | Ian Moffett |
2024-05-27 | kernel: syslog: Add extra comment | Ian Moffett |
2024-05-27 | kernel: syslog: Fix typo in comment | Ian Moffett |
2024-05-26 | kernel: Fixup logging to work with syslog changes | Ian Moffett |
2024-05-26 | kernel: syslog: Add timestamp to logging | Ian Moffett |
2024-05-24 | kernel: vm: Make pmap_create_vas() return int | Ian Moffett |
2024-05-24 | kernel: cpu: Add cpu_count() for reading 'ncpu' | Ian Moffett |
2024-05-23 | kernel: sched: Fix PID assignment | Ian Moffett |
2024-05-23 | kernel: syslog: Add kernel message buffer | Ian Moffett |
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 |