Historique des commits

Auteur SHA1 Message Date
  Rich Felker 33ce920857 simplify pthread_attr_t stack/guard size representation il y a 8 ans
  Rich Felker 384d103d94 fix failure to obtain EOWNERDEAD status for process-shared robust mutexes il y a 8 ans
  Rich Felker 75eceb3ae8 ignore ENOSYS error from mprotect in pthread_create and dynamic linker il y a 9 ans
  Rich Felker 1b0cdc8700 refactor stdio open file list handling, move it out of global libc struct il y a 9 ans
  Rich Felker 68630b55c0 eliminate costly tricks to avoid TLS access for current locale state il y a 9 ans
  Rich Felker 484194dbf4 fix stack protector crashes on x32 & powerpc due to misplaced TLS canary il y a 10 ans
  Rich Felker 01d4274711 make dlerror state and message thread-local and dynamically-allocated il y a 10 ans
  Rich Felker 19a1fe670a remove remnants of support for running in no-thread-pointer mode il y a 10 ans
  Rich Felker a2d3053354 apply vmlock wait to __unmapself in pthread_exit il y a 10 ans
  Rich Felker f08ab9e61a redesign and simplify vmlock system il y a 10 ans
  Rich Felker 4e98cce1c5 optimize out setting up robust list with kernel when not needed il y a 10 ans
  Rich Felker 12e1e32468 process robust list in pthread_exit to fix detached thread use-after-unmap il y a 10 ans
  Rich Felker 36d8e97223 make pthread_exit responsible for disabling cancellation il y a 10 ans
  Rich Felker 78a8ef47c4 overhaul __synccall and fix AS-safety and other issues in set*id il y a 10 ans
  Rich Felker 23614b0fcb add C11 thread creation and related thread functions il y a 10 ans
  Jens Gustedt df7d0dfb9c use weak symbols for the POSIX functions that will be used by C threads 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 a6293285e9 fix use of uninitialized memory with application-provided thread stacks il y a 10 ans
  Rich Felker b092f1c5fa enable private futex for process-local robust mutexes il y a 10 ans
  Rich Felker a6adb2bcd8 work around constant folding bug 61144 in gcc 4.9.0 and 4.9.1 il y a 10 ans
  Rich Felker 83dc6eb087 eliminate use of cached pid from thread structure il y a 10 ans
  Rich Felker 0bc03091bb add locale framework il y a 10 ans
  Rich Felker ac31bf278d simplify errno implementation il y a 10 ans
  Rich Felker df15168cf8 replace all remaining internal uses of pthread_self with __pthread_self il y a 10 ans
  Rich Felker 689e0e6bf7 fix pointer type mismatch and misplacement of const il y a 11 ans
  Rich Felker dab441aea2 always initialize thread pointer at program start il y a 11 ans
  Rich Felker 271c211944 omit CLONE_PARENT flag to clone in pthread_create il y a 11 ans
  Rich Felker f68a3468d4 use symbolic names for clone flags in pthread_create il y a 11 ans
  Szabolcs Nagy b20760c023 support configurable page size on mips, powerpc and microblaze il y a 11 ans
  Rich Felker 2c074b0d6c transition to using functions for internal signal blocking/restoring il y a 12 ans