Andreas Kling
|
8731682d0e
Kernel: Simplify FS::create_directory() a little bit
|
5 лет назад |
Andreas Kling
|
c44b4d61f3
Kernel: Make Inode::lookup() return a RefPtr<Inode>
|
5 лет назад |
Sergey Bugaev
|
3ffdff5c02
Kernel: Dump backtrace when denying a path because of a veil
|
5 лет назад |
Andreas Kling
|
30ad7953ca
Kernel: Rename UnveilState to VeilState
|
5 лет назад |
Andreas Kling
|
f38cfb3562
Kernel: Tidy up debug logging a little bit
|
5 лет назад |
Andreas Kling
|
6081c76515
Kernel: Make O_RDONLY non-zero
|
5 лет назад |
Andreas Kling
|
0569123ad7
Kernel: Add a basic implementation of unveil()
|
5 лет назад |
Sergey Bugaev
|
d0d13e2bf5
Kernel: Move setting file flags and r/w mode to VFS::open()
|
5 лет назад |
Andreas Kling
|
94ca55cefd
Meta: Add license header to source files
|
5 лет назад |
Sergey Bugaev
|
4417bd97d7
Kernel: Misc tweaks
|
5 лет назад |
Sergey Bugaev
|
8642a7046c
Kernel: Let inodes provide pre-open file descriptions
|
5 лет назад |
Sergey Bugaev
|
ae64fd1b27
Kernel: Let symlinks resolve themselves
|
5 лет назад |
Sergey Bugaev
|
d6184afcae
Kernel: Simplify VFS::resolve_path() further
|
5 лет назад |
Andreas Kling
|
d4d17ce423
Kernel: Trying to sys$link() a directory should fail with EPERM
|
5 лет назад |
Andreas Kling
|
e23536d682
Kernel: Use Vector::unstable_remove() in a couple of places
|
5 лет назад |
Sergey Bugaev
|
b913e30011
Kernel: Refactor/rewrite VFS::resolve_path()
|
5 лет назад |
Sergey Bugaev
|
fee6d0a3a6
Kernel+Base: Mount root as nodev,nosuid
|
5 лет назад |
Sergey Bugaev
|
93ff911473
Kernel: Properly propagate bind mount flags
|
5 лет назад |
Andreas Kling
|
cb59f9e0f2
Kernel: Put some VFS debug spam behind VFS_DEBUG
|
5 лет назад |
Sergey Bugaev
|
0cb0f54783
Kernel: Implement bind mounts
|
5 лет назад |
Sergey Bugaev
|
61c1106d9f
Kernel+LibC: Implement a few mount flags
|
5 лет назад |
Sergey Bugaev
|
2fcbb846fb
Kernel+LibC: Add O_EXEC, move exec permission checking to VFS::open()
|
5 лет назад |
Sergey Bugaev
|
4566c2d811
Kernel+LibC: Add support for mount flags
|
5 лет назад |
Sergey Bugaev
|
1e6ab0ed22
Kernel: Simplify VFS::Mount handling
|
5 лет назад |
Andreas Kling
|
ddd0b19281
Kernel: Add a basic chroot() syscall :^)
|
5 лет назад |
Andreas Kling
|
b1ffde6199
Kernel: unlink() should not follow symlinks
|
5 лет назад |
Andreas Kling
|
d310cf3b49
Kernel: Opening a file with O_TRUNC should update mtime
|
5 лет назад |
Andreas Kling
|
4abbedb6e4
Kernel: Allow passing initial UID and GID when creating new inodes
|
5 лет назад |
Andreas Kling
|
889ecd1375
Kernel: The superuser is allowed to utime() on any file
|
5 лет назад |
Andreas Kling
|
3f74e66e82
Kernel: rename() should fail with EXDEV for cross-device requests
|
5 лет назад |