| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Service.FS: Rename FileSys::File to FileBackend | 2014-12-16 | 1 | -66/+0 | |
| | | |||||
| * | FileSys: split the constructor into an Open method, in order to notify the ↵ | 2014-10-06 | 1 | -0/+6 | |
| | | | | | | | opener something went wrong. Kernel: Return an invalid handle to OpenFile when it failed to open. | ||||
| * | FileSys/Kernel: Implement SetSize service call for File objects. | 2014-10-06 | 1 | -0/+7 | |
| | | |||||
| * | FileSys: Add forgotten docstrings. | 2014-10-06 | 1 | -1/+1 | |
| | | |||||
| * | Core: Add a new File class, obtainable from an Archive, and a stub ↵ | 2014-09-17 | 1 | -0/+53 | |
| implementation. | |||||