Age | Commit message (Expand) | Author |
---|---|---|
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 |