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