aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-12nss_nisplus: Use NSS_DECLARE_MODULE_FUNCTIONSfw/nss-declareFlorian Weimer
2020-02-12nss_dns: Use NSS_DECLARE_MODULE_FUNCTIONSFlorian Weimer
2020-02-12nss_files: Use NSS_DECLARE_MODULE_FUNCTIONSFlorian Weimer
2020-02-12nss_db: Use NSS_DECLARE_MODULE_FUNCTIONSFlorian Weimer
2020-02-12nss_compat: Use NSS_DECLARE_MODULE_FUNCTIONSFlorian Weimer
2020-02-12nss_hesiod: Use NSS_DECLARE_MODULE_FUNCTIONSFlorian Weimer
2020-02-12nss: Add function types and NSS_DECLARE_MODULE_FUNCTIONS macro to <nss.h>Florian Weimer
2020-02-12nss_compat: Do not use nss_* names for function pointersFlorian Weimer
2020-02-12S390: Fix non-ascii character in fenv.h.Stefan Liebler
2020-02-12io: Add io/tst-lchmod covering lchmod and fchmodatFlorian Weimer
2020-02-12Linux: Emulate fchmodat with AT_SYMLINK_NOFOLLOW using O_PATH [BZ #14578]Florian Weimer
2020-02-12io: Implement lchmod using fchmodat [BZ #14578]Florian Weimer
2020-02-12Add internal <file_change_detection.h> header fileFlorian Weimer
2020-02-12elf.h: Add R_RISCV_IRELATIVEFangrui Song
2020-02-11Fix typo in the name for Wednesday in Kurdish [BZ #9809]Mike FABIAN
2020-02-11debug: Add missing locale dependencies of fortify testsFlorian Weimer
2020-02-10htl C11 threads: Avoid pthread_ symbols visibility in static librarySamuel Thibault
2020-02-11hurd: Add __pthread_spin_wait and use itSamuel Thibault
2020-02-10ldbl-128ibm-compat: set PRINTF_CHK flag in {,v}sprintf_chkPaul E. Murphy
2020-02-10Use --disable-gdbserver in build-many-glibcs.py.Joseph Myers
2020-02-10Improve random memcpy benchmarkWilco Dijkstra
2020-02-10nptl: update default pthread-offsets.hAndreas Schwab
2020-02-10nptl: add missing pthread-offsets.hAndreas Schwab
2020-02-10htl: Avoid a local plt for pthread_selfSamuel Thibault
2020-02-10pthread: Move some join tests from nptl to sysdeps/pthreadSamuel Thibault
2020-02-10htl: Make joining self return EDEADLKSamuel Thibault
2020-02-10pthread: Move most barrier tests from nptl to sysdeps/pthreadSamuel Thibault
2020-02-10htl: Fix barrier_wait with one threadSamuel Thibault
2020-02-10pthread: Move most sem tests from nptl to sysdeps/pthreadSamuel Thibault
2020-02-10htl: Make sem_wait/sem_timedwait interruptibleSamuel Thibault
2020-02-10htl: Make sem_open return ENOSYSSamuel Thibault
2020-02-10htl: Add support for semaphore maximum valueSamuel Thibault
2020-02-10pthread: Move key tests from nptl to sysdeps/pthreadSamuel Thibault
2020-02-10hurd: Make nanosleep a cancellation pointSamuel Thibault
2020-02-10htl: Add support for libc cancellation pointsSamuel Thibault
2020-02-10htl: clean __pthread_get_cleanup_stack hidden protoSamuel Thibault
2020-02-09htl: XFAIL rwlock tests which need pshared supportSamuel Thibault
2020-02-09pthread: Move some rwlock tests from nptl to sysdeps/pthreadSamuel Thibault
2020-02-09pthread: Move most once tests from nptl to sysdeps/pthreadSamuel Thibault
2020-02-09htl: support cancellation during pthread_onceSamuel Thibault
2020-02-09pthread: Move most cond tests from nptl to sysdeps/pthreadSamuel Thibault
2020-02-09htl: make pthread_cond_destroy return EBUSY on waitersSamuel Thibault
2020-02-09htl: Report missing mutex lock on pthread_cond_*waitSamuel Thibault
2020-02-09htl: Fix linking static testcasesSamuel Thibault
2020-02-09htl: Move __register_atfork from forward to own fileSamuel Thibault
2020-02-09pthread: Move some attr tests from nptl to sysdeps/pthreadSamuel Thibault
2020-02-09htl: Fix default guard sizeSamuel Thibault
2020-02-09pthread: Move most mutex tests from nptl to sysdeps/pthreadSamuel Thibault
2020-02-09pthread: Move spin tests from nptl to sysdeps/pthreadSamuel Thibault
2020-02-09htl: make pthread_spin_lock really spinSamuel Thibault