aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-05-28init: mshell: Better command parsingmainAptRock327
2024-05-27kernel: panic: Write to TTY during panicIan Moffett
2024-05-27kernel: loader: Fix loggingIan Moffett
2024-05-27kernel: syslog: Serialize kprintf()Ian Moffett
2024-05-27kernel: syslog: Add extra commentIan Moffett
2024-05-27kernel: syslog: Fix typo in commentIan Moffett
2024-05-26docs: man: Make syslog(9) up to dateIan Moffett
2024-05-26kernel: Fixup logging to work with syslog changesIan Moffett
2024-05-26kernel: syslog: Add timestamp to loggingIan Moffett
2024-05-26kernel/amd64: Support fetching time since startupIan Moffett
2024-05-26kernel: string: Support '%0Nd' formattingIan Moffett
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