about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* x86_64: fix static build of __mempcpy_chk for compilers defaulting to PIC/PIEMike Frysinger2017-03-151-1/+1
* Improve float range reduction accuracy near pi/2 (bug 21094).Joseph Myers2017-03-151-2/+2
* hppa: Fix setting of __libc_stack_endJohn David Anglin2017-03-151-5/+4
* Fix test-errno issuesAdhemerval Zanella2017-03-152-7/+41
* Fix test-math-vector-sincos.h aliasing.Joseph Myers2017-03-151-14/+14
* Fix missing posix_fadvise64 mips64 static build (BZ #21232)Adhemerval Zanella2017-03-141-0/+2
* Remove _dl_platform_stringAndreas Schwab2017-03-146-36/+2
* hurd: Make send/recv more posixishSamuel Thibault2017-03-132-2/+10
* Remove the str(n)dup inlines from string/bits/string2.h. Although inliningWilco Dijkstra2017-03-131-2/+2
* Add more IPV6_* macros to sysdeps/unix/sysv/linux/bits/in.h.Joseph Myers2017-03-131-0/+14
* sh: Fix building with gcc5/6Alexey Neyman2017-03-121-1/+1
* Fix send consolidation typoMarko Myllynen2017-03-121-1/+1
* Update auto-libm-test-out for catan / catanh.Stefan Liebler2017-03-101-16/+16
* Regenerate MIPS catan, catanh long double ulps.Joseph Myers2017-03-091-16/+16
* Consolidate Linux send implementationAdhemerval Zanella2017-03-0922-77/+24
* Consolidate Linux sendto implementationAdhemerval Zanella2017-03-0916-19/+4
* Consolidate Linux recv implementationAdhemerval Zanella2017-03-0918-81/+12
* Consolidate Linux recvfrom implementationAdhemerval Zanella2017-03-0917-19/+5
* Consolidate Linux connect implementationAdhemerval Zanella2017-03-0914-16/+5
* Consolidate Linux accept implementationAdhemerval Zanella2017-03-0917-20/+12
* Test for correct setting of errno.Yury Norov2017-03-082-1/+143
* S390: Regenerate ULPsStefan Liebler2017-03-081-128/+136
* timezone: Remove TZNAME_MAX limit from sysconf [BZ #15576]Florian Weimer2017-03-071-1/+1
* Ignore and remove LD_HWCAP_MASK for AT_SECURE programs (bug #21209)Siddhesh Poyarekar2017-03-071-0/+1
* hppa: set __IPC_64 as zero for SysV IPC callsAdhemerval Zanella2017-03-071-0/+21
* S390: Optimize atomic macros.Stefan Liebler2017-03-061-64/+103
* hurd: Provide truncate64 and ftruncate64.Justus Winter2017-03-042-0/+76
* Document and fix --enable-bind-now [BZ #21015]Florian Weimer2017-03-023-3/+3
* Narrowing the visibility of libc-internal.h even further.Zack Weinberg2017-03-0120-23/+28
* Miscellaneous low-risk changes preparing for _ISOMAC testsuite.Zack Weinberg2017-03-014-3/+7
* Refer to <signal.h> instead of <pthread.h> in <bits/sigthread.h>Andreas Schwab2017-02-281-1/+1
* Allow direct use of math_ldbl.h in testsuite.Zack Weinberg2017-02-2512-53/+186
* Run libm tests separately for each function.Joseph Myers2017-02-2415-250/+9
* Add new templates for IEEE wrappersGabriel F. T. Gomes2017-02-233-0/+9
* Add TFD_TIMER_CANCEL_ON_SET to sys/timerfd.h.Joseph Myers2017-02-221-1/+3
* Add IP_RECVFRAGSIZE from Linux 4.10.Joseph Myers2017-02-211-0/+1
* powerpc: Update powerpc-fpu libm-test-ulpsTulio Magno Quites Machado Filho2017-02-211-98/+106
* powerpc: Add tests for __ppc_set_ppr_* functions.Wainer dos Santos Moschetta2017-02-212-0/+104
* powerpc: Convert tests to the new support test-driverWainer dos Santos Moschetta2017-02-213-21/+8
* Update arm, mips, powerpc-nofpu libm-test-ulps.Joseph Myers2017-02-174-304/+336
* Rework -fno-omit-frame-pointer support on i386Adhemerval Zanella2017-02-174-41/+60
* Use index_cpu_RTM and reg_RTM to clear the bit_cpu_RTM bitH.J. Lu2017-02-171-1/+1
* Move tests of catan, catanh to auto-libm-test-*.Joseph Myers2017-02-173-10/+46
* Move tests of casin, casinh to auto-libm-test-*.Joseph Myers2017-02-173-110/+110
* Move tests of cacos, cacosh to auto-libm-test-*.Joseph Myers2017-02-173-66/+66
* Revert header inclusion changes that break math/ testing on x86_64.Joseph Myers2017-02-172-3/+7
* Fix lgamma*, log10* and log2* results [BZ #21171]Tulio Magno Quites Machado Filho2017-02-1711-11/+11
* Add missing header files throughout the testsuite.Zack Weinberg2017-02-1612-7/+21
* Fix y0 and y1 exception handling for zero input [BZ #21134]Gabriel F. T. Gomes2017-02-156-6/+6
* Move most libmvec test contents from .c to .h files.Joseph Myers2017-02-1516-82/+222