Historial de Commits

Autor SHA1 Mensaje Fecha
  Rich Felker 71db5dfaa9 fix crash/misbehavior from oob read in new dynamic tls installation hace 6 años
  Rich Felker 6516282d2a fix crash in new dynamic tls installation when last dep lacks tls hace 6 años
  Rich Felker ba18c1ecc6 add membarrier syscall wrapper, refactor dynamic tls install to use it hace 6 años
  Rich Felker 7865d569de make thread list lock a recursive lock hace 6 años
  Rich Felker 609dd57c4e fix loop logic cruft in dynamic tls installation hace 6 años
  Rich Felker ad795d56ba fix spurious undefined behavior in getaddrinfo hace 6 años
  Rich Felker 224d938c5e fix invalid free of partial addrinfo list with multiple services hace 6 años
  Rich Felker 9d44b6460a install dynamic tls synchronously at dlopen, streamline access hace 6 años
  Rich Felker 805288929f fix data race between new pthread_key_delete and dtor execution hace 6 años
  Rich Felker 639bcf251e introduce namespace-safe rwlock aliases; use in pthread_key_create hace 6 años
  Rich Felker ba74a42cee rewrite pthread_key_delete to use global thread list hace 6 años
  Rich Felker e4235d7067 rewrite __synccall in terms of global thread list hace 6 años
  Rich Felker 8f11e6127f track all live threads in an AS-safe, fully-consistent linked list hace 6 años
  Rich Felker 04335d9260 always block signals for starting new threads, refactor start args hace 6 años
  Rich Felker 5b74eed3b3 for SIGEV_THREAD timer threads, replace signal handler with sigwaitinfo hace 6 años
  Rich Felker aa5a9d15e0 defer free of thread-local dlerror buffers from inconsistent context hace 6 años
  Rich Felker b2020571f0 fix behavior of gets when input line contains a null byte hace 6 años
  Rich Felker 099b89d384 redesign robust mutex states to eliminate data races on type field hace 6 años
  Rich Felker 042b3ee452 fail fdopendir for O_PATH file descriptors hace 6 años
  Bobby Bingham 1dd915c370 update line discipline constants hace 6 años
  Bobby Bingham 3517d74a5e move arch-invariant definitions out of bits/ioctl.h hace 6 años
  A. Wilcox 8d82971775 locale: ensure dcngettext() preserves errno hace 6 años
  Rich Felker 1691b23955 release 1.1.21 hace 6 años
  Rich Felker ce32db4715 fix call to __pthread_tsd_run_dtors with too many arguments hace 6 años
  Rich Felker aba17aa359 configure: accept ppc[64] as alias for powerpc[64] in gcc tuples hace 6 años
  Rich Felker 16a522bab0 fix unintended linking dependency of pthread_key_create on __synccall hace 6 años
  Rich Felker de7dc1318f halt getspnam[_r] search on error accessing TCB shadow hace 6 años
  Rich Felker 9db81b862d don't set errno or return an error when getspnam[_r] finds no entry hace 6 años
  Rich Felker 21a172dd36 make sem_wait and sem_timedwait interruptible by signals hace 6 años
  Rich Felker 1ec71c531e don't fail pthread_sigmask/sigprocmask on invalid how when set is null hace 6 años