summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
11 dayskernel: console: Remove extra newlineIan Moffett
12 dayskernel: console: Introduce /ctl/console/featIan Moffett
12 dayskernel: ctlfs: Implement ctlfs write() operationsIan Moffett
12 dayskernel: ctlfs: Add ctlfs_get_ops() to fetch ctlopsIan Moffett
12 dayskernel: console: Introduce cons_screen featuresIan Moffett
12 dayskernel: cons_ansi: Use `scr' var for console callsIan Moffett
12 daysdev: uacpi: Always include machine/intr.hIan Moffett
13 daysusr: libc: Implement ftell()Ian Moffett
13 dayskernel: tmpfs: Add tmpfs getattr callbackIan Moffett
13 dayskernel: tmpfs: Add 'mode' field to tmpfs nodesIan Moffett
13 dayskernel: descrip: Return new offset in fd_seek()Ian Moffett
13 dayskernel: tmpfs: Store the *real* size in a nodeIan Moffett
13 dayskernel: tmpfs: Remove debugging kprintf()Ian Moffett
13 dayskernel: vnode: Only include vm/*.h ifdef _KERNELIan Moffett
14 dayskernel: driver: Only init non-deferred driversIan Moffett
14 dayskernel: syslog: Remove unused variableIan Moffett
14 daysrc: Execute /usr/sbin/inject on initIan Moffett
14 daysusr.sbin: Add 'inject' program for loading KRQsIan Moffett
14 daysusr: libc: Add inject() implementationIan Moffett
14 daysusr.bin: osh: Allow execution of direct pathsIan Moffett
14 daysusr: Add 'echo' program to replace osh builtinIan Moffett
14 daysusr.bin: osh: Rename 'i' to 'buf_i'Ian Moffett
14 dayskernel: Introduce SYS_inject syscallIan Moffett
14 daysusr.sbin: init: Allow start path to be overriddenIan Moffett
14 daysbuild: Rename hyra-kernel to hyra.krqIan Moffett
14 daysusr.bin: osh: Ensure argv is zerored per commandIan Moffett
2025-06-29kernel: panic: Implement fresh panic screenIan Moffett
2025-06-29kernel: panic: Remove redundant newlineIan Moffett
2025-06-29kernel: syslog: Remove problematic lockIan Moffett
2025-06-29kernel/amd64: trap: Wrap regdump into a panic()Ian Moffett
2025-06-29kernel/amd64: trap: Restore IPL during user trapsIan Moffett
2025-06-28usr.bin: Add initial getconf implIan Moffett
2025-06-28usr: libc: Implement POSIX sysconf()Ian Moffett
2025-06-28usr: libc: Store auxiliary vector tag/value pairsIan Moffett
2025-06-28kernel: exec_elf64: Ensure '.bss' is zero filledIan Moffett
2025-06-28usr.bin: osh: Ignore tab as inputIan Moffett
2025-06-28kernel: cons: Handle horizontal tabs ('\t')Ian Moffett
2025-06-28usr.bin: cat: Use fgets() in catIan Moffett
2025-06-28usr: libc: Implement fgets()Ian Moffett
2025-06-28usr: libc: Implement fopen() and fclose()Ian Moffett
2025-06-27kernel/amd64: mp: Give each core an idle threadIan Moffett
2025-06-27kernel: descrip: Validate operations against sealIan Moffett
2025-06-27kernel: Add initial support for tmpfsIan Moffett
2025-06-27kernel: vfs: Add support for O_CREAT flagIan Moffett
2025-06-27kernel: namei: Add NAMEI_WANTPARENT flagIan Moffett
2025-06-25kernel: Add "starting init" message for verbosityIan Moffett
2025-06-25kernel/amd64: Deprecate reboot keyIan Moffett
2025-06-25kernel/amd64: mc1468xx: Implement date settingIan Moffett
2025-06-25kernel/amd64: mc1468xx: Add 2000 to the yearIan Moffett
2025-06-25kernel/amd64: i8042: Use DMI for quirk checkingIan Moffett