Историја ревизија

Аутор SHA1 Порука Датум
  Rich Felker 9b83182069 fix inadvertent use of uninitialized variable in dladdr пре 5 година
  Rich Felker 54b7564b72 remove unnecessary and problematic _Noreturn from crt/ldso startup пре 5 година
  Szabolcs Nagy a60b9e0686 fix tls offsets when p_vaddr%p_align != 0 on TLS_ABOVE_TP targets пре 5 година
  Szabolcs Nagy 6104dae908 fix static tls offsets of shared libs on TLS_ABOVE_TP targets пре 5 година
  Fangrui Song f450c150d3 remove unused struct dso members from dynlink.c пре 5 година
  Rich Felker 22e5bbd0de overhaul i386 syscall mechanism not to depend on external asm source пре 6 година
  Ilya Matveychikov 7784680072 fix the use of syscall result in dl_mmap пре 6 година
  Ray 086a12b920 delete a redundant if in dynamic linker ctor execution loop пре 6 година
  Rich Felker 50cd02386b fix invalid-/double-/use-after-free in new dlopen ctor execution пре 6 година
  Rich Felker 43e7efb465 avoid malloc of ctor queue for programs with no external deps пре 6 година
  Rich Felker f034f145bd avoid malloc of deps arrays for ldso and vdso пре 6 година
  Rich Felker e612d094b1 avoid malloc of deps array for programs with no external deps пре 6 година
  Rich Felker 2f1f51ae7b fix malloc misuse for startup ctor queue, breakage on fdpic archs пре 6 година
  Rich Felker 8e43b5613e synchronize shared library dtor exec against concurrent loads/ctors пре 6 година
  Rich Felker 188759bbee overhaul shared library ctor execution for dependency order, concurrency пре 6 година
  Rich Felker 88207361ea record preloaded libraries as direct pseudo-dependencies of main app пре 6 година
  Rich Felker 0c5c8f5da6 fix unsafety of new ldso dep tracking in presence of malloc replacement пре 6 година
  Rich Felker 4035556907 fix and overhaul dlsym depedency order, always record direct deps пре 6 година
  Rich Felker 71db5dfaa9 fix crash/misbehavior from oob read in new dynamic tls installation пре 6 година
  Rich Felker 6516282d2a fix crash in new dynamic tls installation when last dep lacks tls пре 6 година
  Rich Felker ba18c1ecc6 add membarrier syscall wrapper, refactor dynamic tls install to use it пре 6 година
  Rich Felker 609dd57c4e fix loop logic cruft in dynamic tls installation пре 6 година
  Rich Felker 9d44b6460a install dynamic tls synchronously at dlopen, streamline access пре 6 година
  Rich Felker 1c84c99913 add new stage 2b to dynamic linker bootstrap for thread pointer пре 6 година
  Rich Felker b36c37f6fa fix misleading placement of statement on same line as for loop in ldso пре 6 година
  Rich Felker 37cd167639 fix dlsym of thread-local symbols on archs with DTP_OFFSET!=0 пре 6 година
  Rich Felker b6d701a475 combine arch ABI's DTP_OFFSET into DTV pointers пре 6 година
  Rich Felker 0beb9dfbec add TLSDESC support for 32-bit arm пре 6 година
  Rich Felker 7b3348a98c support setting of default thread stack size via PT_GNU_STACK header пре 6 година
  Rich Felker 13d1afa46f overhaul internally-public declarations using wrapper headers пре 6 година