aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-14resolv: Fix ABA race in /etc/resolv.conf change detection [BZ #25420]Florian Weimer
2020-02-14resolv: Enhance __resolv_conf_load to capture file change dataFlorian Weimer
2020-02-14resolv: Fix file handle leak in __resolv_conf_load [BZ #25429]Florian Weimer
2020-02-14resolv: Use <file_change_detection.h> in __resolv_conf_get_currentFlorian Weimer
2020-02-13Add STATX_ATTR_VERITY from Linux 5.5 to bits/statx-generic.h.Joseph Myers
2020-02-13Use gcc -finput-charset=ascii for check-installed-headers.Stefan Liebler
2020-02-13math/test-sinl-pseudo: Use stack protector only if availableFlorian Weimer
2020-02-13alpha: Fix static gettimeofday symbolAdhemerval Zanella
2020-02-13nss_nisplus: Use NSS_DECLARE_MODULE_FUNCTIONSFlorian Weimer
2020-02-13nss_dns: Use NSS_DECLARE_MODULE_FUNCTIONSFlorian Weimer
2020-02-13nss_files: Use NSS_DECLARE_MODULE_FUNCTIONSFlorian Weimer
2020-02-13nss_db: Use NSS_DECLARE_MODULE_FUNCTIONSFlorian Weimer
2020-02-13nss_compat: Use NSS_DECLARE_MODULE_FUNCTIONSFlorian Weimer
2020-02-13nss_hesiod: Use NSS_DECLARE_MODULE_FUNCTIONSFlorian Weimer
2020-02-13nss: Add function types and NSS_DECLARE_MODULE_FUNCTIONS macro to <nss.h>Florian Weimer
2020-02-13nss_compat: Do not use nss_* names for function pointersFlorian Weimer
2020-02-12Avoid ldbl-96 stack corruption from range reduction of pseudo-zero (bug 25487).Joseph Myers
2020-02-12mips: Fix argument passing for inlined syscalls on Linux [BZ #25523]WANG Xuerui
2020-02-12mips: Use 'long int' and 'long long int' in linux syscall codeWANG Xuerui
2020-02-12alpha: Use generic gettimeofday implementationAdhemerval Zanella
2020-02-12sunrpc: Properly clean up if tst-udp-timeout failsMatheus Castanho
2020-02-12elf: avoid stack allocation in dl_open_workerDavid Kilroy
2020-02-12elf: avoid redundant sort in dlopenDavid Kilroy
2020-02-12elf: Allow dlopen of filter object to work [BZ #16272]David Kilroy
2020-02-12Update translationsSiddhesh Poyarekar
2020-02-12Rename RWF_WRITE_LIFE_NOT_SET to RWH_WRITE_LIFE_NOT_SET following Linux 5.5.Joseph Myers
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