Historia zmian

Autor SHA1 Wiadomość Data
  Liav A 1b04726c85 Kernel: Move all tasks-related code to the Tasks subdirectory 2 lat temu
  Andreas Kling e6fc7b3ff7 Kernel: Switch LockRefPtr<Inode> to RefPtr<Inode> 2 lat temu
  Andrew Kaster 100fb38c3e Kernel+Userland: Move LibC/sys/ioctl_numbers to Kernel/API/Ioctl.h 2 lat temu
  Andreas Kling 4dd148f07c Kernel: Add File::is_regular_file() 2 lat temu
  Andreas Kling 10fa72d451 Kernel: Use AK::Time for InodeMetadata timestamps instead of time_t 2 lat temu
  Liav A 3ad0e1a1d5 Kernel: Handle mmap requests on zero-length data file inodes safely 2 lat temu
  Liav A c88cc8557f Kernel/FileSystem: Make Inode::{write,read}_bytes methods non-virtual 2 lat temu
  Andreas Kling 30861daa93 Kernel: Simplify the File memory-mapping API 2 lat temu
  Andreas Kling cf16b2c8e6 Kernel: Wrap process address spaces in SpinlockProtected 2 lat temu
  Andreas Kling 280694bb46 Kernel: Update atime/ctime/mtime timestamps atomically 2 lat temu
  Anthony Iacono f86b671de2 Kernel: Use Process::credentials() and remove user ID/group ID helpers 2 lat temu
  Andreas Kling 006f753647 Kernel: Make File::{chown,chmod} take credentials as input 2 lat temu
  Andreas Kling c3351d4b9f Kernel: Make VirtualFileSystem functions take credentials as input 2 lat temu
  Andreas Kling 11eee67b85 Kernel: Make self-contained locking smart pointers their own classes 2 lat temu
  Liav A fcc0e4d538 Kernel/FileSystem: Funnel calls to Inode::prepare_to_write_data method 3 lat temu
  Idan Horowitz 086969277e Everywhere: Run clang-format 3 lat temu
  Lenny Maiorani 190cf1507b Kernel: Use default constructors/destructors 3 lat temu
  sin-ack 69ef211925 Kernel+LibC: Move errno definitions to Kernel/API/POSIX 3 lat temu
  Andreas Kling af6358e1e1 Kernel: Allow mmap() with PROT_WRITE+MAP_SHARED 3 lat temu
  Daniel Bertalan 304c03f457 Kernel: Reject writable shared file mappings 3 lat temu
  Andrew Kaster 7243bcb7da Kernel: Use static_ptr_cast to convert between Userspace<T*> types 3 lat temu
  Andreas Kling 79fa9765ca Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> 3 lat temu
  Ben Wiederhake c05c5a7ff4 Kernel: Clarify ambiguous {File,Description}::absolute_path 3 lat temu
  TheFightingCatfish a81b21c1a7 Kernel+LibC: Implement fsync 3 lat temu
  Andreas Kling ec4b814c9a Kernel: Use OOM-safe absolute path serialization in InodeFile::mmap() 3 lat temu
  Andreas Kling 4a9c18afb9 Kernel: Rename FileDescription => OpenFileDescription 3 lat temu
  Andreas Kling 6e3381ac32 Kernel: Use KResultOr and TRY() for {Shared,Private}InodeVMObject 3 lat temu
  Andreas Kling 48a0b31c47 Kernel: Make copy_{from,to}_user() return KResult and use TRY() 3 lat temu
  Andreas Kling cad78f5904 Kernel: Use TRY() in InodeFile 3 lat temu
  Andreas Kling ae197deb6b Kernel: Strongly typed user & group ID's 3 lat temu