Age | Commit message (Expand) | Author |
---|---|---|
2019-06-09 | Kernel: Use StringView more in Inode and subclasses. | Andreas Kling |
2019-06-07 | Kernel: Run clang-format on everything. | Andreas Kling |
2019-06-07 | Kernel: Rename FileDescriptor to FileDescription. | Andreas Kling |
2019-06-01 | FileSystem: Make Inode::lookup() take a StringView. | Andreas Kling |
2019-06-01 | FileSystem: Remove now-unused Inode::parent() and Inode::reverse_lookup(). | Andreas Kling |
2019-05-31 | FileSystem: Pass mode_t to Inode::add_child(). | 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 |
2019-04-06 | Kernel: Move FIFO into FileSystem/ and Socket+LocalSocket into Net/. | Andreas Kling |
2019-04-03 | Kernel: Move FS-related files into Kernel/FileSystem/ | Andreas Kling |