summaryrefslogtreecommitdiff
path: root/sys/include
AgeCommit message (Expand)Author
22 hourskernel/amd64: Add initial ext scancode supportIan Moffett
3 dayskernel: disk: Add DISK_IO_QUERY op to disk engineIan Moffett
3 dayskernel: disk: Improve tracking of disk informationIan Moffett
3 dayskernel: disk: Use 'void *' in disk_param_init()Ian Moffett
3 dayskernel: disk: Remove redundant decl clutterIan Moffett
3 dayskernel: disk: Document disk READ/WRITE opcodesIan Moffett
3 dayskernel: disk: Use DISK_NAME_MAX for disk name lenIan Moffett
4 dayskernel: disk: Describe 'bsize' as HW specificIan Moffett
4 dayskernel: disk: Introduce virtual blocksIan Moffett
6 dayskernel: disk: Add initial disk engine sourcesIan Moffett
6 dayskernel: Introduce disk management frameworkIan Moffett
8 dayskernel/amd64: cpu: Add detection of invariant TSCIan Moffett
8 dayskernel/amd64: Ensure CR4.UMIP is set by defaultIan Moffett
8 dayskernel/amd64: Add CR4 bit definitionsIan Moffett
8 dayskernel/amd64: cpu: Report CPU vendor typeIan Moffett
8 dayskernel: proc: Improve handling of 'nswitch'Ian Moffett
8 dayskernel: vm: Add total system memory in vmstatIan Moffett
8 dayskernel: vm: Add virtual memory statisticsIan Moffett
8 dayskernel/amd64: Add basic timestamp counter supportIan Moffett
9 dayskernel: timer: Add flags field + TIMER_MONOTONICIan Moffett
10 dayskernel: sysctl: Add 'proc.count' entryIan Moffett
10 dayskernel: workqueue: Fixup passing of 'func' in wqIan Moffett
10 dayskernel: Add initial workqueue frameworkIan Moffett
11 dayskernel/amd64: Introduce flexible IPI managementIan Moffett
11 dayskernel: xhci: Add USBSTS_CNR definitionIan Moffett
12 dayskernel: acpi: Add GAS I/O access definitionsIan Moffett
14 dayskernel: sysctl: Add 'hw.machine' variableIan Moffett
14 dayskernel: sysctl: Report 'hw.*' variablesIan Moffett
14 dayskernel: sysctl: Add 'kern.hostname' varIan Moffett
2025-08-06kernel: sysctl: Add sysctl_clearstr()Ian Moffett
2025-08-06kernel: sysctl: Use user headers ifndef _KERNELIan Moffett
2025-08-06Merge branch 'expt' of github.com:sigsegv7/Hyra into exptIan Moffett
2025-08-04kernel & libc: Add POSIX setsockopt syscallIan Moffett
2025-08-04kernel: socket: Add POSIX setsockopt()Ian Moffett
2025-08-04kernel: sched: Add sched_suspend()Ian Moffett
2025-08-02kernel: ctlfs: Keep comment up to dateIan Moffett
2025-08-02kernel: dmi: Add '/ctl/dmi/board' ctl entryIan Moffett
2025-08-02kernel: dmi: Add dmi_prodfam()Ian Moffett
2025-08-02kernel: dmi: Add dmi_cpu_version()Ian Moffett
2025-07-31kernel: Add SYS_connect syscallIan Moffett
2025-07-31kernel: socket: Implement connect()Ian Moffett
2025-07-31kernel: socket: Keep track of socket ownerIan Moffett
2025-07-31sys: types: Use internal typenames for typedefsIan Moffett
2025-07-31kernel: 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