index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Tests
Age
Commit message (
Expand
)
Author
2020-07-03
LibC: Replace Berkley's qsort() with AK::dual_pivot_quick_sort() wrapper
Sahan Fernando
2020-05-11
LibC: strtod accuracy tests no longer need to skip
Ben Wiederhake
2020-05-11
LibC: Demonstrate strtod inaccuracy
Ben Wiederhake
2020-05-03
Kernel: Demonstrate kernel crash on invalid fcntl
Ben Wiederhake
2020-05-03
Kernel: Fix pledge syscall applying new pledges when it fails (#2076)
Michael Lelli
2020-04-26
Tests: Add test case for pthread_cond_timedwait with a timeout.
Brian Gianforcaro
2020-03-03
Kernel: Demonstrate race condition in clock_nanosleep
Ben Wiederhake
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