summaryrefslogtreecommitdiff
path: root/src/sys
AgeCommit message (Expand)Author
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
12 dayskern: Add initial signals workIan Moffett
12 dayskern: proc: Protect mapping list with spinlockIan Moffett
12 dayskern/amd64: mmu: Map with zero if prot is also zeroIan Moffett
12 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 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 dayskern: mac: Make mac_map() return ssize_tIan Moffett
13 dayssys: Add sys/_null.hIan 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-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