aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-06-20Add a generic significand implementationTulio Magno Quites Machado Filho8-107/+45
2018-06-20Move declare_mgen_finite_alias definitionTulio Magno Quites Machado Filho3-7/+22
2018-06-20libio: Avoid ptrdiff_t overflow in IO_validate_vtableFlorian Weimer2-2/+6
2018-06-19Fix scanf rounding of negative floating-point numbers (bug 23280).Joseph Myers4-17/+81
2018-06-19hurd: fix localplt.data formatSamuel Thibault1-1/+1
2018-06-19hurd: Fix "Missing required PLT reference"Samuel Thibault2-14/+22
2018-06-18Add SHM_STAT_ANY from Linux 4.17 to bits/shm.h.Joseph Myers13-0/+37
2018-06-18Add SEM_STAT_ANY from Linux 4.17 to bits/sem.h.Joseph Myers11-0/+31
2018-06-18Add MSG_STAT_ANY from Linux 4.17 to bits/msq.h.Joseph Myers11-0/+31
2018-06-18Update MAP_TYPE value for hppa from Linux 4.17.Joseph Myers2-1/+6
2018-06-18Linux: Create Netlink socket with SOCK_CLOEXEC in __check_pf [BZ #15722]Florian Weimer2-1/+7
2018-06-18Fix powerpc64le build of nan-sign tests (bug 23303).Joseph Myers2-1/+13
2018-06-16hurd: Fix reference to _hurd_self_sigstateSamuel Thibault3-1/+14
2018-06-16hurd: Fix missing __pthread_get_cleanup_stack symbolSamuel Thibault6-15/+10
2018-06-16hurd: Whitelist PLT refs which are difficult to avoidSamuel Thibault2-0/+10
2018-06-16hurd: Avoid PLT references to syscallsSamuel Thibault3-7/+20
2018-06-16hurd: Avoid PLT ref to __mach_msgSamuel Thibault3-0/+6
2018-06-16hurd: Avoid PLT references to shortcutsSamuel Thibault4-0/+20
2018-06-16hurd: Avoid missing PLT ref from ld.so requirementSamuel Thibault2-1/+2
2018-06-16hurd: Avoid PLT ref for __pthread_get_cleanup_stackSamuel Thibault5-4/+15
2018-06-16hurd: Detect 32bit overflow in value returned by lseekSamuel Thibault2-1/+14
2018-06-16hurd: avoid PLT ref between sendfile and sendfile64Samuel Thibault4-3/+18
2018-06-15Add tests for sign of NaN returned by strtod (bug 23007).Joseph Myers6-2/+111
2018-06-15Fix sign of NaN returned by strtod (bug 23007).Herman ten Brugge2-1/+7
2018-06-14localedata: Make IBM273 compatible with ISO-8859-1 [BZ #23290]Florian Weimer3-2/+10
2018-06-14hurd: Fix htl link failureSamuel Thibault2-2/+7
2018-06-14Ignore -Wrestrict for one strncat test.Joseph Myers2-0/+9
2018-06-14aarch64: Use an ifunc/VDSO to implement gettimeofday in shared glibc.Steve Ellcey2-0/+76
2018-06-14scripts/update-abilist.sh: Accept empty list of files to patchFlorian Weimer2-1/+8
2018-06-14hurd: Avoid a PLT referenceSamuel Thibault2-6/+3
2018-06-14hurd: Avoid PLTs for __mach_thread_self and __mach_reply_portSamuel Thibault3-9/+18
2018-06-14hurd: Avoid PLTs for _hurd_port_locked_get/setSamuel Thibault2-0/+10
2018-06-14hurd: update localplt.dataSamuel Thibault2-2/+5
2018-06-13hurd: xfail missing abilist for libmachuser and libhurduserSamuel Thibault2-0/+13
2018-06-13Fix strtod overflow detection (bug 23279).Joseph Myers6-4391/+4864
2018-06-12Fix comments in _dl_dst_count and _dl_dst_substitute.Carlos O'Donell2-6/+11
2018-06-12Fix fallback path in __pthread_mutex_timedlock ().Carlos O'Donell2-1/+6
2018-06-12Do not use const attribute for nan functions (bug 23277).Joseph Myers4-2/+45
2018-06-12benchtests: Add -f/--functions argumentH.J. Lu2-10/+50
2018-06-12aarch64: add HXT Phecda core memory operation ifuncsHongbo Zhang6-5/+24
2018-06-12Improve DST handling (Bug 23102, Bug 21942, Bug 18018, Bug 23259).Carlos O'Donell5-93/+165
2018-06-12Avoid cancellable I/O primitives in ld.so.Zack Weinberg45-279/+647
2018-06-12i386: Change offset of __private_ss to 0x30 [BZ #23250]H.J. Lu3-1/+26
2018-06-12x86: Make strncmp usable from rtldFlorian Weimer3-5/+16
2018-06-12gd_GB, hsb_DE, wa_BE: Add alternative month names (bug 23140).Rafal Luzynski5-13/+67
2018-06-11Fix ldbl-96 fma (Inf, Inf, finite) (bug 23272).Joseph Myers3-8/+46
2018-06-10The hppa-linux target still requires an executable stack for kernelJohn David Anglin2-0/+12
2018-06-08posix: Fix posix_spawnp to not execute invalid binaries in non compat mode (B...Adhemerval Zanella8-11/+175
2018-06-08Mark _init and _fini as hidden [BZ #23145]H.J. Lu22-1/+163
2018-06-06powerpc64le: Fix TFtype in sqrtf128 when using -mabi=ieeelongdoubleTulio Magno Quites Machado Filho2-3/+15