Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-31 | FileSystem: Pass mode_t to Inode::add_child(). | Andreas Kling | |
This way the Ext2FS code can update its directory entry "file type" fields correctly based on the file mode. This fixes some e2fsck whining. | |||
2019-05-28 | Add clang-format file | Robin Burchell | |
Also run it across the whole tree to get everything using the One True Style. We don't yet run this in an automated fashion as it's a little slow, but there is a snippet to do so in makeall.sh. | |||
2019-05-16 | Kernel: Move Inode to its own files. | Andreas Kling | |
2019-05-03 | Kernel+Userland: Implement mknod() syscall and add a /bin/mknod program. | 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-03 | Kernel: Move FS-related files into Kernel/FileSystem/ | Andreas Kling | |