summaryrefslogtreecommitdiff
path: root/src/sys/include
AgeCommit message (Expand)Author
8 dayskern: mac: Add MAC resource queryingIan Moffett
8 dayskern: os: Document the mac_border structureIan Moffett
9 dayskern: fbdev: Create namespace object for fbdevIan Moffett
9 dayskern: ns: Include nsvar.h in os/ns.hIan Moffett
9 dayskern: ns: Remove unused length fieldIan Moffett
9 dayskern: Add initial object namespace sourcesIan Moffett
10 dayskern: Add safe copyin() and copyout()Ian Moffett
10 dayskern: lib: Add strdup()Ian Moffett
10 dayskern: io: Fix typo in header guardIan Moffett
11 dayskern: fs: Add initial devfs implementationIan 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: pmap_set_cache() -> pmap_set_cache()Ian 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: Support APIC inter-processor interruptsIan 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 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-22kern: ahci: Include missing io/dma/alloc.hIan Moffett
2025-09-22kern: ahci: Add initial port bring-up logicIan 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: 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-21sys: Add bit operations headerIan 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: Introduce clock device frameworkIan Moffett
2025-09-20kern/amd64: Add initial HPET driverIan Moffett
2025-09-20kern: acpi: Add HPET table to acpi/tables.hIan Moffett
2025-09-20kern: syscall: Add initial write(2) stubIan Moffett
2025-09-20kern: proc: Add address checking routineIan Moffett
2025-09-20kern: proc: Move sys_exit() to sys/compat/unix/*Ian Moffett
2025-09-20kern: pci: Add bus framework and PCI BAR mapperIan Moffett