summaryrefslogtreecommitdiff
path: root/src/sys
AgeCommit message (Expand)Author
2025-10-11kern/amd64: pci: Handle 64-bit BAR addressesIan Moffett
2025-10-11kern/amd64: bus: Use higher half VA for MMIOIan Moffett
2025-10-11kern: pci: Support lookups via programming ifaceIan Moffett
2025-10-11kern: pci: Get programming interface from deviceIan Moffett
2025-10-11kern: pci: Use LU types instead of classrev fieldIan Moffett
2025-10-11kern: proc: Remove redundant flag setIan Moffett
2025-10-11kern: proc: Add process lookups by PIDIan Moffett
2025-10-11kern: mac: Document the MAC border tableIan Moffett
2025-10-11kern: Bump version up to v0.0.4Ian Moffett
2025-10-11kern/amd64: proc: Mark process as exiting on killIan Moffett
2025-10-11kern: proc: Documented rest of structure fieldsIan Moffett
2025-10-10conf: Beautify default boot w/ console + log tweakIan Moffett
2025-10-10kern: cons: Implement console backspaceIan Moffett
2025-10-10kern: proc: Add getargv system callIan Moffett
2025-10-10kern: systm: Add copyoutstr()Ian Moffett
2025-10-10kern: proc: Add initial penv block supportIan Moffett
2025-10-10kern: conf: Make default fg/bg configurableIan Moffett
2025-10-10kern/amd64: Attempt to dequeue on a cores first goIan Moffett
2025-10-10kern/amd64: isa: Add i8042 led shift valuesIan Moffett
2025-10-10libc: l5: Add spawn() syscall interfaceIan Moffett
2025-10-10kern/amd64: Handle integrated capslock LEDIan Moffett
2025-10-10kern/amd64: Handle special keys (shift, caps, etc)Ian Moffett
2025-10-09kern/amd64: 'i8042.port.0' -> 'input.igkbd'Ian Moffett
2025-10-09kern: fbdev: 'video:attr' -> 'output.fbdev.attr'Ian Moffett
2025-10-09kern: cons: Add text mode cursorIan Moffett
2025-10-09kern/amd64: isa: Add i8042 read timeoutIan Moffett
2025-10-09kern: iotap: Fix typo in commentIan Moffett
2025-10-09kern/amd64: isa: Add locks to keybuf operationsIan Moffett
2025-10-09libc: iotap: Add I/O tap syscall interfaceIan Moffett
2025-10-09kern: iotap: Expose I/O taps to userlandIan Moffett
2025-10-09kern: security: Improve scalability of MAC checksIan Moffett
2025-10-08kernel/amd64: Add PS/2 scancode buffering + IO tapIan Moffett
2025-10-08kern/amd64: isa: Add PS/2 keyboard prototypeIan Moffett
2025-10-08kernel/amd64: cpu: Implement 'ioapic_common' stubIan Moffett
2025-10-08kern/amd64: Copy handler to `ih_new'Ian Moffett
2025-10-08kern/amd64: intr: Zero the handler structureIan Moffett
2025-10-08kernel/amd64: intr: Make interrupt table globalIan Moffett
2025-10-08kern/amd64: Reserve 64 vectors for I/O APIC inputsIan Moffett
2025-10-08kern/amd64: Add interrupt registration frameworkIan Moffett
2025-10-08kern/amd64: ioapic: Add ISA IRQ to GSI conversionIan Moffett
2025-10-08kern: iotap: Remove unused includeIan Moffett
2025-10-07kern: os: Add I/O tap frameworkIan Moffett
2025-10-07kern: os: Support up to 8 max namespacesIan Moffett
2025-10-07kern: filedes: Write non standard streamsIan Moffett
2025-10-07kern: filedes: Fix erroneous sizeof()Ian Moffett
2025-10-07kern: filedes: Add missing whitespaceIan Moffett
2025-10-07kern: filedes: Ignore unitialized vnodesIan Moffett
2025-10-07kern: vfs: Add write vop to vnodesIan Moffett
2025-10-07kern: syscall: Add SYS_open to syscall tableIan Moffett
2025-10-07kern: os: Verify access semantics in fd_write()Ian Moffett