about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Prepare for radical source tree reorganization. zack/build-layout-experimentZack Weinberg2017-06-088538-905857/+0
* Remove __need macros from stdio.h and wchar.h.Zack Weinberg2017-06-082-6/+8
* x86-64: Rename wmemset.h to ifunc-wmemset.hH.J. Lu2017-06-074-4/+4
* float128: Add strfromf128Gabriel F. T. Gomes2017-06-073-1/+31
* Refactor PRINT_FPHEX_LONG_DOUBLE into a reusable macroGabriel F. T. Gomes2017-06-072-85/+107
* float128: Add conversion from float128 to mpnGabriel F. T. Gomes2017-06-074-1/+27
* x86-64: Fold ifunc-sse4_1.h into wcsnlen.cH.J. Lu2017-06-072-35/+15
* Remove check for NULL buffer passed to `ptsname_r'Arjun Shankar2017-06-071-6/+0
* Use test-driver in sysdeps/unix/sysv/linux/tst-clone2.cArjun Shankar2017-06-071-4/+3
* aarch64: Add hwcap string routinesSiddhesh Poyarekar2017-06-072-8/+65
* Make LD_HWCAP_MASK usable for static binariesSiddhesh Poyarekar2017-06-072-6/+4
* aarch64: Allow overriding HWCAP_CPUID feature check using HWCAP_MASKSiddhesh Poyarekar2017-06-072-4/+50
* tunables: Use glibc.tune.hwcap_mask tunable instead of _dl_hwcap_maskSiddhesh Poyarekar2017-06-073-1/+9
* Add include guards to dl-procinfo.hSiddhesh Poyarekar2017-06-072-0/+6
* x86-64: Move wcsnlen.S to multiarch/wcsnlen-sse4_1.SH.J. Lu2017-06-067-8/+88
* S390: Use generic spinlock code.Stefan Liebler2017-06-064-115/+0
* Optimize generic spinlock code and use C11 like atomic macros.Stefan Liebler2017-06-0629-167/+57
* x86: Don't use dl_x86_cpu_features in cacheinfo.cH.J. Lu2017-06-051-15/+22
* x86-64: Optimize memcmp/wmemcmp with AVX2 and MOVBEH.J. Lu2017-06-057-3/+466
* x86-64: Optimize wmemset with SSE2/AVX2/AVX512H.J. Lu2017-06-0513-9/+250
* x86: Add macros to implement ifunce selection in CH.J. Lu2017-06-051-0/+40
* x86-64: Update strlen.S to support wcslen/wcsnlenH.J. Lu2017-06-052-21/+47
* x86_64: Remove redundant REX bytes from memrchr.SH.J. Lu2017-06-051-19/+17
* x86-64: Update LO_HI_LONG for p{readv,writev}{64}v2H.J. Lu2017-06-052-1/+5
* Define SIG_HOLD for XPG4 (bug 21538).Joseph Myers2017-06-056-6/+6
* Fix struct sigaltstack namespace (bug 21517).Joseph Myers2017-06-0512-16/+16
* Regenerate sysdeps/gnu/errlist.c.Zack Weinberg2017-06-041-45/+37
* 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