summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
9 dayskernel/amd64: conf: Add CPU_SMEP optionIan Moffett
9 dayskernel/amd64: cpu: Support SMEPIan Moffett
9 dayskernel/amd64: Add 'feat' field in cpu_infoIan Moffett
10 dayskernel: tmpfs: Prevent read() on empty filesIan Moffett
10 dayskernel: tmpfs: Do not NULL np->data during reclaimIan Moffett
11 dayskernel: Ensure mutually exclusive console accessIan Moffett
11 dayskernel: devfs: Add block device stat mechanismIan Moffett
11 dayskernel: synch: Use md_pause() in spinwait loopIan Moffett
11 dayskernel: synch: Add mutual exclusion locksIan Moffett
11 daysusr: libc: Add POSIX getpid() and getppid()Ian Moffett
11 dayskernel: proc: Add getpid() and getppid()Ian Moffett
11 dayskernel: driver: Implement driver blacklistIan Moffett
11 dayskernel: driver: Assign names to all driversIan Moffett
11 dayskernel/aarch64: Add 'board_info' structureIan Moffett
12 dayskernel: console: Add 'show_curs' feat flagIan Moffett
12 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
13 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
2025-06-29kernel: driver: Only init non-deferred driversIan Moffett
2025-06-29kernel: syslog: Remove unused variableIan Moffett
2025-06-29rc: Execute /usr/sbin/inject on initIan Moffett
2025-06-29usr.sbin: Add 'inject' program for loading KRQsIan Moffett
2025-06-29usr: libc: Add inject() implementationIan Moffett
2025-06-29usr.bin: osh: Allow execution of direct pathsIan Moffett
2025-06-29usr: Add 'echo' program to replace osh builtinIan Moffett
2025-06-29usr.bin: osh: Rename 'i' to 'buf_i'Ian Moffett
2025-06-29kernel: Introduce SYS_inject syscallIan Moffett
2025-06-29usr.sbin: init: Allow start path to be overriddenIan Moffett
2025-06-29build: Rename hyra-kernel to hyra.krqIan Moffett
2025-06-29usr.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