summaryrefslogtreecommitdiff
path: root/src/sys/os
AgeCommit message (Expand)Author
3 dayskern/amd64: mp: Add idle threads per coreIan Moffett
3 dayskern: init: Initialize scheduler before modulesIan Moffett
3 dayskern/amd64: Introduce kernel threadsIan Moffett
4 dayskern: filedesc: Add close() system callIan Moffett
4 dayskern: vfs: Add reclaim callback to vnodeIan Moffett
4 dayskern: omar: Make OMAR reads offset awareIan Moffett
4 dayskern: vfs: Make vnode r/w operations offset awareIan Moffett
4 dayskern: Add SYS_read system call for file I/OIan Moffett
4 dayskern: omar: Implement VFS read vopIan Moffett
4 dayskern: namei: Return vnode before exiting functionIan Moffett
4 dayskern: namei: Return -NOENT at function endIan Moffett
4 dayskern: vfs: Add vnode operation for readsIan Moffett
4 dayskern: omar: Set vnode ops per looked up nodeIan Moffett
4 dayskern: filedesc: Don't stop searching without fdIan Moffett
4 dayskern: filedesc: Remove outdated commentIan Moffett
4 dayskern: vfs: Add NULL check for write vopIan Moffett
4 dayskern: Add initial DMS frameworkIan Moffett
5 dayskern: proc: Check argc after checking envblkIan Moffett
5 dayskern: proc: Add NULL check for envblkIan Moffett
5 dayskern: os: Remove extra newlineIan Moffett
6 dayskern: proc: Add initial waitpid() syscallIan Moffett
6 dayskern: proc: Implement process sleeping and wakingIan Moffett
6 dayskern: proc: Use seperate queue link for lookupsIan Moffett
6 dayskern: init: Turn off console logs before userlandIan Moffett
8 dayskern: proc: Add process lookups by PIDIan Moffett
8 dayskern: mac: Document the MAC border tableIan Moffett
8 dayskern: proc: Add getargv system callIan Moffett
8 dayskern: systm: Add copyoutstr()Ian Moffett
8 dayskern: proc: Add initial penv block supportIan Moffett
10 dayskern: iotap: Expose I/O taps to userlandIan Moffett
10 dayskern: security: Improve scalability of MAC checksIan Moffett
11 dayskern: iotap: Remove unused includeIan Moffett
11 dayskern: os: Add I/O tap frameworkIan Moffett
11 dayskern: os: Support up to 8 max namespacesIan Moffett
12 dayskern: filedes: Write non standard streamsIan Moffett
12 dayskern: filedes: Fix erroneous sizeof()Ian Moffett
12 dayskern: filedes: Add missing whitespaceIan Moffett
12 dayskern: filedes: Ignore unitialized vnodesIan Moffett
12 dayskern: vfs: Add write vop to vnodesIan Moffett
12 dayskern: os: Verify access semantics in fd_write()Ian Moffett
12 dayskern: filedes: Duplicate FDs for standard streamsIan Moffett
12 dayskern: filedes: Save the mode in fd_open()Ian Moffett
12 daysos: vnode: Add refcounts to vnodesIan Moffett
12 daysFix conflictsIan Moffett
12 dayskern: filedes: Add SYS_open system callIan Moffett
12 dayskern: filedesc: Add fd_open() functionIan Moffett
12 dayskern: Add /dev/nullIan Moffett
13 dayskern: syscall: Add SYS_mount syscallIan Moffett
13 dayskern: syscall: Add initial SYS_spawn syscallIan Moffett
13 dayskern: proc: Add initial spawn functionIan Moffett