summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* i386: Remove syscall assembly codes with 6 argumentshjl/i486/masterH.J. Lu2015-08-216-346/+46
* Optimize i386 syscall inliningH.J. Lu2015-08-2127-210/+234
* Add INLINE_SYSCALL_RETURN/INLINE_SYSCALL_ERROR_RETURNH.J. Lu2015-08-2164-292/+364
* Don't use -Wno-strict-prototypes in timezone/.Joseph Myers2015-08-202-5/+10
* Don't use -Wno-error=undef.Joseph Myers2015-08-202-1/+6
* Add missing ChangeLog entry for the last commitH.J. Lu2015-08-201-0/+7
* Remove the unused IFUNC filesH.J. Lu2015-08-203-21/+0
* Don't use -Wno-uninitialized in math/.Joseph Myers2015-08-202-3/+2
* Fix uninitialized variable use in ldbl-128ibm nearbyintl.Joseph Myers2015-08-202-9/+10
* Move x86_64 init-arch.h to sysdeps/x86/init-arch.hH.J. Lu2015-08-205-3/+10
* Remove x86 init-arch.cH.J. Lu2015-08-203-2/+5
* Fix exponents in manual.Ondřej Bílka2015-08-206-26/+45
* nptl: Document crash due to incorrect use of locksFlorian Weimer2015-08-202-1/+8
* Fix csqrt missing underflows (bug 18370).Joseph Myers2015-08-198-2/+411
* relocate localedata ChangeLog entriesMike Frysinger2015-08-192-13/+13
* PowerPC: Extend Program Priority Register supportGabriel F. T. Gomes2015-08-193-0/+56
* Mention BZ #18796 fix in NEWS.Andrew Senkevich2015-08-191-1/+1
* Improve stpncpy performance by using __strnlen/memcpy/memset rather than aWilco Dijkstra2015-08-192-54/+10
* [BZ #18796]Andrew Senkevich2015-08-192-1/+18
* Add BZ #14341 to NEWSH.J. Lu2015-08-191-3/+3
* Fix dynamic linker issue with bind-nowPetar Jovanovic2015-08-195-6/+57
* Mark __xstatXX_conv as hiddenH.J. Lu2015-08-192-3/+14
* Call __setcontext with HIDDEN_JUMPTARGETH.J. Lu2015-08-193-6/+11
* Use x86-64 cacheinfo.c and sysconf.c for x86H.J. Lu2015-08-197-515/+17
* Also check __i586__/__i686__ for HAS_I586/HAS_I686H.J. Lu2015-08-192-8/+15
* Fix -Wundef warnings in elf/tst-execstack.c.Joseph Myers2015-08-192-0/+4
* Fix -Wundef warnings in login/tst-utmp.c.Joseph Myers2015-08-192-4/+13
* Fix MIPS -Wundef warnings for __mips_isa_rev.Joseph Myers2015-08-183-3/+9
* powerpc: Add missing hwcap strings.Carlos Eduardo Seo2015-08-183-5/+12
* Port the 0x7efe...feff pattern to GCC 6.Paul Eggert2015-08-185-32/+19
* Define HAS_CPUID/HAS_I586/HAS_I686 from -march=H.J. Lu2015-08-183-2/+37
* Fix lang_lib/lang_term as per ISO 639-2 [BZ #16973]Marko Myllynen2015-08-1811-15/+41
* regexp.h: update Versions to match file usage [BZ #18681]Zack Weinberg2015-08-182-0/+7
* NEWS: note fixed bugMike Frysinger2015-08-181-3/+3
* hppa: start.S: rework references to fix PIE TEXTRELs [BZ #18421]Alan Modra2015-08-182-2/+22
* hppa: timerfd.h: move to common sys/timerfd.hMike Frysinger2015-08-182-33/+8
* hppa: signalfd.h: move to common sys/signalfd.hMike Frysinger2015-08-182-39/+8
* hppa: inotify.h: move to common sys/inotify.hMike Frysinger2015-08-183-106/+34
* hppa: eventfd.h: move to common sys/eventfd.hMike Frysinger2015-08-182-26/+9
* hppa: epoll.h: move to common sys/epoll.hMike Frysinger2015-08-183-143/+32
* hppa: sigaction.h: update define export based on __USE_XOPEN2K8Mike Frysinger2015-08-182-0/+7
* hppa: shm.h: add SHM_EXECMike Frysinger2015-08-182-0/+5
* hppa: drop __ASSUME_LWS_CAS defineMike Frysinger2015-08-183-11/+9
* hppa: assume TLS everywhereMike Frysinger2015-08-186-111/+10
* Fix csqrt spurious underflows (bug 18823).Joseph Myers2015-08-177-10/+1861
* Add version set GLIBC_2.19 for linux/powerpcAndreas Schwab2015-08-172-0/+9
* Desupport regexp.h (bug 18681)Zack Weinberg2015-08-164-209/+37
* Fix BZ #18084 -- backtrace (..., 0) dumps core on x86.Paul Pluzhnikov2015-08-1511-16/+57
* stpncpy: fix bug number [BZ #18795]Mike Frysinger2015-08-142-3/+3
* stpncpy: fix size checking [BZ #18975]Zack Weinberg2015-08-144-13/+172