aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-04-03[PATCH 7/7] sin/cos slow paths: refactor sincos implementationWilco Dijkstra3-45/+59
2018-04-03[PATCH 6/7] sin/cos slow paths: refactor duplicated code into dosinWilco Dijkstra2-27/+22
2018-04-03[PATCH 5/7] sin/cos slow paths: remove unused slowpath functionsWilco Dijkstra2-444/+20
2018-04-03[PATCH 4/7] sin/cos slow paths: remove slow paths from huge range reductionWilco Dijkstra3-64/+45
2018-04-03[PATCH 3/7] sin/cos slow paths: remove slow paths from small range reductionWilco Dijkstra3-53/+56
2018-04-03[PATCH 2/7] sin/cos slow paths: remove large range reductionWilco Dijkstra3-103/+11
2018-04-03[PATCH 1/7] sin/cos slow paths: avoid slow paths for small inputsWilco Dijkstra4-27/+35
2018-04-03Use Linux 4.16 in build-many-glibcs.py.Joseph Myers2-1/+6
2018-04-03Assume O_DIRECTORY for opendirAdhemerval Zanella3-123/+13
2018-04-03Add Changelog reference to BZ#23024Adhemerval Zanella1-0/+1
2018-04-03s390x: Fix hidden aliasesSamuel Thibault2-0/+4
2018-04-03hurd: Avoid local PLT in libpthreadSamuel Thibault2-3/+6
2018-04-03hurd: Avoid more libc.so local PLTsSamuel Thibault8-4/+23
2018-04-03hurd: Fix typoSamuel Thibault1-1/+1
2018-04-02hurd: Avoid more libc.so PLTsSamuel Thibault5-0/+18
2018-04-02hurd: Avoid some libc.so PLTsSamuel Thibault23-31/+138
2018-04-02hurd: whitelist ld.so PLTs supposed to be avoided by rtld_hiddenSamuel Thibault1-0/+12
2018-04-02hurd: Update localplt.dataSamuel Thibault1-8/+28
2018-04-02hurd: Add __errno_location to overridable ld.so symbolsSamuel Thibault1-0/+1
2018-04-02hurd: whitelist rtld symbols expected to be overridableSamuel Thibault2-0/+22
2018-04-02Revert __dirfd PLT avoidance for nowSamuel Thibault2-2/+1
2018-04-02hurd: Avoid some PLTs in libc and librtSamuel Thibault23-38/+82
2018-04-02hurd: Avoid local PLTs in libpthread.Samuel Thibault23-35/+163
2018-04-02hurd: Fix exposition of UTIME_NOW, UTIME_OMITSamuel Thibault2-5/+8
2018-04-02hurd: Announce that glibc now builds unpatchedSamuel Thibault3-3/+8
2018-04-02hurd: Bump remaining LGPL2+ htl licences to LGPL 2.1+Samuel Thibault209-1550/+1736
2018-04-02hurd: Remove bogus net/if_ppp.hSamuel Thibault3-173/+3
2018-04-02hurd: Advertise libpthreadSamuel Thibault3-14/+47
2018-04-02hurd libpthread: add function missing in ABI listSamuel Thibault1-0/+1
2018-04-02hurd: Add hurd thread librarySamuel Thibault250-0/+13927
2018-04-02hurd: avoid letting signals go to thread created by timer_createSamuel Thibault2-0/+11
2018-04-01support_format_addrinfo: Include unknown error number in resultFlorian Weimer2-1/+10
2018-03-29Linux i386: tst-bz21269 triggers SIGBUS on some kernelsFlorian Weimer2-0/+7
2018-03-27sparc: Fix arch_fork definitionAdhemerval Zanella3-0/+25
2018-03-27getlogin_r: return early when linux sentinel value is setJesse Hathaway2-0/+14
2018-03-27hurd: advertise process memory locking optionSamuel Thibault2-2/+6
2018-03-27Fix crash in resolver on memory allocation failure (bug 23005)Andreas Schwab2-0/+11
2018-03-26Unify umount function implementations (bug 16552).Joseph Myers9-133/+13
2018-03-26RISC-V: add remaining relocationsAndreas Schwab2-12/+73
2018-03-25hurd: Regenerate errno.h headerSamuel Thibault2-2/+3
2018-03-25hurd: Fix calling __pthread_initialize_minimal in shared caseSamuel Thibault2-5/+7
2018-03-25Add missing changelog from previous commitSamuel Thibault1-0/+11
2018-03-25hurd: Initialize TLS and libpthread before signal thread startSamuel Thibault5-9/+51
2018-03-25hurd: Fix accessing errno from rtldSamuel Thibault2-1/+6
2018-03-24Add $(tests-execstack-$(have-z-execstack)) after defined [BZ #22998]H.J. Lu2-1/+8
2018-03-23Fix i386 memmove issue (bug 22644).Andrew Senkevich3-6/+72
2018-03-22Remove unused frame.h header, sigcontextinfo.h macros.Joseph Myers21-210/+95
2018-03-21Use x86_64 backtrace as generic version.Joseph Myers12-200/+115
2018-03-20Remove powerpc, sparc fdim inlines (bug 22987).Joseph Myers3-71/+6
2018-03-20Fix signed integer overflow in random_r (bug 17343).Joseph Myers2-5/+10