summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
11 dayskernel: exit: Panic if PID 1 diesIan Moffett
11 dayskernel: cons: Use glyph relative pos in cons attrIan Moffett
13 dayskernel: nvme: Pack nvme_smart_data structIan Moffett
13 dayskernel: nvme: Add SMART + logpage supportIan Moffett
13 dayskernel: string: Escape '%' with "%%"Ian Moffett
13 dayskernel: dmi: Ensure header base is virtualIan Moffett
13 dayskernel: cons: Introduce /ctl/console/attrIan Moffett
13 dayskernel: ansi: Remove stray newlineIan Moffett
13 dayskernel: ansi: Clear screen with "\033[2J"Ian Moffett
13 dayskernel: nvme: Add NVMe driver write hookIan Moffett
13 dayskernel: Do not defer storage driver initIan Moffett
13 dayskernel: ahci: Lower link wait time to 8 msIan Moffett
13 dayskernel: tmpfs: Check NULL 'dirent', not 'res'Ian Moffett
2025-07-05kernel/amd64: Add support for coredumpsIan Moffett
2025-07-05kernel: lib: Add CRC32 supportIan Moffett
2025-07-05kernel/amd64: conf: Add CPU_SMEP optionIan Moffett
2025-07-05kernel/amd64: cpu: Support SMEPIan Moffett
2025-07-05kernel/amd64: Add 'feat' field in cpu_infoIan Moffett
2025-07-05kernel: tmpfs: Prevent read() on empty filesIan Moffett
2025-07-05kernel: tmpfs: Do not NULL np->data during reclaimIan Moffett
2025-07-03kernel: Ensure mutually exclusive console accessIan Moffett
2025-07-03kernel: devfs: Add block device stat mechanismIan Moffett
2025-07-03kernel: synch: Use md_pause() in spinwait loopIan Moffett
2025-07-03kernel: synch: Add mutual exclusion locksIan Moffett
2025-07-03usr: libc: Add POSIX getpid() and getppid()Ian Moffett
2025-07-03kernel: proc: Add getpid() and getppid()Ian Moffett
2025-07-03kernel: driver: Implement driver blacklistIan Moffett
2025-07-03kernel: driver: Assign names to all driversIan Moffett
2025-07-03kernel/aarch64: Add 'board_info' structureIan Moffett
2025-07-02kernel: console: Add 'show_curs' feat flagIan Moffett
2025-07-02kernel: console: Remove extra newlineIan Moffett
2025-07-01kernel: console: Introduce /ctl/console/featIan Moffett
2025-07-01kernel: ctlfs: Implement ctlfs write() operationsIan Moffett
2025-07-01kernel: ctlfs: Add ctlfs_get_ops() to fetch ctlopsIan Moffett
2025-07-01kernel: console: Introduce cons_screen featuresIan Moffett
2025-07-01kernel: cons_ansi: Use `scr' var for console callsIan Moffett
2025-07-01dev: uacpi: Always include machine/intr.hIan Moffett
2025-07-01kernel: tmpfs: Add tmpfs getattr callbackIan Moffett
2025-07-01kernel: tmpfs: Add 'mode' field to tmpfs nodesIan Moffett
2025-07-01kernel: descrip: Return new offset in fd_seek()Ian Moffett
2025-07-01kernel: tmpfs: Store the *real* size in a nodeIan Moffett
2025-07-01kernel: tmpfs: Remove debugging kprintf()Ian Moffett
2025-07-01kernel: 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-29kernel: Introduce SYS_inject syscallIan Moffett
2025-06-29usr.sbin: init: Allow start path to be overriddenIan 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