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
2021-05-16
AK: Turn ByteBuffer into a value type
Gunnar Beutner
2021-05-15
Tests: Add LibELF tests
Brendan Coles
2021-05-14
LibC: Move mman.h to sys/mman.h
Jean-Baptiste Boric
2021-05-14
LibC: Do not include errno.h inside unistd.h
Jean-Baptiste Boric
2021-05-14
Userland: Migrate from arc4random_uniform() to get_random_uniform()
Jean-Baptiste Boric
2021-05-14
Tests: Don't use TestRunners after their scope ends in test-js
Andrew Kaster
2021-05-14
Tests: Mark use-after-scope NeverDestroyed test NO_SANITIZE_ADDRESS
Andrew Kaster
2021-05-14
Tests: Free all memory allocated with regcomp in RegexLibC tests
Andrew Kaster
2021-05-14
Tests: Fix use-after-free in TestRefPtr.self_observers
Andrew Kaster
2021-05-13
AK: Introduce adopt_ref_if_nonnull(..) to aid in Kernel OOM hardening
Brian Gianforcaro
2021-05-12
Tests: Add InodeWatcher and FileWatcher tests
sin-ack
2021-05-12
LibCore+Everywhere: Move OpenMode out of IODevice
Ali Mohammad Pur
2021-05-11
AK: Add a Tuple implementation
Ali Mohammad Pur
2021-05-11
AK/Variant: Deduplicate the contained types
Ali Mohammad Pur
2021-05-09
Tests: Fix install of test-js and test-web
Brian Gianforcaro
2021-05-08
Tests: Move Userland/Utilities/test-js to Tests/LibJS
Brian Gianforcaro
2021-05-08
Tests: Move Userland/Utilities/test-web to Tests/LibWeb
Brian Gianforcaro
2021-05-07
AK: Implement Span::starts_with()
Valtteri Koskivuori
2021-05-07
Tests: Add tests for Checked<T>::div() overflow
Ali Mohammad Pur
2021-05-06
Tests: Move LibRegex tests to Tests/LibRegex
Brian Gianforcaro
2021-05-06
Tests: Move LibCompress tests to Tests/LibCompress
Brian Gianforcaro
2021-05-06
Tests: Move LibSQL tests to Tests/LibSQL
Brian Gianforcaro
2021-05-06
Tests: Move AK tests to Tests/AK
Brian Gianforcaro
2021-05-06
Tests: Establish root Tests directory, move Userland/Tests there
Brian Gianforcaro
2020-08-02
Tests: Build automatically, fix compilation errors
Ben Wiederhake
2020-08-01
Kernel+LibC: Implement 'memmem'
AnotherTest
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