Historie revizí

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