summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
40 hourskernel: xhci: Wait until xHC is ready in resetIan Moffett
40 hourskernel: xhci: Ensure portno is valid for portscIan Moffett
41 hourskernel: xhci: Add xhci_stop_hc() to stop the xHCIan Moffett
41 hourskernel: xhci: Fake success if already runningIan Moffett
41 hourskernel: xhci: Log reset timeoutsIan Moffett
41 hourskernel: xhci: Fix zeroing of NULL pageIan Moffett
41 hourskernel: xhci: Do not offset segment table baseIan Moffett
41 hourskernel: xhci: Fix off-by-one bugIan Moffett
2 dayskernel: acpi: Add GAS I/O access definitionsIan Moffett
2 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
4 dayskernel: sysctl: Set 'oldlenp' to NULL if neededIan Moffett
4 dayskernel: sysctl: Add 'kern.hostname' varIan Moffett
4 dayskernel: Do not blacklist AHCIIan Moffett
4 dayskernel: sysctl: Allow 'old*' fields to be NULLIan Moffett
4 dayskernel: sysctl: Be sure to set 'newlen' in argsIan Moffett
4 dayskernel: sysctl: Add sysctl_clearstr()Ian Moffett
4 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
6 dayskernel: socket: Fix typo in commentIan Moffett
6 dayskernel & libc: Add POSIX setsockopt syscallIan Moffett
6 dayskernel: socket: Implement recv() timeoutIan Moffett
6 dayskernel: socket: Add POSIX setsockopt()Ian Moffett
6 dayskernel: socket: Fix typo in code commentIan Moffett
6 dayskernel: sched: Add sched_suspend()Ian Moffett
6 dayskernel: socket: Refactor recv() implIan Moffett
6 dayskernel: socket: Zero newly allocated 'ksock'Ian Moffett
8 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
10 dayskernel: Add SYS_connect syscallIan Moffett
10 dayskernel: socket: Implement connect()Ian Moffett
10 dayskernel: socket: Improve control message logicIan Moffett
10 dayskernel: socket: Block is recv queue is emptyIan Moffett
10 dayskernel: socket: Block if cmsg queue is emptyIan Moffett
10 dayskernel: socket: Log socket owner PID on SCM_RIGHTSIan Moffett
10 dayskernel: socket: Create a socket file in /tmp/Ian Moffett
10 dayskernel: socket: Keep track of socket ownerIan Moffett
10 dayssys: types: Use internal typenames for typedefsIan Moffett
10 dayskernel: descrip: Add 'td' parameter to fd routinesIan Moffett
12 dayskernel: socket: Ensure AF_UNIX in recvmsg()Ian Moffett
13 dayskernel: Add SYS_sendmsg and SYS_recvmsgIan Moffett