summaryrefslogtreecommitdiff
path: root/src/sys/include
AgeCommit message (Expand)Author
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
8 dayslibc: l5: Add spawn() syscall interfaceIan Moffett
9 dayskern: fbdev: 'video:attr' -> 'output.fbdev.attr'Ian Moffett
9 dayskern: cons: Add text mode cursorIan Moffett
9 dayskern: iotap: Fix typo in commentIan Moffett
9 dayslibc: iotap: Add I/O tap syscall interfaceIan Moffett
9 dayskern: iotap: Expose I/O taps to userlandIan Moffett
9 dayskern: security: Improve scalability of MAC checksIan Moffett
10 dayskern/amd64: isa: Add PS/2 keyboard prototypeIan Moffett
10 dayskern/amd64: Reserve 64 vectors for I/O APIC inputsIan Moffett
10 dayskern/amd64: Add interrupt registration frameworkIan Moffett
11 dayskern/amd64: ioapic: Add ISA IRQ to GSI conversionIan Moffett
11 dayskern: os: Add I/O tap frameworkIan Moffett
11 dayskern: os: Support up to 8 max namespacesIan Moffett
11 dayskern: vfs: Add write vop to vnodesIan Moffett
11 dayskern: syscall: Add SYS_open to syscall tableIan Moffett
11 dayskern: filedes: Save the mode in fd_open()Ian Moffett
11 daysos: vnode: Add refcounts to vnodesIan Moffett
12 daysFix conflictsIan Moffett
12 dayskern: filedes: Add SYS_open system callIan Moffett
12 dayskern: filedesc: Add fd_open() functionIan Moffett
12 dayskern: syscall: Add SYS_mount syscallIan Moffett
13 dayskern: syscall: Add initial SYS_spawn syscallIan Moffett
13 dayskern: proc: Add initial spawn functionIan Moffett
13 dayskern: proc: Add process environment blockIan Moffett
13 dayskern: os: Add copyinstr()Ian Moffett
2025-10-03np: codegen: Support returning symbols / stringsIan Moffett
2025-10-03np: parse: Add symbol listIan Moffett
2025-10-03np: symbol: Ensure of assigned name and IDIan Moffett
2025-10-03np: piir: Add bitmap based register allocationIan Moffett
2025-10-03np: Remove deprecated ast_root fieldIan Moffett
2025-10-03np: symbol: Introduce symbol table + symbol cacheIan Moffett