| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-03-17 | Create basic VFS structure | marcel.braun | 3 | -0/+57 | |
| 2026-03-17 | Refactor device_file | marcel.braun | 2 | -2/+2 | |
| 2026-03-17 | Add inode_file and inode structure | marcel.braun | 5 | -3/+99 | |
| 2026-03-17 | fix build | Lukas Oesch | 1 | -1/+0 | |
| 2026-03-17 | renaming | Lukas Oesch | 1 | -2/+2 | |
| 2026-03-17 | remove not needed cpp file | Lukas Oesch | 1 | -6/+0 | |
| 2026-03-17 | use optional instead of pointer, improve error handling (do not just panic, ↵ | Lukas Oesch | 2 | -17/+14 | |
| return std::nullopt) | |||||
| 2026-03-17 | add todos | Lukas Oesch | 2 | -0/+7 | |
| 2026-03-17 | small refactoring | Lukas Oesch | 2 | -2/+3 | |
| 2026-03-17 | implement read and write bytes from device | Lukas Oesch | 5 | -1/+160 | |
| 2026-03-17 | implement first draft of a file_descriptor_table and open_file_description | Lukas Oesch | 7 | -0/+207 | |
