aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-10-06Manual typos: The Basic Program/System InterfaceRical Jasan4-14/+18
2016-10-06Manual typos: Signal HandlingRical Jasan2-3/+5
2016-10-06Manual typos: Non-Local ExitsRical Jasan2-4/+6
2016-10-06Manual typos: Resource Usage and LimitationRical Jasan2-26/+28
2016-10-06Manual typos: Date and TimeRical Jasan2-19/+21
2016-10-06Manual typos: Arithmetic FunctionsRical Jasan2-8/+10
2016-10-06Manual typos: MathematicsRical Jasan2-18/+20
2016-10-06Manual typos: SyslogRical Jasan2-2/+4
2016-10-06Manual typos: Low-Level Terminal InterfaceRical Jasan2-9/+11
2016-10-06Manual typos: SocketsRical Jasan2-14/+16
2016-10-06Manual typos: File System InterfaceRical Jasan2-21/+23
2016-10-06Manual typos: Low-Level Input/OutputRical Jasan2-37/+39
2016-10-06Manual typos: Input/Output on StreamsRical Jasan2-41/+46
2016-10-06Check n instead of k1 to decide on sign of sin/cos resultSiddhesh Poyarekar2-1/+4
2016-10-06Make the quadrant shift K a bool in do_sincos_* functionsSiddhesh Poyarekar2-19/+29
2016-10-05powerpc: Regenerate ULPsTulio Magno Quites Machado Filho2-55/+59
2016-10-04Fix LONG_WIDTH, ULONG_WIDTH include ordering issue.Joseph Myers2-14/+12
2016-10-04powerpc: Installed-header hygieneTulio Magno Quites Machado Filho4-9/+23
2016-10-04S390: Regenerate ULPsStefan Liebler2-8/+6
2016-10-03Add TCP_REPAIR_WINDOW from Linux 4.8.Joseph Myers2-0/+16
2016-10-02Fix tst-memstream3 build failureAdhemerval Zanella2-0/+5
2016-09-30libio: Multiple fixes for open_{w}memstram (BZ#18241 and BZ#20181)Adhemerval Zanella9-63/+348
2016-09-30Use __builtin_fma more in dbl-64 code.Joseph Myers3-8/+8
2016-09-30Fix ldbl-128ibm iscanonical for -mlong-double-64.Joseph Myers2-1/+11
2016-09-30Bug 20292 - Simplify and test _dl_addr_inside_objectCarlos O'Donell6-35/+325
2016-09-30Add iscanonical.Joseph Myers27-8/+643
2016-09-29Remove C++ style comments from string3.hAdhemerval Zanella2-1/+5
2016-09-30Use copysign instead of ternary for some sin/cos input rangesSiddhesh Poyarekar2-13/+24
2016-09-30Use copysign instead of ternary conditions for positive constantsSiddhesh Poyarekar2-19/+32
2016-09-30consolidate sign checks for slow2Siddhesh Poyarekar2-8/+17
2016-09-28Fix iszero for excess precision.Joseph Myers4-2/+62
2016-09-28posix: Fix open file action for posix_spawn on LinuxAdhemerval Zanella4-1/+203
2016-09-28linux: spawni.c: simplify error reporting to parentRasmus Villemoes2-46/+32
2016-09-28Minor corrections to scripts/check-installed-headers.sh.Zack Weinberg2-3/+11
2016-09-28Minor correction to the "installed header hygiene" patches.Zack Weinberg2-2/+7
2016-09-26Add INTERNAL_SYSCALL_CALLAdhemerval Zanella2-18/+83
2016-09-23Add iszero.Joseph Myers6-3/+55
2016-09-23Installed header hygiene (BZ#20366): Test of installed headers.Zack Weinberg66-21/+470
2016-09-23Installed-header hygiene (BZ#20366): stack_t.Zack Weinberg33-108/+271
2016-09-23Installed-header hygiene (BZ#20366): time.h types.Zack Weinberg51-335/+327
2016-09-23Installed-header hygiene (BZ#20366): conditionally defined structures.Zack Weinberg9-8/+42
2016-09-23Installed-header hygiene (BZ#20366): obsolete BSD u_* types.Zack Weinberg37-431/+517
2016-09-23Installed-header hygiene (BZ#20366): Simple self-contained fixes.Zack Weinberg15-40/+74
2016-09-23manual: Clarify NSS error reportingFlorian Weimer2-15/+38
2016-09-23tst-open-tmpfile: Add checks for open64, openat64, linkatFlorian Weimer2-0/+111
2016-09-23test-skeleton.c: Remove unintended #include <stdarg.h>.Florian Weimer2-1/+4
2016-09-21[PR19826] fix non-LE TLS in static programsAlexandre Oliva4-3/+24
2016-09-22hurd: Fix stack pointer corruption in syscallSamuel Thibault2-0/+4
2016-09-22hurdmalloc: Run fork handler as late as possible [BZ #19431]Samuel Thibault4-15/+36
2016-09-21[soft-fp] Add support for various half-precision conversion routines.James Greenhalgh8-0/+465