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