summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2025-07-16kernel: Add initial accounting logicIan Moffett
2025-07-16kernel: proc: Decrement proc count on exitIan Moffett
2025-07-16sys: atomic: Add 64-bit operationsIan Moffett
2025-07-16kernel: filedesc: Ensure 'fd' is valid during r/wIan Moffett
2025-07-16kernel: et131x: Initialize internal RX/TX buffersIan Moffett
2025-07-16kernel: et131x: Disable loopbacks and watchdogIan Moffett
2025-07-14kernel: Add initial MII register defsIan Moffett
2025-07-14kernel: et131x: Add initial MAC initializationIan Moffett
2025-07-14kernel: et131x: Create netcard state structIan Moffett
2025-07-14kernel: phy: Give more control over LED stateIan Moffett
2025-07-14kernel: phy: Add initial et131x sourcesIan Moffett
2025-07-13kernel/amd64: Track interrupt countIan Moffett
2025-07-13kernel/amd64: Get CPU family + modelIan Moffett
2025-07-13kernel/amd64: cpu_check_feat() -> cpu_get_info()Ian Moffett
2025-07-13kernel/amd64: Add I8042_POLL kconf(9) optionIan Moffett
2025-07-13kernel: Move crypto specifics to sys/crypto/*Ian Moffett
2025-07-13kernel: sched: Ensure 'ci' is not NULLIan Moffett
2025-07-13kernel: exit: Detach console on exitIan Moffett
2025-07-13kernel: time: Leave interrupts be on sleepIan Moffett
2025-07-13kernel/amd64: Return NULL if IA32_GS_BASE is unsetIan Moffett
2025-07-13kernel: Avoid using kprintf() during panicIan Moffett
2025-07-13kernel: Make panic screen configurableIan Moffett
2025-07-11kernel: limits: Add NAME_MAXIan Moffett
2025-07-11kernel: vnode: Refactor definitionsIan Moffett
2025-07-11kernel: initramfs: Set file mode to OMAR modeIan Moffett
2025-07-11kernel: initramfs: Use OMAR rev 2 (latest)Ian Moffett
2025-07-11kernel/amd64: i8042: Decode ESCAPE keyIan Moffett
2025-07-10kernel/sched: Undo sched_yield() changesIan Moffett
2025-07-10kernel: exit: Clear out file descriptors on reapIan Moffett
2025-07-10kernel: sched: Greatly simplify yield logicIan Moffett
2025-07-09kernel: cons: Remove problematic lockIan Moffett
2025-07-09kernel: ucred: Add SYS_getuidIan Moffett
2025-07-09kernel: dev: Add /dev/randomAlex Funo
2025-07-09kernel: proc: Add cred per processaIan Moffett
2025-07-09kernel: cred: Introduce SYS_setuid syscallIan Moffett
2025-07-09kernel: proc: Add initial setuid()Ian Moffett
2025-07-08kernel: Add uid_t in sys/types.hIan Moffett
2025-07-08kernel: Add sys/ucred.hIan Moffett
2025-07-08kernel: exit: Panic if PID 1 diesIan Moffett
2025-07-08kernel: cons: Use glyph relative pos in cons attrIan Moffett
2025-07-07kernel: nvme: Pack nvme_smart_data structIan Moffett
2025-07-07kernel: nvme: Add SMART + logpage supportIan Moffett
2025-07-07kernel: string: Escape '%' with "%%"Ian Moffett
2025-07-07kernel: dmi: Ensure header base is virtualIan Moffett
2025-07-07kernel: cons: Introduce /ctl/console/attrIan Moffett
2025-07-07kernel: ansi: Remove stray newlineIan Moffett
2025-07-07kernel: ansi: Clear screen with "\033[2J"Ian Moffett
2025-07-06kernel: nvme: Add NVMe driver write hookIan Moffett
2025-07-06kernel: Do not defer storage driver initIan Moffett
2025-07-06kernel: ahci: Lower link wait time to 8 msIan Moffett