summaryrefslogtreecommitdiff
path: root/src/sys
AgeCommit message (Expand)Author
6 dayskern: io: Add initial xHCI skeletonIan Moffett
6 dayskern/amd64: pci: Handle 64-bit BAR addressesIan Moffett
6 dayskern/amd64: bus: Use higher half VA for MMIOIan 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
6 dayskern: proc: Remove redundant flag setIan Moffett
6 dayskern: proc: Add process lookups by PIDIan Moffett
6 dayskern: mac: Document the MAC border tableIan Moffett
6 dayskern: Bump version up to v0.0.4Ian Moffett
6 dayskern/amd64: proc: Mark process as exiting on killIan Moffett
6 dayskern: proc: Documented rest of structure fieldsIan Moffett
7 daysconf: Beautify default boot w/ console + log tweakIan Moffett
7 dayskern: cons: Implement console backspaceIan 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
7 dayskern: conf: Make default fg/bg configurableIan Moffett
7 dayskern/amd64: Attempt to dequeue on a cores first goIan Moffett
7 dayskern/amd64: isa: Add i8042 led shift valuesIan Moffett
7 dayslibc: l5: Add spawn() syscall interfaceIan Moffett
7 dayskern/amd64: Handle integrated capslock LEDIan Moffett
8 dayskern/amd64: Handle special keys (shift, caps, etc)Ian Moffett
8 dayskern/amd64: 'i8042.port.0' -> 'input.igkbd'Ian Moffett
8 dayskern: fbdev: 'video:attr' -> 'output.fbdev.attr'Ian Moffett
8 dayskern: cons: Add text mode cursorIan Moffett
8 dayskern/amd64: isa: Add i8042 read timeoutIan Moffett
8 dayskern: iotap: Fix typo in commentIan Moffett
8 dayskern/amd64: isa: Add locks to keybuf operationsIan 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 dayskernel/amd64: Add PS/2 scancode buffering + IO tapIan Moffett
9 dayskern/amd64: isa: Add PS/2 keyboard prototypeIan Moffett
9 dayskernel/amd64: cpu: Implement 'ioapic_common' stubIan Moffett
9 dayskern/amd64: Copy handler to `ih_new'Ian Moffett
9 dayskern/amd64: intr: Zero the handler structureIan Moffett
9 dayskernel/amd64: intr: Make interrupt table globalIan Moffett
9 dayskern/amd64: Reserve 64 vectors for I/O APIC inputsIan Moffett
9 dayskern/amd64: Add interrupt registration frameworkIan Moffett
10 dayskern/amd64: ioapic: Add ISA IRQ to GSI conversionIan Moffett
10 dayskern: iotap: Remove unused includeIan Moffett
10 dayskern: os: Add I/O tap frameworkIan Moffett
10 dayskern: os: Support up to 8 max namespacesIan Moffett
10 dayskern: filedes: Write non standard streamsIan Moffett
10 dayskern: filedes: Fix erroneous sizeof()Ian Moffett
10 dayskern: filedes: Add missing whitespaceIan Moffett
10 dayskern: filedes: Ignore unitialized vnodesIan Moffett
10 dayskern: vfs: Add write vop to vnodesIan Moffett
10 dayskern: syscall: Add SYS_open to syscall tableIan Moffett