summaryrefslogtreecommitdiff
path: root/src/sys/include
AgeCommit message (Expand)Author
25 hourskern: Add kernel realloc() functionIan Moffett
26 hourskern: fs: Add initial tmpfs implementationIan Moffett
26 hourskern: devfs: Fix typo in VFS ops structureIan Moffett
26 hourskern: filedesc: Add O_CREAT flag for fd_open()Ian Moffett
27 hourskern: vfs: Implement non image-fs namei lookupsIan Moffett
28 hourskern: vfs: Add 'create' virtual file operationIan Moffett
3 dayskern: proc: Fix commentIan Moffett
3 dayskern/amd64: proc: md_proc_yield -> md_proc_idleIan Moffett
3 dayskern/amd64: Introduce kernel threadsIan Moffett
3 dayskern: filedesc: Add close() system callIan Moffett
3 dayskern: vfs: Add reclaim callback to vnodeIan Moffett
3 dayskern: vfs: Make vnode r/w operations offset awareIan Moffett
3 dayskern: Add SYS_read system call for file I/OIan Moffett
3 dayskern: vfs: Add vnode operation for readsIan Moffett
4 dayskern: dms: Add DMS QUERY opcode for devinfoIan Moffett
4 dayslibc: Add DMS I/O syscall interfaceIan Moffett
4 dayskern: dms: Add initial DMS engine sourcesIan Moffett
4 dayskern: dms: Make DMS block size awareIan Moffett
4 dayskern: ahci: Don't hardcode block sizesIan Moffett
4 dayskern: Add initial DMS frameworkIan Moffett
5 dayskern: ahci: Add cmdslot allocation + identifyIan Moffett
5 dayslibc: Add SYS_wait syscall interfaceIan Moffett
5 dayskern: proc: Add initial waitpid() syscallIan Moffett
5 dayskern: proc: Implement process sleeping and wakingIan Moffett
5 dayskern: proc: Use seperate queue link for lookupsIan Moffett
5 dayskern: pci: Parse PCI capability list per deviceIan Moffett
6 dayskern/amd64: cpu: Get processor family IDIan Moffett
6 dayskern/amd64: Identify processor vendor in mdcoreIan Moffett
6 dayskern: reboot: Add reboot system callIan Moffett
6 dayskern/amd64: Add reboot functionIan Moffett
6 dayskern: xhci: Allocate and init command ring / CRCRIan Moffett
7 dayskern: xhci: Initialize the DCBAAP register on initIan Moffett
7 dayskern: vm: Add BYTES_TO_PAGES helper macroIan Moffett
7 dayskern: xhci: Fixup xHCI opregs field sizesIan Moffett
7 dayskern: usb: Extract HCSPARAMS1 register fieldsIan Moffett
7 dayskern: usb: Poll USBSTS.CNR after resetIan Moffett
7 dayskern: xhci: Comment USBCMD bitsIan Moffett
7 dayskern: xhci: Implement controller hard resetIan Moffett
7 dayskern: io: Add initial xHCI skeletonIan Moffett
7 dayskern: pci: Support lookups via programming ifaceIan Moffett
7 dayskern: pci: Get programming interface from deviceIan Moffett
7 dayskern: pci: Use LU types instead of classrev fieldIan Moffett
7 dayskern: proc: Add process lookups by PIDIan Moffett
7 dayskern: Bump version up to v0.0.4Ian Moffett
7 dayskern/amd64: proc: Mark process as exiting on killIan Moffett
7 dayskern: proc: Documented rest of structure fieldsIan Moffett
8 dayskern: proc: Add getargv system callIan Moffett
8 dayskern: systm: Add copyoutstr()Ian Moffett
8 dayskern: proc: Add initial penv block supportIan Moffett
8 dayskern/amd64: isa: Add i8042 led shift valuesIan Moffett