summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* posix: Do not use WNOHANG in waitpid call for Linux posix_spawnAdhemerval Zanella2017-10-232-5/+10
* aarch64: Document _SC_LEVEL1_DCACHE_LINESIZE caveatSiddhesh Poyarekar2017-10-232-0/+15
* Document cache information sysconf variablesSiddhesh Poyarekar2017-10-232-0/+73
* aarch64: Add missing math Makefile for recent commitSzabolcs Nagy2017-10-232-1/+10
* aarch64: Implement math acceleration via builtinsMichael Collison2017-10-2331-288/+309
* PowerPC64 power8 strncpy cfi fixesAlan Modra2017-10-232-13/+19
* PowerPC64 power7 strncpy stack handling and cfiAlan Modra2017-10-232-10/+19
* i386: Replace assembly versions of e_powf with generic e_powf.cH.J. Lu2017-10-229-401/+79
* i386: Replace assembly versions of e_log2f with generic e_log2f.cH.J. Lu2017-10-229-72/+62
* x86-64: Add powf with FMAH.J. Lu2017-10-224-1/+57
* x86-64: Add log2f with FMAH.J. Lu2017-10-224-1/+53
* x86-64: Add logf with FMAH.J. Lu2017-10-224-1/+53
* i386: Replace assembly versions of e_logf with generic e_logf.cH.J. Lu2017-10-2210-143/+76
* i386: Replace assembly versions of e_exp2f with generic e_exp2f.cH.J. Lu2017-10-228-54/+58
* x86-64: Add exp2f with FMAH.J. Lu2017-10-224-1/+50
* i386: Replace assembly versions of e_expf with generic e_expf.cH.J. Lu2017-10-2213-442/+52
* x86-64: Replace assembly versions of e_expf with generic e_expf.cH.J. Lu2017-10-228-529/+51
* glob: Fix buffer overflow during GLOB_TILDE unescaping [BZ #22332]Paul Eggert2017-10-223-2/+12
* Update NEWS and ChangeLog for CVE-2017-15671Florian Weimer2017-10-222-0/+6
* glob: Add new test tst-glob-tildeFlorian Weimer2017-10-213-2/+154
* Add bits/floatn.h defines for more _FloatN / _FloatNx types.Joseph Myers2017-10-209-1/+316
* Avoid build multiarch if compiler warns about mismatched aliasAdhemerval Zanella2017-10-203-6/+80
* posix: Fix improper assert in Linux posix_spawn (BZ#22273)Adhemerval Zanella2017-10-202-6/+25
* x86-64: Use fxsave/xsave/xsavec in _dl_runtime_resolve [BZ #21265]H.J. Lu2017-10-209-306/+296
* Mention Tim Rühsen as the reporter for CVE-2017-15670Florian Weimer2017-10-201-3/+4
* CVE-2017-15670: glob: Fix one-byte overflow [BZ #22320]Paul Eggert2017-10-203-1/+11
* Fix build issue with SINGLE_THREAD_PWilco Dijkstra2017-10-202-0/+7
* Add single-threaded path to _int_freeWilco Dijkstra2017-10-202-14/+33
* resolv: Remove bogus targets that build ga_testWill Hawkins2017-10-203-105/+6
* Add new locale kab_DZ [BZ #18812]Mike FABIAN2017-10-203-0/+175
* m68k: Update elf_machine_load_address for static PIEH.J. Lu2017-10-202-0/+12
* m68k: Check PIC instead of SHARED in start.SH.J. Lu2017-10-202-1/+5
* Add new locale shn_MM [BZ #13605]Mike FABIAN2017-10-203-0/+299
* sysconf: Fix missing definition of UIO_MAXIOV on Linux [BZ #22321]Florian Weimer2017-10-205-1/+82
* i386: Regenerate libm-test-ulpsH.J. Lu2017-10-192-2/+6
* Add MIPS bits/floatn.h.Joseph Myers2017-10-192-0/+82
* Install correct bits/long-double.h for MIPS64 (bug 22322).Joseph Myers2017-10-192-0/+6
* Fix deadlock in _int_free consistency checkWilco Dijkstra2017-10-192-9/+16
* x86-64: Don't set GLRO(dl_platform) to NULL [BZ #22299]H.J. Lu2017-10-196-4/+124
* Add new locale mjw_IN [BZ #13994]Mike FABIAN2017-10-194-0/+165
* Add _Float128 function aliases.Joseph Myers2017-10-1823-3/+906
* [AARCH64] Rewrite elf_machine_load_address using _DYNAMIC symbolSzabolcs Nagy2017-10-182-34/+10
* powerpc: fix check-before-set in SET_RESTORE_ROUNDPaul Clarke2017-10-182-7/+14
* Use U+202F NARROW NO-BREAK SPACE as thousands separators in pl_PL locale [BZ ...Mike FABIAN2017-10-182-8/+16
* Fix build failure on tilepro due to unsupported atomicsWilco Dijkstra2017-10-182-1/+7
* Use __f128 to define FLT128_* constants in include/float.h for old GCC.Joseph Myers2017-10-172-4/+20
* posix: Add p{readv,writev}2 flags to generic uio-ext.hAdhemerval Zanella2017-10-173-3/+11
* Improve malloc initialization sequenceWilco Dijkstra2017-10-173-118/+103
* Use relaxed atomics for malloc have_fastchunksWilco Dijkstra2017-10-172-32/+33
* Inline tcache functionsWilco Dijkstra2017-10-172-2/+7