Andreas Kling
|
ddaedbca87
Kernel: Allow sys$rename() to rename symlinks
|
4 years ago |
AnotherTest
|
a9184fcb76
Kernel: Implement unveil() as a prefix-tree
|
4 years ago |
Andreas Kling
|
b452dd13b6
Kernel: Allow sys$chmod() to modify the set-gid bit
|
4 years ago |
Itamar
|
efe4da57df
Loader: Stabilize loader & Use shared libraries everywhere :^)
|
4 years ago |
Sergey Bugaev
|
098070b767
Kernel: Add unveil('b')
|
4 years ago |
Andreas Kling
|
a28f29c82c
Kernel+LibC: Don't allow a directory to become a subdirectory of itself
|
4 years ago |
Tom
|
c8d9f1b9c9
Kernel: Make copy_to/from_user safe and remove unnecessary checks
|
4 years ago |
Tom
|
d89582880e
Kernel: Switch singletons to use new Singleton class
|
4 years ago |
Andreas Kling
|
2fd9e72264
Revert "Kernel: Switch singletons to use new Singleton class"
|
4 years ago |
Andreas Kling
|
8925ad3fa0
Revert "Kernel: Move Singleton class to AK"
|
4 years ago |
Andreas Kling
|
68580d5a8d
Revert "AK: Get rid of make_singleton function"
|
4 years ago |
Tom
|
5a98e329d1
AK: Get rid of make_singleton function
|
4 years ago |
Tom
|
f0906250a1
Kernel: Move Singleton class to AK
|
4 years ago |
Tom
|
f48feae0b2
Kernel: Switch singletons to use new Singleton class
|
4 years ago |
Andreas Kling
|
eeaba41d13
Kernel: Add DirectoryEntryView for VFS directory traversal
|
4 years ago |
Brian Gianforcaro
|
d67069d922
Kernel: Propagate a few KResults properly in FileSystem subsystems
|
5 years ago |
Brian Gianforcaro
|
e8c9b5e870
Kernel: Make Inode::directory_entry_count errors observable.
|
5 years ago |
Peter Elliott
|
d01eba6fa3
Kernel: Implement FIFOs/named pipes
|
5 years ago |
Sergey Bugaev
|
0c72a9eda7
Kernel: Fix .. directory entry at mount point handling a little
|
5 years ago |
Sergey Bugaev
|
6111cfda73
AK: Make Vector::unstable_remove() return the removed value
|
5 years ago |
Tom
|
16783bd14d
Kernel: Turn Thread::current and Process::current into functions
|
5 years ago |
Sergey Bugaev
|
6efbbcd4ba
Kernel: Port mounts to reference inodes directly
|
5 years ago |
Sergey Bugaev
|
df66c28479
Kernel: Deemphasize inode identifiers
|
5 years ago |
Sergey Bugaev
|
3847d00727
Kernel+Userland: Support remounting filesystems :^)
|
5 years ago |
Sergey Bugaev
|
d395b93b15
Kernel: Misc tweaks
|
5 years ago |
Sergey Bugaev
|
53647e347f
Kernel+Base: Mount root filesystem read-only :^)
|
5 years ago |
Sergey Bugaev
|
fdb71cdf8f
Kernel: Support read-only filesystem mounts
|
5 years ago |
Sergey Bugaev
|
6af2418de7
Kernel: Pass a Custody instead of Inode to VFS methods
|
5 years ago |
Sergey Bugaev
|
602c3fdb3a
AK: Rename FileSystemPath -> LexicalPath
|
5 years ago |
Andreas Kling
|
7eeea4d57f
Kernel: rmdir("/") should fail instead of asserting
|
5 years ago |