summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
10 dayskernel/aarch64: Add 'board_info' structureIan Moffett
10 dayskernel: console: Add 'show_curs' feat flagIan Moffett
10 dayskernel: console: Remove extra newlineIan Moffett
11 dayskernel: console: Introduce /ctl/console/featIan Moffett
11 dayskernel: ctlfs: Implement ctlfs write() operationsIan Moffett
11 dayskernel: ctlfs: Add ctlfs_get_ops() to fetch ctlopsIan Moffett
11 dayskernel: console: Introduce cons_screen featuresIan Moffett
11 dayskernel: cons_ansi: Use `scr' var for console callsIan Moffett
11 daysdev: uacpi: Always include machine/intr.hIan Moffett
12 daysusr: libc: Implement ftell()Ian Moffett
12 dayskernel: tmpfs: Add tmpfs getattr callbackIan Moffett
12 dayskernel: tmpfs: Add 'mode' field to tmpfs nodesIan Moffett
12 dayskernel: descrip: Return new offset in fd_seek()Ian Moffett
12 dayskernel: tmpfs: Store the *real* size in a nodeIan Moffett
12 dayskernel: tmpfs: Remove debugging kprintf()Ian Moffett
12 dayskernel: vnode: Only include vm/*.h ifdef _KERNELIan Moffett
13 dayskernel: driver: Only init non-deferred driversIan Moffett
13 dayskernel: syslog: Remove unused variableIan Moffett
13 daysrc: Execute /usr/sbin/inject on initIan Moffett
13 daysusr.sbin: Add 'inject' program for loading KRQsIan Moffett
13 daysusr: libc: Add inject() implementationIan Moffett
13 daysusr.bin: osh: Allow execution of direct pathsIan Moffett
13 daysusr: Add 'echo' program to replace osh builtinIan Moffett
13 daysusr.bin: osh: Rename 'i' to 'buf_i'Ian Moffett
13 dayskernel: Introduce SYS_inject syscallIan Moffett
13 daysusr.sbin: init: Allow start path to be overriddenIan Moffett
13 daysbuild: Rename hyra-kernel to hyra.krqIan Moffett
13 daysusr.bin: osh: Ensure argv is zerored per commandIan Moffett
14 dayskernel: panic: Implement fresh panic screenIan Moffett
14 dayskernel: panic: Remove redundant newlineIan Moffett
14 dayskernel: syslog: Remove problematic lockIan Moffett
14 dayskernel/amd64: trap: Wrap regdump into a panic()Ian Moffett
14 dayskernel/amd64: trap: Restore IPL during user trapsIan Moffett
14 daysusr.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