about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Enable Silvermont optimizations for Knights LandingH.J. Lu2015-12-151-0/+3
* Make obsolete syscall wrappers into compat symbols (bug 18472).Joseph Myers2015-12-145-46/+33
* Cleanup ARM ioperm implementationAurelien Jarno2015-12-121-9/+2
* Fix indentation.Steve Ellcey2015-12-111-1/+3
* grantpt: trust the kernel about pty group and permission modeAurelien Jarno2015-12-101-2/+20
* Fix ldbl-128ibm logl inaccuracy near 1 (bug 19351).Joseph Myers2015-12-091-1/+1
* Fix ldbl-128ibm sinhl spurious overflows (bug 19350).Joseph Myers2015-12-091-1/+1
* Fix ldbl-128ibm tanhl inaccuracy for small arguments (bug 19349).Joseph Myers2015-12-091-1/+1
* Use direct socket syscalls for new kernels on i386, m68k, microblaze, sh.Joseph Myers2015-12-094-0/+86
* mips: fix testsuite build for O32 FPXX ABI on pre-R2 CPUAurelien Jarno2015-12-093-0/+40
* Fix grantpt basename namespace bugAurelien Jarno2015-12-091-1/+1
* Utilize x86_64 vector math functions w/o -fopenmp.Andrew Senkevich2015-12-071-0/+6
* math: add LDBL_CLASSIFY_COMPAT supportChris Metcalf2015-12-0318-18/+70
* powerpc: Add hwcap/hwcap2/platform data to TCB.Carlos Eduardo Seo2015-12-0314-7/+435
* Add __CPU_MASK_TYPE for __cpu_maskH.J. Lu2015-12-018-1/+8
* [AArch64] Regenerate libm-test-ulpsSzabolcs Nagy2015-12-011-50/+54
* Use hex float constants in sysdeps/ieee754/dbl-64/e_sqrt.c.Joseph Myers2015-12-012-46/+2
* Update family and model detection for AMD CPUsH.J. Lu2015-11-301-12/+15
* hurd: Make mmap64 use vm_offset_t for overflow checkSamuel Thibault2015-11-291-0/+47
* hurd: install correct number of send rights on forkThomas Schwinge2015-11-291-5/+1
* MIPS: Wire FCSR.ABS2008 to FCSR.NAN2008Maciej W. Rozycki2015-11-281-3/+3
* Rename localedir to complocaledir (bug 14259).Carlos O'Donell2015-11-278-9/+9
* Better workaround for aliases of *_finite symbols in vector math library.Andrew Senkevich2015-11-273-30/+62
* hurd: Initialize __libc_stack_end for hidden supportSamuel Thibault2015-11-251-1/+1
* Do not add relro attribute to __libc_stack_endSamuel Thibault2015-11-251-1/+1
* Revert not defining NO_HIDDEN on hurdSamuel Thibault2015-11-252-0/+6
* Fix hurd build with hidden supportSamuel Thibault2015-11-2511-11/+15
* Refactor strtod parsing of NaN payloads.Joseph Myers2015-11-247-38/+101
* tile: define __NO_LONG_DOUBLE_MATHChris Metcalf2015-11-247-0/+18
* Remove CPU set size checking from affinity functions [BZ #19143]Florian Weimer2015-11-2412-194/+986
* Replace MUTEX_INITIALIZER with _LIBC_LOCK_INITIALIZER in generic codeFlorian Weimer2015-11-244-3/+3
* Update <sys/ptrace.h> for Linux 4.3.Joseph Myers2015-11-237-7/+17
* Update <netpacket/packet.h> for Linux 4.3.Joseph Myers2015-11-231-0/+17
* NaCl: Use allocate_code_data after dyncode_createRoland McGrath2015-11-201-1/+27
* Fix math_private.h multiple include guards.Joseph Myers2015-11-208-8/+16
* Fix lgamma setting signgam for ISO C (bug 15421).Joseph Myers2015-11-2036-62/+225
* Remove signal handling for nanosleep (bug 16364)Adhemerval Zanella2015-11-202-158/+0
* S390: Use __asm__ instead of asm.Stefan Liebler2015-11-2041-453/+453
* powerpc: Spinlock optimization and cleanupPaul Murphy2015-11-193-6/+5
* powerpc: More elision improvementsPaul Murphy2015-11-192-10/+13
* Shuffle includes in ldbl-128ibm/mpn2ldl.cPaul Murphy2015-11-191-2/+6
* Include s_sin.c in s_sincos.cSiddhesh Poyarekar2015-11-172-19/+20
* Remove redundant else clauses in s_sin.cSiddhesh Poyarekar2015-11-171-186/+158
* Run tst-prelink test for GLOB_DAT relocH.J. Lu2015-11-143-46/+0
* Fix ldbl-128ibm strtold overflow handling (bug 14551).Joseph Myers2015-11-133-0/+99
* Fix powerpc round, roundf spurious "inexact" (bug 19238).Joseph Myers2015-11-124-12/+24
* Fix powerpc64 lround, lroundf, llround, llroundf spurious "inexact" exception...Joseph Myers2015-11-122-0/+13
* NaCl: Use open_resource API for shared objectsRoland McGrath2015-11-103-1/+64
* Fix powerpc nearbyint wrongly clearing "inexact" and leaving traps disabled (...Joseph Myers2015-11-114-8/+16
* Add a test for prelink outputH.J. Lu2015-11-103-0/+46