Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-03 | More coding style changes. | Andreas Kling | |
2018-11-15 | Some more renaming: | Andreas Kling | |
FileSystem -> FS SyntheticFileSystem -> SynthFS ProcFileSystem -> ProcFS Ext2FileSystem -> Ext2FS Ext2Inode -> Ext2FSInode | |||
2018-11-15 | More VFS cleanup. | Andreas Kling | |
2018-11-01 | Process now maps regions immediately when they are allocated. | Andreas Kling | |
This avoids having to do a separate MM.mapRegionsForTask() pass. Also, more Task => Process renaming that I apparently hadn't saved yet. | |||
2018-10-26 | Add a simple /proc/mounts that enumerates the current VFS mounts. | Andreas Kling | |
2018-10-26 | Implement /proc/PID/vm. | Andreas Kling | |
Refactored SyntheticFileSystem to maintain an arbitrary directory structure. ProcFileSystem creates a directory entry in /proc for each new process. | |||
2018-10-23 | Start adding a basic /proc filesystem and a "ps" utility. | Andreas Kling | |