banan-os/userspace/programs/DynamicLoader
Bananymous 5ad7d7edb1 DynamicLoader: Fix TLS on 32 bit platform
There were two problems with my previous implementation
- TLS was not allocated if nothing used it. There is a fallback
  initialization in _init_libc, but this was not enough if one of the
  init functions tried to access errno.
- __tls_get_addr was not resolved. If __tls_get_addr was called through
  a plt entry, everything would just break :(
2025-06-06 16:27:07 +03:00
..
CMakeLists.txt Userspace: Write a dynamic loader 2024-09-05 12:58:21 +03:00
main.cpp DynamicLoader: Fix TLS on 32 bit platform 2025-06-06 16:27:07 +03:00
utils.cpp LibC: Remove errno EEXISTS 2024-12-02 20:13:38 +02:00
utils.h DynamicLoader: Use file backed mmap when possible 2024-09-05 13:59:39 +03:00