summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
19 hourskern: conf: Make default fg/bg configurableHEADmasterIan Moffett
19 hourscmd: Add shell prototypeIan Moffett
19 hourscmd: 'test.c' -> 'init.c'Ian Moffett
20 hourskern/amd64: Attempt to dequeue on a cores first goIan Moffett
20 hourskern/amd64: isa: Add i8042 led shift valuesIan Moffett
20 hourslibc: l5: Add spawn() syscall interfaceIan Moffett
20 hourslibc: string: Add strcmp()Ian Moffett
21 hourskern/amd64: Handle integrated capslock LEDIan Moffett
34 hourskern/amd64: Handle special keys (shift, caps, etc)Ian Moffett
35 hoursdocs: Add I/O tap naming standard draftIan Moffett
35 hourskern/amd64: 'i8042.port.0' -> 'input.igkbd'Ian Moffett
35 hourslibc: Add ctype.hIan Moffett
35 hourskern: fbdev: 'video:attr' -> 'output.fbdev.attr'Ian Moffett
38 hourskern: cons: Add text mode cursorIan Moffett
38 hourskern/amd64: isa: Add i8042 read timeoutIan Moffett
40 hourskern: iotap: Fix typo in commentIan Moffett
40 hourskern/amd64: isa: Add locks to keybuf operationsIan Moffett
41 hourslibc: iotap: Add I/O tap syscall interfaceIan Moffett
41 hourskern: iotap: Expose I/O taps to userlandIan Moffett
43 hourskern: security: Improve scalability of MAC checksIan Moffett
3 dayskernel/amd64: Add PS/2 scancode buffering + IO tapIan Moffett
3 dayskern/amd64: isa: Add PS/2 keyboard prototypeIan Moffett
3 dayskernel/amd64: cpu: Implement 'ioapic_common' stubIan Moffett
3 dayskern/amd64: Copy handler to `ih_new'Ian Moffett
3 dayslibc: build: Clean all objects on `make clean'Ian Moffett
3 dayslibc: build: Build musl-math portIan Moffett
3 dayskern/amd64: intr: Zero the handler structureIan Moffett
3 dayslibc: Add musl math portIan Moffett
3 dayslibc: Add fenv.hIan Moffett
3 dayslibc: stdint: Add signed integer typesIan Moffett
3 dayslibc: stdint: Add missing _HAVE_UINT64_TIan Moffett
3 dayskernel/amd64: intr: Make interrupt table globalIan Moffett
3 dayskern/amd64: Reserve 64 vectors for I/O APIC inputsIan Moffett
3 dayskern/amd64: Add interrupt registration frameworkIan Moffett
3 dayskern/amd64: ioapic: Add ISA IRQ to GSI conversionIan Moffett
3 dayskern: iotap: Remove unused includeIan Moffett
4 dayskern: os: Add I/O tap frameworkIan Moffett
4 dayskern: os: Support up to 8 max namespacesIan Moffett
4 daysdocs: Add initial PCI(e) documentationIan Moffett
4 dayskern: filedes: Write non standard streamsIan Moffett
4 dayskern: filedes: Fix erroneous sizeof()Ian Moffett
4 dayskern: filedes: Add missing whitespaceIan Moffett
4 dayskern: filedes: Ignore unitialized vnodesIan Moffett
4 dayskern: vfs: Add write vop to vnodesIan Moffett
4 dayskern: syscall: Add SYS_open to syscall tableIan Moffett
4 dayslib: libc: Add fcntl.h headerIan Moffett
4 dayskern: os: Verify access semantics in fd_write()Ian Moffett
4 dayskern: filedes: Duplicate FDs for standard streamsIan Moffett
4 dayskern: filedes: Save the mode in fd_open()Ian Moffett
4 daysos: vnode: Add refcounts to vnodesIan Moffett