summaryrefslogtreecommitdiff
path: root/src/sys/include
AgeCommit message (Expand)Author
4 dayskern: xhci: Allocate and init command ring / CRCRIan Moffett
5 dayskern: xhci: Initialize the DCBAAP register on initIan Moffett
5 dayskern: vm: Add BYTES_TO_PAGES helper macroIan Moffett
5 dayskern: xhci: Fixup xHCI opregs field sizesIan Moffett
5 dayskern: usb: Extract HCSPARAMS1 register fieldsIan Moffett
5 dayskern: usb: Poll USBSTS.CNR after resetIan Moffett
5 dayskern: xhci: Comment USBCMD bitsIan Moffett
5 dayskern: xhci: Implement controller hard resetIan Moffett
5 dayskern: io: Add initial xHCI skeletonIan Moffett
5 dayskern: pci: Support lookups via programming ifaceIan Moffett
5 dayskern: pci: Get programming interface from deviceIan Moffett
5 dayskern: pci: Use LU types instead of classrev fieldIan Moffett
5 dayskern: proc: Add process lookups by PIDIan Moffett
5 dayskern: Bump version up to v0.0.4Ian Moffett
5 dayskern/amd64: proc: Mark process as exiting on killIan Moffett
5 dayskern: proc: Documented rest of structure fieldsIan Moffett
6 dayskern: proc: Add getargv system callIan Moffett
6 dayskern: systm: Add copyoutstr()Ian Moffett
6 dayskern: proc: Add initial penv block supportIan Moffett
6 dayskern/amd64: isa: Add i8042 led shift valuesIan Moffett
6 dayslibc: l5: Add spawn() syscall interfaceIan Moffett
7 dayskern: fbdev: 'video:attr' -> 'output.fbdev.attr'Ian Moffett
7 dayskern: cons: Add text mode cursorIan Moffett
7 dayskern: iotap: Fix typo in commentIan Moffett
7 dayslibc: iotap: Add I/O tap syscall interfaceIan Moffett
7 dayskern: iotap: Expose I/O taps to userlandIan Moffett
7 dayskern: security: Improve scalability of MAC checksIan Moffett
8 dayskern/amd64: isa: Add PS/2 keyboard prototypeIan Moffett
8 dayskern/amd64: Reserve 64 vectors for I/O APIC inputsIan Moffett
8 dayskern/amd64: Add interrupt registration frameworkIan Moffett
9 dayskern/amd64: ioapic: Add ISA IRQ to GSI conversionIan Moffett
9 dayskern: os: Add I/O tap frameworkIan Moffett
9 dayskern: os: Support up to 8 max namespacesIan Moffett
9 dayskern: vfs: Add write vop to vnodesIan Moffett
9 dayskern: syscall: Add SYS_open to syscall tableIan Moffett
9 dayskern: filedes: Save the mode in fd_open()Ian Moffett
9 daysos: vnode: Add refcounts to vnodesIan Moffett
10 daysFix conflictsIan Moffett
10 dayskern: filedes: Add SYS_open system callIan Moffett
10 dayskern: filedesc: Add fd_open() functionIan Moffett
10 dayskern: syscall: Add SYS_mount syscallIan Moffett
11 dayskern: syscall: Add initial SYS_spawn syscallIan Moffett
11 dayskern: proc: Add initial spawn functionIan Moffett
11 dayskern: proc: Add process environment blockIan Moffett
11 dayskern: os: Add copyinstr()Ian Moffett
13 daysnp: codegen: Support returning symbols / stringsIan Moffett
13 daysnp: parse: Add symbol listIan Moffett
13 daysnp: symbol: Ensure of assigned name and IDIan Moffett
13 daysnp: piir: Add bitmap based register allocationIan Moffett
14 daysnp: Remove deprecated ast_root fieldIan Moffett