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