about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* hurd: Fix mach installed headers testSamuel Thibault2018-04-195-0/+13
* Revert "Fix sched_param"Samuel Thibault2018-04-199-66/+17
* conform sys/un.h: Allow sun_ prefix, not only sun_lenSamuel Thibault2018-04-182-3/+3
* Fix sched_paramSamuel Thibault2018-04-189-17/+66
* Make build-many-glibcs.py build GCC for powerpcspe with --enable-obsolete.Joseph Myers2018-04-182-2/+8
* hurd: Fix spurious installation of headers defining hidden prototypesSamuel Thibault2018-04-185-0/+4
* hurd: fix conformity test for sys/un.hSamuel Thibault2018-04-182-0/+6
* arm: Remove ununsed ARM code in optimized implementationAdhemerval Zanella2018-04-165-86/+8
* Add aliases to recognize normalized charset names (bug 19527)Andreas Schwab2018-04-162-0/+7
* Improves __ieee754_exp(x) performance by 18-37% when |x| < 1.0397Patrick McGehearty2018-04-153-7/+216
* Update kernel version in syscall-names.list to 4.16.DJ Delorie2018-04-122-2/+7
* S390: Fix struct sigaction for 31bit in kernel_sigaction.h.Stefan Liebler2018-04-122-6/+16
* resolv: Fully initialize struct mmsghdr in send_dg [BZ #23037]Florian Weimer2018-04-092-19/+27
* Consolidate Linux readdir{64}{_r} implementationAdhemerval Zanella2018-04-0621-80/+141
* Update i386 libm-test-ulps.Adhemerval Zanella2018-04-062-4/+14
* Fix missing @ before texinfo commandAndreas Schwab2018-04-062-1/+5
* Update SPARC libm-test-ulps.Adhemerval Zanella2018-04-052-0/+8
* Update ARM libm-test-ulps.Adhemerval Zanella2018-04-052-0/+10
* linux: Consolidate sigaction implementationAdhemerval Zanella2018-04-0522-585/+237
* S390: Regenerate ULPs.Stefan Liebler2018-04-052-0/+10
* manual: Various fixes to the mbstouwcs example, and mbrtowc updateFlorian Weimer2018-04-053-43/+88
* manual: Move mbstouwcs to an example C fileFlorian Weimer2018-04-053-22/+34
* Revert "hurd: Avoid PLTs for longjmp & siglongjmp"Samuel Thibault2018-04-054-9/+0
* hurd: Avoid PLT for dirfdSamuel Thibault2018-04-055-0/+8
* hurd: Avoid PLTs for longjmp & siglongjmpSamuel Thibault2018-04-044-0/+12
* powerpc: Update sin, cos and sincos ULPsTulio Magno Quites Machado Filho2018-04-042-0/+11
* elf: Correct absolute (SHN_ABS) symbol run-time calculation [BZ #19818]Maciej W. Rozycki2018-04-047-3/+105
* elf: Unify symbol address run-time calculation [BZ #19818]Maciej W. Rozycki2018-04-0427-50/+97
* Make sysdeps/generic/internal-signals.h less stubby.Zack Weinberg2018-04-042-3/+20
* inet: Actually build and run tst-deadlineFlorian Weimer2018-04-042-2/+9
* hurd: Fix typoSamuel Thibault2018-04-041-1/+1
* hurd: fix buildSamuel Thibault2018-04-043-0/+4
* hurd: Add missing symbolsSamuel Thibault2018-04-043-0/+5
* hurd: Silence warningSamuel Thibault2018-04-042-0/+10
* 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-032-4/+8
* Revert parts of "hurd: Avoid more libc.so local PLTs"Samuel Thibault2018-04-036-20/+4
* Revert "s390x: Fix hidden aliases"Samuel Thibault2018-04-032-4/+0
* Update RWF_SUPPORTED for Linux kernel 4.16 [BZ #22947]H.J. Lu2018-04-035-1/+19
* Filter out NPTL internal signals (BZ #22391)Adhemerval Zanella2018-04-0313-96/+150
* hurd: Fix buffer overrun in __if_nametoindexSamuel Thibault2018-04-032-1/+8
* [PATCH 7/7] sin/cos slow paths: refactor sincos implementationWilco Dijkstra2018-04-033-45/+59
* [PATCH 6/7] sin/cos slow paths: refactor duplicated code into dosinWilco Dijkstra2018-04-032-27/+22
* [PATCH 5/7] sin/cos slow paths: remove unused slowpath functionsWilco Dijkstra2018-04-032-444/+20
* [PATCH 4/7] sin/cos slow paths: remove slow paths from huge range reductionWilco Dijkstra2018-04-033-64/+45
* [PATCH 3/7] sin/cos slow paths: remove slow paths from small range reductionWilco Dijkstra2018-04-033-53/+56
* [PATCH 2/7] sin/cos slow paths: remove large range reductionWilco Dijkstra2018-04-033-103/+11
* [PATCH 1/7] sin/cos slow paths: avoid slow paths for small inputsWilco Dijkstra2018-04-034-27/+35
* Use Linux 4.16 in build-many-glibcs.py.Joseph Myers2018-04-032-1/+6
* Assume O_DIRECTORY for opendirAdhemerval Zanella2018-04-033-123/+13