summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2 dayskernel: xhci: Wait until xHC is ready in resetIan Moffett
2 dayskernel: xhci: Ensure portno is valid for portscIan Moffett
3 dayskernel: xhci: Add xhci_stop_hc() to stop the xHCIan Moffett
3 dayskernel: xhci: Fake success if already runningIan Moffett
3 dayskernel: xhci: Log reset timeoutsIan Moffett
3 dayskernel: xhci: Fix zeroing of NULL pageIan Moffett
3 dayskernel: xhci: Do not offset segment table baseIan Moffett
3 dayskernel: xhci: Fix off-by-one bugIan Moffett
3 dayskernel: acpi: Add GAS I/O access definitionsIan Moffett
3 dayskernel: acpi: Add handling of GPEs and notifyIan Moffett
4 dayskernel: sysctl: Add 'hw.machine' variableIan Moffett
4 dayskernel: descrip: Fix byte count on read()Ian Moffett
4 dayskernel: sysctl: Report 'hw.*' variablesIan Moffett
5 dayskernel: sysctl: Set 'oldlenp' to NULL if neededIan Moffett
5 dayskernel: sysctl: Add 'kern.hostname' varIan Moffett
5 dayskernel: Do not blacklist AHCIIan Moffett
5 dayskernel: sysctl: Allow 'old*' fields to be NULLIan Moffett
5 dayskernel: sysctl: Be sure to set 'newlen' in argsIan Moffett
5 dayskernel: sysctl: Add sysctl_clearstr()Ian Moffett
5 dayskernel: vcache: Include '\0' in sysctl stringIan Moffett
5 dayskernel: sysctl: Use user headers ifndef _KERNELIan Moffett
5 daysMerge branch 'expt' of github.com:sigsegv7/Hyra into exptIan Moffett
5 dayskernel/amd64: Limit frame depth in backtraceIan Moffett
5 dayskernel/amd64: Add better checks on 'rbp' and 'rip'Ian Moffett
5 dayskernel/amd64: Add better checks on 'rbp' and 'rip'Ian Moffett
6 dayskernel: socket: Fake success on missing optIan Moffett
7 dayskernel: socket: Fix typo in commentIan Moffett
7 dayskernel & libc: Add POSIX setsockopt syscallIan Moffett
7 dayskernel: socket: Implement recv() timeoutIan Moffett
7 dayskernel: socket: Add POSIX setsockopt()Ian Moffett
7 dayskernel: socket: Fix typo in code commentIan Moffett
7 dayskernel: sched: Add sched_suspend()Ian Moffett
7 dayskernel: socket: Refactor recv() implIan Moffett
7 dayskernel: socket: Zero newly allocated 'ksock'Ian Moffett
9 dayskernel: ctlfs: Keep comment up to dateIan Moffett
9 dayskernel: dmi: Add '/ctl/dmi/board' ctl entryIan Moffett
9 dayskernel: dmi: Add dmi_prodfam()Ian Moffett
9 dayskernel: dmi: Add dmi_cpu_version()Ian Moffett
11 dayskernel: Add SYS_connect syscallIan Moffett
11 dayskernel: socket: Implement connect()Ian Moffett
11 dayskernel: socket: Improve control message logicIan Moffett
11 dayskernel: socket: Block is recv queue is emptyIan Moffett
11 dayskernel: socket: Block if cmsg queue is emptyIan Moffett
11 dayskernel: socket: Log socket owner PID on SCM_RIGHTSIan Moffett
11 dayskernel: socket: Create a socket file in /tmp/Ian Moffett
11 dayskernel: socket: Keep track of socket ownerIan Moffett
11 dayssys: types: Use internal typenames for typedefsIan Moffett
11 dayskernel: descrip: Add 'td' parameter to fd routinesIan Moffett
13 dayskernel: socket: Ensure AF_UNIX in recvmsg()Ian Moffett
13 dayskernel: Add SYS_sendmsg and SYS_recvmsgIan Moffett