about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Add si_addr_bnd to _sigfault in x86 struct siginfo hjl/pr18696H.J. Lu2015-07-201-0/+7
* Regenerate SPARC ULPs.David S. Miller2015-07-161-239/+389
* powerpc: strstr optimizationRajalakshmi Srinivasaraghavan2015-07-166-1/+626
* hppa/ia64: _dl_unmap: make it hiddenMike Frysinger2015-07-164-4/+4
* hppa/ia64: _dl_symbol_address: add PLT bypass for rtldMike Frysinger2015-07-162-0/+2
* Fix sparc build.David S. Miller2015-07-155-2/+13
* Modify several tests to use test-skeleton.cArjun Shankar2015-07-151-2/+5
* i686: Mark stdlib/tst-makecontext as XFAIL.Stefan Liebler2015-07-151-0/+6
* S390: Regenerate ULPsStefan Liebler2015-07-151-28/+28
* Factor file identity rules out of generic rtld code.Roland McGrath2015-07-143-0/+104
* Add AArch64 versions of math_opt_barrier and math_force_eval that avoid going...Wilco Dijkstra2015-07-131-0/+5
* Optimize the strlen implementation by using a page cross check and a fast checkWilco Dijkstra2015-07-131-65/+165
* NaCl: Make pthread_condattr_setclock reject CLOCK_MONOTONIC.Roland McGrath2015-07-101-0/+42
* tile: Regenerate ULPs.Chris Metcalf2015-07-101-89/+94
* Add and use new glibc-internal futex API.Torvald Riegel2015-07-1015-174/+751
* PLT avoidance for _exit in rtld.Roland McGrath2015-07-094-0/+4
* Improve bndmov encoding with zero displacementH.J. Lu2015-07-091-0/+8
* Preserve bound registers for pointer pass/returnIgor Zamyatin2015-07-097-20/+92
* libio: Update powerpc64le libc.abilistAdhemerval Zanella2015-07-091-0/+3
* hurd: permit to use mlock from non-root processSamuel Thibault2015-07-092-11/+14
* [AArch64][BZ 18648] change greg_t definition in ucontext.hSzabolcs Nagy2015-07-091-1/+1
* [AArch64][BZ 18400] fix elf_prpsinfo in procfs.hSzabolcs Nagy2015-07-091-2/+2
* BZ#18383: Conditionalize test-xfail-tst-tlsalign{,-static} on ARM assembler bug.Roland McGrath2015-07-082-0/+89
* libio: fmemopen rewrite to POSIX complianceAdhemerval Zanella2015-07-0827-0/+81
* Add missing Advanced API (RFC3542) (1) defines.Carlos O'Donell2015-07-081-0/+5
* S390: Fix "backtrace() returns infinitely deep stack frames with makecontext(...Stefan Liebler2015-07-072-0/+16
* S390: Regenerate ULPs.Stefan Liebler2015-07-071-6/+102
* S390: Fix sem.h conformance test failures.Stefan Liebler2015-07-071-2/+1
* Add la_symbind32 to x86-64 audit testsH.J. Lu2015-07-076-0/+60
* Add and use sysdeps/i386/link-defines.symH.J. Lu2015-07-073-15/+43
* Add a testcase for i386 LD_AUDITH.J. Lu2015-07-075-0/+287
* Do not create invalid pointers in C code of string functions.Torvald Riegel2015-07-071-7/+11
* Inline __ieee754_sqrt and __ieee754_sqrtf. Also add external definitions.Wilco Dijkstra2015-07-063-0/+72
* Remove unused file sysdeps/ieee754/support.cWilco Dijkstra2015-07-061-520/+0
* [AArch64] make setcontext etc functions consistent with the kernelSzabolcs Nagy2015-07-063-12/+12
* Regenerate aarch64 libm-test-ulpsSzabolcs Nagy2015-07-021-32/+128
* Fix ldbl-128 expm1l (-min_subnorm) result sign (bug 18619).Joseph Myers2015-07-011-3/+12
* Regenerate powerpc-nofpu libm-test-ulps.Joseph Myers2015-07-011-483/+673
* Regenerate ARM libm-test-ulps.Joseph Myers2015-07-011-265/+457
* Regenerate MIPS libm-test-ulps.Joseph Myers2015-07-012-622/+1053
* Clean up BUSY_WAIT_NOP and atomic_delay.Torvald Riegel2015-06-309-21/+10
* Improve tgamma accuracy (bug 18613).Joseph Myers2015-06-297-136/+329
* Fix ldbl-128 j1l spurious underflows (bug 18612).Joseph Myers2015-06-291-0/+10
* Fix j1, jn missing underflows (bug 16559).Joseph Myers2015-06-298-5/+55
* Update headers for Linux 4.0, 4.1 definitions.Joseph Myers2015-06-293-1/+9
* Add support for DT_MIPS_RLD_MAP_REL.Matthew Fortune2015-06-261-3/+10
* Use round-to-nearest internally in jn, test with ALL_RM_TEST (bug 18602).Joseph Myers2015-06-257-710/+789
* Use unsigned types for counters in getaddrinfo_a code.Roland McGrath2015-06-241-2/+2
* Use unsigned types for counters in AIO code.Roland McGrath2015-06-244-12/+12
* Refactor libm tests.Joseph Myers2015-06-248-8/+0