Age | Commit message (Expand) | Author |
2024-05-31 | kernel: ic: Add initial AHCI driver code | Ian Moffett |
2024-05-28 | kernel: queue: Add missing header guard | Ian Moffett |
2024-05-28 | kernel: exec: Use dummy envp | Ian Moffett |
2024-05-28 | init: mshell: Better command parsingold | AptRock327 |
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 | docs: man: Make syslog(9) up to date | 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-26 | kernel/amd64: Support fetching time since startup | Ian Moffett |
2024-05-26 | kernel: string: Support '%0Nd' formatting | Ian Moffett |
2024-05-25 | kernel: vm_map: Fix cleanup in munmap() | Ian Moffett |
2024-05-25 | kernel: vm_map: Fix deadlock | Ian Moffett |
2024-05-25 | kernel: vm: Fix vm_obj_destroy() | Ian Moffett |
2024-05-25 | build: Add user linker script | 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-24 | init: mshell: Remove useless length check | 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 | init: mshell: Allow reading from /proc/interrupts | 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 | init: mshell: Don't use newline in print_file() | Ian Moffett |
2024-05-23 | kernel: procfs: Write newline after output | Ian Moffett |
2024-05-23 | init: Add 'kversion' and 'memstat' commands | 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 | init: mshell: Handle empty commands | 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-22 | init: Add maintenance shell | 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 |