summaryrefslogtreecommitdiff
path: root/src/sys/include
AgeCommit message (Expand)Author
3 dayskern: ahci: Add cmdslot allocation + identifyIan Moffett
3 dayslibc: Add SYS_wait syscall interfaceIan Moffett
3 dayskern: proc: Add initial waitpid() syscallIan Moffett
3 dayskern: proc: Implement process sleeping and wakingIan Moffett
3 dayskern: proc: Use seperate queue link for lookupsIan Moffett
3 dayskern: pci: Parse PCI capability list per deviceIan Moffett
4 dayskern/amd64: cpu: Get processor family IDIan Moffett
4 dayskern/amd64: Identify processor vendor in mdcoreIan Moffett
4 dayskern: reboot: Add reboot system callIan Moffett
4 dayskern/amd64: Add reboot functionIan Moffett
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
8 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