summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
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
13 dayssys: Add initial sys/stat.hIan Moffett
13 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
2025-09-22kern: ahci: Replace printf calls with dtrace()Ian Moffett
2025-09-22kern: ahci: Include missing io/dma/alloc.hIan Moffett
2025-09-22kern: ahci: Add initial port bring-up logicIan Moffett
2025-09-22kern: ahci: Fix typo in dtrace() macroIan Moffett
2025-09-22kern: dma: Zero new memory by defaultIan Moffett
2025-09-22kern: ahci: Keep track of number of command slotsIan Moffett
2025-09-22kern: ahci: Add further ahcivar.h defs for FIS/HDRIan Moffett
2025-09-22kern: dma: Add DMA address helpersIan Moffett
2025-09-21kern: omar: Implement image-like lookup VOPIan Moffett
2025-09-21kern: Mount root filesystem in vfs_init()Ian Moffett
2025-09-21kern: vfs: Add support for image-like pathsIan Moffett
2025-09-21kern: vnode: Add filesystem specific data to vnodeIan Moffett
2025-09-21sys: vnode: "driver" -> "filesystem"Ian Moffett
2025-09-21kern: vfs: Add lookup by name helperIan Moffett
2025-09-21kern: ahci: Only support 64-bit HBAs for nowIan Moffett
2025-09-21kern: ahci: Add initial port startup logicIan Moffett
2025-09-21kern: ahci: Scan for implemented ports with PI regIan Moffett
2025-09-21kern: bus: Simply return bus_space, don't remapIan Moffett
2025-09-21sys: Add bit operations headerIan Moffett