summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
6 hoursshare: man: Add square brackets in omar(1)build-openbsdIan Moffett
6 hoursshare: man: Add omar(1)Ian Moffett
10 hoursbuild: Add -Wno-c2x-extensions CC flagIan Moffett
10 hoursdocs: contrib: Add note about switch/caseIan Moffett
10 hourskernel: cons: Add backspace supportIan Moffett
11 hourskernel: initramfs: Add initial OMAR portIan Moffett
12 hoursbootstrap: Do host checksIan Moffett
12 hoursbuild: Omit -mabi=sysvIan Moffett
12 hoursusr: osh: Use project root in build scriptIan Moffett
12 hoursusr: init: Use project root in build scriptIan Moffett
15 hourslibc: crt0.S -> crti.SIan Moffett
15 hoursbuild: Pass project root to other build dirsIan Moffett
15 hoursbuild: Omit -Wno-c23-extensions in build flagsIan Moffett
15 hoursbuild: Add @PROJECT_ROOT@ build varIan Moffett
15 hoursbuild: Add -no-pie to linker flagsIan Moffett
2025-04-18share: contrib: Add note about local variablesIan Moffett
2025-04-18share: contrib: Add pointer style notesIan Moffett
2025-04-18usr: libc: Add machdep headersIan Moffett
2025-04-18build: Pass arch to libcIan Moffett
2025-04-18kernel: syscall: Fix conditional includesIan Moffett
2025-04-18tools: Add tap interface test scriptIan Moffett
2025-04-18kernel: Startup osh instead of initIan Moffett
2025-04-18kernel/aarch64: Add md_sync_all() stubIan Moffett
2025-04-18kernel/aarch64: Add missing machdep headersIan Moffett
2025-04-18Merge branch 'expt' into aarch64Ian Moffett
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