summaryrefslogtreecommitdiff
path: root/src/sys/os
AgeCommit message (Expand)Author
45 hourskern: proc: Check argc after checking envblkIan Moffett
3 dayskern: proc: Add NULL check for envblkIan Moffett
3 dayskern: os: Remove extra newlineIan Moffett
3 dayskern: proc: Add initial waitpid() syscallIan Moffett
3 dayskern: proc: Implement process sleeping and wakingIan Moffett
3 dayskern: proc: Use seperate queue link for lookupsIan Moffett
3 dayskern: init: Turn off console logs before userlandIan Moffett
5 dayskern: proc: Add process lookups by PIDIan Moffett
5 dayskern: mac: Document the MAC border tableIan Moffett
6 dayskern: proc: Add getargv system callIan Moffett
6 dayskern: systm: Add copyoutstr()Ian Moffett
6 dayskern: proc: Add initial penv block supportIan Moffett
7 dayskern: iotap: Expose I/O taps to userlandIan Moffett
7 dayskern: security: Improve scalability of MAC checksIan Moffett
8 dayskern: iotap: Remove unused includeIan Moffett
9 dayskern: os: Add I/O tap frameworkIan Moffett
9 dayskern: os: Support up to 8 max namespacesIan Moffett
9 dayskern: filedes: Write non standard streamsIan Moffett
9 dayskern: filedes: Fix erroneous sizeof()Ian Moffett
9 dayskern: filedes: Add missing whitespaceIan Moffett
9 dayskern: filedes: Ignore unitialized vnodesIan Moffett
9 dayskern: vfs: Add write vop to vnodesIan Moffett
9 dayskern: os: Verify access semantics in fd_write()Ian Moffett
9 dayskern: filedes: Duplicate FDs for standard streamsIan Moffett
9 dayskern: filedes: Save the mode in fd_open()Ian Moffett
9 daysos: vnode: Add refcounts to vnodesIan Moffett
10 daysFix conflictsIan Moffett
10 dayskern: filedes: Add SYS_open system callIan Moffett
10 dayskern: filedesc: Add fd_open() functionIan Moffett
10 dayskern: Add /dev/nullIan Moffett
10 dayskern: syscall: Add SYS_mount syscallIan Moffett
11 dayskern: syscall: Add initial SYS_spawn syscallIan Moffett
11 dayskern: proc: Add initial spawn functionIan Moffett
11 dayskern: os: Add copyinstr()Ian Moffett
11 dayskern: ns: Increment object count upon entryIan Moffett
2025-09-30kern: Add initial pirho compiler sourcesIan Moffett
2025-09-30kern: vfs: Return vnode result in namei()Ian Moffett
2025-09-29kern: init: Initialize namespaces before modulesIan Moffett
2025-09-29kern: ns: Extract true object data from entryIan Moffett
2025-09-29kern: Add initial object namespace sourcesIan Moffett
2025-09-28kern: Add safe copyin() and copyout()Ian Moffett
2025-09-28build: Use clang during early stateIan Moffett
2025-09-27kern: proc: Don't acquire maplist lock during initIan Moffett
2025-09-27kern: fs: Add initial devfs implementationIan Moffett
2025-09-27kern: namei: Fallback to path parse if lookup failIan Moffett
2025-09-27kern: Add initial signals workIan Moffett
2025-09-27kern: proc: Protect mapping list with spinlockIan Moffett
2025-09-26kernel: filedesc: Allocate standard streamsIan Moffett
2025-09-25kern: mac: Make mac_map() return ssize_tIan Moffett
2025-09-23kern: security: Add initial support for MACIan Moffett