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
Age
Commit message (
Expand
)
Author
2022-07-21
LibPthread: Implement named semaphores
Idan Horowitz
2022-07-19
LibPthread: Move the pthread and semaphore implementation to LibC
Tim Schumacher
2022-05-12
LibC+Kernel: Prevent string functions from calling themselves
Daniel Bertalan
2022-05-02
Meta+Userland: Add ENABLE_USERSPACE_COVERAGE_COLLECTION CMake option
Andrew Kaster
2022-05-02
DynamicLoader: Remove stale FIXME for removing -nodefaultlibs
Andrew Kaster
2022-05-01
LibC: Implement a faster memset routine for x86-64 in assembly
Daniel Bertalan
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-01-23
DynamicLoader+LibC+LibTimeZone: Include LibTimeZone sources in LibC
Timothy Flynn
2021-10-17
Toolchain+Meta: Update LLVM version to 13.0.0
Daniel Bertalan
2021-10-17
Everywhere: Make some symbols `__attribute__((used))` for LTO
Daniel Bertalan
2021-09-15
Meta: Switch to a SuperBuild that splits host and target builds
Andrew Kaster
2021-08-28
CMake: Let `Meta/serenity.sh run aarch64` make it past cmake
Nico Weber
2021-08-12
LibC+DynamicLoader: Prevent GCC from removing null checks
Daniel Bertalan
2021-08-08
DynamicLoader: Make sure we don't link against libgcc_s
Gunnar Beutner
2021-08-08
Meta: Add Clang support to the CMake build scripts
Daniel Bertalan
2021-07-27
DynamicLoader+LibELF: Move self-relocation code into a separate file
Gunnar Beutner
2021-07-22
DynamicLoader: Don't truncate dynamic section address on x86_64
Andreas Kling
2021-07-14
LibC: Use our implementation of `crti.o` and `crtn.o`
Daniel Bertalan
2021-07-13
DynamicLoader: Add RELA support for self-relocations
Gunnar Beutner
2021-07-11
DynamicLoader+LibC: Make _start a naked function
Hendiadyoin1
2021-07-10
Kernel+Userland: Make the stack alignment comply with the System V ABI
Gunnar Beutner
2021-07-07
DynamicLoader: Don't use LibELF to do the initial relocations
Gunnar Beutner
2021-07-04
DynamicLoader: Remove -fbuilding-libgcc hack
Gunnar Beutner
2021-07-02
DynamicLoader: Use string view literal to remove a allocation on startup
Brian Gianforcaro
2021-07-01
DynamicLoader: Remove obsolete comment
Gunnar Beutner
2021-06-29
DynamicLoader: Implement self relocations for x86_64
Gunnar Beutner
2021-06-28
Kernel+LibELF: Add support for validating and loading ELF64 executables
Gunnar Beutner
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-05-03
DynamicLoader: Fix compiler warning
Gunnar Beutner
2021-04-29
Tests: Unify LibC tests to single location.
Brian Gianforcaro
2021-04-22
Everything: Move to SPDX license identifiers in all files.
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-04-18
LibC+LibELF: Implement support for the dl_iterate_phdr helper
Gunnar Beutner
2021-03-21
LibC: Add x86_64 Registers
Hendiadyoin1
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-02-25
LibC: Add x86_64 implementation of setjmp() and longjmp()
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-21
LibELF+DynamicLoader: Rename DynamicObject::construct() => create()
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-25
DynamicLoader: Remove some unnecessary #includes
Andreas Kling
2021-01-25
DynamicLoader: Remove unused debugging macros
Andreas Kling
2021-01-25
Everywhere: Remove unnecessary debug comments.
asynts
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling
2021-01-09
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-09
Loader.so+LibELF: Do not read environment variables if AT_SECURE is set
Itamar
2021-01-03
Kernel+Loader.so: Allow dynamic executables without an interpreter
William Marlow
[next]