summaryrefslogtreecommitdiff
path: root/sys/include
AgeCommit message (Expand)Author
40 hourskernel: net: Introduce initial socket implIan Moffett
40 hourskernel: net: Add missing sys/types.h includeIan Moffett
3 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
4 dayskernel: termios: Add c_oflag bit definesIan Moffett
4 dayskernel: termios: Add compatibility flagsIan Moffett
4 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
12 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: accnt: Keep track of per-cpu statsIan Moffett
13 dayskernel: Sort out switch MI/MD switch logicIan Moffett
13 dayskernel: Add initial accounting logicIan Moffett
13 dayssys: 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
2025-07-08kernel: Add uid_t in sys/types.hIan Moffett
2025-07-08kernel: Add sys/ucred.hIan Moffett
2025-07-08kernel: cons: Use glyph relative pos in cons attrIan Moffett
2025-07-07kernel: nvme: Pack nvme_smart_data structIan Moffett
2025-07-07kernel: nvme: Add SMART + logpage supportIan Moffett
2025-07-07kernel: cons: Introduce /ctl/console/attrIan Moffett
2025-07-05kernel/amd64: Add support for coredumpsIan Moffett
2025-07-05kernel: lib: Add CRC32 supportIan Moffett
2025-07-05kernel/amd64: cpu: Support SMEPIan Moffett
2025-07-05kernel/amd64: Add 'feat' field in cpu_infoIan Moffett
2025-07-03kernel: Ensure mutually exclusive console accessIan Moffett
2025-07-03kernel: devfs: Add block device stat mechanismIan Moffett
2025-07-03kernel: synch: Add mutual exclusion locksIan Moffett
2025-07-03usr: libc: Add POSIX getpid() and getppid()Ian Moffett
2025-07-03kernel: proc: Add getpid() and getppid()Ian Moffett