summaryrefslogtreecommitdiff
path: root/src/sys
AgeCommit message (Expand)Author
8 dayskern/amd64: Attempt to dequeue on a cores first goIan Moffett
8 dayskern/amd64: isa: Add i8042 led shift valuesIan Moffett
8 dayslibc: l5: Add spawn() syscall interfaceIan Moffett
8 dayskern/amd64: Handle integrated capslock LEDIan Moffett
9 dayskern/amd64: Handle special keys (shift, caps, etc)Ian Moffett
9 dayskern/amd64: 'i8042.port.0' -> 'input.igkbd'Ian Moffett
9 dayskern: fbdev: 'video:attr' -> 'output.fbdev.attr'Ian Moffett
9 dayskern: cons: Add text mode cursorIan Moffett
9 dayskern/amd64: isa: Add i8042 read timeoutIan Moffett
9 dayskern: iotap: Fix typo in commentIan Moffett
9 dayskern/amd64: isa: Add locks to keybuf operationsIan 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 dayskernel/amd64: Add PS/2 scancode buffering + IO tapIan Moffett
10 dayskern/amd64: isa: Add PS/2 keyboard prototypeIan Moffett
10 dayskernel/amd64: cpu: Implement 'ioapic_common' stubIan Moffett
10 dayskern/amd64: Copy handler to `ih_new'Ian Moffett
10 dayskern/amd64: intr: Zero the handler structureIan Moffett
10 dayskernel/amd64: intr: Make interrupt table globalIan 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: iotap: Remove unused includeIan Moffett
11 dayskern: os: Add I/O tap frameworkIan Moffett
11 dayskern: os: Support up to 8 max namespacesIan Moffett
11 dayskern: filedes: Write non standard streamsIan Moffett
11 dayskern: filedes: Fix erroneous sizeof()Ian Moffett
11 dayskern: filedes: Add missing whitespaceIan Moffett
11 dayskern: filedes: Ignore unitialized vnodesIan Moffett
11 dayskern: vfs: Add write vop to vnodesIan Moffett
11 dayskern: syscall: Add SYS_open to syscall tableIan Moffett
11 dayskern: os: Verify access semantics in fd_write()Ian Moffett
11 dayskern: filedes: Duplicate FDs for standard streamsIan 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: Add /dev/nullIan Moffett
12 dayskern: syscall: Add SYS_mount syscallIan Moffett
12 daysusb: Add EHCI skeletonIan 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/amd64: mp: Initialize sched queue per coreIan Moffett
13 dayskern: os: Add copyinstr()Ian Moffett
13 dayskern: ns: Increment object count upon entryIan Moffett
2025-10-03np: codegen: Support returning symbols / stringsIan Moffett
2025-10-03np: parse: Add symbol listIan Moffett