summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
23 hourskernel: ctlfs: Keep comment up to dateIan Moffett
26 hourskernel: dmi: Add '/ctl/dmi/board' ctl entryIan Moffett
26 hourskernel: dmi: Add dmi_prodfam()Ian Moffett
27 hourskernel: dmi: Add dmi_cpu_version()Ian Moffett
2 dayskernel: Add SYS_connect syscallIan Moffett
2 dayskernel: socket: Implement connect()Ian Moffett
2 dayskernel: socket: Improve control message logicIan Moffett
2 dayskernel: socket: Block is recv queue is emptyIan Moffett
2 dayskernel: socket: Block if cmsg queue is emptyIan Moffett
2 dayskernel: socket: Log socket owner PID on SCM_RIGHTSIan Moffett
2 dayskernel: socket: Create a socket file in /tmp/Ian Moffett
2 dayskernel: socket: Keep track of socket ownerIan Moffett
3 dayssys: types: Use internal typenames for typedefsIan Moffett
3 dayskernel: descrip: Add 'td' parameter to fd routinesIan Moffett
5 dayskernel: socket: Ensure AF_UNIX in recvmsg()Ian Moffett
5 dayskernel: Add SYS_sendmsg and SYS_recvmsgIan Moffett
5 dayskernel: socket: Add initial SCM + CMSG implIan Moffett
5 dayskernel: uio: Add iovec copyin/copyout routinesIan Moffett
5 dayskernel: posix: Add POSIX 'uio'Ian Moffett
5 dayskernel: Introduce per-arch M_WORD_SIZEIan Moffett
6 dayskernel: net: Add socket syscallsIan Moffett
6 dayskernel: net: Introduce initial socket implIan Moffett
6 dayskernel: net: Add missing sys/types.h includeIan Moffett
8 dayskernel: vsr: Add 'td' argument for most funcsIan Moffett
8 dayskernel: Introduce initial VSR implIan Moffett
8 dayskernel: lib: Add strdup() to string.hIan Moffett
8 dayskernel: termios: Add c_oflag bit definesIan Moffett
8 dayskernel: termios: Add compatibility flagsIan Moffett
8 dayskernel: cons: Create seperate 'scr' var for rootIan Moffett
8 dayskernel: signal: Add SIGTERMIan Moffett
9 dayskernel: accnt: Report how many cores are haltedIan Moffett
9 dayskernel/amd64: Keep track of which cores are onlineIan Moffett
9 dayskernel/amd64: cdefs: Remove unused includeIan Moffett
10 dayssys: queue: Include user headers ifndef _KERNELIan Moffett
13 dayskernel: tmpfs: Fixup real_size computationIan Moffett
13 dayskernel: subr: Check uaddr against mmap ledgerIan Moffett
13 daysbuild: Remove 'BLACKLIST'Ian Moffett
2025-07-19kernel: kconf: Seperate shared options to sys/confIan Moffett
2025-07-17kernel/amd64: mp: Pin one idle thread to each coreIan Moffett
2025-07-17kernel: 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