about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* i386: Add <startup.h> [BZ #21913] hjl/pr21913/masterH.J. Lu2017-08-076-1/+66
* x86-64: Add FMA multiarch functions to libmH.J. Lu2017-08-0733-105/+554
* Reimplement min_of_type using __MATH_TG.Joseph Myers2017-08-042-18/+21
* x86: Remove assembly versions of HAS_CPU_FEATURE/HAS_ARCH_FEATUREH.J. Lu2017-08-042-57/+6
* i686: Implement IFUNC selectors in CH.J. Lu2017-08-04100-1732/+2197
* x86-64: Implement libmathvec IFUNC selectors in CH.J. Lu2017-08-0477-619/+1422
* x86-64: Implement libm IFUNC selectors in CH.J. Lu2017-08-0419-120/+335
* i386: Support static PIE in start.SH.J. Lu2017-08-042-2/+14
* Compile tst-prelink.c without PIE [BZ #21815]H.J. Lu2017-08-042-0/+9
* i386: Update I386_USE_SYSENTER for early PIC syscallH.J. Lu2017-08-042-12/+26
* x86-64: Use IFUNC memcpy and mempcpy in libc.aH.J. Lu2017-08-0410-38/+44
* Check linker support for INSERT in linker scriptH.J. Lu2017-08-045-0/+67
* Run vismain only if linker supports protected data symbolH.J. Lu2017-08-042-0/+8
* x86-64: Use _dl_runtime_resolve_opt only with AVX512F [BZ #21871]H.J. Lu2017-08-042-2/+11
* x86: Remove __memset_zero_constant_len_parameter [BZ #21790]H.J. Lu2017-08-045-25/+13
* Fix the return type of the getentropy stubAurelien Jarno2017-08-032-1/+5
* i686/multiarch: Regenerate ulpsAurelien Jarno2017-08-032-7/+11
* Consistently use uintN_t not u_intN_t in libm.Joseph Myers2017-08-03149-251/+453
* Add yesstr and nostr for doi_IN, kok_IN, and sat_INMike FABIAN2017-08-034-12/+24
* Revert “Fix yesexpr in en_DK locale”Mike FABIAN2017-08-032-1/+21
* getaddrinfo: Release resolver context on error in gethosts [BZ #21885]Florian Weimer2017-08-032-0/+8
* drop redundant ([eE][sS])? and [oO]? from yesexpr and noexpr in km_KH localeMike FABIAN2017-08-032-2/+7
* Drop redundant .* from yesexpr and noexpr in agr_PE localeMike FABIAN2017-08-032-8/+8
* Added new Locale bho_NPAkhilesh Kumar2017-08-033-0/+99
* Fix yesexpr in en_DK localeAkhilesh Kumar2017-08-032-4/+6
* Fix abday in zh_SGAkhilesh Kumar2017-08-032-4/+6
* tst-tlsopt-powerpc as a shared libAlan Modra2017-08-035-48/+70
* Add missing include for pthread_setcancelstateSamuel Thibault2017-08-032-0/+2
* [hurd]: Add __libc_init_secure stubSamuel Thibault2017-08-022-0/+12
* Fix tgmath.h for __int128 (bug 21686).Joseph Myers2017-08-023-13/+24
* Remove CFLAG settings that turn off warning (no longer needed).Steve Ellcey2017-08-022-16/+8
* x86-64: Check PIC instead of SHARED in start.SH.J. Lu2017-08-022-1/+5
* i386: Check PIC to enable PIC setups in multiarch functionsH.J. Lu2017-08-029-34/+46
* Fix tgmath.h for bit-fields (bug 21685).Joseph Myers2017-08-023-60/+98
* i386: Don't define multiarch __memmove_chk in libc.a [BZ #21791]H.J. Lu2017-08-024-3/+12
* Rotate ChangeLog correctlySiddhesh Poyarekar2017-08-0219-232770/+232772
* Rotate ChangeLogSiddhesh Poyarekar2017-08-0219-236092/+236092
* Open master for development glibc-2.26.9000Siddhesh Poyarekar2017-08-023-2/+30
* Update for 2.26 release glibc-2.26Siddhesh Poyarekar2017-08-023-3/+7
* Update contributors and latest gcc and binutils versionsSiddhesh Poyarekar2017-08-024-4/+37
* Fix up ChangeLog formattingSiddhesh Poyarekar2017-08-021-9/+9
* Add list of bugs fixed in 2.26Siddhesh Poyarekar2017-08-022-2/+227
* Update translationsSiddhesh Poyarekar2017-08-022-574/+616
* Update NEWSSiddhesh Poyarekar2017-08-022-1/+15
* Update translationsSiddhesh Poyarekar2017-07-315-2742/+2792
* mutex: Fix robust mutex lock acquire (Bug 21778)Carlos O'Donell2017-07-296-22/+73
* microblaze: Resolve non-relocatable branch in pt-vfork.S (BZ#21779)Nathan Rossi2017-07-282-1/+4
* Update Microblaze libm-test-ulpsNathan Rossi2017-07-282-50/+119
* Update Nios II ULPs file.Chung-Lin Tang2017-07-282-8/+16
* rwlock: Fix explicit hand-over (bug 21298)Carlos O'Donell2017-07-2812-239/+555