index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
DynamicLoader
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2021-05-27
Userland: Port UBSAN implementation to userspace
Andrew Kaster
2021-05-07
DynamicLoader: Remove math functionality in favor of -lgcc
Gunnar Beutner
2021-04-29
Tests: Unify LibC tests to single location.
Brian Gianforcaro
2021-04-21
LibC: Setup a unit test harness for LibC, add ctime_r / asctime_r tests.
Brian Gianforcaro
2021-04-20
LibC+LibPthread: Implement function forwarding for libpthread
Gunnar Beutner
2021-03-21
LibC: Add x86_64 Registers
Hendiadyoin1
2021-02-25
LibC: Add x86_64 implementation of setjmp() and longjmp()
Andreas Kling
2021-02-08
Revert "DynamicLoader: Remove unnecessary math functions"
Andreas Kling
2021-02-07
DynamicLoader: Remove unnecessary math functions
Andreas Kling
2021-02-05
Userland: Add LibSystem and funnel all syscalls through it
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling
2021-01-02
Build + LibC: Enable -fstack-protector-strong in user space
Brian Gianforcaro
2021-01-01
Meta: Enable RTTI for Userspace programs
Andrew Kaster
2021-01-01
DynamicLoader: Tell the linker to not add a PT_INTERP header
Andrew Kaster
2020-12-14
Loader: Add dynamic loader program
Itamar