about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
...
* Filter out NPTL internal signals (BZ #22391)Adhemerval Zanella2018-04-036-46/+46
* hurd: Fix buffer overrun in __if_nametoindexSamuel Thibault2018-04-031-1/+3
* [PATCH 7/7] sin/cos slow paths: refactor sincos implementationWilco Dijkstra2018-04-032-45/+52
* [PATCH 6/7] sin/cos slow paths: refactor duplicated code into dosinWilco Dijkstra2018-04-031-27/+13
* [PATCH 5/7] sin/cos slow paths: remove unused slowpath functionsWilco Dijkstra2018-04-031-444/+3
* [PATCH 4/7] sin/cos slow paths: remove slow paths from huge range reductionWilco Dijkstra2018-04-032-64/+34
* [PATCH 3/7] sin/cos slow paths: remove slow paths from small range reductionWilco Dijkstra2018-04-032-53/+47
* [PATCH 2/7] sin/cos slow paths: remove large range reductionWilco Dijkstra2018-04-032-103/+2
* [PATCH 1/7] sin/cos slow paths: avoid slow paths for small inputsWilco Dijkstra2018-04-033-26/+26
* Assume O_DIRECTORY for opendirAdhemerval Zanella2018-04-032-123/+5
* s390x: Fix hidden aliasesSamuel Thibault2018-04-031-0/+2
* hurd: Avoid more libc.so local PLTsSamuel Thibault2018-04-031-1/+1
* hurd: Avoid more libc.so PLTsSamuel Thibault2018-04-022-0/+7
* hurd: Avoid some libc.so PLTsSamuel Thibault2018-04-029-4/+50
* hurd: whitelist ld.so PLTs supposed to be avoided by rtld_hiddenSamuel Thibault2018-04-021-0/+12
* hurd: Update localplt.dataSamuel Thibault2018-04-021-8/+28
* hurd: Add __errno_location to overridable ld.so symbolsSamuel Thibault2018-04-021-0/+1
* hurd: whitelist rtld symbols expected to be overridableSamuel Thibault2018-04-021-0/+20
* hurd: Avoid some PLTs in libc and librtSamuel Thibault2018-04-0213-15/+15
* hurd: Avoid local PLTs in libpthread.Samuel Thibault2018-04-0215-19/+63
* hurd: Fix exposition of UTIME_NOW, UTIME_OMITSamuel Thibault2018-04-021-5/+5
* hurd: Bump remaining LGPL2+ htl licences to LGPL 2.1+Samuel Thibault2018-04-02168-1265/+1242
* hurd: Remove bogus net/if_ppp.hSamuel Thibault2018-04-022-173/+1
* hurd: Advertise libpthreadSamuel Thibault2018-04-022-14/+37
* hurd libpthread: add function missing in ABI listSamuel Thibault2018-04-021-0/+1
* hurd: Add hurd thread librarySamuel Thibault2018-04-02196-0/+9774
* hurd: avoid letting signals go to thread created by timer_createSamuel Thibault2018-04-021-0/+6
* Linux i386: tst-bz21269 triggers SIGBUS on some kernelsFlorian Weimer2018-03-291-0/+2
* sparc: Fix arch_fork definitionAdhemerval Zanella2018-03-272-0/+18
* getlogin_r: return early when linux sentinel value is setJesse Hathaway2018-03-271-0/+9
* hurd: advertise process memory locking optionSamuel Thibault2018-03-271-2/+2
* Unify umount function implementations (bug 16552).Joseph Myers2018-03-268-133/+0
* hurd: Regenerate errno.h headerSamuel Thibault2018-03-251-2/+2
* hurd: Fix calling __pthread_initialize_minimal in shared caseSamuel Thibault2018-03-251-1/+1
* hurd: Initialize TLS and libpthread before signal thread startSamuel Thibault2018-03-254-8/+50
* Fix i386 memmove issue (bug 22644).Andrew Senkevich2018-03-231-6/+6
* Remove unused frame.h header, sigcontextinfo.h macros.Joseph Myers2018-03-2220-210/+0
* Use x86_64 backtrace as generic version.Joseph Myers2018-03-2110-143/+0
* Remove powerpc, sparc fdim inlines (bug 22987).Joseph Myers2018-03-202-71/+0
* Fix errno valuesSamuel Thibault2018-03-201-16/+16
* hurd: Code style fixesSamuel Thibault2018-03-201-7/+5
* Add narrowing subtract functions.Joseph Myers2018-03-2050-2/+855
* hurd: fix buildSamuel Thibault2018-03-181-1/+1
* Hurd: fix port leak in TLSRichard Braun2018-03-181-8/+13
* hurd: Add mlockall supportSamuel Thibault2018-03-182-0/+82
* hurd: Fix boot with statically-linked exec serverSamuel Thibault2018-03-181-1/+1
* hurd: Reimplement libc locks using mach's gsyncAgustina Arzille2018-03-187-278/+142
* hurd: Rewrite __libc_cleanup_*Agustina Arzille2018-03-181-17/+30
* hurd: Add missing includeSamuel Thibault2018-03-181-0/+1
* x86_64: Fix build with RTLD_PRIVATE_ERRNO defined to 1Samuel Thibault2018-03-181-4/+3