summaryrefslogtreecommitdiff
path: root/src/sys
AgeCommit message (Expand)Author
21 hourssys: types: Remove redundant typeIan Moffett
35 hourskern: iotap: Return -ENOTSUP if I/O tap op is NULLIan Moffett
35 hourskernel/amd64: Gracefully handle usermode faultsIan Moffett
38 hourskern: ahci: Use the stack for ports before copyIan Moffett
41 hourskern: Implement skeleton for POSIX socketsIan Moffett
41 hourskern: filedesc: Expose fd allocation APIIan Moffett
43 hourskern: vfs: Add vtype param to vop_create()Ian Moffett
44 hourskern: tmpfs: Make tmpfs create() vtype awareHEADmasterIan Moffett
44 hourskern: vfs: Add 'vtype' spec to vop_create_argsIan Moffett
46 hourskern: cons: Add horizontal tab renderingIan Moffett
3 dayskern: Add SYS_lseek system callIan Moffett
3 dayskern: filedesc: Implement lseek() functionIan Moffett
3 dayskern: tmpfs: Implement getattr vop for tmpfsIan Moffett
3 dayskern: vfs: Add vop_getattr() for vnodesIan Moffett
3 dayskern: tmpfs: Use real length for EOF trackingIan Moffett
3 dayskern: tmpfs: Add tmpfs read callbackIan Moffett
3 dayskern: tmpfs: Add tmpfs write callbackIan Moffett
3 dayskern: Add kernel realloc() functionIan Moffett
3 dayskern: fs: Add initial tmpfs implementationIan Moffett
3 dayskern: devfs: Fix typo in VFS ops structureIan Moffett
3 dayskern: filedesc: Add O_CREAT flag for fd_open()Ian Moffett
3 dayskern: vfs: Return vnode upon path parsing endIan Moffett
3 dayskern: vfs: Implement non image-fs namei lookupsIan Moffett
3 dayskern: vfs: Add 'create' virtual file operationIan Moffett
5 dayskern/amd64: trap: Copy trapframe on syscall entryIan Moffett
5 dayskern: proc: Fix commentIan Moffett
5 dayskern/amd64: mp: Add idle threads per coreIan Moffett
5 dayskern/amd64: i8042: Add option to poll keyboardIan Moffett
5 dayskern/amd64: proc: Don't dequeue procs in idle loopIan Moffett
5 dayskern: init: Initialize scheduler before modulesIan Moffett
5 dayskern/amd64: proc: md_proc_yield -> md_proc_idleIan Moffett
5 dayskern/amd64: Introduce kernel threadsIan Moffett
5 dayskern: filedesc: Add close() system callIan Moffett
5 dayskern: vfs: Add reclaim callback to vnodeIan Moffett
5 dayskern: omar: Make OMAR reads offset awareIan Moffett
5 dayskern: vfs: Make vnode r/w operations offset awareIan Moffett
5 dayskern: Add SYS_read system call for file I/OIan Moffett
5 dayskern: omar: Implement VFS read vopIan Moffett
5 dayskern: namei: Return vnode before exiting functionIan Moffett
5 dayskern: namei: Return -NOENT at function endIan Moffett
5 dayskern: vfs: Add vnode operation for readsIan Moffett
5 dayskern: omar: Set vnode ops per looked up nodeIan Moffett
5 dayskern: filedesc: Don't stop searching without fdIan Moffett
5 dayskern: filedesc: Remove outdated commentIan Moffett
5 dayskern: vfs: Add NULL check for write vopIan Moffett
6 dayskern: dms: Add DMS QUERY opcode for devinfoIan Moffett
6 dayslibc: Add DMS I/O syscall interfaceIan Moffett
6 dayskern: dms: Add initial DMS engine sourcesIan Moffett
6 dayskern: ahci: Implement DMS read interfaceIan Moffett
6 dayskern: dms: Make DMS block size awareIan Moffett