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