Historial de Commits

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