about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Add STATX_ATTR_VERITY from Linux 5.5 to bits/statx-generic.h.Joseph Myers2020-02-131-0/+1
* Use gcc -finput-charset=ascii for check-installed-headers.Stefan Liebler2020-02-135-5/+6
* math/test-sinl-pseudo: Use stack protector only if availableFlorian Weimer2020-02-131-0/+2
* alpha: Fix static gettimeofday symbolAdhemerval Zanella2020-02-132-6/+5
* nss_nisplus: Use NSS_DECLARE_MODULE_FUNCTIONSFlorian Weimer2020-02-131-0/+1
* nss_dns: Use NSS_DECLARE_MODULE_FUNCTIONSFlorian Weimer2020-02-133-0/+6
* nss_files: Use NSS_DECLARE_MODULE_FUNCTIONSFlorian Weimer2020-02-1315-0/+38
* nss_db: Use NSS_DECLARE_MODULE_FUNCTIONSFlorian Weimer2020-02-133-1/+3
* nss_compat: Use NSS_DECLARE_MODULE_FUNCTIONSFlorian Weimer2020-02-134-0/+8
* nss_hesiod: Use NSS_DECLARE_MODULE_FUNCTIONSFlorian Weimer2020-02-134-0/+8
* nss: Add function types and NSS_DECLARE_MODULE_FUNCTIONS macro to <nss.h>Florian Weimer2020-02-133-35/+209
* nss_compat: Do not use nss_* names for function pointersFlorian Weimer2020-02-134-113/+112
* Avoid ldbl-96 stack corruption from range reduction of pseudo-zero (bug 25487).Joseph Myers2020-02-123-1/+55
* mips: Fix argument passing for inlined syscalls on Linux [BZ #25523]WANG Xuerui2020-02-123-52/+104
* mips: Use 'long int' and 'long long int' in linux syscall codeWANG Xuerui2020-02-1214-220/+230
* alpha: Use generic gettimeofday implementationAdhemerval Zanella2020-02-123-8/+8
* sunrpc: Properly clean up if tst-udp-timeout failsMatheus Castanho2020-02-121-3/+15
* elf: avoid stack allocation in dl_open_workerDavid Kilroy2020-02-121-16/+12
* elf: avoid redundant sort in dlopenDavid Kilroy2020-02-121-4/+4
* elf: Allow dlopen of filter object to work [BZ #16272]David Kilroy2020-02-1211-16/+327
* Update translationsSiddhesh Poyarekar2020-02-122-6/+834
* Rename RWF_WRITE_LIFE_NOT_SET to RWH_WRITE_LIFE_NOT_SET following Linux 5.5.Joseph Myers2020-02-121-1/+2
* S390: Fix non-ascii character in fenv.h.Stefan Liebler2020-02-121-2/+2
* io: Add io/tst-lchmod covering lchmod and fchmodatFlorian Weimer2020-02-122-1/+315
* Linux: Emulate fchmodat with AT_SYMLINK_NOFOLLOW using O_PATH [BZ #14578]Florian Weimer2020-02-121-10/+47
* io: Implement lchmod using fchmodat [BZ #14578]Florian Weimer2020-02-125-6/+8
* Add internal <file_change_detection.h> header fileFlorian Weimer2020-02-123-1/+347
* elf.h: Add R_RISCV_IRELATIVEFangrui Song2020-02-121-1/+2
* Fix typo in the name for Wednesday in Kurdish [BZ #9809]Mike FABIAN2020-02-111-1/+1
* debug: Add missing locale dependencies of fortify testsFlorian Weimer2020-02-111-0/+11
* htl C11 threads: Avoid pthread_ symbols visibility in static librarySamuel Thibault2020-02-1042-45/+41
* hurd: Add __pthread_spin_wait and use itSamuel Thibault2020-02-1117-24/+33
* ldbl-128ibm-compat: set PRINTF_CHK flag in {,v}sprintf_chkPaul E. Murphy2020-02-102-0/+8
* Use --disable-gdbserver in build-many-glibcs.py.Joseph Myers2020-02-101-0/+1
* Improve random memcpy benchmarkWilco Dijkstra2020-02-101-29/+57
* nptl: update default pthread-offsets.hAndreas Schwab2020-02-101-16/+6
* nptl: add missing pthread-offsets.hAndreas Schwab2020-02-105-0/+25
* htl: Avoid a local plt for pthread_selfSamuel Thibault2020-02-101-3/+3
* pthread: Move some join tests from nptl to sysdeps/pthreadSamuel Thibault2020-02-1014-13/+16
* htl: Make joining self return EDEADLKSamuel Thibault2020-02-101-0/+3
* pthread: Move most barrier tests from nptl to sysdeps/pthreadSamuel Thibault2020-02-107-1/+2
* htl: Fix barrier_wait with one threadSamuel Thibault2020-02-101-1/+3
* pthread: Move most sem tests from nptl to sysdeps/pthreadSamuel Thibault2020-02-1015-3/+12
* htl: Make sem_wait/sem_timedwait interruptibleSamuel Thibault2020-02-107-9/+47
* htl: Make sem_open return ENOSYSSamuel Thibault2020-02-101-1/+1
* htl: Add support for semaphore maximum valueSamuel Thibault2020-02-102-0/+10
* pthread: Move key tests from nptl to sysdeps/pthreadSamuel Thibault2020-02-106-1/+1
* hurd: Make nanosleep a cancellation pointSamuel Thibault2020-02-101-0/+5
* htl: Add support for libc cancellation pointsSamuel Thibault2020-02-106-3/+69
* htl: clean __pthread_get_cleanup_stack hidden protoSamuel Thibault2020-02-104-6/+4