about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* NPTL: Refactor cpu_set_t validation to be sysdeps-controlledRoland McGrath2015-01-086-29/+91
* Add -Wno-trampolines as neededRichard Henderson2015-01-083-0/+9
* Add Nios II definitions to elf/elf.h.Chung-Lin Tang2015-01-082-0/+77
* powerpc: Fix compiler warning on some syscallsAdhemerval Zanella2015-01-085-8/+18
* NEWS for MIPS ABIsMatthew Fortune2015-01-081-0/+20
* Fix libm feupdateenv namespace (bug 17748).Joseph Myers2015-01-0721-19/+87
* mips: Fix __libc_pread prototypeAdhemerval Zanella2015-01-072-1/+6
* posix/regcomp: initialize union structure tag to avoid warningChris Metcalf2015-01-072-0/+8
* AArch64: Optimized implementations of strcpy and stpcpy.Richard Earnshaw2015-01-074-2/+354
* AArch64 optimized implementation of strrchr.Richard Earnshaw2015-01-073-2/+173
* Fix typo in ChangeLogSiddhesh Poyarekar2015-01-071-1/+1
* setenv fix memory leak when setting large, duplicate string (BZ #17658)Eric Biggers2015-01-073-4/+17
* Fix incorrect mount table entry parsing in __getmntent_rVladimir A. Nazarenko2015-01-064-9/+41
* Fix libm fesetround namespace (bug 17748).Joseph Myers2015-01-0722-39/+112
* Fix libm fesetenv namespace (bug 17748).Joseph Myers2015-01-0632-30/+102
* Revert "Suppress warning in string/tester.c for gcc 4.9"Ondřej Bílka2015-01-062-4/+3
* Mention bug fix for BZ #17806H.J. Lu2015-01-062-1/+3
* resolv: fix rotate optionAurelien Jarno2015-01-062-1/+7
* resolv: improve comments about nserv and nservallAurelien Jarno2015-01-062-2/+7
* Suppress warning in string/tester.c for gcc 4.9Ondřej Bílka2015-01-062-3/+4
* Add changelogOndřej Bílka2015-01-061-0/+5
* Clean up check_pf allocation pattern. addressesOndřej Bílka2015-01-061-84/+39
* Function declaration cleanupAdhemerval Zanella2015-01-0643-194/+102
* Remove duplicated -frounding-mathAndrew Senkevich2015-01-062-8/+17
* Define CLOCKS_PER_SEC type to the type clock_tH.J. Lu2015-01-066-15/+24
* ARM: Consolidate with generic unwinder wrapper codeRoland McGrath2015-01-0511-293/+181
* Merge branch 'master' of ssh://sourceware.org/git/glibcSteve Ellcey2015-01-0519-34/+95
|\
| * Fix libm feholdexcept namespace (bug 17748).Joseph Myers2015-01-0519-34/+95
* | 2015-01-05 Steve Ellcey <sellcey@imgtec.com>Steve Ellcey2015-01-052-0/+63
|/
* 2015-01-05 Steve Ellcey <sellcey@imgtec.com>Steve Ellcey2015-01-052-13/+168
* Fix MIPS n64 posix_fadvise namespace (bug 17796).Joseph Myers2015-01-053-2/+9
* 2015-01-05 Steve Ellcey <sellcey@imgtec.com>Steve Ellcey2015-01-052-3/+22
* tile: check error properly for vDSO callsChris Metcalf2015-01-054-6/+27
* lround: provide cast for wordsize-64 version if neededChris Metcalf2015-01-054-6/+39
* Fix ARM posix_fadvise64 namespace (bug 17793).Joseph Myers2015-01-053-2/+6
* Fix isblank / isascii / toascii namespace (bug 17635).Joseph Myers2015-01-057-26/+73
* Fix wordsize-64 posix_fadvise64, posix_fallocate64 namespace (bug 17777).Joseph Myers2015-01-055-9/+18
* Fix MIPS variable PAGE_SIZE bug (16191)Matthew Fortune2015-01-053-16/+16
* Fix libm fegetround namespace (bug 17748).Joseph Myers2015-01-0220-36/+103
* Fix MIPS TIOCSER_TEMT namespace (bug 17782).Joseph Myers2015-01-023-2/+8
* Fix MIPS sa_flags type (bug 17781).Joseph Myers2015-01-023-2/+6
* Fix MIPS bits/fcntl.h namespace (bug 17780).Joseph Myers2015-01-023-2/+7
* Use single year in copyright notice in banner in ntpl/version.c.Joseph Myers2015-01-022-1/+3
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2015-01-0228-27/+57
* ARM: Remove configure check for binutils 2.21 for ARMv7Will Newton2015-01-023-84/+5
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-028380-8377/+8395
* Remove uses of sprintf in gen-posix-conf-vars.awkSiddhesh Poyarekar2015-01-022-5/+6
* Fix libm fegetenv namespace (bug 17748).Joseph Myers2014-12-3120-18/+77
* Add support for MIPS O32 FPXX and .MIPS.abiflagsMatthew Fortune2014-12-3119-4/+2062
* powerpc: POWER7 strcpy optimization for unaligned stringsRajalakshmi Srinivasaraghavan2014-12-313-82/+268