aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-07-08Fix some places to use $(LN_S) makefile variable.Roland McGrath3-3/+7
2015-07-08Install a dummy <rpc/netdb.h> when not building sunrpc/.Roland McGrath3-0/+15
2015-07-08libio: Update tst-fmemopen2.cAdhemerval Zanella2-17/+208
2015-07-08libio: fmemopen rewrite to POSIX complianceAdhemerval Zanella37-114/+703
2015-07-08Add missing Advanced API (RFC3542) (1) defines.Carlos O'Donell3-2/+13
2015-07-08Use "|" instead of "+" when combine the _IO_LINE_BUF and _IO_UNBUFFERED flagsFeng Gao4-7/+14
2015-07-08nscd: drop selinux/flask.h includeMike Frysinger2-1/+4
2015-07-08pwd.h: add __nonnull markings [BZ #18641]Mike Frysinger3-8/+23
2015-07-08Fix ruserok scalability with large ~/.rhosts file.Carlos O'Donell3-37/+55
2015-07-07Add forced deletion support to _dl_close_workerPavel Kopyl11-19/+167
2015-07-07S390: Fix "backtrace() returns infinitely deep stack frames with makecontext(...Stefan Liebler6-5/+78
2015-07-07S390: Regenerate ULPs.Stefan Liebler2-6/+106
2015-07-07S390: Fix sem.h conformance test failures.Stefan Liebler2-2/+7
2015-07-07Add la_symbind32 to x86-64 audit testsH.J. Lu7-0/+69
2015-07-07Add and use sysdeps/i386/link-defines.symH.J. Lu4-15/+53
2015-07-07Add a testcase for i386 LD_AUDITH.J. Lu6-0/+298
2015-07-07Do not create invalid pointers in C code of string functions.Torvald Riegel3-8/+20
2015-07-07Update NEWSAndreas Schwab1-1/+1
2015-07-07Set errno to ENOMEM on overflow in sbrk (bug 18592)Cyril Hrubis2-4/+14
2015-07-06Inline __ieee754_sqrt and __ieee754_sqrtf. Also add external definitions.Wilco Dijkstra4-0/+81
2015-07-06Remove unused file sysdeps/ieee754/support.cWilco Dijkstra2-520/+4
2015-07-06[AArch64] make setcontext etc functions consistent with the kernelSzabolcs Nagy4-12/+20
2015-07-02Regenerate aarch64 libm-test-ulpsSzabolcs Nagy2-32/+132
2015-07-01Fix ldbl-128 expm1l (-min_subnorm) result sign (bug 18619).Joseph Myers3-4/+19
2015-07-01The C++ 2011 std::call_once function is specified to allowMartin Sebor5-13/+95
2015-07-01Regenerate powerpc-nofpu libm-test-ulps.Joseph Myers2-483/+675
2015-07-01Regenerate ARM libm-test-ulps.Joseph Myers2-265/+459
2015-07-01Regenerate MIPS libm-test-ulps.Joseph Myers3-622/+1058
2015-06-30Remove documentation of lowlevellock systemtap probes.Torvald Riegel2-16/+3
2015-06-30Clean up BUSY_WAIT_NOP and atomic_delay.Torvald Riegel14-33/+42
2015-06-29Improve tgamma accuracy (bug 18613).Joseph Myers13-249/+540
2015-06-29Fix ldbl-128 j1l spurious underflows (bug 18612).Joseph Myers5-1/+196
2015-06-29Fix j1, jn missing underflows (bug 16559).Joseph Myers12-20/+1049
2015-06-29Update headers for Linux 4.0, 4.1 definitions.Joseph Myers4-1/+20
2015-06-26malloc: Do not corrupt the top of a threaded heap if top chunk is MINSIZE [BZ...Mel Gorman3-5/+11
2015-06-26Add support for DT_MIPS_RLD_MAP_REL.Matthew Fortune3-4/+22
2015-06-25Use round-to-nearest internally in jn, test with ALL_RM_TEST (bug 18602).Joseph Myers10-714/+806
2015-06-25More correct description of linking with vector math library.Andrew Senkevich2-2/+6
2015-06-25Fix buffer overflow for writes to memory buffer stream (bug 18549)Andreas Schwab4-4/+20
2015-06-25Support compilers defaulting to PIEH.J. Lu7-11/+65
2015-06-24NPTL: Use unsigned type for setxid_futex.Roland McGrath2-1/+4
2015-06-24Use unsigned types for counters in getaddrinfo_a code.Roland McGrath5-6/+16
2015-06-24Use unsigned types for counters in AIO code.Roland McGrath5-12/+23
2015-06-24Align TCB offset to the maximum alignmentH.J. Lu3-5/+14
2015-06-24Refactor libm tests.Joseph Myers29-493/+492
2015-06-24NaCl: Fix glob.c build after getlogin_r -> __getlogin_r.Roland McGrath2-2/+7
2015-06-24Fix cexp, ccos, ccosh, csin, csinh spurious underflows (bug 18594).Joseph Myers25-38/+2414
2015-06-24Print more information in tst-getcpu failure case.Roland McGrath2-1/+6
2015-06-24Line-wrap some log entries.Roland McGrath1-10/+12
2015-06-24Don't issue errors on GDB Python filesH.J. Lu3-2/+17