aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-02-09htl: Fix linking static testcasesSamuel Thibault1-0/+2
2020-02-09htl: Move __register_atfork from forward to own fileSamuel Thibault3-139/+158
2020-02-09pthread: Move some attr tests from nptl to sysdeps/pthreadSamuel Thibault3-1/+2
2020-02-09htl: Fix default guard sizeSamuel Thibault3-2/+6
2020-02-09pthread: Move most mutex tests from nptl to sysdeps/pthreadSamuel Thibault10-3/+8
2020-02-09pthread: Move spin tests from nptl to sysdeps/pthreadSamuel Thibault6-1/+1
2020-02-09htl: make pthread_spin_lock really spinSamuel Thibault1-1/+1
2020-02-09htl: Avoid check-installed-headers looking at inlinesSamuel Thibault1-2/+4
2020-02-09htl: Do not put spin_lock inlines in public headersSamuel Thibault2-36/+36
2020-02-09pthread: Move basic tests from nptl to sysdeps/pthreadSamuel Thibault9-3/+8
2020-02-09htl: Fix calling pthread_exit in the child of a forkSamuel Thibault1-0/+9
2020-02-09x86: Remove <bits/select.h> and use the generic versionFlorian Weimer1-63/+0
2020-02-09C11 threads: Move implementation to sysdeps/pthreadSamuel Thibault49-77/+127
2020-02-09htl: Add C11 threads types definitionsSamuel Thibault1-0/+13
2020-02-09C11 threads: make thrd_join more portableSamuel Thibault1-1/+1
2020-02-09C11 threads: Fix thrd_t / pthread_t compatibility assertionSamuel Thibault1-2/+2
2020-02-09C11 threads: do not require PTHREAD_DESTRUCTOR_ITERATIONSSamuel Thibault1-0/+2
2020-02-09nptl: Move nptl-specific types to separate headerSamuel Thibault3-9/+16
2020-02-09htl: Make __PTHREAD_ONCE_INIT more flexibleSamuel Thibault2-2/+2
2020-02-09htl: Add support for C11 threads behaviorSamuel Thibault3-1/+25
2020-02-09htl: Add missing internal functions declarationsSamuel Thibault1-0/+13
2020-02-09htl: Rename _pthread_mutex_init/destroy to __pthread_mutex_init/destroySamuel Thibault6-11/+13
2020-02-09htl: Move internal mutex/rwlock symbols to GLIBC_PRIVATESamuel Thibault2-11/+4
2020-02-09Linux: Add io/tst-o_path-locks testFlorian Weimer2-1/+101
2020-02-09support: Add the xlstat functionFlorian Weimer3-0/+30
2020-02-09htl: Remove duplicate filesSamuel Thibault2-56/+0
2020-02-09htl: Remove unused filesSamuel Thibault27-1106/+0
2020-02-07resolv: Fix CNAME chaining in resolv/tst-resolv-ai_idn-common.cFlorian Weimer1-1/+2
2020-02-07Remove a comment claiming that sin/cos round correctly.Wilco Dijkstra1-4/+4
2020-02-07y2038: linux: Provide __settimeofday64 implementationLukasz Majewski2-0/+62
2020-02-07y2038: Provide conversion helpers for struct __timeval64Lukasz Majewski1-0/+49
2020-02-07y2038: alpha: Rename valid_timeval64_to_timeval to valid_timeval_to_timeval32Lukasz Majewski4-9/+9
2020-02-07y2038: alpha: Rename valid_timeval_to_timeval64 to valid_timeval32_to_timevalLukasz Majewski4-7/+7
2020-02-07y2038: Introduce struct __timeval64 - new internal glibc typeLukasz Majewski1-0/+14
2020-02-07y2038: Define __suseconds64_t type to be used with struct __timeval64Lukasz Majewski8-0/+8
2020-02-07Update kernel version to 5.5 in tst-mman-consts.py.Joseph Myers1-1/+1
2020-02-07Update syscall lists for Linux 5.5.Joseph Myers2-2/+3
2020-02-07NEWS: Set fill-column hint to 72Siddhesh Poyarekar1-1/+1
2020-02-05y2038: linux: Provide __timespec_get64 implementationLukasz Majewski2-0/+62
2020-02-03Use binutils 2.34 branch in build-many-glibcs.py.Joseph Myers1-1/+1
2020-02-03Run nptl/tst-pthread-getattr in a containerDJ Delorie1-2/+4
2020-02-03test-container: add exec, cwdDJ Delorie1-13/+65
2020-02-03Use Linux 5.5 in build-many-glibcs.py.Joseph Myers1-1/+1
2020-02-03rt: avoid PLT setup in timer_[sg]ettimeAndreas Schwab3-4/+6
2020-02-03Update or_IN collation [BZ #22525]Mike FABIAN3-526/+186
2020-02-03Fix ckb_IQ [BZ #9809]Mike FABIAN5-310/+195
2020-02-03Add new locale: ckb_IQ (Kurdish/Sorani spoken in Iraq) [BZ #9809]Jwtiyar Nariman1-0/+452
2020-02-03list-fixed-bugs.py: Wrap at 72 charsSiddhesh Poyarekar1-1/+1
2020-02-02y2038: linux: Provide __sched_rr_get_interval64 implementationLukasz Majewski3-1/+80
2020-02-02y2038: linux: Provide __timerfd_settime64 implementationLukasz Majewski4-2/+93