summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
9 dayskernel: cons: Add backspace supportIan Moffett
13 dayskernel: syscall: Fix conditional includesIan Moffett
13 dayskernel: Startup osh instead of initIan Moffett
13 dayskernel/aarch64: Add md_sync_all() stubIan Moffett
13 dayskernel/aarch64: Add missing machdep headersIan Moffett
13 daysMerge branch 'expt' into aarch64Ian Moffett
13 dayskernel: exec_elf64: Better loggingIan Moffett
13 dayskernel/amd64: isa: Improve polling and bufferingIan Moffett
13 dayskernel/amd64: isa: Attempt to wake up PS/2 linesIan Moffett
13 dayskernel: cons: Add console buffer frameworkIan Moffett
13 dayskernel: sched: Always sync on sched entryIan Moffett
13 dayskernel: descrip: Fix copyin/copyout + rw operationIan Moffett
13 dayskernel: Initialize vm subsystem earlierIan Moffett
13 dayskernel: video: Add bpp field to fbdevIan Moffett
2025-04-17kernel: cons: Default theme to amber shadeIan Moffett
2025-04-17kernel: cons: Support flexible console attrIan Moffett
2025-04-17kernel: Add copyrightIan Moffett
2025-04-17kernel: atoimc -> atomicIan Moffett
2025-04-17kernel: Reconsider the idea of init systemsIan Moffett
2025-04-17kernel/amd64: isa: Add i8042 keyboard supportIan Moffett
2025-04-17kernel/amd64: machdep: Add sync.h headersIan Moffett
2025-04-17kernel/amd64: cpu: Add IRQ maskIan Moffett
2025-04-17kernel: sched: Default to MLFQIan Moffett
2025-04-17kernel: synch: Add system-wide lockingIan Moffett
2025-04-17kernel: sched: Adjust default quantum to 500 usecIan Moffett
2025-04-17kernel/amd64: cdefs: Add more md_* macrosIan Moffett
2025-04-17kernel: Enable interrupts upon sched entryIan Moffett
2025-04-17kernel/amd64: isa: Add support for pcspkrIan Moffett
2025-04-17kernel: acpi: Add acpi_oemid()Ian Moffett
2025-04-17kernel: sched: Returns as soon as resultIan Moffett
2025-04-17kernel: synch: Add lazy spinlock acquireIan Moffett
2025-04-16sys: atomic: Add atomic load/store operationsIan Moffett
2025-04-15kernel: sched: Run oneshots foreverIan Moffett
2025-04-15kernel: Add per-arch cdefs.hIan Moffett
2025-04-13Merge branch 'expt' into aarch64Ian Moffett
2025-04-12kernel: rt8139: Add initial implIan Moffett
2025-04-12cdefs: Add __isr defineIan Moffett
2025-04-12kernel/amd64: pio: Add _MACHINE_HAVE_PIO defineIan Moffett
2025-04-12aarch64/pio: Add PIO stubsIan Moffett
2025-04-12dev: nvme: Log controller presenceIan Moffett
2025-04-02kernel/aarch64: Add initial AARCH64 portIan Moffett
2025-04-02kernel: syscall: Add machdep syscall headerIan Moffett
2025-03-28sys: Make proper sys/types.h + add clang nostdincIan Moffett
2025-03-28kernel: tlsf: Include proper headersIan Moffett
2025-03-28sys: limits: Add CHAR_BITIan Moffett
2025-03-27kernel: vm: Add munmap() implIan Moffett
2025-03-27kernel: systm: Include assert.hIan Moffett
2025-03-27kernel: systm: Add __sigraise() helperIan Moffett
2025-03-25kernel: vm: Add initial mmap() implIan Moffett
2025-03-25kernel: vm: Fix vm_page insertionsIan Moffett