Историја ревизија

Аутор SHA1 Порука Датум
  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 година
  Brian Gianforcaro de9ff0af50 Kernel: Modify the IOCTL API to return KResult пре 4 година
  Brian Gianforcaro 9a04f53a0f Kernel: Utilize AK::Userspace<T> in the ioctl interface пре 4 година
  Andreas Kling 88d490566f Kernel: Rename various *VMObject::create*() => try_create() пре 4 година
  Andreas Kling af8c74a328 Kernel: Make SharedInodeVMObject allocation OOM-safe пре 4 година
  Andreas Kling 0d39bd04d3 Kernel: Rename VFS => VirtualFileSystem пре 4 година
  Brian Gianforcaro 234c6ae32d Kernel: Change Inode::{read/write}_bytes interface to KResultOr<ssize_t> пре 4 година