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