aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-05-25kernel: vm_map: Fix cleanup in munmap()Ian Moffett
2024-05-25kernel: vm_map: Fix deadlockIan Moffett
2024-05-25kernel: vm: Fix vm_obj_destroy()Ian Moffett
2024-05-25build: Add user linker scriptIan Moffett
2024-05-25kernel: vm: Make vmobj ref start at zeroIan Moffett
2024-05-24kernel: vm: Make pmap_create_vas() return intIan Moffett
2024-05-24kernel/amd64: pmap: Fix check for listed CPUsIan Moffett
2024-05-24kernel: cpu: Add cpu_count() for reading 'ncpu'Ian Moffett
2024-05-24init: mshell: Remove useless length checkIan Moffett
2024-05-23kernel/amd64: trap: Handle cleanup before signalIan Moffett
2024-05-23kernel: sched: Fix PID assignmentIan Moffett
2024-05-23kernel/amd64: Log messages during user faultsIan Moffett
2024-05-23kernel: syslog: Add kernel message bufferIan Moffett
2024-05-23kernel/amd64: mp: APICTMR -> LAPIC-TMRIan Moffett
2024-05-23kernel/amd64: pmap: Add support for TLB shootdownsIan Moffett
2024-05-23kernel: intr: name -> sourceIan Moffett
2024-05-23kernel/amd64: lapic: Add IPI_SHORTHAND_NONEIan Moffett
2024-05-23kernel/amd64: pmap: Add pmap_init()Ian Moffett
2024-05-23kernel: intr: Fix garbage outputIan Moffett
2024-05-23kernel: intr: Remove useless includeIan Moffett
2024-05-23init: mshell: Allow reading from /proc/interruptsIan Moffett
2024-05-23kernel/amd64: isa: Add i8042 IRQ statIan Moffett
2024-05-23kernel/amd64: mp: Add local timer statIan Moffett
2024-05-23kernel: procfs: Add support for /proc/interruptsIan Moffett
2024-05-23kernel/amd64: mp: Don't allocate seperate ciIan Moffett
2024-05-23init: mshell: Don't use newline in print_file()Ian Moffett
2024-05-23kernel: procfs: Write newline after outputIan Moffett
2024-05-23init: Add 'kversion' and 'memstat' commandsIan Moffett
2024-05-23kernel: fs: Add procfs supportIan Moffett
2024-05-23kernel: vm: Add alloc and avl statsIan Moffett
2024-05-23init: mshell: Handle empty commandsIan Moffett
2024-05-23kernel: vm: Keep track of vmobj countIan Moffett
2024-05-23kernel: vm: Add memory statsIan Moffett
2024-05-22init: Add maintenance shellIan Moffett
2024-05-21kernel: devfs: Add support for close hookIan Moffett
2024-05-21kernel: filedesc: Fix fd_from_fdnum()Ian Moffett
2024-05-21kernel: vfs: Add support for close VOPIan Moffett
2024-05-21kernel: sched: Fix commentsched-rewriteIan Moffett
2024-05-21kernel: Initial sched rewriteIan Moffett
2024-05-20kernel: tty: Remove useless commentIan Moffett
2024-05-20kernel: tty: Improve hook naming consistencyIan Moffett
2024-05-19kernel: tty: Improve comment in tty_dev_read()Ian Moffett
2024-05-19kernel: tty: Define TTY open hookIan Moffett
2024-05-19kernel: dev: Define stub open hooksIan Moffett
2024-05-19kernel: vfs: Add support for open hookIan Moffett
2024-05-19kernel: vfs: Cleanup sys/vfs.hIan Moffett
2024-05-19libc: Add SYS_reboot defineIan Moffett
2024-05-19kernel: Add reboot() and reboot syscallIan Moffett
2024-05-19libc: termios: Add missing `op` argIan Moffett
2024-05-19libc: vsnprintf: Add '%d' supportIan Moffett