Historique des commits

Auteur SHA1 Message Date
  Rich Felker f08ab9e61a redesign and simplify vmlock system il y a 10 ans
  Szabolcs Nagy 204a69d2d9 copy the dtv pointer to the end of the pthread struct for TLS_ABOVE_TP archs il y a 10 ans
  Rich Felker 56fbaa3bbe make all objects used with atomic operations volatile il y a 10 ans
  Rich Felker 0fc317d83c factor cancellation cleanup push/pop out of futex __timedwait function il y a 10 ans
  Rich Felker 23614b0fcb add C11 thread creation and related thread functions il y a 10 ans
  Rich Felker 5345c9b884 fix false ownership of stdio FILEs due to tid reuse il y a 10 ans
  Rich Felker b8ca9eb530 fix fallback checks for kernels without private futex support il y a 10 ans
  Rich Felker 37195db8ec redesign cond var implementation to fix multiple issues il y a 10 ans
  Rich Felker de7e99c585 make pointers used in robust list volatile il y a 10 ans
  Rich Felker bc09d58c04 make futex operations use private-futex mode when possible il y a 10 ans
  Rich Felker ac31bf278d simplify errno implementation il y a 11 ans
  Rich Felker 7356c2554e fix multiple bugs in SIGEV_THREAD timers il y a 12 ans
  Rich Felker 2c074b0d6c transition to using functions for internal signal blocking/restoring il y a 12 ans
  Rich Felker 14a835b386 implement pthread_getattr_np 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 facc6acbfd replace __wake function with macro that performs direct syscall il y a 12 ans
  Rich Felker 1e21e78bf7 add support for thread scheduling (POSIX TPS option) il y a 12 ans
  Rich Felker efd4d87aa4 clean up sloppy nested inclusion from pthread_impl.h il y a 12 ans
  Rich Felker dcd6037150 support for TLS in dynamic-loaded (dlopen) modules il y a 12 ans
  Rich Felker 9b153c043e beginnings of full TLS support in shared libraries il y a 12 ans
  Rich Felker 2f437040e7 fix (hopefully) all hard-coded 8's for kernel sigset_t size il y a 13 ans
  Rich Felker bbbe87e35c fix several locks that weren't updated right for new futex-based __lock il y a 13 ans
  Rich Felker 819006a88b add pthread_attr_setstack interface (and get) il y a 13 ans
  Rich Felker 13b3645c46 increase default thread stack size to 80k il y a 13 ans
  Rich Felker 7efd14ecc9 remove cruft from pthread structure (old cancellation stuff) il y a 13 ans
  Rich Felker 9ae1cf6d29 fix out-of-bounds array access in pthread barriers on 64-bit il y a 13 ans
  Rich Felker 58aa5f45ed overhaul SSP support to use a real canary il y a 13 ans
  Rich Felker 5a2e180937 synchronize cond var destruction with exiting waits il y a 13 ans
  Rich Felker 9cee9307e3 improve pshared barriers il y a 13 ans
  Rich Felker 6016457011 process-shared barrier support, based on discussion with bdonlan il y a 13 ans