summaryrefslogtreecommitdiff
path: root/src/sys/os
AgeCommit message (Expand)Author
15 hourskern: iotap: Remove unused includeIan Moffett
19 hourskern: os: Add I/O tap frameworkIan Moffett
20 hourskern: os: Support up to 8 max namespacesIan Moffett
24 hourskern: filedes: Write non standard streamsIan Moffett
24 hourskern: filedes: Fix erroneous sizeof()Ian Moffett
24 hourskern: filedes: Add missing whitespaceIan Moffett
24 hourskern: filedes: Ignore unitialized vnodesIan Moffett
24 hourskern: vfs: Add write vop to vnodesIan Moffett
27 hourskern: os: Verify access semantics in fd_write()Ian Moffett
27 hourskern: filedes: Duplicate FDs for standard streamsIan Moffett
27 hourskern: filedes: Save the mode in fd_open()Ian Moffett
27 hoursos: vnode: Add refcounts to vnodesIan Moffett
42 hoursFix conflictsIan Moffett
42 hourskern: filedes: Add SYS_open system callIan Moffett
43 hourskern: filedesc: Add fd_open() functionIan Moffett
44 hourskern: Add /dev/nullIan Moffett
46 hourskern: syscall: Add SYS_mount syscallIan Moffett
3 dayskern: syscall: Add initial SYS_spawn syscallIan Moffett
3 dayskern: proc: Add initial spawn functionIan Moffett
3 dayskern: os: Add copyinstr()Ian Moffett
3 dayskern: ns: Increment object count upon entryIan Moffett
8 dayskern: Add initial pirho compiler sourcesIan Moffett
8 dayskern: vfs: Return vnode result in namei()Ian Moffett
9 dayskern: init: Initialize namespaces before modulesIan Moffett
9 dayskern: ns: Extract true object data from entryIan Moffett
9 dayskern: Add initial object namespace sourcesIan Moffett
10 dayskern: Add safe copyin() and copyout()Ian Moffett
10 daysbuild: Use clang during early stateIan Moffett
11 dayskern: proc: Don't acquire maplist lock during initIan Moffett
11 dayskern: fs: Add initial devfs implementationIan Moffett
11 dayskern: namei: Fallback to path parse if lookup failIan Moffett
11 dayskern: Add initial signals workIan Moffett
11 dayskern: proc: Protect mapping list with spinlockIan Moffett
12 dayskernel: filedesc: Allocate standard streamsIan Moffett
13 dayskern: 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
2025-09-19kern: vfs: Add mountpoint lookup helperIan Moffett
2025-09-19kernel: vfs: Add initial mount code + mount initrdIan Moffett