커밋 기록

작성자 SHA1 메시지 날짜
  Rich Felker 7b3348a98c support setting of default thread stack size via PT_GNU_STACK header 6 년 전
  Rich Felker 9b95fd0944 define and use internal macros for hidden visibility, weak refs 6 년 전
  Szabolcs Nagy 610c5a8524 fix TLS layout of TLS variant I when there is a gap above TP 7 년 전
  Rich Felker cdba6b2562 improve joinable/detached thread state handling 7 년 전
  Rich Felker 9e2d820a55 use a dedicated futex object for pthread_join instead of tid field 7 년 전
  Rich Felker 5bf7eba213 fix support for initialized TLS in static PIE binaries 8 년 전
  Rich Felker d56460c939 unify static and dynamic linked implementations of thread-local storage 9 년 전
  Rich Felker abead1be6d fix misalignment of dtv in static-linked programs with odd-sized TLS 10 년 전
  Rich Felker 23129ab8d5 remove dead store from static __init_tls 10 년 전
  Rich Felker 5f51d52915 make __init_tp function static when static linking 10 년 전
  Rich Felker c267fb849f remove useless visibility application from static-linking-only code 10 년 전
  Rich Felker 19a1fe670a remove remnants of support for running in no-thread-pointer mode 10 년 전
  Rich Felker 4e98cce1c5 optimize out setting up robust list with kernel when not needed 10 년 전
  Szabolcs Nagy 204a69d2d9 copy the dtv pointer to the end of the pthread struct for TLS_ABOVE_TP archs 10 년 전
  Rich Felker bd67959f3a fix over-alignment of TLS, insufficient builtin TLS on 64-bit archs 10 년 전
  Szabolcs Nagy d86af2a080 fix #ifdef inside a macro argument list in __init_tls.c 10 년 전
  Rich Felker 83dc6eb087 eliminate use of cached pid from thread structure 11 년 전
  Rich Felker 0bc03091bb add locale framework 11 년 전
  Rich Felker 5ba238e1e4 separate __tls_get_addr implementation from dynamic linker/init_tls 11 년 전
  Rich Felker ac31bf278d simplify errno implementation 11 년 전
  Rich Felker 64e32287f9 add thread-pointer support for pre-2.6 kernels on i386 11 년 전
  Rich Felker 7e8b0761e5 remove some cruft from libc/tls init code 11 년 전
  Rich Felker 561e0a0968 remove cruft left behind when lazy thread pointer init was removed 11 년 전
  Rich Felker dab441aea2 always initialize thread pointer at program start 11 년 전
  Rich Felker 98221c3611 reduce static linking overhead from TLS support by inlining mmap syscall 11 년 전
  Rich Felker 7c6c290695 add system for resetting TLS to initial values 12 년 전
  Rich Felker f1292e3d28 fix omission of dtv setup in static linked programs on TLS variant I archs 12 년 전
  Rich Felker e172c7b4df fix reference to libc struct in static tls init code 12 년 전
  Rich Felker efd4d87aa4 clean up sloppy nested inclusion from pthread_impl.h 12 년 전
  Rich Felker 3a5aa8e49c fix unused variable warnings 12 년 전