about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* hurd: Update struct statfs according to struct statvfsSamuel Thibault2018-04-191-8/+8
* hurd: Fix standard compliance of some statvfs fieldsSamuel Thibault2018-04-191-8/+8
* hurd: xfail some structure fields ABI incompatibility with standardsSamuel Thibault2018-04-191-0/+5
* Revert "Fix sched_param"Samuel Thibault2018-04-194-6/+10
* Fix sched_paramSamuel Thibault2018-04-184-10/+6
* hurd: Fix spurious installation of headers defining hidden prototypesSamuel Thibault2018-04-184-26/+0
* arm: Remove ununsed ARM code in optimized implementationAdhemerval Zanella2018-04-164-86/+1
* Improves __ieee754_exp(x) performance by 18-37% when |x| < 1.0397Patrick McGehearty2018-04-152-7/+211
* Update kernel version in syscall-names.list to 4.16.DJ Delorie2018-04-121-2/+2
* S390: Fix struct sigaction for 31bit in kernel_sigaction.h.Stefan Liebler2018-04-121-6/+10
* Consolidate Linux readdir{64}{_r} implementationAdhemerval Zanella2018-04-0620-80/+116
* Update i386 libm-test-ulps.Adhemerval Zanella2018-04-061-4/+10
* Update SPARC libm-test-ulps.Adhemerval Zanella2018-04-051-0/+6
* Update ARM libm-test-ulps.Adhemerval Zanella2018-04-051-0/+8
* linux: Consolidate sigaction implementationAdhemerval Zanella2018-04-0521-585/+210
* S390: Regenerate ULPs.Stefan Liebler2018-04-051-0/+6
* Revert "hurd: Avoid PLTs for longjmp & siglongjmp"Samuel Thibault2018-04-051-2/+0
* hurd: Avoid PLT for dirfdSamuel Thibault2018-04-052-0/+2
* hurd: Avoid PLTs for longjmp & siglongjmpSamuel Thibault2018-04-041-0/+2
* powerpc: Update sin, cos and sincos ULPsTulio Magno Quites Machado Filho2018-04-041-0/+6
* elf: Correct absolute (SHN_ABS) symbol run-time calculation [BZ #19818]Maciej W. Rozycki2018-04-041-1/+2
* elf: Unify symbol address run-time calculation [BZ #19818]Maciej W. Rozycki2018-04-0423-41/+45
* Make sysdeps/generic/internal-signals.h less stubby.Zack Weinberg2018-04-041-3/+12
* hurd: Fix typoSamuel Thibault2018-04-041-1/+1
* hurd: Add missing symbolsSamuel Thibault2018-04-041-0/+1
* hurd: Fix missing trailing NUL in __if_nametoindexSamuel Thibault2018-04-041-1/+1
* hurd: Make __if_nametoindex return ENODEV if ifname is too longSamuel Thibault2018-04-031-2/+6
* Revert parts of "hurd: Avoid more libc.so local PLTs"Samuel Thibault2018-04-031-1/+1
* Revert "s390x: Fix hidden aliases"Samuel Thibault2018-04-031-2/+0
* Update RWF_SUPPORTED for Linux kernel 4.16 [BZ #22947]H.J. Lu2018-04-031-0/+1
* 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