summaryrefslogtreecommitdiff
path: root/src/sys/include
AgeCommit message (Expand)Author
19 hourssys: mman: Include proper type headersIan Moffett
34 hourskern: vm: Introduce initial mmap() implIan Moffett
44 hourskern: Add user creds with EUID and RUID + setuid()Ian Moffett
44 hourssys: types: Remove redundant typeIan Moffett
3 dayskern: Implement skeleton for POSIX socketsIan Moffett
3 dayskern: filedesc: Expose fd allocation APIIan Moffett
3 dayskern: vfs: Add vtype param to vop_create()Ian Moffett
3 dayskern: vfs: Add 'vtype' spec to vop_create_argsIan Moffett
4 dayskern: Add SYS_lseek system callIan Moffett
4 dayskern: filedesc: Implement lseek() functionIan Moffett
4 dayskern: vfs: Add vop_getattr() for vnodesIan Moffett
4 dayskern: Add kernel realloc() functionIan Moffett
4 dayskern: fs: Add initial tmpfs implementationIan Moffett
4 dayskern: devfs: Fix typo in VFS ops structureIan Moffett
4 dayskern: filedesc: Add O_CREAT flag for fd_open()Ian Moffett
4 dayskern: vfs: Implement non image-fs namei lookupsIan Moffett
4 dayskern: vfs: Add 'create' virtual file operationIan Moffett
5 dayskern: proc: Fix commentIan Moffett
6 dayskern/amd64: proc: md_proc_yield -> md_proc_idleIan Moffett
6 dayskern/amd64: Introduce kernel threadsIan Moffett
6 dayskern: filedesc: Add close() system callIan Moffett
6 dayskern: vfs: Add reclaim callback to vnodeIan Moffett
6 dayskern: vfs: Make vnode r/w operations offset awareIan Moffett
6 dayskern: Add SYS_read system call for file I/OIan Moffett
6 dayskern: vfs: Add vnode operation for readsIan Moffett
6 dayskern: dms: Add DMS QUERY opcode for devinfoIan Moffett
6 dayslibc: Add DMS I/O syscall interfaceIan Moffett
6 dayskern: dms: Add initial DMS engine sourcesIan Moffett
7 dayskern: dms: Make DMS block size awareIan Moffett
7 dayskern: ahci: Don't hardcode block sizesIan Moffett
7 dayskern: Add initial DMS frameworkIan Moffett
7 dayskern: ahci: Add cmdslot allocation + identifyIan Moffett
8 dayslibc: Add SYS_wait syscall interfaceIan Moffett
8 dayskern: proc: Add initial waitpid() syscallIan Moffett
8 dayskern: proc: Implement process sleeping and wakingIan Moffett
8 dayskern: proc: Use seperate queue link for lookupsIan Moffett
8 dayskern: pci: Parse PCI capability list per deviceIan Moffett
9 dayskern/amd64: cpu: Get processor family IDIan Moffett
9 dayskern/amd64: Identify processor vendor in mdcoreIan Moffett
9 dayskern: reboot: Add reboot system callIan Moffett
9 dayskern/amd64: Add reboot functionIan Moffett
9 dayskern: xhci: Allocate and init command ring / CRCRIan Moffett
9 dayskern: xhci: Initialize the DCBAAP register on initIan Moffett
9 dayskern: vm: Add BYTES_TO_PAGES helper macroIan Moffett
10 dayskern: xhci: Fixup xHCI opregs field sizesIan Moffett
10 dayskern: usb: Extract HCSPARAMS1 register fieldsIan Moffett
10 dayskern: usb: Poll USBSTS.CNR after resetIan Moffett
10 dayskern: xhci: Comment USBCMD bitsIan Moffett
10 dayskern: xhci: Implement controller hard resetIan Moffett
10 dayskern: io: Add initial xHCI skeletonIan Moffett