summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-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
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
2025-09-21kern: ahci: Add debug tracingIan Moffett
2025-09-21kern: ahci: Ensure HBA is in AHCI-mode after resetIan Moffett
2025-09-21kern: ahci: Add AHCI host bus adapter reset implIan Moffett
2025-09-21kern: ahci: Add AHCI register headerIan Moffett
2025-09-21kern: clkdev: Add callback to get elapsed timeIan Moffett
2025-09-21sys: sysvar: Bump L5 version to v0.0.3Ian Moffett
2025-09-21kern/amd64: hpet: Register HPET with clkdevIan Moffett
2025-09-21kern: Introduce clock device frameworkIan Moffett
2025-09-20kern/amd64: Add initial HPET driverIan Moffett
2025-09-20kern: Initialize ACPI before cpu_conf() callIan Moffett
2025-09-20kern: acpi: Add HPET table to acpi/tables.hIan Moffett
2025-09-20build: Build 'lib' before userlandIan Moffett
2025-09-20build: Ignore *.a filesIan Moffett