about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Add and use new glibc-internal futex API.Torvald Riegel2015-07-1040-492/+963
* The patch committed to fix bug #18435 caused regressions on aarch64Martin Sebor2015-07-094-6/+28
* Provide __libc_fatal for rtld.Roland McGrath2015-07-093-17/+29
* PLT avoidance for _exit in rtld.Roland McGrath2015-07-097-0/+15
* Improve bndmov encoding with zero displacementH.J. Lu2015-07-092-0/+13
* Preserve bound registers for pointer pass/returnIgor Zamyatin2015-07-099-27/+119
* libio: Update powerpc64le libc.abilistAdhemerval Zanella2015-07-092-0/+8
* hurd: permit to use mlock from non-root processSamuel Thibault2015-07-093-11/+21
* [AArch64][BZ 18648] change greg_t definition in ucontext.hSzabolcs Nagy2015-07-093-8/+12
* [AArch64][BZ 18400] fix elf_prpsinfo in procfs.hSzabolcs Nagy2015-07-092-2/+7
* BZ#18383: Conditionalize test-xfail-tst-tlsalign{,-static} on ARM assembler bug.Roland McGrath2015-07-085-11/+103
* Fix some places to use $(LN_S) makefile variable.Roland McGrath2015-07-083-3/+7
* Install a dummy <rpc/netdb.h> when not building sunrpc/.Roland McGrath2015-07-083-0/+15
* libio: Update tst-fmemopen2.cAdhemerval Zanella2015-07-082-17/+208
* libio: fmemopen rewrite to POSIX complianceAdhemerval Zanella2015-07-0837-114/+703
* Add missing Advanced API (RFC3542) (1) defines.Carlos O'Donell2015-07-083-2/+13
* Use "|" instead of "+" when combine the _IO_LINE_BUF and _IO_UNBUFFERED flagsFeng Gao2015-07-084-7/+14
* nscd: drop selinux/flask.h includeMike Frysinger2015-07-082-1/+4
* pwd.h: add __nonnull markings [BZ #18641]Mike Frysinger2015-07-083-8/+23
* Fix ruserok scalability with large ~/.rhosts file.Carlos O'Donell2015-07-083-37/+55
* Add forced deletion support to _dl_close_workerPavel Kopyl2015-07-0711-19/+167
* S390: Fix "backtrace() returns infinitely deep stack frames with makecontext(...Stefan Liebler2015-07-076-5/+78
* S390: Regenerate ULPs.Stefan Liebler2015-07-072-6/+106
* S390: Fix sem.h conformance test failures.Stefan Liebler2015-07-072-2/+7
* Add la_symbind32 to x86-64 audit testsH.J. Lu2015-07-077-0/+69
* Add and use sysdeps/i386/link-defines.symH.J. Lu2015-07-074-15/+53
* Add a testcase for i386 LD_AUDITH.J. Lu2015-07-076-0/+298
* Do not create invalid pointers in C code of string functions.Torvald Riegel2015-07-073-8/+20
* Update NEWSAndreas Schwab2015-07-071-1/+1
* Set errno to ENOMEM on overflow in sbrk (bug 18592)Cyril Hrubis2015-07-072-4/+14
* Inline __ieee754_sqrt and __ieee754_sqrtf. Also add external definitions.Wilco Dijkstra2015-07-064-0/+81
* Remove unused file sysdeps/ieee754/support.cWilco Dijkstra2015-07-062-520/+4
* [AArch64] make setcontext etc functions consistent with the kernelSzabolcs Nagy2015-07-064-12/+20
* Regenerate aarch64 libm-test-ulpsSzabolcs Nagy2015-07-022-32/+132
* Fix ldbl-128 expm1l (-min_subnorm) result sign (bug 18619).Joseph Myers2015-07-013-4/+19
* The C++ 2011 std::call_once function is specified to allowMartin Sebor2015-07-015-13/+95
* Regenerate powerpc-nofpu libm-test-ulps.Joseph Myers2015-07-012-483/+675
* Regenerate ARM libm-test-ulps.Joseph Myers2015-07-012-265/+459
* Regenerate MIPS libm-test-ulps.Joseph Myers2015-07-013-622/+1058
* Remove documentation of lowlevellock systemtap probes.Torvald Riegel2015-06-302-16/+3
* Clean up BUSY_WAIT_NOP and atomic_delay.Torvald Riegel2015-06-3014-33/+42
* Improve tgamma accuracy (bug 18613).Joseph Myers2015-06-2913-249/+540
* Fix ldbl-128 j1l spurious underflows (bug 18612).Joseph Myers2015-06-295-1/+196
* Fix j1, jn missing underflows (bug 16559).Joseph Myers2015-06-2912-20/+1049
* Update headers for Linux 4.0, 4.1 definitions.Joseph Myers2015-06-294-1/+20
* malloc: Do not corrupt the top of a threaded heap if top chunk is MINSIZE [BZ...Mel Gorman2015-06-263-5/+11
* Add support for DT_MIPS_RLD_MAP_REL.Matthew Fortune2015-06-263-4/+22
* Use round-to-nearest internally in jn, test with ALL_RM_TEST (bug 18602).Joseph Myers2015-06-2510-714/+806
* More correct description of linking with vector math library.Andrew Senkevich2015-06-252-2/+6
* Fix buffer overflow for writes to memory buffer stream (bug 18549)Andreas Schwab2015-06-254-4/+20