summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix shm-directory.h #include.Roland McGrath2015-01-092-1/+6
* Remove divide from _ELF_DYNAMIC_DO_RELOC in elf/dynamic-link.h.Chung-Lin Tang2015-01-092-2/+6
* MicroBlaze: Fix BZ17791 - Remove fixed page size macros and othersMatthew Fortune2015-01-093-9/+9
* MicroBlaze: Remove custom lowlevellock.h.Torvald Riegel2015-01-092-303/+4
* MicroBlaze: Remove custom pthread_once implementation on microblaze.Torvald Riegel2015-01-092-89/+4
* MicroBlaze: Avoid pointer to integer conversion warningDavid Holsgrove2015-01-092-2/+7
* MicroBlaze: Fix volatile-register-var warning in READ_THREAD_POINTERDavid Holsgrove2015-01-092-8/+9
* MicroBlaze: Fix integer-pointer conversion warningDavid Holsgrove2015-01-092-1/+6
* Some #include cleanup in aio/timer code.Roland McGrath2015-01-083-1/+6
* Clean up allocrtsig code.Roland McGrath2015-01-086-145/+88
* Fix copyright year on new stub sys/procfs.h file.Roland McGrath2015-01-081-1/+1
* NPTL: Fix generic pthread_sigmask.Roland McGrath2015-01-082-1/+8
* NPTL: Fixed missed conditionalization of setxid hooey.Roland McGrath2015-01-082-0/+5
* Add stub sys/procfs.h fileRoland McGrath2015-01-084-2/+45
* 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