Historia zmian

Autor SHA1 Wiadomość Data
  Andreas Kling 4cb87b1753 FileSystem: Add a Custody class that represents a parent/child guardianship. 6 lat temu
  Andreas Kling 8b249bd09b Kernel+Userland: Implement mknod() syscall and add a /bin/mknod program. 6 lat temu
  Andreas Kling 475a17fa4b VFS: Also respect the sticky bit of the new parent in rename(). 6 lat temu
  Andreas Kling e4eca17848 VFS: Implement sticky bit behavior for rename() and unlink(). 6 lat temu
  Andreas Kling d32d85e133 Kernel: Fix rename() sometimes failing to move within the same directory. 6 lat temu
  Andreas Kling ca9ed13643 Kernel: Simplify Device::open(). 6 lat temu
  Andreas Kling 33920df299 AK: Try to use StringViews more for substrings and splitting. 6 lat temu
  Andreas Kling 13041f894f Kernel: Start using StringView in the VFS class. 6 lat temu
  Andreas Kling 3f6408919f AK: Improve smart pointer ergonomics a bit. 6 lat temu
  Andreas Kling 37ae00a4dd Kernel+Userland: Add the rename() syscall along with a basic /bin/mv. 6 lat temu
  Andreas Kling 644c887594 Kernel: Move FIFO into FileSystem/ and Socket+LocalSocket into Net/. 6 lat temu
  Andreas Kling ab43658c55 Kernel: Move devices into Kernel/Devices/. 6 lat temu
  Andreas Kling f9864940eb Kernel: Move FS-related files into Kernel/FileSystem/ 6 lat temu