summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2 dayskernel: Add SYS_sendmsg and SYS_recvmsgIan Moffett
2 dayskernel: socket: Add initial SCM + CMSG implIan Moffett
3 dayskernel: uio: Add iovec copyin/copyout routinesIan Moffett
3 dayskernel: posix: Add POSIX 'uio'Ian Moffett
3 dayskernel: Introduce per-arch M_WORD_SIZEIan Moffett
3 dayskernel: net: Add socket syscallsIan Moffett
3 dayskernel: net: Introduce initial socket implIan Moffett
3 dayskernel: net: Add missing sys/types.h includeIan Moffett
5 dayskernel: vsr: Add 'td' argument for most funcsIan Moffett
5 dayskernel: Introduce initial VSR implIan Moffett
6 dayskernel: lib: Add strdup() to string.hIan Moffett
6 dayskernel: termios: Add c_oflag bit definesIan Moffett
6 dayskernel: termios: Add compatibility flagsIan Moffett
6 dayskernel: cons: Create seperate 'scr' var for rootIan Moffett
6 dayskernel: signal: Add SIGTERMIan Moffett
6 dayskernel: accnt: Report how many cores are haltedIan Moffett
6 dayskernel/amd64: Keep track of which cores are onlineIan Moffett
6 dayskernel/amd64: cdefs: Remove unused includeIan Moffett
7 dayssys: queue: Include user headers ifndef _KERNELIan Moffett
10 dayskernel: tmpfs: Fixup real_size computationIan Moffett
11 dayskernel: subr: Check uaddr against mmap ledgerIan Moffett
11 daysbuild: Remove 'BLACKLIST'Ian Moffett
12 dayskernel: kconf: Seperate shared options to sys/confIan Moffett
14 dayskernel/amd64: mp: Pin one idle thread to each coreIan Moffett
14 dayskernel: sched: Add support for CPU pinningIan Moffett
2025-07-17kernel: spawn: Deprecate SPAWN_WAITIan Moffett
2025-07-17lib: libc: Add waitpid()Ian Moffett
2025-07-17kernel: spawn: Add waitpid()Ian Moffett
2025-07-17kernel/amd64: Set up seperate syscall stackIan Moffett
2025-07-17kernel: exit: Reassign children to init on exitIan Moffett
2025-07-17kernel: init_main: Store 'init' as g_initIan Moffett
2025-07-17kernel: spawn: Continue if procp NULLIan Moffett
2025-07-16kernel: accnt: Keep track of per-cpu statsIan Moffett
2025-07-16kernel: Sort out switch MI/MD switch logicIan Moffett
2025-07-16kernel: Move 'g_nthreads' to kern_accnt.cIan Moffett
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