aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)Author
2020-02-09htl: Avoid check-installed-headers looking at inlinesSamuel Thibault
2020-02-09htl: Do not put spin_lock inlines in public headersSamuel Thibault
2020-02-09pthread: Move basic tests from nptl to sysdeps/pthreadSamuel Thibault
2020-02-09htl: Fix calling pthread_exit in the child of a forkSamuel Thibault
2020-02-09x86: Remove <bits/select.h> and use the generic versionFlorian Weimer
2020-02-09C11 threads: Move implementation to sysdeps/pthreadSamuel Thibault
2020-02-09htl: Add C11 threads types definitionsSamuel Thibault
2020-02-09nptl: Move nptl-specific types to separate headerSamuel Thibault
2020-02-09htl: Make __PTHREAD_ONCE_INIT more flexibleSamuel Thibault
2020-02-09htl: Add support for C11 threads behaviorSamuel Thibault
2020-02-09htl: Add missing internal functions declarationsSamuel Thibault
2020-02-09htl: Rename _pthread_mutex_init/destroy to __pthread_mutex_init/destroySamuel Thibault
2020-02-09htl: Move internal mutex/rwlock symbols to GLIBC_PRIVATESamuel Thibault
2020-02-09Linux: Add io/tst-o_path-locks testFlorian Weimer
2020-02-09htl: Remove duplicate filesSamuel Thibault
2020-02-09htl: Remove unused filesSamuel Thibault
2020-02-07Remove a comment claiming that sin/cos round correctly.Wilco Dijkstra
2020-02-07y2038: linux: Provide __settimeofday64 implementationLukasz Majewski
2020-02-07y2038: alpha: Rename valid_timeval64_to_timeval to valid_timeval_to_timeval32Lukasz Majewski
2020-02-07y2038: alpha: Rename valid_timeval_to_timeval64 to valid_timeval32_to_timevalLukasz Majewski
2020-02-07y2038: Define __suseconds64_t type to be used with struct __timeval64Lukasz Majewski
2020-02-07Update kernel version to 5.5 in tst-mman-consts.py.Joseph Myers
2020-02-07Update syscall lists for Linux 5.5.Joseph Myers
2020-02-05y2038: linux: Provide __timespec_get64 implementationLukasz Majewski
2020-02-03rt: avoid PLT setup in timer_[sg]ettimeAndreas Schwab
2020-02-02y2038: linux: Provide __sched_rr_get_interval64 implementationLukasz Majewski
2020-02-02y2038: linux: Provide __timerfd_settime64 implementationLukasz Majewski
2020-02-02y2038: linux: Provide __timerfd_gettime64 implementationLukasz Majewski
2020-02-01i386: Remove _exit.SH.J. Lu
2020-02-01i386: Use ENTRY/END in assembly codesH.J. Lu
2020-02-01i386-mcount.S: Add _CET_ENDBR to _mcount and __fentry__H.J. Lu
2020-02-01i386/sub_n.S: Add a missing _CET_ENDBR to indirect jump targetH.J. Lu
2020-02-01i386: Don't unnecessarily save and restore EAX, ECX and EDX [BZ# 25262]H.J. Lu
2020-02-01x86: Don't make 2 calls to dlerror () in a rowH.J. Lu
2020-01-30nptl: Avoid using PTHREAD_MUTEX_DEFAULT in macro definition [BZ #25271]Florian Weimer
2020-01-21Fix array overflow in backtrace on PowerPC (bug 25423)Andreas Schwab
2020-01-20getaddrinfo: Fix resource leak after strdup failure in gethosts [BZ #25425]Florian Weimer
2020-01-17Fix maybe-uninitialized error on powerpcMatheus Castanho
2020-01-18powerpc32: Fix syntax error in __GLRO macroAndreas Schwab
2020-01-17Fix tst-pkey.c pkey_alloc return checks and manualLucas A. M. Magalhaes
2020-01-17powerpc: Move cache line size to rtld_global_roTulio Magno Quites Machado Filho
2020-01-17powerpc: Initialize rtld_global_ro for static dlopen [BZ #20802]Tulio Magno Quites Machado Filho
2020-01-13htl: Add internal version of __pthread_mutex_timedlockSamuel Thibault
2020-01-13htl: Avoid exposing unixoid functionsSamuel Thibault
2020-01-13htl: Add type sizes in bits/pthreadtypes-arch.h and check themSamuel Thibault
2020-01-13htl: Add internal versions of functions used by C11 threadsSamuel Thibault
2020-01-08MIPS: Fix circular definition of __LDBL_MANT_DIG__ in ieee754.hZack Weinberg
2020-01-05hurd: Fix message reception for timer_threadSamuel Thibault
2020-01-04htl: Add __errno_location and __h_errno_locationSamuel Thibault
2020-01-04htl: Move pthread_atfork to libc_nonshared.aSamuel Thibault