提交歷史

作者 SHA1 備註 提交日期
  Andreas Kling c9a7f81dc3 Kernel: Create new files with the current process EUID/EGID 4 年之前
  Andreas Kling 19d3f8cab7 Kernel+LibC: Turn errno codes into a strongly typed enum 4 年之前
  Andreas Kling b7248be251 Kernel: Allow sys$chmod() to change the sticky bit 4 年之前
  Andreas Kling 8601108e21 Kernel: Implement the same symlink protection as Linux 4 年之前
  Andreas Kling 9681e3eca0 Kernel: Implement the same hard link protection as Linux 4 年之前
  asynts dca6f1f49b Everywhere: Replace a bundle of dbg with dbgln. 4 年之前
  Andreas Kling 795bccbf69 Kernel: Don't allow non-root, non-owners to rmdir any child of sticky 4 年之前
  asynts 938e5c7719 Everywhere: Replace a bundle of dbg with dbgln. 4 年之前
  Tom f98ca35b83 Kernel: Improve ProcFS behavior in low memory conditions 4 年之前
  Andreas Kling 1fdd39ff14 Kernel: Sprinkle some lockers in Inode 4 年之前
  Andreas Kling ddaedbca87 Kernel: Allow sys$rename() to rename symlinks 4 年之前
  AnotherTest a9184fcb76 Kernel: Implement unveil() as a prefix-tree 4 年之前
  Andreas Kling b452dd13b6 Kernel: Allow sys$chmod() to modify the set-gid bit 4 年之前
  Itamar efe4da57df Loader: Stabilize loader & Use shared libraries everywhere :^) 4 年之前
  Sergey Bugaev 098070b767 Kernel: Add unveil('b') 4 年之前
  Andreas Kling a28f29c82c Kernel+LibC: Don't allow a directory to become a subdirectory of itself 4 年之前
  Tom c8d9f1b9c9 Kernel: Make copy_to/from_user safe and remove unnecessary checks 4 年之前
  Tom d89582880e Kernel: Switch singletons to use new Singleton class 4 年之前
  Andreas Kling 2fd9e72264 Revert "Kernel: Switch singletons to use new Singleton class" 4 年之前
  Andreas Kling 8925ad3fa0 Revert "Kernel: Move Singleton class to AK" 4 年之前
  Andreas Kling 68580d5a8d Revert "AK: Get rid of make_singleton function" 4 年之前
  Tom 5a98e329d1 AK: Get rid of make_singleton function 4 年之前
  Tom f0906250a1 Kernel: Move Singleton class to AK 4 年之前
  Tom f48feae0b2 Kernel: Switch singletons to use new Singleton class 4 年之前
  Andreas Kling eeaba41d13 Kernel: Add DirectoryEntryView for VFS directory traversal 4 年之前
  Brian Gianforcaro d67069d922 Kernel: Propagate a few KResults properly in FileSystem subsystems 5 年之前
  Brian Gianforcaro e8c9b5e870 Kernel: Make Inode::directory_entry_count errors observable. 5 年之前
  Peter Elliott d01eba6fa3 Kernel: Implement FIFOs/named pipes 5 年之前
  Sergey Bugaev 0c72a9eda7 Kernel: Fix .. directory entry at mount point handling a little 5 年之前
  Sergey Bugaev 6111cfda73 AK: Make Vector::unstable_remove() return the removed value 5 年之前