summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-04-18usr.bin: Add basic "shell"Ian Moffett
2025-04-18usr: libc: Add initial string.hIan Moffett
2025-04-18kernel: exec_elf64: Better loggingIan Moffett
2025-04-18kernel/amd64: isa: Improve polling and bufferingIan Moffett
2025-04-18kernel/amd64: isa: Attempt to wake up PS/2 linesIan Moffett
2025-04-18usr: Make gcc put less crap in user binariesIan Moffett
2025-04-18kernel: cons: Add console buffer frameworkIan Moffett
2025-04-18kernel: sched: Always sync on sched entryIan Moffett
2025-04-18kernel: descrip: Fix copyin/copyout + rw operationIan Moffett
2025-04-18kernel: Initialize vm subsystem earlierIan Moffett
2025-04-18kernel: 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-17tools: kconf: Recognize hexadecimalIan Moffett
2025-04-17kernel: Add copyrightIan Moffett
2025-04-17kernel: atoimc -> atomicIan Moffett
2025-04-17project: Bump to v1.6Ian 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-16boot: Upgrade to limine v9.x + add backdropIan Moffett
2025-04-15kernel: sched: Run oneshots foreverIan Moffett
2025-04-15kernel: Add per-arch cdefs.hIan Moffett
2025-04-14ideas: kport: Add concept of shadow byte regionsIan Moffett
2025-04-14docs: ideas: Add kport.txt draftIan Moffett
2025-04-13libc: Add errno + OUSI errno implIan 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-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-27build: bootstrap: Prepare environmentIan Moffett
2025-03-27build: Add hooks builddepIan Moffett
2025-03-27tools: checknl: Improve error handlingIan Moffett
2025-03-27kernel: systm: Add __sigraise() helperIan Moffett
2025-03-25kernel: vm: Add initial mmap() implIan Moffett