index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
Syscalls
/
unveil.cpp
Age
Commit message (
Expand
)
Author
2021-07-20
Kernel: Annotate all syscalls with VERIFY_PROCESS_BIG_LOCK_ACQUIRED
Brian Gianforcaro
2021-07-11
Kernel: Rename VFS => VirtualFileSystem
Andreas Kling
2021-07-07
Kernel: Custody::absolute_path() => try_create_absolute_path()
Max Wipfli
2021-07-07
Kernel: Replace usage of LexicalPath with KLexicalPath
Max Wipfli
2021-06-30
AK+Everywhere: Use mostly StringView in LexicalPath
Max Wipfli
2021-06-30
AK+Everywhere: Add and use static APIs for LexicalPath
Max Wipfli
2021-06-28
Kernel: Fix the return type for syscalls
Gunnar Beutner
2021-06-08
Kernel: Change unveil state to dropped even when node already exists
Max Wipfli
2021-06-08
Kernel: Update intermediate nodes when changing unveil permissions
Max Wipfli
2021-06-08
Kernel: Allow unveiling subfolders regardless of parent's permissions
Max Wipfli
2021-06-08
Kernel: Use LexicalPath to avoid two consecutive slashes in unveil path
Max Wipfli
2021-05-29
Kernel: Convert Process::get_syscall_path_argument() to KString
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-01
Kernel: Make all syscall functions return KResultOr<T>
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2020-12-26
Kernel: Allow 'elevating' unveil permissions if implicitly inherited from '/'
AnotherTest
2020-12-26
Kernel: Implement unveil() as a prefix-tree
AnotherTest
2020-11-23
Kernel: Add unveil('b')
Sergey Bugaev
2020-11-10
Kernel: Prevent `unveil` returning ENOENT with cpath permissions
Jesse Buhagiar
2020-09-13
Kernel: Make copy_to/from_user safe and remove unnecessary checks
Tom
2020-08-03
Kernel: Use for-each loops in unveil syscall
Brian Gianforcaro
2020-08-02
Kernel: Use Userspace<T> in unveil syscall
Brian Gianforcaro
2020-07-30
Kernel: Move syscall implementations out of Process.cpp
Andreas Kling