summaryrefslogtreecommitdiff
path: root/sys/include
AgeCommit message (Expand)Author
31 hourskernel: ctlfs: Keep comment up to dateIan Moffett
34 hourskernel: dmi: Add '/ctl/dmi/board' ctl entryIan Moffett
34 hourskernel: dmi: Add dmi_prodfam()Ian Moffett
35 hourskernel: dmi: Add dmi_cpu_version()Ian Moffett
3 dayskernel: Add SYS_connect syscallIan Moffett
3 dayskernel: socket: Implement connect()Ian Moffett
3 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: 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
6 dayskernel: posix: Add POSIX 'uio'Ian Moffett
6 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
9 dayskernel: termios: Add c_oflag bit definesIan Moffett
9 dayskernel: termios: Add compatibility flagsIan Moffett
9 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
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-16kernel: accnt: Keep track of per-cpu statsIan Moffett
2025-07-16kernel: Sort out switch MI/MD switch logicIan Moffett
2025-07-16kernel: Add initial accounting logicIan Moffett
2025-07-16sys: atomic: Add 64-bit operationsIan Moffett
2025-07-14kernel: Add initial MII register defsIan Moffett
2025-07-14kernel: et131x: Add initial MAC initializationIan 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: Move crypto specifics to sys/crypto/*Ian Moffett
2025-07-11kernel: limits: Add NAME_MAXIan Moffett
2025-07-11kernel: vnode: Refactor definitionsIan 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
2025-07-09kernel: cred: Introduce SYS_setuid syscallIan Moffett
2025-07-09kernel: proc: Add initial setuid()Ian Moffett