summaryrefslogtreecommitdiff
path: root/src/sys/include/os
AgeCommit message (Expand)Author
16 hourskern: Add SYS_read system call for file I/OIan Moffett
17 hourskern: vfs: Add vnode operation for readsIan Moffett
4 dayskern: reboot: Add reboot system callIan Moffett
5 dayskern: systm: Add copyoutstr()Ian Moffett
7 dayskern: iotap: Expose I/O taps to userlandIan Moffett
7 dayskern: security: Improve scalability of MAC checksIan Moffett
8 dayskern: os: Add I/O tap frameworkIan Moffett
8 dayskern: os: Support up to 8 max namespacesIan Moffett
9 dayskern: vfs: Add write vop to vnodesIan Moffett
9 dayskern: filedes: Save the mode in fd_open()Ian Moffett
9 daysos: vnode: Add refcounts to vnodesIan Moffett
9 dayskern: filedesc: Add fd_open() functionIan Moffett
10 dayskern: os: Add copyinstr()Ian Moffett
12 daysnp: parse: Add symbol listIan Moffett
13 daysnp: Remove deprecated ast_root fieldIan Moffett
13 daysnp: codegen: Deprecate AST in favor of stackgenIan Moffett
2025-10-01np: parse: Allocate new PIIR stack into work descIan Moffett
2025-10-01np: parse: Create proc AST, handle end/begin, ...Ian Moffett
2025-10-01np: parse: Add AST structure and initial logicIan Moffett
2025-10-01np: init: Keep track of objects with PTRBOXIan Moffett
2025-09-30np: lex: Cache last char during parseIan Moffett
2025-09-30kern: Add initial pirho compiler sourcesIan Moffett
2025-09-30kern: os: Document the mac_border structureIan Moffett
2025-09-29kern: ns: Include nsvar.h in os/ns.hIan Moffett
2025-09-29kern: ns: Remove unused length fieldIan Moffett
2025-09-29kern: Add initial object namespace sourcesIan Moffett
2025-09-28kern: Add safe copyin() and copyout()Ian Moffett
2025-09-27kern: Add initial signals workIan Moffett
2025-09-26kernel: filedesc: Allocate standard streamsIan Moffett
2025-09-25libc: Add resource border crossing interfaceIan Moffett
2025-09-25kern: 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