Age | Commit message (Expand) | Author |
2024-05-25 | kernel: vm: Fix vm_obj_destroy() | Ian Moffett |
2024-05-25 | kernel: vm: Make vmobj ref start at zero | Ian Moffett |
2024-05-24 | kernel: vm: Make pmap_create_vas() return int | Ian Moffett |
2024-05-24 | kernel/amd64: pmap: Fix check for listed CPUs | Ian Moffett |
2024-05-24 | kernel: cpu: Add cpu_count() for reading 'ncpu' | Ian Moffett |
2024-05-23 | kernel/amd64: trap: Handle cleanup before signal | Ian Moffett |
2024-05-23 | kernel: sched: Fix PID assignment | Ian Moffett |
2024-05-23 | kernel/amd64: Log messages during user faults | Ian Moffett |
2024-05-23 | kernel: syslog: Add kernel message buffer | Ian Moffett |
2024-05-23 | kernel/amd64: mp: APICTMR -> LAPIC-TMR | Ian Moffett |
2024-05-23 | kernel/amd64: pmap: Add support for TLB shootdowns | Ian Moffett |
2024-05-23 | kernel: intr: name -> source | Ian Moffett |
2024-05-23 | kernel/amd64: lapic: Add IPI_SHORTHAND_NONE | Ian Moffett |
2024-05-23 | kernel/amd64: pmap: Add pmap_init() | 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/amd64: isa: Add i8042 IRQ stat | Ian Moffett |
2024-05-23 | kernel/amd64: mp: Add local timer stat | Ian Moffett |
2024-05-23 | kernel: procfs: Add support for /proc/interrupts | Ian Moffett |
2024-05-23 | kernel/amd64: mp: Don't allocate seperate ci | Ian Moffett |
2024-05-23 | kernel: procfs: Write newline after output | Ian Moffett |
2024-05-23 | kernel: fs: Add procfs support | Ian Moffett |
2024-05-23 | kernel: vm: Add alloc and avl stats | Ian Moffett |
2024-05-23 | kernel: vm: Keep track of vmobj count | Ian Moffett |
2024-05-23 | kernel: vm: Add memory stats | Ian Moffett |
2024-05-21 | kernel: devfs: Add support for close hook | 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: dev: Define stub open hooks | Ian Moffett |
2024-05-19 | kernel: vfs: Add support for open hook | Ian Moffett |
2024-05-19 | kernel: vfs: Cleanup sys/vfs.h | 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 | build: Export sys/tty.h | 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: vcons: Move vcons_process_output() call | 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-18 | kernel: termios: Add ICANON flag | Ian Moffett |
2024-05-17 | kernel: tty: Append to ring before length check | Ian Moffett |
2024-05-17 | kernel/amd64: machdep: Beep based on kernel config | Ian Moffett |
2024-05-17 | build: Introduce kconf for kernel configuration | Ian Moffett |