Histórico de Commits

Autor SHA1 Mensagem Data
  Rich Felker 50ab830633 dynlink: avoid copying to temp buffer in get_lfs64 há 4 meses atrás
  Florian Ziesche 53ac44ff4c dynlink: fix get_lfs64() with posix_fallocate64 há 4 meses atrás
  Rich Felker 6f666231bf ldso: fix non-functional fix to early dynamic PAGE_SIZE access há 6 meses atrás
  Rich Felker e17b9d7474 ldso: fix TLSDESC addend processing on archs with backwards descriptors há 1 ano atrás
  Rich Felker 039d3c34f2 ldso: convert TLSDESC_BACKWARDS from "#ifdef" to "if" logic há 1 ano atrás
  Rich Felker 5baf2d92d3 ldso: use __ehdr_start if available to locate its own ELF headers há 1 ano atrás
  Rich Felker 7c41047285 fix inadvertently static local var in dynlink get_lfs64 há 1 ano atrás
  Rich Felker f897461d4f fix debugger tracking of shared libraries on mips with PIE main program há 1 ano atrás
  Rich Felker f47a8cdd25 ldso: fix invalid early references to extern-linkage libc.page_size há 1 ano atrás
  Rich Felker 29e4319178 fix double-processing of DT_RELR relocations in ldso relocating itself há 2 anos atrás
  Rich Felker 246f1c8114 remove LFS64 symbol aliases; replace with dynamic linker remapping há 2 anos atrás
  Érico Nogueira 379b18218d ldso: make exit condition clearer in fixup_rpath há 2 anos atrás
  Rich Felker bf99258564 ldso: process RELR only for non-FDPIC archs há 2 anos atrás
  Fangrui Song d32dadd60e ldso: support DT_RELR relative relocation format há 2 anos atrás
  Rich Felker d16d7b1099 early stage ldso: remove symbolic references via error handling function há 2 anos atrás
  Alex Xu (Hello71) 63c67053a3 in early stage ldso before __dls2b, call mprotect with __syscall há 2 anos atrás
  Érico Nogueira b7a130e0b9 remove unnecessary cast for map_library return há 3 anos atrás
  Rich Felker aad50fcd79 fix regression in dl_iterate_phdr reporting of modules with no TLS há 3 anos atrás
  Rich Felker 521b4d27a0 fix dl_iterate_phdr dlpi_tls_data reporting to match spec há 3 anos atrás
  Rich Felker cfdfd5ea3c don't fail to map library/executable with zero-length segment maps há 3 anos atrás
  Rich Felker 167390f055 lift child restrictions after multi-threaded fork há 4 anos atrás
  Rich Felker 34952fe5de convert malloc use under libc-internal locks to use internal allocator há 4 anos atrás
  Rich Felker c1e5d243b7 drop use of getdelim/stdio in dynamic linker há 4 anos atrás
  rcombs ccba23459e ldso: notify the debugger when we're doing a dlopen há 4 anos atrás
  Rich Felker 50716702d4 ldso: use pthread_t rather than kernel tid to track ctor visitor há 4 anos atrás
  Rich Felker 1efc8eb2c7 fix stale lock when allocation of ctor queue fails during dlopen há 4 anos atrás
  Rich Felker 57f6e85c9d remove redundant pthread struct members repeated for layout purposes há 4 anos atrás
  Rich Felker e9f4fd1185 have ldso track replacement of aligned_alloc há 4 anos atrás
  Rich Felker cee88b76f7 move declaration of interfaces between malloc and ldso to dynlink.h há 4 anos atrás
  Fangrui Song 72658c658b ldso: remove redundant switch case for REL_NONE há 4 anos atrás