aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-02-14Adjust thresholds in Bessel function implementations (bug 14469).Joseph Myers4-8/+8
2020-02-14resolv: Fix ABA race in /etc/resolv.conf change detection [BZ #25420]Florian Weimer1-6/+13
2020-02-14resolv: Enhance __resolv_conf_load to capture file change dataFlorian Weimer3-7/+19
2020-02-14resolv: Fix file handle leak in __resolv_conf_load [BZ #25429]Florian Weimer1-1/+7
2020-02-14resolv: Use <file_change_detection.h> in __resolv_conf_get_currentFlorian Weimer1-35/+8
2020-02-13Add STATX_ATTR_VERITY from Linux 5.5 to bits/statx-generic.h.Joseph Myers1-0/+1
2020-02-13Use gcc -finput-charset=ascii for check-installed-headers.Stefan Liebler5-5/+6
2020-02-13math/test-sinl-pseudo: Use stack protector only if availableFlorian Weimer1-0/+2
2020-02-13alpha: Fix static gettimeofday symbolAdhemerval Zanella2-6/+5
2020-02-13nss_nisplus: Use NSS_DECLARE_MODULE_FUNCTIONSFlorian Weimer1-0/+1
2020-02-13nss_dns: Use NSS_DECLARE_MODULE_FUNCTIONSFlorian Weimer3-0/+6
2020-02-13nss_files: Use NSS_DECLARE_MODULE_FUNCTIONSFlorian Weimer15-0/+38
2020-02-13nss_db: Use NSS_DECLARE_MODULE_FUNCTIONSFlorian Weimer3-1/+3
2020-02-13nss_compat: Use NSS_DECLARE_MODULE_FUNCTIONSFlorian Weimer4-0/+8
2020-02-13nss_hesiod: Use NSS_DECLARE_MODULE_FUNCTIONSFlorian Weimer4-0/+8
2020-02-13nss: Add function types and NSS_DECLARE_MODULE_FUNCTIONS macro to <nss.h>Florian Weimer3-35/+209
2020-02-13nss_compat: Do not use nss_* names for function pointersFlorian Weimer4-113/+112
2020-02-12Avoid ldbl-96 stack corruption from range reduction of pseudo-zero (bug 25487).Joseph Myers3-1/+55
2020-02-12mips: Fix argument passing for inlined syscalls on Linux [BZ #25523]WANG Xuerui3-52/+104
2020-02-12mips: Use 'long int' and 'long long int' in linux syscall codeWANG Xuerui14-220/+230
2020-02-12alpha: Use generic gettimeofday implementationAdhemerval Zanella3-8/+8
2020-02-12sunrpc: Properly clean up if tst-udp-timeout failsMatheus Castanho1-3/+15
2020-02-12elf: avoid stack allocation in dl_open_workerDavid Kilroy1-16/+12
2020-02-12elf: avoid redundant sort in dlopenDavid Kilroy1-4/+4
2020-02-12elf: Allow dlopen of filter object to work [BZ #16272]David Kilroy11-16/+327
2020-02-12Update translationsSiddhesh Poyarekar2-6/+834
2020-02-12Rename RWF_WRITE_LIFE_NOT_SET to RWH_WRITE_LIFE_NOT_SET following Linux 5.5.Joseph Myers1-1/+2
2020-02-12S390: Fix non-ascii character in fenv.h.Stefan Liebler1-2/+2
2020-02-12io: Add io/tst-lchmod covering lchmod and fchmodatFlorian Weimer2-1/+315
2020-02-12Linux: Emulate fchmodat with AT_SYMLINK_NOFOLLOW using O_PATH [BZ #14578]Florian Weimer1-10/+47
2020-02-12io: Implement lchmod using fchmodat [BZ #14578]Florian Weimer5-6/+8
2020-02-12Add internal <file_change_detection.h> header fileFlorian Weimer3-1/+347
2020-02-12elf.h: Add R_RISCV_IRELATIVEFangrui Song1-1/+2
2020-02-11Fix typo in the name for Wednesday in Kurdish [BZ #9809]Mike FABIAN1-1/+1
2020-02-11debug: Add missing locale dependencies of fortify testsFlorian Weimer1-0/+11
2020-02-10htl C11 threads: Avoid pthread_ symbols visibility in static librarySamuel Thibault42-45/+41
2020-02-11hurd: Add __pthread_spin_wait and use itSamuel Thibault17-24/+33
2020-02-10ldbl-128ibm-compat: set PRINTF_CHK flag in {,v}sprintf_chkPaul E. Murphy2-0/+8
2020-02-10Use --disable-gdbserver in build-many-glibcs.py.Joseph Myers1-0/+1
2020-02-10Improve random memcpy benchmarkWilco Dijkstra1-29/+57
2020-02-10nptl: update default pthread-offsets.hAndreas Schwab1-16/+6
2020-02-10nptl: add missing pthread-offsets.hAndreas Schwab5-0/+25
2020-02-10htl: Avoid a local plt for pthread_selfSamuel Thibault1-3/+3
2020-02-10pthread: Move some join tests from nptl to sysdeps/pthreadSamuel Thibault14-13/+16
2020-02-10htl: Make joining self return EDEADLKSamuel Thibault1-0/+3
2020-02-10pthread: Move most barrier tests from nptl to sysdeps/pthreadSamuel Thibault7-1/+2
2020-02-10htl: Fix barrier_wait with one threadSamuel Thibault1-1/+3
2020-02-10pthread: Move most sem tests from nptl to sysdeps/pthreadSamuel Thibault15-3/+12
2020-02-10htl: Make sem_wait/sem_timedwait interruptibleSamuel Thibault7-9/+47
2020-02-10htl: Make sem_open return ENOSYSSamuel Thibault1-1/+1