summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
28 hourskernel: net: Introduce initial socket implIan Moffett
28 hourskernel: net: Add missing sys/types.h includeIan Moffett
3 dayskernel: vsr: Add 'td' argument for most funcsIan Moffett
3 dayskernel: Introduce initial VSR implIan Moffett
3 dayskernel: lib: Add strdup() to string.hIan Moffett
3 dayskernel: termios: Add c_oflag bit definesIan Moffett
3 dayskernel: termios: Add compatibility flagsIan Moffett
3 dayskernel: cons: Create seperate 'scr' var for rootIan Moffett
4 dayskernel: signal: Add SIGTERMIan Moffett
4 dayskernel: accnt: Report how many cores are haltedIan Moffett
4 dayskernel/amd64: Keep track of which cores are onlineIan Moffett
4 dayskernel/amd64: cdefs: Remove unused includeIan Moffett
5 dayssys: queue: Include user headers ifndef _KERNELIan Moffett
8 dayskernel: tmpfs: Fixup real_size computationIan Moffett
8 dayskernel: subr: Check uaddr against mmap ledgerIan Moffett
8 daysbuild: Remove 'BLACKLIST'Ian Moffett
10 dayskernel: kconf: Seperate shared options to sys/confIan Moffett
12 dayskernel/amd64: mp: Pin one idle thread to each coreIan Moffett
12 dayskernel: sched: Add support for CPU pinningIan Moffett
12 dayskernel: spawn: Deprecate SPAWN_WAITIan Moffett
12 dayslib: libc: Add waitpid()Ian Moffett
12 dayskernel: spawn: Add waitpid()Ian Moffett
12 dayskernel/amd64: Set up seperate syscall stackIan Moffett
12 dayskernel: exit: Reassign children to init on exitIan Moffett
12 dayskernel: init_main: Store 'init' as g_initIan Moffett
12 dayskernel: spawn: Continue if procp NULLIan Moffett
12 dayskernel: accnt: Keep track of per-cpu statsIan Moffett
12 dayskernel: Sort out switch MI/MD switch logicIan Moffett
12 dayskernel: Move 'g_nthreads' to kern_accnt.cIan Moffett
13 dayskernel: Add initial accounting logicIan Moffett
13 dayskernel: proc: Decrement proc count on exitIan Moffett
13 dayssys: atomic: Add 64-bit operationsIan Moffett
13 dayskernel: filedesc: Ensure 'fd' is valid during r/wIan Moffett
13 dayskernel: et131x: Initialize internal RX/TX buffersIan Moffett
13 dayskernel: 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