summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Y2038: add function __difftime64aaribaud/y2038-rfc-3-wipAlbert ARIBAUD (3ADEV)2018-06-202-58/+56
* Y2038: make __mktime_internal compatible with 64-bit-timeAlbert ARIBAUD (3ADEV)2018-06-203-113/+118
* Y2038: make __tz_convert compatible with 64-bit-timeAlbert ARIBAUD (3ADEV)2018-06-208-53/+167
* Y2038: Add 64-bit time for all architecturesAlbert ARIBAUD (3ADEV)2018-06-208-16/+146
* Add SHM_STAT_ANY from Linux 4.17 to bits/shm.h.Joseph Myers2018-06-1813-0/+37
* Add SEM_STAT_ANY from Linux 4.17 to bits/sem.h.Joseph Myers2018-06-1811-0/+31
* Add MSG_STAT_ANY from Linux 4.17 to bits/msq.h.Joseph Myers2018-06-1811-0/+31
* Update MAP_TYPE value for hppa from Linux 4.17.Joseph Myers2018-06-182-1/+6
* Linux: Create Netlink socket with SOCK_CLOEXEC in __check_pf [BZ #15722]Florian Weimer2018-06-182-1/+7
* Fix powerpc64le build of nan-sign tests (bug 23303).Joseph Myers2018-06-182-1/+13
* hurd: Fix reference to _hurd_self_sigstateSamuel Thibault2018-06-163-1/+14
* hurd: Fix missing __pthread_get_cleanup_stack symbolSamuel Thibault2018-06-166-15/+10
* hurd: Whitelist PLT refs which are difficult to avoidSamuel Thibault2018-06-162-0/+10
* hurd: Avoid PLT references to syscallsSamuel Thibault2018-06-163-7/+20
* hurd: Avoid PLT ref to __mach_msgSamuel Thibault2018-06-163-0/+6
* hurd: Avoid PLT references to shortcutsSamuel Thibault2018-06-164-0/+20
* hurd: Avoid missing PLT ref from ld.so requirementSamuel Thibault2018-06-162-1/+2
* hurd: Avoid PLT ref for __pthread_get_cleanup_stackSamuel Thibault2018-06-165-4/+15
* hurd: Detect 32bit overflow in value returned by lseekSamuel Thibault2018-06-162-1/+14
* hurd: avoid PLT ref between sendfile and sendfile64Samuel Thibault2018-06-164-3/+18
* Add tests for sign of NaN returned by strtod (bug 23007).Joseph Myers2018-06-156-2/+111
* Fix sign of NaN returned by strtod (bug 23007).Herman ten Brugge2018-06-152-1/+7
* localedata: Make IBM273 compatible with ISO-8859-1 [BZ #23290]Florian Weimer2018-06-143-2/+10
* hurd: Fix htl link failureSamuel Thibault2018-06-142-2/+7
* Ignore -Wrestrict for one strncat test.Joseph Myers2018-06-142-0/+9
* aarch64: Use an ifunc/VDSO to implement gettimeofday in shared glibc.Steve Ellcey2018-06-142-0/+76
* scripts/update-abilist.sh: Accept empty list of files to patchFlorian Weimer2018-06-142-1/+8
* hurd: Avoid a PLT referenceSamuel Thibault2018-06-142-6/+3
* hurd: Avoid PLTs for __mach_thread_self and __mach_reply_portSamuel Thibault2018-06-143-9/+18
* hurd: Avoid PLTs for _hurd_port_locked_get/setSamuel Thibault2018-06-142-0/+10
* hurd: update localplt.dataSamuel Thibault2018-06-142-2/+5
* hurd: xfail missing abilist for libmachuser and libhurduserSamuel Thibault2018-06-132-0/+13
* Fix strtod overflow detection (bug 23279).Joseph Myers2018-06-136-4391/+4864
* Fix comments in _dl_dst_count and _dl_dst_substitute.Carlos O'Donell2018-06-122-6/+11
* Fix fallback path in __pthread_mutex_timedlock ().Carlos O'Donell2018-06-122-1/+6
* Do not use const attribute for nan functions (bug 23277).Joseph Myers2018-06-124-2/+45
* benchtests: Add -f/--functions argumentH.J. Lu2018-06-122-10/+50
* aarch64: add HXT Phecda core memory operation ifuncsHongbo Zhang2018-06-126-5/+24
* Improve DST handling (Bug 23102, Bug 21942, Bug 18018, Bug 23259).Carlos O'Donell2018-06-125-93/+165
* Avoid cancellable I/O primitives in ld.so.Zack Weinberg2018-06-1245-279/+647
* i386: Change offset of __private_ss to 0x30 [BZ #23250]H.J. Lu2018-06-123-1/+26
* x86: Make strncmp usable from rtldFlorian Weimer2018-06-123-5/+16
* gd_GB, hsb_DE, wa_BE: Add alternative month names (bug 23140).Rafal Luzynski2018-06-125-13/+67
* Fix ldbl-96 fma (Inf, Inf, finite) (bug 23272).aaribaud/y2038-rfc-3-baseJoseph Myers2018-06-113-8/+46
* The hppa-linux target still requires an executable stack for kernelJohn David Anglin2018-06-102-0/+12
* posix: Fix posix_spawnp to not execute invalid binaries in non compat mode (B...Adhemerval Zanella2018-06-088-11/+175
* Mark _init and _fini as hidden [BZ #23145]H.J. Lu2018-06-0822-1/+163
* powerpc64le: Fix TFtype in sqrtf128 when using -mabi=ieeelongdoubleTulio Magno Quites Machado Filho2018-06-062-3/+15
* Add AArch64 hwcap values from Linux 4.17.Joseph Myers2018-06-053-2/+15
* Add MAP_FIXED_NOREPLACE from Linux 4.17 to bits/mman.h.Joseph Myers2018-06-0516-0/+61