about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* x86-64: Optimize strrchr/wcsrchr with AVX2 hjl/avx2/cH.J. Lu2017-06-058-0/+371
* x86-64: Optimize memrchr with AVX2H.J. Lu2017-06-055-0/+424
* x86-64: Optimize strchr/strchrnul/wcschr with AVX2H.J. Lu2017-06-0511-31/+470
* x86-64: Optimize strlen/strnlen/wcslen/wcsnlen with AVX2H.J. Lu2017-06-0514-1/+683
* x86-64: Optimize memchr/rawmemchr/wmemchr with SSE2/AVX2H.J. Lu2017-06-0514-25/+662
* Add more tests for memchrH.J. Lu2017-06-051-0/+17
* x86-64: Optimize memcmp/wmemcmp with AVX2 and MOVBEH.J. Lu2017-06-058-3/+482
* x86-64: Optimize wmemset with SSE2/AVX2/AVX512H.J. Lu2017-06-0515-9/+295
* x86: Add macros to implement ifunce selection in CH.J. Lu2017-06-052-0/+51
* x86-64: Update strlen.S to support wcslen/wcsnlenH.J. Lu2017-06-053-21/+57
* x86_64: Remove redundant REX bytes from memrchr.SH.J. Lu2017-06-052-19/+22
* x86-64: Update LO_HI_LONG for p{readv,writev}{64}v2H.J. Lu2017-06-053-1/+11
* Define SIG_HOLD for XPG4 (bug 21538).Joseph Myers2017-06-058-7/+19
* Fix struct sigaltstack namespace (bug 21517).Joseph Myers2017-06-0521-25/+64
* Regenerate sysdeps/gnu/errlist.c.Zack Weinberg2017-06-042-45/+41
* benchtests: Add more tests for memrchrH.J. Lu2017-06-042-1/+23
* Add forgotten changelog entry for 82f43dd2d1Zack Weinberg2017-06-041-0/+39
* Include shlib-compat.h in many sunrpc/nis source files.Zack Weinberg2017-06-0484-10/+89
* getaddrinfo: Eliminate another strdup callFlorian Weimer2017-06-032-1/+6
* x86: Update __x86_shared_non_temporal_thresholdH.J. Lu2017-06-022-2/+9
* manual: Provide consistent errno documentation.Rical Jasan2017-06-023-37/+36
* Fix sigevent namespace (bug 21543).Joseph Myers2017-06-022-1/+11
* getaddrinfo: Fix localplt failure involving strdupFlorian Weimer2017-06-022-4/+17
* posix: Add missing build flags for p{write,read}v2Adhemerval Zanella2017-06-022-0/+11
* resolv: Tests for various versions of res_initFlorian Weimer2017-06-0219-1/+1126
* getaddrinfo: Always allocate canonical name on the heapFlorian Weimer2017-06-022-67/+47
* Add internal facility for dynamic array handlingFlorian Weimer2017-06-0221-2/+2538
* Include sys/param.h in stdlib/gmp-impl.h instead of redefining MAX/MINGabriel F. T. Gomes2017-06-012-6/+7
* conformtest: Correct signal.h expectations for XPG4 / XPG42.Joseph Myers2017-06-012-11/+50
* Add shim header for bits/syscall.h.Zack Weinberg2017-06-012-0/+9
* Fix more namespace issues in sys/ucontext.h (bug 21457).Joseph Myers2017-06-0113-178/+414
* Avoid tickling a linker bug from microblaze pt-vfork.S.Zack Weinberg2017-06-014-2/+58
* posix: Implement preadv2 and pwritev2Adhemerval Zanella2017-05-3158-5/+1031
* Use test-driver in nptl/tst-fork3.cAndreas Schwab2017-05-312-2/+9
* Delay initialization of CPU features struct in static binariesSiddhesh Poyarekar2017-05-314-36/+27
* Add reallocarray functionDennis Wölfing2017-05-3039-12/+344
* x86_64: Remove redundant REX bytes from memchr.SH.J. Lu2017-05-302-14/+19
* m68k: handle default PIEAndreas Schwab2017-05-292-0/+9
* Add memchr tests for n == 0H.J. Lu2017-05-252-0/+8
* Move tst-mutex*8* to tests-internalTulio Magno Quites Machado Filho2017-05-252-4/+11
* Make __tunables_init hidden and avoid PLTH.J. Lu2017-05-253-0/+12
* Support dl-tunables.list in subdirectoriesH.J. Lu2017-05-252-1/+8
* 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