Histórico de Commits

Autor SHA1 Mensagem Data
  Ilya Matveychikov 7784680072 fix the use of syscall result in dl_mmap há 6 anos atrás
  Ray 086a12b920 delete a redundant if in dynamic linker ctor execution loop há 6 anos atrás
  Rich Felker 50cd02386b fix invalid-/double-/use-after-free in new dlopen ctor execution há 6 anos atrás
  Rich Felker 43e7efb465 avoid malloc of ctor queue for programs with no external deps há 6 anos atrás
  Rich Felker f034f145bd avoid malloc of deps arrays for ldso and vdso há 6 anos atrás
  Rich Felker e612d094b1 avoid malloc of deps array for programs with no external deps há 6 anos atrás
  Rich Felker 2f1f51ae7b fix malloc misuse for startup ctor queue, breakage on fdpic archs há 6 anos atrás
  Rich Felker 8e43b5613e synchronize shared library dtor exec against concurrent loads/ctors há 6 anos atrás
  Rich Felker 188759bbee overhaul shared library ctor execution for dependency order, concurrency há 6 anos atrás
  Rich Felker 88207361ea record preloaded libraries as direct pseudo-dependencies of main app há 6 anos atrás
  Rich Felker 0c5c8f5da6 fix unsafety of new ldso dep tracking in presence of malloc replacement há 6 anos atrás
  Rich Felker 4035556907 fix and overhaul dlsym depedency order, always record direct deps há 6 anos atrás
  Rich Felker 71db5dfaa9 fix crash/misbehavior from oob read in new dynamic tls installation há 6 anos atrás
  Rich Felker 6516282d2a fix crash in new dynamic tls installation when last dep lacks tls há 6 anos atrás
  Rich Felker ba18c1ecc6 add membarrier syscall wrapper, refactor dynamic tls install to use it há 6 anos atrás
  Rich Felker 609dd57c4e fix loop logic cruft in dynamic tls installation há 6 anos atrás
  Rich Felker 9d44b6460a install dynamic tls synchronously at dlopen, streamline access há 6 anos atrás
  Rich Felker 1c84c99913 add new stage 2b to dynamic linker bootstrap for thread pointer há 6 anos atrás
  Rich Felker b36c37f6fa fix misleading placement of statement on same line as for loop in ldso há 6 anos atrás
  Rich Felker 37cd167639 fix dlsym of thread-local symbols on archs with DTP_OFFSET!=0 há 6 anos atrás
  Rich Felker b6d701a475 combine arch ABI's DTP_OFFSET into DTV pointers há 6 anos atrás
  Rich Felker 0beb9dfbec add TLSDESC support for 32-bit arm há 6 anos atrás
  Rich Felker 7b3348a98c support setting of default thread stack size via PT_GNU_STACK header há 6 anos atrás
  Rich Felker 13d1afa46f overhaul internally-public declarations using wrapper headers há 6 anos atrás
  Rich Felker 1bbe166e15 move tlsdesc and internal dl function declarations to dynlink.h há 6 anos atrás
  Rich Felker 91c6a187b8 move declarations of tls setup/access functions to pthread_impl.h há 6 anos atrás
  Rich Felker 55a1c9c890 move declarations for malloc internals to malloc_impl.h há 6 anos atrás
  Rich Felker 18bf0829a7 improve machinery for ldso to report libc version há 6 anos atrás
  Rich Felker 9b95fd0944 define and use internal macros for hidden visibility, weak refs há 6 anos atrás
  Rich Felker 5c2f46a214 block dlopen of libraries with initial-exec refs to dynamic TLS há 6 anos atrás