summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
7 dayskernel: tmpfs: Fixup real_size computationIan Moffett
7 dayskernel: subr: Check uaddr against mmap ledgerIan Moffett
7 daysbuild: Remove 'BLACKLIST'Ian Moffett
9 dayskernel: kconf: Seperate shared options to sys/confIan Moffett
10 dayskernel/amd64: mp: Pin one idle thread to each coreIan Moffett
10 dayskernel: sched: Add support for CPU pinningIan Moffett
11 dayskernel: spawn: Deprecate SPAWN_WAITIan Moffett
11 dayslib: libc: Add waitpid()Ian Moffett
11 dayskernel: spawn: Add waitpid()Ian Moffett
11 dayskernel/amd64: Set up seperate syscall stackIan Moffett
11 dayskernel: exit: Reassign children to init on exitIan Moffett
11 dayskernel: init_main: Store 'init' as g_initIan Moffett
11 dayskernel: spawn: Continue if procp NULLIan Moffett
11 dayskernel: accnt: Keep track of per-cpu statsIan Moffett
11 dayskernel: Sort out switch MI/MD switch logicIan Moffett
11 dayskernel: Move 'g_nthreads' to kern_accnt.cIan Moffett
11 dayskernel: Add initial accounting logicIan Moffett
11 dayskernel: proc: Decrement proc count on exitIan Moffett
11 dayssys: atomic: Add 64-bit operationsIan Moffett
11 dayskernel: filedesc: Ensure 'fd' is valid during r/wIan Moffett
11 dayskernel: et131x: Initialize internal RX/TX buffersIan Moffett
11 dayskernel: et131x: Disable loopbacks and watchdogIan Moffett
13 dayskernel: Add initial MII register defsIan Moffett
13 dayskernel: et131x: Add initial MAC initializationIan Moffett
13 dayskernel: et131x: Create netcard state structIan Moffett
13 dayskernel: phy: Give more control over LED stateIan Moffett
14 dayskernel: 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