about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* powerpc64le: Enable float128 tuliom/float128Paul E. Murphy2017-05-2511-0/+1123
* powerpc64le: Require gcc >= 6.2 for powerpc64leGabriel F. T. Gomes2017-05-252-0/+88
* float128: Add test-{float128,ifloat128,float128-finite}Paul E. Murphy2017-05-2511-4/+116
* float128: Add strfromf128, strtof128, and wcstof128 to the manualGabriel F. T. Gomes2017-05-251-6/+33
* float128: Add strtof128, wcstof128, and related functions.Paul E. Murphy2017-05-2521-26/+426
* float128: Add strfromf128Gabriel F. T. Gomes2017-05-2514-8/+328
* float128: Add conversion from float128 to mpnGabriel F. T. Gomes2017-05-255-6/+49
* float128: Extend the power of ten tablesPaul E. Murphy2017-05-252-6/+16
* float128: Add wrappers to override ldbl-128 as float128.Paul E. Murphy2017-05-2591-0/+765
* aarch64: Thunderx specific memcpy and memmoveSteve Ellcey2017-05-249-10/+554
* arm: Fix typo in array countSiddhesh Poyarekar2017-05-243-2/+9
* x86: Don't include cacheinfo.c in ld.soH.J. Lu2017-05-242-0/+8
* x86: Use __get_cpu_features to get cpu_featuresH.J. Lu2017-05-242-10/+17
* Fix sigstack namespace (bug 21511).Joseph Myers2017-05-233-8/+26
* Fix sys/ucontext.h namespace from signal.h etc. inclusion (bug 21457).Joseph Myers2017-05-2321-149/+136
* Fix a bug in 'Remove __need macros from signal.h' (a992f506)Zack Weinberg2017-05-228-16/+38
* libio: Avoid dup already opened file descriptor [BZ#21393]Adhemerval Zanella2017-05-225-59/+113
* Remove useless comment from sysdeps/sparc/sparc32/dl-machine.hSiddhesh Poyarekar2017-05-232-2/+5
* Add one more header to be installed, missed from previous patch.Zack Weinberg2017-05-212-2/+6
* Remove __need macros from signal.h.Zack Weinberg2017-05-2095-2911/+1192
* Remove __need_list_t and __need_res_state.Zack Weinberg2017-05-208-110/+135
* x86_64: Remove L(return_null) from rawmemchr.SH.J. Lu2017-05-202-5/+4
* Remove sfi_* annotations from ARM assembly files.Zack Weinberg2017-05-2022-882/+460
* Remove the bulk of the NaCl port.Zack Weinberg2017-05-20152-8627/+10
* manual: Convert errno @comments to new @errno macro.Rical Jasan2017-05-195-330/+326
* Split up bits/sigstack.h.Joseph Myers2017-05-1937-219/+306
* x86: Optimize SSE2 memchr overflow calculationH.J. Lu2017-05-193-16/+18
* Fix makefile rules for vmsplice, splice, and open_by_handle_atAdhemerval Zanella2017-05-193-3/+12
* Also create and use ldbl-compat-choose.h.Joseph Myers2017-05-199-29/+48
* Create and use first-versions.h with macros for function symbol versions.Joseph Myers2017-05-194-35/+74
* posix: Consolidate Linux mq_timedsend syscallAdhemerval Zanella2017-05-184-1/+39
* posix: Consolidate Linux mq_timedreceive syscallAdhemerval Zanella2017-05-184-1/+40
* linux: Consolidate Linux open_by_handle_at syscallAdhemerval Zanella2017-05-185-2/+48
* linux: Consolidate Linux splice syscallAdhemerval Zanella2017-05-185-2/+36
* linux: Consolidate Linux vmsplice syscallAdhemerval Zanella2017-05-185-2/+35
* posix: Consolidate Linux fsync syscallAdhemerval Zanella2017-05-186-2/+38
* posix: Consolidate Linux fdatasync syscallAdhemerval Zanella2017-05-185-1/+37
* posix: Consolidate Linux msync syscallAdhemerval Zanella2017-05-185-1/+33
* posix: Consolidate Linux sigsuspend implementationAdhemerval Zanella2017-05-185-40/+7
* linux: Consolidate Linux tee implementationAdhemerval Zanella2017-05-184-2/+34
* posix: Consolidate Linux nanosleep syscallAdhemerval Zanella2017-05-185-1/+38
* posix: Consolidate Linux waitpid syscallAdhemerval Zanella2017-05-187-28/+8
* posix: Consolidate Linux pause syscallAdhemerval Zanella2017-05-187-23/+24
* Correct comments in x86_64/multiarch/memcmp.SH.J. Lu2017-05-182-3/+8
* Reduce value of LD_HWCAP_MASK for tst-env-setuid test caseSiddhesh Poyarekar2017-05-192-1/+6
* manual: Convert @tables of annotated @items to @vtables.Rical Jasan2017-05-186-32/+41
* manual: Fix up invalid header and standards syntax.Rical Jasan2017-05-187-13/+23
* powerpc: Improve memcmp performance for POWER8Rajalakshmi Srinivasaraghavan2017-05-186-2/+1494
* float128: Extend __MATH_TG for float128 supportGabriel F. T. Gomes2017-05-173-0/+44
* powerpc: Add a POWER8-optimized version of cosf()Paul Clarke2017-05-176-1/+603