Age | Commit message (Expand) | Author |
---|---|---|
2019-08-18 | Kernel: Move device lookup to Device class itself | Sergey Bugaev |
2019-08-17 | Kernel: Expose info about source devices of mounts in /proc/df | Sergey Bugaev |
2019-06-07 | Kernel: Run clang-format on everything. | Andreas Kling |
2019-06-07 | Kernel: Rename FileDescriptor to FileDescription. | Andreas Kling |
2019-06-01 | Kernel: Make File::absolute_path() const. | Andreas Kling |
2019-05-31 | FileSystem: VFS should require Badge<Device> for device registration. | Andreas Kling |
2019-05-03 | Kernel: Make Socket inherit from File. | Andreas Kling |
2019-04-29 | Kernel: Make FIFO inherit from File. | Andreas Kling |
2019-04-28 | Kernel: Make ProcessTracer inherit from File. | Andreas Kling |
2019-04-24 | Kernel: Simplify Device::open(). | Andreas Kling |
2019-04-03 | Kernel: Move devices into Kernel/Devices/. | Andreas Kling |