summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
10 dayslibc: Add POSIX errno.h headerIan Moffett
10 dayskern: Add initial object namespace sourcesIan Moffett
11 dayskern: compat: Use copyin() in SYS_writeIan Moffett
11 dayskern: Add safe copyin() and copyout()Ian Moffett
11 dayskern: lib: Add strdup()Ian Moffett
11 daysbuild: Remove -znoexecstackIan Moffett
11 daysbuild: Use clang during early stateIan Moffett
11 dayskern: cpu: Fix typo in ap_entry()Ian Moffett
11 dayskern: pci: Remove redundant semicolonIan Moffett
11 dayskern: io: Fix typo in header guardIan Moffett
12 dayskern: vm: Don't clobber original map specIan Moffett
12 dayskern: proc: Don't acquire maplist lock during initIan Moffett
12 dayskern/amd64: build: Add stub MD confIan Moffett
12 dayskern: fs: Add initial devfs implementationIan Moffett
12 dayskern: namei: Fallback to path parse if lookup failIan Moffett
12 dayskern: mount: Remove extra unwanted spaceIan Moffett
12 dayskern: Add initial signals workIan Moffett
13 dayskern: proc: Protect mapping list with spinlockIan Moffett
13 dayskern/amd64: mmu: Map with zero if prot is also zeroIan Moffett
13 dayskern/amd64: mmu: pmap_set_cache() -> pmap_set_cache()Ian Moffett
13 dayskern/amd64: panic: Halt all processors on panicIan Moffett
13 dayskern/amd64: cpu: Add cpu_halt_others() functionIan Moffett
13 dayskern/amd64: cpu: Add CPU halt ISR for IPIsIan Moffett
13 dayskern/amd64: cpu: Enable interrupts upon CPU startupIan Moffett
13 dayslibc: stdio: Add POSIX puts()Ian Moffett
13 dayslibc: unistd: Fix typo in header guardIan Moffett
13 dayslibc: unistd: Add write() system call wrapperIan Moffett
13 dayslibc: string: Add POSIX strnlen()Ian Moffett
13 dayslibc: string: Add POSIX strlen()Ian Moffett
13 dayssys: unistd: Add standard stream file numbersIan Moffett
13 dayskern/amd64: Support APIC inter-processor interruptsIan Moffett
13 dayskernel: vm: Remove redundant newlineIan Moffett
13 dayssys: Add BSD sys/tree.h portIan Moffett
13 dayskernel: filedesc: Allocate standard streamsIan Moffett
14 dayssys: Add initial sys/stat.hIan Moffett
14 dayssys: Add sys/fcntl.h for file I/O Related bitsIan Moffett
2025-09-25libc: Add resource border crossing interfaceIan Moffett
2025-09-25libc: Add ssize_t to sys/stddef.hIan Moffett
2025-09-25libc: crt: Call main function from _startIan Moffett
2025-09-25libc: Build all cfilesIan Moffett
2025-09-25kern: mac: Make mac_map() return ssize_tIan Moffett
2025-09-25libc: Add stddef.hIan Moffett
2025-09-25sys: Add sys/_null.hIan Moffett
2025-09-25Merge branch 'master' into devIan Moffett
2025-09-25libc: Add stdint.hIan Moffett
2025-09-25libc: Ensure system includes are syncedIan Moffett
2025-09-23usr: libc: Add libc syscall interfaceIan Moffett
2025-09-23docs: readme: Add MAC to progressIan Moffett
2025-09-23kern: security: Add initial support for MACIan Moffett
2025-09-23kern/amd64: proc: Deallocate mapped frames on exitIan Moffett