summaryrefslogtreecommitdiff
path: root/src/sys/include
AgeCommit message (Expand)Author
22 hourskern: vfs: Make vnode r/w operations offset awareIan Moffett
23 hourskern: Add SYS_read system call for file I/OIan Moffett
23 hourskern: vfs: Add vnode operation for readsIan Moffett
38 hourskern: dms: Add DMS QUERY opcode for devinfoIan Moffett
39 hourslibc: Add DMS I/O syscall interfaceIan Moffett
39 hourskern: dms: Add initial DMS engine sourcesIan Moffett
40 hourskern: dms: Make DMS block size awareIan Moffett
40 hourskern: ahci: Don't hardcode block sizesIan Moffett
40 hourskern: Add initial DMS frameworkIan Moffett
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