Histórico de Commits

Autor SHA1 Mensagem Data
  Ryan Fairfax 2a0ff45b36 handle labels with 8-bit byte values in dn_skipname há 6 anos atrás
  Jonathan Neuschäfer 4b125dd408 fix POSIX_FADV_DONTNEED/_NOREUSE on s390x há 6 anos atrás
  Rich Felker 81221e13f9 expose TSVTX unconditionally in tar.h há 6 anos atrás
  A. Wilcox 00d3d577ca setvbuf: return failure if mode is invalid há 6 anos atrás
  Rich Felker f368d9fd26 make FILE a complete type for pre-C11 standard profiles 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 4918b7fb0d don't reject unknown/future flags in sigaltstack, allow SS_AUTODISARM 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 7865d569de make thread list lock a recursive lock há 6 anos atrás
  Rich Felker 609dd57c4e fix loop logic cruft in dynamic tls installation há 6 anos atrás
  Rich Felker ad795d56ba fix spurious undefined behavior in getaddrinfo há 6 anos atrás
  Rich Felker 224d938c5e fix invalid free of partial addrinfo list with multiple services há 6 anos atrás
  Rich Felker 9d44b6460a install dynamic tls synchronously at dlopen, streamline access há 6 anos atrás
  Rich Felker 805288929f fix data race between new pthread_key_delete and dtor execution há 6 anos atrás
  Rich Felker 639bcf251e introduce namespace-safe rwlock aliases; use in pthread_key_create há 6 anos atrás
  Rich Felker ba74a42cee rewrite pthread_key_delete to use global thread list há 6 anos atrás
  Rich Felker e4235d7067 rewrite __synccall in terms of global thread list há 6 anos atrás
  Rich Felker 8f11e6127f track all live threads in an AS-safe, fully-consistent linked list há 6 anos atrás
  Rich Felker 04335d9260 always block signals for starting new threads, refactor start args há 6 anos atrás