summaryrefslogtreecommitdiff
path: root/src/sys/os
AgeCommit message (Expand)Author
37 hourskern: iotap: Expose I/O taps to userlandIan Moffett
39 hourskern: security: Improve scalability of MAC checksIan Moffett
3 dayskern: iotap: Remove unused includeIan Moffett
3 dayskern: os: Add I/O tap frameworkIan Moffett
3 dayskern: os: Support up to 8 max namespacesIan Moffett
4 dayskern: filedes: Write non standard streamsIan Moffett
4 dayskern: filedes: Fix erroneous sizeof()Ian Moffett
4 dayskern: filedes: Add missing whitespaceIan Moffett
4 dayskern: filedes: Ignore unitialized vnodesIan Moffett
4 dayskern: vfs: Add write vop to vnodesIan Moffett
4 dayskern: os: Verify access semantics in fd_write()Ian Moffett
4 dayskern: filedes: Duplicate FDs for standard streamsIan Moffett
4 dayskern: filedes: Save the mode in fd_open()Ian Moffett
4 daysos: vnode: Add refcounts to vnodesIan Moffett
4 daysFix conflictsIan Moffett
4 dayskern: filedes: Add SYS_open system callIan Moffett
4 dayskern: filedesc: Add fd_open() functionIan Moffett
4 dayskern: Add /dev/nullIan Moffett
5 dayskern: syscall: Add SYS_mount syscallIan Moffett
5 dayskern: syscall: Add initial SYS_spawn syscallIan Moffett
5 dayskern: proc: Add initial spawn functionIan Moffett
5 dayskern: os: Add copyinstr()Ian Moffett
6 dayskern: ns: Increment object count upon entryIan Moffett
10 dayskern: Add initial pirho compiler sourcesIan Moffett
10 dayskern: vfs: Return vnode result in namei()Ian Moffett
11 dayskern: init: Initialize namespaces before modulesIan Moffett
11 dayskern: ns: Extract true object data from entryIan Moffett
12 dayskern: Add initial object namespace sourcesIan Moffett
12 dayskern: Add safe copyin() and copyout()Ian Moffett
12 daysbuild: Use clang during early stateIan Moffett
13 dayskern: proc: Don't acquire maplist lock during initIan Moffett
14 dayskern: fs: Add initial devfs implementationIan Moffett
14 dayskern: namei: Fallback to path parse if lookup failIan Moffett
14 dayskern: Add initial signals workIan Moffett
14 dayskern: 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
2025-09-21kern: omar: Implement image-like lookup VOPIan Moffett
2025-09-21kern: Mount root filesystem in vfs_init()Ian Moffett
2025-09-21kern: vfs: Add support for image-like pathsIan Moffett
2025-09-21kern: vfs: Add lookup by name helperIan Moffett
2025-09-21kern: Introduce clock device frameworkIan Moffett
2025-09-20kern: Initialize ACPI before cpu_conf() callIan 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-19kern: proc: Keep track of mapped areas with rangesIan Moffett
2025-09-19kern: init: Initialize generic driversIan Moffett
2025-09-19kern: vfs: Add namei() prototype functionIan Moffett