summaryrefslogtreecommitdiff
path: root/src/sys
AgeCommit message (Expand)Author
10 dayskern: init: Initialize namespaces before modulesIan Moffett
10 dayskern: ns: Extract true object data from entryIan Moffett
10 dayskern: ns: Include nsvar.h in os/ns.hIan Moffett
10 dayskern: ns: Remove unused length fieldIan Moffett
10 dayskern: Add initial object namespace sourcesIan Moffett
11 dayskern: compat: Use copyin() in SYS_writeIan Moffett
11 dayskern: Add safe copyin() and copyout()Ian Moffett
11 dayskern: lib: Add strdup()Ian Moffett
11 daysbuild: Use clang during early stateIan Moffett
11 dayskern: cpu: Fix typo in ap_entry()Ian Moffett
11 dayskern: pci: Remove redundant semicolonIan Moffett
11 dayskern: io: Fix typo in header guardIan Moffett
12 dayskern: vm: Don't clobber original map specIan Moffett
12 dayskern: proc: Don't acquire maplist lock during initIan Moffett
12 dayskern/amd64: build: Add stub MD confIan Moffett
12 dayskern: fs: Add initial devfs implementationIan Moffett
12 dayskern: namei: Fallback to path parse if lookup failIan Moffett
12 dayskern: mount: Remove extra unwanted spaceIan Moffett
12 dayskern: Add initial signals workIan Moffett
13 dayskern: proc: Protect mapping list with spinlockIan Moffett
13 dayskern/amd64: mmu: Map with zero if prot is also zeroIan Moffett
13 dayskern/amd64: mmu: pmap_set_cache() -> pmap_set_cache()Ian Moffett
13 dayskern/amd64: panic: Halt all processors on panicIan Moffett
13 dayskern/amd64: cpu: Add cpu_halt_others() functionIan Moffett
13 dayskern/amd64: cpu: Add CPU halt ISR for IPIsIan Moffett
13 dayskern/amd64: cpu: Enable interrupts upon CPU startupIan 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
14 dayssys: Add initial sys/stat.hIan Moffett
14 dayssys: Add sys/fcntl.h for file I/O Related bitsIan Moffett
2025-09-25libc: Add resource border crossing interfaceIan Moffett
2025-09-25kern: mac: Make mac_map() return ssize_tIan Moffett
2025-09-25sys: 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