Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-03 | Kernel: Make Socket inherit from File. | Andreas Kling | |
2019-04-29 | Kernel: Have File virtuals take a FileDescriptor& rather than a Process&. | Andreas Kling | |
This will allow us to implement different behaviors depending on the role of the descriptor a File is being accessed through. | |||
2019-04-28 | Kernel: Make SharedMemory inherit from File. | Andreas Kling | |
2019-04-23 | Do a pass of compiler warning fixes. | Andreas Kling | |
This is really making me question not using 64-bit integers more. | |||
2019-04-09 | Kernel: Yet more work on bringing up POSIX SHM. | Andreas Kling | |
2019-04-09 | Kernel: More work towards POSIX SHM, also add ftruncate(). | Andreas Kling | |