Age | Commit message (Expand) | Author |
---|---|---|
2020-02-01 | LibC: The exec() family of functions should not search "." by default | Andreas Kling |
2020-02-01 | Kernel: Make Inode::lookup() return a RefPtr<Inode> | Andreas Kling |
2020-01-28 | Kernel: AnonymousVMObject::create_for_physical_range() should fail more | Andreas Kling |
2020-01-18 | Kernel: Pass correct permission flags when opening files | Sergey Bugaev |
2020-01-18 | Kernel: Enforce W^X between sys$mmap() and sys$execve() | Andreas Kling |
2020-01-16 | Kernel+LibELF: Don't blindly trust ELF symbol offsets in symbolication | Andreas Kling |
2020-01-10 | Kernel: Fix kernel null deref on process crash during join_thread() | Andreas Kling |
2020-01-09 | Kernel: Ignore closed fd's when considering select() unblock | Andreas Kling |
2020-01-07 | Kernel: Validate PROT_READ and PROT_WRITE against underlying file | Andreas Kling |
2020-01-07 | Kernel: Make Process::file_description() vend a RefPtr<FileDescription> | Andreas Kling |