Historique des commits

Auteur SHA1 Message Date
  asynts 7cf0c7cc0d Meta: Split debug defines into multiple headers. il y a 4 ans
  asynts 8465683dcf Everywhere: Debug macros instead of constexpr. il y a 4 ans
  asynts acdcf59a33 Everywhere: Remove unnecessary debug comments. il y a 4 ans
  asynts 1a3a0836c0 Everywhere: Use CMake to generate AK/Debug.h. il y a 4 ans
  Andreas Kling 2112b79986 Revert "Kernel: Make VFS::create() fail with EINVAL on invalid file mode" il y a 4 ans
  Andreas Kling ca3489eec7 Kernel: Make VFS::create() fail with EINVAL on invalid file mode il y a 4 ans
  asynts 67583bc424 Everywhere: Replace a bundle of dbg with dbgln. il y a 4 ans
  Andreas Kling c9a7f81dc3 Kernel: Create new files with the current process EUID/EGID il y a 4 ans
  Andreas Kling 19d3f8cab7 Kernel+LibC: Turn errno codes into a strongly typed enum il y a 4 ans
  Andreas Kling b7248be251 Kernel: Allow sys$chmod() to change the sticky bit il y a 4 ans
  Andreas Kling 8601108e21 Kernel: Implement the same symlink protection as Linux il y a 4 ans
  Andreas Kling 9681e3eca0 Kernel: Implement the same hard link protection as Linux il y a 4 ans
  asynts dca6f1f49b Everywhere: Replace a bundle of dbg with dbgln. il y a 4 ans
  Andreas Kling 795bccbf69 Kernel: Don't allow non-root, non-owners to rmdir any child of sticky il y a 4 ans
  asynts 938e5c7719 Everywhere: Replace a bundle of dbg with dbgln. il y a 4 ans
  Tom f98ca35b83 Kernel: Improve ProcFS behavior in low memory conditions il y a 4 ans
  Andreas Kling 1fdd39ff14 Kernel: Sprinkle some lockers in Inode il y a 4 ans
  Andreas Kling ddaedbca87 Kernel: Allow sys$rename() to rename symlinks il y a 4 ans
  AnotherTest a9184fcb76 Kernel: Implement unveil() as a prefix-tree il y a 4 ans
  Andreas Kling b452dd13b6 Kernel: Allow sys$chmod() to modify the set-gid bit il y a 4 ans
  Itamar efe4da57df Loader: Stabilize loader & Use shared libraries everywhere :^) il y a 4 ans
  Sergey Bugaev 098070b767 Kernel: Add unveil('b') il y a 4 ans
  Andreas Kling a28f29c82c Kernel+LibC: Don't allow a directory to become a subdirectory of itself il y a 4 ans
  Tom c8d9f1b9c9 Kernel: Make copy_to/from_user safe and remove unnecessary checks il y a 4 ans
  Tom d89582880e Kernel: Switch singletons to use new Singleton class il y a 5 ans
  Andreas Kling 2fd9e72264 Revert "Kernel: Switch singletons to use new Singleton class" il y a 5 ans
  Andreas Kling 8925ad3fa0 Revert "Kernel: Move Singleton class to AK" il y a 5 ans
  Andreas Kling 68580d5a8d Revert "AK: Get rid of make_singleton function" il y a 5 ans
  Tom 5a98e329d1 AK: Get rid of make_singleton function il y a 5 ans
  Tom f0906250a1 Kernel: Move Singleton class to AK il y a 5 ans