summaryrefslogtreecommitdiff
path: root/src/sys/os
AgeCommit message (Expand)Author
30 hourskern: null: Return a count of zero in read hookIan Moffett
36 hourskern: vfs: Return -ENOENT if image path is badIan Moffett
3 dayskern: Add user creds with EUID and RUID + setuid()Ian Moffett
3 dayskern: iotap: Return -ENOTSUP if I/O tap op is NULLIan Moffett
3 dayskern: Implement skeleton for POSIX socketsIan Moffett
3 dayskern: filedesc: Expose fd allocation APIIan Moffett
4 dayskern: vfs: Add vtype param to vop_create()Ian Moffett
4 dayskern: vfs: Add 'vtype' spec to vop_create_argsIan Moffett
4 dayskern: Add SYS_lseek system callIan Moffett
4 dayskern: filedesc: Implement lseek() functionIan Moffett
4 dayskern: vfs: Add vop_getattr() for vnodesIan Moffett
5 dayskern: Add kernel realloc() functionIan Moffett
5 dayskern: fs: Add initial tmpfs implementationIan Moffett
5 dayskern: devfs: Fix typo in VFS ops structureIan Moffett
5 dayskern: filedesc: Add O_CREAT flag for fd_open()Ian Moffett
5 dayskern: vfs: Return vnode upon path parsing endIan Moffett
5 dayskern: vfs: Implement non image-fs namei lookupsIan Moffett
5 dayskern: vfs: Add 'create' virtual file operationIan Moffett
6 dayskern/amd64: mp: Add idle threads per coreIan Moffett
6 dayskern: init: Initialize scheduler before modulesIan Moffett
6 dayskern/amd64: Introduce kernel threadsIan Moffett
7 dayskern: filedesc: Add close() system callIan Moffett
7 dayskern: vfs: Add reclaim callback to vnodeIan Moffett
7 dayskern: omar: Make OMAR reads offset awareIan Moffett
7 dayskern: vfs: Make vnode r/w operations offset awareIan Moffett
7 dayskern: Add SYS_read system call for file I/OIan Moffett
7 dayskern: omar: Implement VFS read vopIan Moffett
7 dayskern: namei: Return vnode before exiting functionIan Moffett
7 dayskern: namei: Return -NOENT at function endIan Moffett
7 dayskern: vfs: Add vnode operation for readsIan Moffett
7 dayskern: omar: Set vnode ops per looked up nodeIan Moffett
7 dayskern: filedesc: Don't stop searching without fdIan Moffett
7 dayskern: filedesc: Remove outdated commentIan Moffett
7 dayskern: vfs: Add NULL check for write vopIan Moffett
7 dayskern: Add initial DMS frameworkIan Moffett
8 dayskern: proc: Check argc after checking envblkIan Moffett
8 dayskern: proc: Add NULL check for envblkIan Moffett
8 dayskern: os: Remove extra newlineIan Moffett
9 dayskern: proc: Add initial waitpid() syscallIan Moffett
9 dayskern: proc: Implement process sleeping and wakingIan Moffett
9 dayskern: proc: Use seperate queue link for lookupsIan Moffett
9 dayskern: init: Turn off console logs before userlandIan Moffett
11 dayskern: proc: Add process lookups by PIDIan Moffett
11 dayskern: mac: Document the MAC border tableIan Moffett
11 dayskern: proc: Add getargv system callIan Moffett
11 dayskern: systm: Add copyoutstr()Ian Moffett
11 dayskern: proc: Add initial penv block supportIan Moffett
12 dayskern: iotap: Expose I/O taps to userlandIan Moffett
13 dayskern: security: Improve scalability of MAC checksIan Moffett
2025-10-08kern: iotap: Remove unused includeIan Moffett