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