summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-09-30libwidget: Use bigger window defaultsIan Moffett
2025-09-30libc: l5: Add query system call wrapperIan Moffett
2025-09-30kern: mac: Add MAC resource queryingIan Moffett
2025-09-30kern: os: Document the mac_border structureIan Moffett
2025-09-30libwidget: Initialize vram/fbdev pointerIan Moffett
2025-09-30libwidget: Initialize default width and heightIan Moffett
2025-09-30cmd: build: Include from libc incdirIan Moffett
2025-09-29kern: fbdev: Create namespace object for fbdevIan Moffett
2025-09-29kern: init: Initialize namespaces before modulesIan Moffett
2025-09-29kern: ns: Extract true object data from entryIan Moffett
2025-09-29kern: ns: Include nsvar.h in os/ns.hIan Moffett
2025-09-29kern: ns: Remove unused length fieldIan Moffett
2025-09-29lib: Add initial libwidget skeletonIan Moffett
2025-09-29libc: string: Add memset()Ian Moffett
2025-09-29libc: string: Add memcpy()Ian Moffett
2025-09-29libc: Add POSIX errno.h headerIan Moffett
2025-09-29kern: Add initial object namespace sourcesIan Moffett
2025-09-28kern: compat: Use copyin() in SYS_writeIan Moffett
2025-09-28kern: Add safe copyin() and copyout()Ian Moffett
2025-09-28kern: lib: Add strdup()Ian Moffett
2025-09-28build: Remove -znoexecstackIan Moffett
2025-09-28build: Use clang during early stateIan Moffett
2025-09-28kern: cpu: Fix typo in ap_entry()Ian Moffett
2025-09-28kern: pci: Remove redundant semicolonIan Moffett
2025-09-28kern: io: Fix typo in header guardIan Moffett
2025-09-27kern: vm: Don't clobber original map specIan Moffett
2025-09-27kern: proc: Don't acquire maplist lock during initIan Moffett
2025-09-27kern/amd64: build: Add stub MD confIan Moffett
2025-09-27kern: fs: Add initial devfs implementationIan Moffett
2025-09-27kern: namei: Fallback to path parse if lookup failIan Moffett
2025-09-27kern: mount: Remove extra unwanted spaceIan Moffett
2025-09-27kern: Add initial signals workIan Moffett
2025-09-27kern: proc: Protect mapping list with spinlockIan Moffett
2025-09-27kern/amd64: mmu: Map with zero if prot is also zeroIan Moffett
2025-09-27kern/amd64: mmu: pmap_set_cache() -> pmap_set_cache()Ian Moffett
2025-09-27kern/amd64: panic: Halt all processors on panicIan Moffett
2025-09-26kern/amd64: cpu: Add cpu_halt_others() functionIan Moffett
2025-09-26kern/amd64: cpu: Add CPU halt ISR for IPIsIan Moffett
2025-09-26kern/amd64: cpu: Enable interrupts upon CPU startupIan Moffett
2025-09-26libc: stdio: Add POSIX puts()Ian Moffett
2025-09-26libc: unistd: Fix typo in header guardIan Moffett
2025-09-26libc: unistd: Add write() system call wrapperIan Moffett
2025-09-26libc: string: Add POSIX strnlen()Ian Moffett
2025-09-26libc: string: Add POSIX strlen()Ian Moffett
2025-09-26sys: unistd: Add standard stream file numbersIan Moffett
2025-09-26kern/amd64: Support APIC inter-processor interruptsIan Moffett
2025-09-26kernel: vm: Remove redundant newlineIan Moffett
2025-09-26sys: Add BSD sys/tree.h portIan Moffett
2025-09-26kernel: filedesc: Allocate standard streamsIan Moffett
2025-09-26sys: Add initial sys/stat.hIan Moffett