summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-06-09kernel/amd64: Add `alloc` to pmap_update_tbl()Ian Moffett
2025-06-09kernel: stat: Fix getattr result pointerIan Moffett
2025-06-09kernel: spawn: Improve wait sleep handlingIan Moffett
2025-06-09kernel: sched: Skip sleeping threads and get nextIan Moffett
2025-06-09kernel: sched: Allow sleeping TDs to be enqueuedIan Moffett
2025-06-09kernel: physmem: Allocate unfragmented phys memoryIan Moffett
2025-06-09kernel: physmem: Ensure base is page alignedIan Moffett
2025-06-09usr.bin: time: Pad hour, min and sec to 2 digitsIan Moffett
2025-06-09usr: libc: Reset pad_width if usedIan Moffett
2025-06-09usr: libc: Include stdbool.h in itoa.cIan Moffett
2025-06-09usr.bin: osh: Seperate builtin cmds from user cmdsIan Moffett
2025-06-09usr.bin: osh: Make internal routines staticIan Moffett
2025-06-09usr: libc: Include stdint.h in string.hIan Moffett
2025-06-08kernel: exit: Handle stack VA/PA in proc_reap()Ian Moffett
2025-06-08kernel: spawn: Return process exit status on failIan Moffett
2025-06-08usr: Discard .eh_frame and .note sectionsIan Moffett
2025-06-08kernel: exit: Wake up parent *only* if asleepIan Moffett
2025-06-08kernel/amd64: proc: Cleanup user stack vm_map()Ian Moffett
2025-06-08usr.bin: Add 'time' command to return current timeIan Moffett
2025-06-08usr: libc: Add snprintf() implIan Moffett
2025-06-08usr: libc: Add initial vsnprintf() implIan Moffett
2025-06-08usr: libc: Add itoa()Ian Moffett
2025-06-08usr: libc: Add memcpy() in string.hIan Moffett
2025-06-08usr.bin: kfgwm: Add initial window text supportIan Moffett
2025-06-08usr.bin: kfgwm: Include stddef.h in kfg/types.hIan Moffett
2025-06-07share: man: Add kconf(9)Ian Moffett
2025-06-07kernel: phy: Rename rtl8139 driver to rt81xxIan Moffett
2025-06-07kernel: rtl8139: Defer RTL8139 initializationIan Moffett
2025-06-07kernel: nvme: Defer NVMe initializationIan Moffett
2025-06-07usr.bin: Use stdio for console accessQuinn Stephens
2025-06-07usr: libc: Add stdio read routinesQuinn Stephens
2025-06-07kernel/amd64: isa: Add AT PC MC1468XX driverIan Moffett
2025-06-07kernel: Add sys/time.hIan Moffett
2025-06-07kernel/amd64: Save %RCX before calling handlerIan Moffett
2025-06-06kernel: xhci: Allocate n bytes for scratchpadIan Moffett
2025-06-06usr.bin: osh: Add backspace bellIan Moffett
2025-06-06kernel/amd64: isa: Add /dev/beep for pcspkrIan Moffett
2025-06-06kernel: stub: Always show exceptions in userlandIan Moffett
2025-06-06share: man: Add vm_map(9)Ian Moffett
2025-06-05usr: libc: Add stdio.hQuinn Stephens
2025-06-05kernel: cons: Add initial ANSI escape seq implIan Moffett
2025-06-05kernel: cons: Handle ASCII_NULIan Moffett
2025-06-05kernel: cons: Add color attribute helpersIan Moffett
2025-06-05kernel: vm: Support NULL `addr' for private mmap()Ian Moffett
2025-06-05kernel: vm: Map at `va + page_off'Ian Moffett
2025-06-05usr: libc: Add stdlib.h exit routinesQuinn Stephens
2025-06-04kernel: xhci: Fix scratchpad page countIan Moffett
2025-06-04usr.bin: kfgwm: Use kfgpos_t for x,yIan Moffett
2025-06-04usr.bin: kfgwm: Add initial WM sourcesIan Moffett
2025-06-03build: bootstrap: Default to limine v9.3.0Ian Moffett