summaryrefslogtreecommitdiff
path: root/sys/include
AgeCommit message (Expand)Author
18 hourskernel/amd64: cpu: Add detection of invariant TSCIan Moffett
19 hourskernel/amd64: Ensure CR4.UMIP is set by defaultIan Moffett
20 hourskernel/amd64: Add CR4 bit definitionsIan Moffett
20 hourskernel/amd64: cpu: Report CPU vendor typeIan Moffett
21 hourskernel: proc: Improve handling of 'nswitch'Ian Moffett
21 hourskernel: vm: Add total system memory in vmstatIan Moffett
21 hourskernel: vm: Add virtual memory statisticsIan Moffett
22 hourskernel/amd64: Add basic timestamp counter supportIan Moffett
2 dayskernel: timer: Add flags field + TIMER_MONOTONICIan Moffett
3 dayskernel: sysctl: Add 'proc.count' entryIan Moffett
3 dayskernel: workqueue: Fixup passing of 'func' in wqIan Moffett
3 dayskernel: Add initial workqueue frameworkIan Moffett
4 dayskernel/amd64: Introduce flexible IPI managementIan Moffett
4 dayskernel: xhci: Add USBSTS_CNR definitionIan Moffett
5 dayskernel: acpi: Add GAS I/O access definitionsIan Moffett
7 dayskernel: sysctl: Add 'hw.machine' variableIan Moffett
7 dayskernel: sysctl: Report 'hw.*' variablesIan Moffett
7 dayskernel: sysctl: Add 'kern.hostname' varIan Moffett
7 dayskernel: sysctl: Add sysctl_clearstr()Ian Moffett
8 dayskernel: sysctl: Use user headers ifndef _KERNELIan Moffett
8 daysMerge branch 'expt' of github.com:sigsegv7/Hyra into exptIan Moffett
9 dayskernel & libc: Add POSIX setsockopt syscallIan Moffett
9 dayskernel: socket: Add POSIX setsockopt()Ian Moffett
9 dayskernel: sched: Add sched_suspend()Ian Moffett
12 dayskernel: ctlfs: Keep comment up to dateIan Moffett
12 dayskernel: dmi: Add '/ctl/dmi/board' ctl entryIan Moffett
12 dayskernel: dmi: Add dmi_prodfam()Ian Moffett
12 dayskernel: dmi: Add dmi_cpu_version()Ian Moffett
13 dayskernel: Add SYS_connect syscallIan Moffett
13 dayskernel: socket: Implement connect()Ian Moffett
13 dayskernel: socket: Keep track of socket ownerIan Moffett
14 dayssys: types: Use internal typenames for typedefsIan Moffett
14 dayskernel: descrip: Add 'td' parameter to fd routinesIan Moffett
2025-07-29kernel: Add SYS_sendmsg and SYS_recvmsgIan Moffett
2025-07-29kernel: socket: Add initial SCM + CMSG implIan Moffett
2025-07-29kernel: uio: Add iovec copyin/copyout routinesIan Moffett
2025-07-28kernel: posix: Add POSIX 'uio'Ian Moffett
2025-07-28kernel: Introduce per-arch M_WORD_SIZEIan Moffett
2025-07-28kernel: net: Add socket syscallsIan Moffett
2025-07-28kernel: net: Introduce initial socket implIan Moffett
2025-07-28kernel: net: Add missing sys/types.h includeIan Moffett
2025-07-26kernel: vsr: Add 'td' argument for most funcsIan Moffett
2025-07-26kernel: Introduce initial VSR implIan Moffett
2025-07-26kernel: lib: Add strdup() to string.hIan Moffett
2025-07-25kernel: termios: Add c_oflag bit definesIan Moffett
2025-07-25kernel: termios: Add compatibility flagsIan Moffett
2025-07-25kernel: signal: Add SIGTERMIan Moffett
2025-07-25kernel: accnt: Report how many cores are haltedIan Moffett
2025-07-25kernel/amd64: Keep track of which cores are onlineIan Moffett
2025-07-25kernel/amd64: cdefs: Remove unused includeIan Moffett