summaryrefslogtreecommitdiff
path: root/src/sys/include
AgeCommit message (Expand)Author
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
6 dayskern: xhci: Initialize the DCBAAP register on initIan Moffett
6 dayskern: vm: Add BYTES_TO_PAGES helper macroIan Moffett
6 dayskern: xhci: Fixup xHCI opregs field sizesIan Moffett
6 dayskern: usb: Extract HCSPARAMS1 register fieldsIan Moffett
6 dayskern: usb: Poll USBSTS.CNR after resetIan Moffett
6 dayskern: xhci: Comment USBCMD bitsIan Moffett
6 dayskern: xhci: Implement controller hard resetIan Moffett
6 dayskern: io: Add initial xHCI skeletonIan Moffett
6 dayskern: pci: Support lookups via programming ifaceIan Moffett
6 dayskern: pci: Get programming interface from deviceIan Moffett
6 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
7 dayskern: proc: Add getargv system callIan Moffett
7 dayskern: systm: Add copyoutstr()Ian Moffett
7 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
8 dayskern: fbdev: 'video:attr' -> 'output.fbdev.attr'Ian Moffett
8 dayskern: cons: Add text mode cursorIan Moffett
8 dayskern: iotap: Fix typo in commentIan Moffett
8 dayslibc: iotap: Add I/O tap syscall interfaceIan Moffett
8 dayskern: iotap: Expose I/O taps to userlandIan Moffett
8 dayskern: security: Improve scalability of MAC checksIan Moffett
9 dayskern/amd64: isa: Add PS/2 keyboard prototypeIan Moffett
9 dayskern/amd64: Reserve 64 vectors for I/O APIC inputsIan Moffett
10 dayskern/amd64: Add interrupt registration frameworkIan Moffett
10 dayskern/amd64: ioapic: Add ISA IRQ to GSI conversionIan Moffett
10 dayskern: os: Add I/O tap frameworkIan Moffett
10 dayskern: os: Support up to 8 max namespacesIan Moffett
10 dayskern: vfs: Add write vop to vnodesIan Moffett
10 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
11 daysFix conflictsIan Moffett
11 dayskern: filedes: Add SYS_open system callIan Moffett
11 dayskern: filedesc: Add fd_open() functionIan Moffett
11 dayskern: syscall: Add SYS_mount syscallIan Moffett
12 dayskern: syscall: Add initial SYS_spawn syscallIan Moffett
12 dayskern: proc: Add initial spawn functionIan Moffett
12 dayskern: proc: Add process environment blockIan Moffett
12 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