summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* posix: Do not use WNOHANG in waitpid call for Linux posix_spawnazanella/bz22273Adhemerval Zanella2017-10-212-5/+10
* 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
* Fix armv7-a compiler option nameAdhemerval Zanella2017-10-171-2/+2
* New locale ca_ES@valencia [BZ #2522]Aurelien Jarno2017-10-173-0/+95
* Let signbit use the builtin in C++ mode with gcc < 6.x (bug 22296)Romain Naour2017-10-172-0/+15
* Add build-many-glibcs.py arm-linux-gnueabihf-v7{-disable-multiarch}Adhemerval Zanella2017-10-172-1/+9
* Add common ifunc-init.h headerAdhemerval Zanella2017-10-173-40/+60
* Place monetary symbol in el_GR and el_CY after the amountMike FABIAN2017-10-174-18/+11
* Move some float128 symbol version definitions.Joseph Myers2017-10-165-109/+128
* version.h: Switch to ".9000" as the suffix for the development versionFlorian Weimer2017-10-162-1/+6
* malloc: Use compat_symbol_reference in libmcheck [BZ #22050]Florian Weimer2017-10-162-0/+9
* malloc: Do not compile mcheck-init.o as libc moduleFlorian Weimer2017-10-162-0/+5
* shlib-compat: Update documentation of the compat_symbol_reference macroCarlos O'Donell2017-10-162-2/+11
* Support running libm tests for float128 as alias for long double.Joseph Myers2017-10-163-4/+18
* Support strtof128 etc. aliases.Joseph Myers2017-10-164-0/+72
* locale: Don't use \n with record_verbose messages.Carlos O'Donell2017-10-152-3/+8
* Silence -O3 -Wall warning in malloc/hooks.c with GCC 7 [BZ #22052]H.J. Lu2017-10-152-0/+13
* Add a test for profiling static executableH.J. Lu2017-10-145-1/+102
* locale: No warning for non-symbolic character (bug 22295)Carlos O'Donell2017-10-132-8/+6
* locale: Allow "" int_curr_Symbol (bug 22294)Carlos O'Donell2017-10-132-2/+14
* locale: Fix localedef exit code (Bug 22292)Carlos O'Donell2017-10-1326-489/+767