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

Аутор SHA1 Порука Датум
  Andrew Kaster 100fb38c3e Kernel+Userland: Move LibC/sys/ioctl_numbers to Kernel/API/Ioctl.h пре 2 година
  Andreas Kling 4dd148f07c Kernel: Add File::is_regular_file() пре 2 година
  Andreas Kling 10fa72d451 Kernel: Use AK::Time for InodeMetadata timestamps instead of time_t пре 2 година
  Liav A 3ad0e1a1d5 Kernel: Handle mmap requests on zero-length data file inodes safely пре 2 година
  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 година