summaryrefslogtreecommitdiff
path: root/src/sys/include/os
AgeCommit message (Expand)Author
23 hourskern: os: Support up to 8 max namespacesIan Moffett
27 hourskern: vfs: Add write vop to vnodesIan Moffett
30 hourskern: filedes: Save the mode in fd_open()Ian Moffett
30 hoursos: vnode: Add refcounts to vnodesIan Moffett
45 hourskern: filedesc: Add fd_open() functionIan Moffett
3 dayskern: os: Add copyinstr()Ian Moffett
5 daysnp: parse: Add symbol listIan Moffett
6 daysnp: Remove deprecated ast_root fieldIan Moffett
6 daysnp: codegen: Deprecate AST in favor of stackgenIan Moffett
7 daysnp: parse: Allocate new PIIR stack into work descIan Moffett
7 daysnp: parse: Create proc AST, handle end/begin, ...Ian Moffett
7 daysnp: parse: Add AST structure and initial logicIan Moffett
7 daysnp: init: Keep track of objects with PTRBOXIan Moffett
8 daysnp: lex: Cache last char during parseIan Moffett
8 dayskern: Add initial pirho compiler sourcesIan Moffett
8 dayskern: os: Document the mac_border structureIan 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
11 dayskern: Add initial signals workIan Moffett
12 dayskernel: filedesc: Allocate standard streamsIan Moffett
13 dayslibc: Add resource border crossing interfaceIan Moffett
13 dayskern: mac: Make mac_map() return ssize_tIan Moffett
2025-09-23kern: security: Add initial support for MACIan 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: clkdev: Add callback to get elapsed timeIan Moffett
2025-09-21kern: Introduce clock device frameworkIan Moffett
2025-09-20kern: syscall: Add initial write(2) stubIan Moffett
2025-09-20kern: pci: Add bus framework and PCI BAR mapperIan Moffett
2025-09-19kern: Add '.modules' section to kernel binaryIan Moffett
2025-09-19kern: vfs: Add path component counterIan Moffett
2025-09-18kern: vfs: Add initial vfsops, and mount codeIan Moffett
2025-09-18kern: vfs: Add vnode allocation / release routinesIan Moffett
2025-09-18kern: vfs: Add initial vnode definitionsIan Moffett
2025-09-17kern/amd64: proc: Add initial context switch logicIan Moffett
2025-09-16kern: Add initial ELF loader sourcesIan Moffett
2025-09-15kern: os: Introduce support for OMAR initramfsIan Moffett
2025-09-15kern: Add initial scheduler skeletonIan Moffett
2025-09-15kern: Add sys/mmio.hIan Moffett
2025-09-15kern: os: Add initial kalloc subsystemIan Moffett
2025-09-15kern: os: Add assert.hIan Moffett
2025-09-13os: Add spinlock supportIan Moffett