summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* getaddrinfo: Eliminate another strdup callFlorian Weimer2017-06-031-1/+1
* x86: Update __x86_shared_non_temporal_thresholdH.J. Lu2017-06-021-2/+4
* getaddrinfo: Fix localplt failure involving strdupFlorian Weimer2017-06-021-4/+11
* getaddrinfo: Always allocate canonical name on the heapFlorian Weimer2017-06-021-67/+42
* Add shim header for bits/syscall.h.Zack Weinberg2017-06-011-0/+3
* Fix more namespace issues in sys/ucontext.h (bug 21457).Joseph Myers2017-06-0112-178/+318
* Avoid tickling a linker bug from microblaze pt-vfork.S.Zack Weinberg2017-06-013-2/+50
* posix: Implement preadv2 and pwritev2Adhemerval Zanella2017-05-3143-0/+499
* Delay initialization of CPU features struct in static binariesSiddhesh Poyarekar2017-05-312-36/+10
* Add reallocarray functionDennis Wölfing2017-05-3028-0/+56
* x86_64: Remove redundant REX bytes from memchr.SH.J. Lu2017-05-301-14/+14
* m68k: handle default PIEAndreas Schwab2017-05-291-0/+4
* float128: Add wrappers to override ldbl-128 as float128.Paul E. Murphy2017-05-2586-0/+646
* aarch64: Thunderx specific memcpy and memmoveSteve Ellcey2017-05-248-10/+540
* arm: Fix typo in array countSiddhesh Poyarekar2017-05-242-2/+2
* x86: Don't include cacheinfo.c in ld.soH.J. Lu2017-05-241-0/+4
* x86: Use __get_cpu_features to get cpu_featuresH.J. Lu2017-05-241-10/+9
* Fix sys/ucontext.h namespace from signal.h etc. inclusion (bug 21457).Joseph Myers2017-05-2320-149/+39
* Fix a bug in 'Remove __need macros from signal.h' (a992f506)Zack Weinberg2017-05-227-16/+21
* Remove useless comment from sysdeps/sparc/sparc32/dl-machine.hSiddhesh Poyarekar2017-05-231-2/+0
* Remove __need macros from signal.h.Zack Weinberg2017-05-2057-2631/+831
* x86_64: Remove L(return_null) from rawmemchr.SH.J. Lu2017-05-201-5/+0
* Remove sfi_* annotations from ARM assembly files.Zack Weinberg2017-05-2021-882/+442
* Remove the bulk of the NaCl port.Zack Weinberg2017-05-20149-8625/+0
* manual: Convert errno @comments to new @errno macro.Rical Jasan2017-05-192-32/+11
* Split up bits/sigstack.h.Joseph Myers2017-05-1929-191/+131
* x86: Optimize SSE2 memchr overflow calculationH.J. Lu2017-05-192-16/+12
* Fix makefile rules for vmsplice, splice, and open_by_handle_atAdhemerval Zanella2017-05-191-0/+3
* Also create and use ldbl-compat-choose.h.Joseph Myers2017-05-196-26/+8
* Create and use first-versions.h with macros for function symbol versions.Joseph Myers2017-05-191-32/+3
* posix: Consolidate Linux mq_timedsend syscallAdhemerval Zanella2017-05-182-1/+33
* posix: Consolidate Linux mq_timedreceive syscallAdhemerval Zanella2017-05-182-1/+34
* linux: Consolidate Linux open_by_handle_at syscallAdhemerval Zanella2017-05-183-2/+39
* linux: Consolidate Linux splice syscallAdhemerval Zanella2017-05-183-2/+28
* linux: Consolidate Linux vmsplice syscallAdhemerval Zanella2017-05-183-2/+28
* posix: Consolidate Linux fsync syscallAdhemerval Zanella2017-05-183-2/+28
* posix: Consolidate Linux fdatasync syscallAdhemerval Zanella2017-05-182-1/+29
* posix: Consolidate Linux msync syscallAdhemerval Zanella2017-05-182-1/+26
* posix: Consolidate Linux sigsuspend implementationAdhemerval Zanella2017-05-183-40/+0
* linux: Consolidate Linux tee implementationAdhemerval Zanella2017-05-183-2/+28
* posix: Consolidate Linux nanosleep syscallAdhemerval Zanella2017-05-182-1/+30
* posix: Consolidate Linux waitpid syscallAdhemerval Zanella2017-05-186-28/+0
* posix: Consolidate Linux pause syscallAdhemerval Zanella2017-05-185-22/+11
* Correct comments in x86_64/multiarch/memcmp.SH.J. Lu2017-05-181-3/+3
* powerpc: Improve memcmp performance for POWER8Rajalakshmi Srinivasaraghavan2017-05-185-2/+1483
* powerpc: Add a POWER8-optimized version of cosf()Paul Clarke2017-05-175-1/+593
* Convert e_exp2l.c into a templateGabriel F. T. Gomes2017-05-171-0/+1
* posix: Fix and simplify default p{read,write}v implementationAdhemerval Zanella2017-05-1510-172/+223
* float128: Enable use of IEEE wrapper templatesGabriel F. T. Gomes2017-05-151-0/+3
* float128: Add private _Float128 declarations for libm.Paul E. Murphy2017-05-155-3/+94