about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Convert __builtin_expect to __glibc_(un)likely throughout elf/. zack/elf-builtin-expect-conversionZack Weinberg2018-06-1219-66/+63
* 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).Joseph 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
* Update kernel version in syscall-names.list to 4.17.Joseph Myers2018-06-052-2/+7
* Use Linux 4.17 in build-many-glibcs.py.Joseph Myers2018-06-042-1/+6
* hurd: Fix shmid_ds's shm_segsz field typeSamuel Thibault2018-06-023-2/+8
* benchtests: Catch exceptions in input argumentsLeonardo Sandoval2018-06-012-10/+31
* benchtests: Add --no-diff and --no-header optionsLeonardo Sandoval2018-06-012-10/+24
* x86-64: Optimize strcmp/wcscmp and strncmp/wcsncmp with AVX2Leonardo Sandoval2018-06-0114-2/+1033
* math: Update i686 ulps (--disable-multi-arch configuration)Florian Weimer2018-06-012-278/+301
* math: Update i686 ulpsFlorian Weimer2018-06-012-270/+284
* Make powerpc-nofpu __sqrtsf2, __sqrtdf2 compat symbols (bug 18473).Joseph Myers2018-06-017-54/+37
* Remove sysdeps/generic/libcidn.abilistFlorian Weimer2018-06-012-0/+4
* libio: Avoid _allocate_buffer, _free_buffer function pointers [BZ #23236]Florian Weimer2018-06-018-32/+49
* Update ulps with "make regen-ulps" on AMD Ryzen 7 1800X.Paul Pluzhnikov2018-05-302-1/+6
* powerpc: Add multiarch sqrtf128 for ppc64leRajalakshmi Srinivasaraghavan2018-05-305-0/+117
* support: Add wrappers for pthread_barrierattr_tFlorian Weimer2018-05-296-0/+93
* static-PIE: Update DT_DEBUG for debugger [BZ #23206]H.J. Lu2018-05-292-0/+22
* stdlib: Additional tests need generated locale dependenciesFlorian Weimer2018-05-292-0/+7
* Remove sysdeps/sparc/sparc64/soft-fp directory.Joseph Myers2018-05-2535-121/+106
* Remove sysdeps/sparc/sparc32/soft-fp directory.Joseph Myers2018-05-2534-38/+83
* powerpc: Move around math-related ImpliesTulio Magno Quites Machado Filho2018-05-244-0/+18
* Remove sysdeps/powerpc/soft-fp directory.Joseph Myers2018-05-244-2/+9
* Fix parameter type in C++ version of iseqsig (bug 23171)Gabriel F. T. Gomes2018-05-242-1/+7
* Add references to CVE-2017-18269, CVE-2018-11236, CVE-2018-11237Florian Weimer2018-05-242-0/+13
* Remove sysdeps/sh/soft-fp directory.Joseph Myers2018-05-233-1/+6
* x86-64: Skip zero length in __mem[pcpy|move|set]_ermsH.J. Lu2018-05-233-0/+19
* Remove sysdeps/alpha/soft-fp directory.Joseph Myers2018-05-2321-20/+59
* Switch IDNA implementation to libidn2 [BZ #19728] [BZ #19729] [BZ #22247]Florian Weimer2018-05-2344-19143/+1351
* Implement allocate_once for atomic initialization with allocationFlorian Weimer2018-05-236-4/+363
* Add a test case for [BZ #23196]H.J. Lu2018-05-232-0/+53
* Don't write beyond destination in __mempcpy_avx512_no_vzeroupper (bug 23196)Andreas Schwab2018-05-233-2/+13
* Remove sysdeps/aarch64/soft-fp directory.Joseph Myers2018-05-226-4/+13
* Fix i686-linux-gnu build with GCC mainline.Joseph Myers2018-05-223-0/+24
* Make llseek a compat symbol (bug 18471).Joseph Myers2018-05-226-9/+26
* i386: Drop -mpreferred-stack-boundary=4Florian Weimer2018-05-223-43/+17
* x86-64: Check Prefer_FSRM in ifunc-memmove.hH.J. Lu2018-05-214-1/+15
* Initial Fast Short REP MOVSB (FSRM) supportH.J. Lu2018-05-212-0/+9
* Split test-tgmath3 by function.Joseph Myers2018-05-183-11/+80
* Obsolete nfsservctl.Joseph Myers2018-05-183-1/+10
* Fix year 2039 bug for localtime with 64-bit time_t (bug 22639).Joseph Myers2018-05-184-2/+55