Historique des commits

Auteur SHA1 Message Date
  Rich Felker 561cd07dff SIGEV_THREAD timers: re-block signals when reusing kernel thread il y a 6 mois
  Rich Felker 47fa6e4fcc SIGEV_THREAD timers: fix fatal signal if internal SIGTIMER becomes unblocked il y a 6 mois
  Rich Felker cde213f9c3 timer_create: replace pthread barrier with semaphores for thread start il y a 11 mois
  Alex Xu (Hello71) c5459df188 timer_create: volatile static -> static volatile il y a 1 an
  Alexey Izbyshev 3ad3fa962e fix thread leak on timer_create(SIGEV_THREAD) failure il y a 2 ans
  James Y Knight 7c71792e87 add support for SIGEV_THREAD_ID timers il y a 6 ans
  Rich Felker 85e16aec51 drop use of pthread_once in timer_create il y a 4 ans
  Rich Felker 6ae2568bc2 remove unused SIGTIMER handler in timer_create il y a 4 ans
  Rich Felker 29bad49d72 fix data race in timer_create with SIGEV_THREAD notification il y a 5 ans
  Rich Felker 04335d9260 always block signals for starting new threads, refactor start args il y a 6 ans
  Rich Felker 5b74eed3b3 for SIGEV_THREAD timer threads, replace signal handler with sigwaitinfo il y a 6 ans
  Rich Felker ce32db4715 fix call to __pthread_tsd_run_dtors with too many arguments il y a 6 ans
  Rich Felker 91c6a187b8 move declarations of tls setup/access functions to pthread_impl.h il y a 6 ans
  Rich Felker 67b2994789 fix mismatched type of __pthread_tsd_run_dtors weak definition il y a 7 ans
  Rich Felker a7f18a5529 have new timer threads unblock their own SIGTIMER il y a 12 ans
  Rich Felker 7c6c290695 add system for resetting TLS to initial values il y a 12 ans
  Rich Felker 7356c2554e fix multiple bugs in SIGEV_THREAD timers il y a 12 ans
  Rich Felker cc11b42286 silence nonsensical warnings in timer_create il y a 12 ans
  Rich Felker ccc7b4c3a1 remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG il y a 12 ans
  Rich Felker efd4d87aa4 clean up sloppy nested inclusion from pthread_impl.h il y a 12 ans
  Rich Felker 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 il y a 13 ans
  Rich Felker 2f437040e7 fix (hopefully) all hard-coded 8's for kernel sigset_t size il y a 13 ans
  Rich Felker b1a7102d83 more efficient signal blocking for timer threads il y a 14 ans
  Rich Felker 8b625e45ff normal exit from timer thread should run dtors, restore cancel state il y a 14 ans
  Rich Felker c516807173 block signals in timer threads il y a 14 ans
  Rich Felker 4c4e22d781 optimize compound-literal sigset_t's not to contain useless hurd bits il y a 14 ans
  Rich Felker 99b8a25e94 overhaul implementation-internal signal protections il y a 14 ans
  Rich Felker 016a5dc192 use a separate signal from SIGCANCEL for SIGEV_THREAD timers il y a 14 ans
  Rich Felker 2063c4cac2 run pthread tsd destructors when a timer thread pretends to exit il y a 14 ans
  Rich Felker 82171d6ac0 greatly improve SIGEV_THREAD timers il y a 14 ans