Commit History

作者 SHA1 備註 提交日期
  Liav A c88cc8557f Kernel/FileSystem: Make Inode::{write,read}_bytes methods non-virtual 2 年之前
  Andreas Kling 30861daa93 Kernel: Simplify the File memory-mapping API 2 年之前
  Andreas Kling cf16b2c8e6 Kernel: Wrap process address spaces in SpinlockProtected 2 年之前
  Andreas Kling 280694bb46 Kernel: Update atime/ctime/mtime timestamps atomically 2 年之前
  Anthony Iacono f86b671de2 Kernel: Use Process::credentials() and remove user ID/group ID helpers 2 年之前
  Andreas Kling 006f753647 Kernel: Make File::{chown,chmod} take credentials as input 2 年之前
  Andreas Kling c3351d4b9f Kernel: Make VirtualFileSystem functions take credentials as input 2 年之前
  Andreas Kling 11eee67b85 Kernel: Make self-contained locking smart pointers their own classes 2 年之前
  Liav A fcc0e4d538 Kernel/FileSystem: Funnel calls to Inode::prepare_to_write_data method 3 年之前
  Idan Horowitz 086969277e Everywhere: Run clang-format 3 年之前
  Lenny Maiorani 190cf1507b Kernel: Use default constructors/destructors 3 年之前
  sin-ack 69ef211925 Kernel+LibC: Move errno definitions to Kernel/API/POSIX 3 年之前
  Andreas Kling af6358e1e1 Kernel: Allow mmap() with PROT_WRITE+MAP_SHARED 3 年之前
  Daniel Bertalan 304c03f457 Kernel: Reject writable shared file mappings 3 年之前
  Andrew Kaster 7243bcb7da Kernel: Use static_ptr_cast to convert between Userspace<T*> types 3 年之前
  Andreas Kling 79fa9765ca Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> 3 年之前
  Ben Wiederhake c05c5a7ff4 Kernel: Clarify ambiguous {File,Description}::absolute_path 3 年之前
  TheFightingCatfish a81b21c1a7 Kernel+LibC: Implement fsync 3 年之前
  Andreas Kling ec4b814c9a Kernel: Use OOM-safe absolute path serialization in InodeFile::mmap() 3 年之前
  Andreas Kling 4a9c18afb9 Kernel: Rename FileDescription => OpenFileDescription 3 年之前
  Andreas Kling 6e3381ac32 Kernel: Use KResultOr and TRY() for {Shared,Private}InodeVMObject 3 年之前
  Andreas Kling 48a0b31c47 Kernel: Make copy_{from,to}_user() return KResult and use TRY() 3 年之前
  Andreas Kling cad78f5904 Kernel: Use TRY() in InodeFile 3 年之前
  Andreas Kling ae197deb6b Kernel: Strongly typed user & group ID's 3 年之前
  Peter Elliott 39a77559f1 Kernel+LibC: Implement FIONREAD ioctl 4 年之前
  Idan Horowitz cf271183b4 Kernel: Make Process::current() return a Process& instead of Process* 3 年之前
  Andreas Kling 208147c77c Kernel: Rename Process::space() => Process::address_space() 3 年之前
  Andreas Kling cd5faf4e42 Kernel: Rename Range => VirtualRange 3 年之前
  Andreas Kling 93d98d4976 Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace 3 年之前
  Andreas Kling a1d7ebf85a Kernel: Rename Kernel/VM/ to Kernel/Memory/ 3 年之前