Historie revizí

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