Commit History

Author SHA1 Message Date
  Andreas Kling 2e38df7bd1 Kernel: Assert that device major/minor hasn't already been registered 5 years ago
  Sergey Bugaev acccf9ccda Kernel: Move device lookup to Device class itself 6 years ago
  Sergey Bugaev fde8f7f538 Kernel: Expose info about source devices of mounts in /proc/df 6 years ago
  Andreas Kling bc951ca565 Kernel: Run clang-format on everything. 6 years ago
  Andreas Kling 08cd75ac4b Kernel: Rename FileDescriptor to FileDescription. 6 years ago
  Andreas Kling 2dd9ef6863 Kernel: Make File::absolute_path() const. 6 years ago
  Andreas Kling fa6446fc0d FileSystem: VFS should require Badge<Device> for device registration. 6 years ago
  Andreas Kling 2470fdcd9b Kernel: Make Socket inherit from File. 6 years ago
  Andreas Kling 0a0d739e98 Kernel: Make FIFO inherit from File. 6 years ago
  Andreas Kling e886337a67 Kernel: Make ProcessTracer inherit from File. 6 years ago
  Andreas Kling ca9ed13643 Kernel: Simplify Device::open(). 6 years ago
  Andreas Kling ab43658c55 Kernel: Move devices into Kernel/Devices/. 6 years ago