aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-10Add and use new glibc-internal futex API.Torvald Riegel
2015-07-09The patch committed to fix bug #18435 caused regressions on aarch64Martin Sebor
2015-07-09Provide __libc_fatal for rtld.Roland McGrath
2015-07-09PLT avoidance for _exit in rtld.Roland McGrath
2015-07-09Improve bndmov encoding with zero displacementH.J. Lu
2015-07-09Preserve bound registers for pointer pass/returnIgor Zamyatin
2015-07-09libio: Update powerpc64le libc.abilistAdhemerval Zanella
2015-07-09hurd: permit to use mlock from non-root processSamuel Thibault
2015-07-09[AArch64][BZ 18648] change greg_t definition in ucontext.hSzabolcs Nagy
2015-07-09[AArch64][BZ 18400] fix elf_prpsinfo in procfs.hSzabolcs Nagy
2015-07-08BZ#18383: Conditionalize test-xfail-tst-tlsalign{,-static} on ARM assembler bug.Roland McGrath
2015-07-08Fix some places to use $(LN_S) makefile variable.Roland McGrath
2015-07-08Install a dummy <rpc/netdb.h> when not building sunrpc/.Roland McGrath
2015-07-08libio: Update tst-fmemopen2.cAdhemerval Zanella
2015-07-08libio: fmemopen rewrite to POSIX complianceAdhemerval Zanella
2015-07-08Add missing Advanced API (RFC3542) (1) defines.Carlos O'Donell
2015-07-08Use "|" instead of "+" when combine the _IO_LINE_BUF and _IO_UNBUFFERED flagsFeng Gao
2015-07-08nscd: drop selinux/flask.h includeMike Frysinger
2015-07-08pwd.h: add __nonnull markings [BZ #18641]Mike Frysinger
2015-07-08Fix ruserok scalability with large ~/.rhosts file.Carlos O'Donell
2015-07-07Add forced deletion support to _dl_close_workerPavel Kopyl
2015-07-07S390: Fix "backtrace() returns infinitely deep stack frames with makecontext(...Stefan Liebler
2015-07-07S390: Regenerate ULPs.Stefan Liebler
2015-07-07S390: Fix sem.h conformance test failures.Stefan Liebler
2015-07-07Add la_symbind32 to x86-64 audit testsH.J. Lu
2015-07-07Add and use sysdeps/i386/link-defines.symH.J. Lu
2015-07-07Add a testcase for i386 LD_AUDITH.J. Lu
2015-07-07Do not create invalid pointers in C code of string functions.Torvald Riegel
2015-07-07Update NEWSAndreas Schwab
2015-07-07Set errno to ENOMEM on overflow in sbrk (bug 18592)Cyril Hrubis
2015-07-06Inline __ieee754_sqrt and __ieee754_sqrtf. Also add external definitions.Wilco Dijkstra
2015-07-06Remove unused file sysdeps/ieee754/support.cWilco Dijkstra
2015-07-06[AArch64] make setcontext etc functions consistent with the kernelSzabolcs Nagy
2015-07-02Regenerate aarch64 libm-test-ulpsSzabolcs Nagy
2015-07-01Fix ldbl-128 expm1l (-min_subnorm) result sign (bug 18619).Joseph Myers
2015-07-01The C++ 2011 std::call_once function is specified to allowMartin Sebor
2015-07-01Regenerate powerpc-nofpu libm-test-ulps.Joseph Myers
2015-07-01Regenerate ARM libm-test-ulps.Joseph Myers
2015-07-01Regenerate MIPS libm-test-ulps.Joseph Myers
2015-06-30Remove documentation of lowlevellock systemtap probes.Torvald Riegel
2015-06-30Clean up BUSY_WAIT_NOP and atomic_delay.Torvald Riegel
2015-06-29Improve tgamma accuracy (bug 18613).Joseph Myers
2015-06-29Fix ldbl-128 j1l spurious underflows (bug 18612).Joseph Myers
2015-06-29Fix j1, jn missing underflows (bug 16559).Joseph Myers
2015-06-29Update headers for Linux 4.0, 4.1 definitions.Joseph Myers
2015-06-26malloc: Do not corrupt the top of a threaded heap if top chunk is MINSIZE [BZ...Mel Gorman
2015-06-26Add support for DT_MIPS_RLD_MAP_REL.Matthew Fortune
2015-06-25Use round-to-nearest internally in jn, test with ALL_RM_TEST (bug 18602).Joseph Myers
2015-06-25More correct description of linking with vector math library.Andrew Senkevich
2015-06-25Fix buffer overflow for writes to memory buffer stream (bug 18549)Andreas Schwab