about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* pthread: Move basic tests from nptl to sysdeps/pthreadSamuel Thibault2020-02-098-1/+675
* htl: Fix calling pthread_exit in the child of a forkSamuel Thibault2020-02-091-0/+9
* x86: Remove <bits/select.h> and use the generic versionFlorian Weimer2020-02-091-63/+0
* C11 threads: Move implementation to sysdeps/pthreadSamuel Thibault2020-02-0947-64/+1633
* htl: Add C11 threads types definitionsSamuel Thibault2020-02-091-0/+13
* nptl: Move nptl-specific types to separate headerSamuel Thibault2020-02-092-8/+15
* htl: Make __PTHREAD_ONCE_INIT more flexibleSamuel Thibault2020-02-092-2/+2
* htl: Add support for C11 threads behaviorSamuel Thibault2020-02-091-0/+3
* htl: Add missing internal functions declarationsSamuel Thibault2020-02-091-0/+13
* htl: Rename _pthread_mutex_init/destroy to __pthread_mutex_init/destroySamuel Thibault2020-02-094-8/+9
* htl: Move internal mutex/rwlock symbols to GLIBC_PRIVATESamuel Thibault2020-02-091-7/+0
* Linux: Add io/tst-o_path-locks testFlorian Weimer2020-02-092-1/+101
* htl: Remove duplicate filesSamuel Thibault2020-02-092-56/+0
* htl: Remove unused filesSamuel Thibault2020-02-0924-1100/+0
* Remove a comment claiming that sin/cos round correctly.Wilco Dijkstra2020-02-071-4/+4
* y2038: linux: Provide __settimeofday64 implementationLukasz Majewski2020-02-071-0/+53
* y2038: alpha: Rename valid_timeval64_to_timeval to valid_timeval_to_timeval32Lukasz Majewski2020-02-074-9/+9
* y2038: alpha: Rename valid_timeval_to_timeval64 to valid_timeval32_to_timevalLukasz Majewski2020-02-074-7/+7
* y2038: Define __suseconds64_t type to be used with struct __timeval64Lukasz Majewski2020-02-076-0/+6
* Update kernel version to 5.5 in tst-mman-consts.py.Joseph Myers2020-02-071-1/+1
* Update syscall lists for Linux 5.5.Joseph Myers2020-02-072-2/+3
* y2038: linux: Provide __timespec_get64 implementationLukasz Majewski2020-02-051-0/+59
* rt: avoid PLT setup in timer_[sg]ettimeAndreas Schwab2020-02-032-2/+4
* y2038: linux: Provide __sched_rr_get_interval64 implementationLukasz Majewski2020-02-022-1/+73
* y2038: linux: Provide __timerfd_settime64 implementationLukasz Majewski2020-02-023-2/+88
* y2038: linux: Provide __timerfd_gettime64 implementationLukasz Majewski2020-02-023-2/+70
* i386: Remove _exit.SH.J. Lu2020-02-011-44/+0
* i386: Use ENTRY/END in assembly codesH.J. Lu2020-02-013-15/+10
* i386-mcount.S: Add _CET_ENDBR to _mcount and __fentry__H.J. Lu2020-02-011-0/+2
* i386/sub_n.S: Add a missing _CET_ENDBR to indirect jump targetH.J. Lu2020-02-011-0/+1
* i386: Don't unnecessarily save and restore EAX, ECX and EDX [BZ# 25262]H.J. Lu2020-02-014-29/+10
* x86: Don't make 2 calls to dlerror () in a rowH.J. Lu2020-02-012-2/+2
* nptl: Avoid using PTHREAD_MUTEX_DEFAULT in macro definition [BZ #25271]Florian Weimer2020-01-301-1/+1
* Fix array overflow in backtrace on PowerPC (bug 25423)Andreas Schwab2020-01-212-0/+4
* getaddrinfo: Fix resource leak after strdup failure in gethosts [BZ #25425]Florian Weimer2020-01-201-0/+1
* Fix maybe-uninitialized error on powerpcMatheus Castanho2020-01-171-0/+7
* powerpc32: Fix syntax error in __GLRO macroAndreas Schwab2020-01-181-1/+1
* Fix tst-pkey.c pkey_alloc return checks and manualLucas A. M. Magalhaes2020-01-171-0/+4
* powerpc: Move cache line size to rtld_global_roTulio Magno Quites Machado Filho2020-01-1718-63/+310
* powerpc: Initialize rtld_global_ro for static dlopen [BZ #20802]Tulio Magno Quites Machado Filho2020-01-171-2/+11
* htl: Add internal version of __pthread_mutex_timedlockSamuel Thibault2020-01-133-2/+6
* htl: Avoid exposing unixoid functionsSamuel Thibault2020-01-133-2/+5
* htl: Add type sizes in bits/pthreadtypes-arch.h and check themSamuel Thibault2020-01-1314-0/+42
* htl: Add internal versions of functions used by C11 threadsSamuel Thibault2020-01-133-1/+5
* MIPS: Fix circular definition of __LDBL_MANT_DIG__ in ieee754.hZack Weinberg2020-01-081-1/+1
* hurd: Fix message reception for timer_threadSamuel Thibault2020-01-051-1/+2
* htl: Add __errno_location and __h_errno_locationSamuel Thibault2020-01-042-0/+6
* htl: Move pthread_atfork to libc_nonshared.aSamuel Thibault2020-01-042-3/+3
* htl: Use dso_handle.hSamuel Thibault2020-01-041-5/+2
* linux: Optimize fallback 32-bit clock_getresAdhemerval Zanella2020-01-031-4/+12