Age | Commit message (Expand) | Author |
2024-05-17 | kernel: tty: Append to ring before length check | Ian Moffett |
2024-05-17 | libc: Add printf() | Ian Moffett |
2024-05-17 | libc: Add initial vsnprintf() code | Ian Moffett |
2024-05-17 | docs: man: Create kconf(1) | Ian Moffett |
2024-05-17 | build: kconf: Ignore kconf binary | Ian Moffett |
2024-05-17 | build: kconf: Remove useless file | 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 |
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-15 | kernel/amd64: machdep: Cleanup processor_init() | Ian Moffett |
2024-05-14 | kernel/amd64: Fix early panic triple fault | Ian Moffett |
2024-05-14 | kernel/amd64: machdep: Reorganize functions | 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: isa: Add pcspkr support | Ian Moffett |
2024-05-14 | kernel: i8254: Add channel 2 port define | Ian Moffett |
2024-05-14 | kernel: tty: Add tty_attach() | Ian Moffett |
2024-05-14 | kernel: vsnprintf: Use int instead of int64_t | Ian Moffett |
2024-05-14 | kernel: devfs: Add cdev_read() | Ian Moffett |
2024-05-12 | kernel/amd64: i8042: Prevent blinking capslock LED | Ian Moffett |
2024-05-12 | kernel/amd64: isa: Add i8042 driver | Ian Moffett |
2024-05-12 | kernel: tty: Add initial TTY code | Ian Moffett |
2024-05-12 | kernel: vcons: Support ASCII_BS for backspace | Ian Moffett |
2024-05-12 | kernel: vcons: Don't touch termios | Ian Moffett |
2024-05-07 | kernel: nvme: Use PCI_BAR_MEMBASE() to fetch base | Ian Moffett |
2024-05-07 | kernel: pci: Add macros for fetching BAR base | Ian Moffett |
2024-05-07 | libc: stdlib: POSIX-compliant randomness | AptRock327 |
2024-05-07 | kernel/amd64: trap: Remove unnecessary whitespace | Ian Moffett |
2024-05-07 | kernel: vm_fault: Ref vmobj before usage | Ian Moffett |
2024-05-07 | kernel/amd64: tss: Ensure stacks are aligned | Ian Moffett |
2024-05-07 | kernel/amd64: trap: Temporarily disable interrupts | Ian Moffett |
2024-05-06 | kernel: vm_fault: Fix 'td' assignment | Ian Moffett |
2024-05-05 | kernel: vm_fault: Refactor demand paging | Ian Moffett |
2024-05-05 | kernel: pci: Remove unused variable | Ian Moffett |
2024-05-02 | kernel: pci: Refactor pci_set_device_info() | Ian Moffett |
2024-05-02 | kernel: pci: Add more register definitions | Ian Moffett |
2024-05-01 | kernel: vm_map: Refactor mmap() | Ian Moffett |
2024-05-01 | kernel: vm_vnode: Ref the virtual memory object | Ian Moffett |
2024-05-01 | kernel: vm_map: Ensure mmap len is always aligned | Ian Moffett |
2024-05-01 | libc: elf: Fix header guard | Ian Moffett |
2024-04-30 | kernel: vm: Refactor map.h | Ian Moffett |
2024-04-30 | kernel: panic: Try to stop other processors | Ian Moffett |
2024-04-30 | kernel/amd64: machdep: Add cpu_halt_others() | Ian Moffett |
2024-04-29 | man: device(9): Add device(9) man page | Ian Moffett |
2024-04-28 | kernel/amd64: ioapic: Fix declarations | Ian Moffett |
2024-04-28 | kernel/amd64: ioapic: Add ioapic_set_vec() | Ian Moffett |
2024-04-28 | kernel: devfs: Fix incorrect offset and buf size | Kaimakan71 |
2024-04-28 | kernel: vfs: Pass source vnode to vfsops.init() | Kaimakan71 |
2024-04-28 | libc: Add execv() | Ian Moffett |