aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2024-05-19libc: Add auxv_entry()Ian Moffett
2024-05-19libc: Add termios.h with basic functionsIan Moffett
2024-05-19kernel: tty: Implement tty_ioctl()Ian Moffett
2024-05-19build: Export sys/tty.hIan Moffett
2024-05-19kernel: sched: Align 'tdq_lock' on cache line sizeIan Moffett
2024-05-18kernel: tty: Handle input processing betterIan Moffett
2024-05-18kernel: vcons: Move vcons_process_output() callIan Moffett
2024-05-18kernel: tty: Add tty_putstr()Ian Moffett
2024-05-18kernel: tty: Handle ICANONIan Moffett
2024-05-18kernel: syslog: Remove useless variableIan Moffett
2024-05-18kernel: termios: Add ICANON flagIan Moffett
2024-05-17kernel: tty: Append to ring before length checkIan Moffett
2024-05-17libc: Add printf()Ian Moffett
2024-05-17libc: Add initial vsnprintf() codeIan Moffett
2024-05-17docs: man: Create kconf(1)Ian Moffett
2024-05-17build: kconf: Ignore kconf binaryIan Moffett