about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Improve generic strpbrk. neleai/string-x64Ondřej Bílka2015-08-204-18/+14
* Optimize sse4 strspn/strcspn/strpbrkOndřej Bílka2015-06-269-386/+211
* microoptimize strlen and strnlenOndřej Bílka2015-06-261-167/+169
* Optimize strcmp more and add strncmp, strcasecmp, strncasecmp implementations.Ondřej Bílka2015-06-2413-1952/+467
* faster memchrOndřej Bílka2015-06-241-276/+117
* unaligned sse2 memcmpOndřej Bílka2015-06-2410-2135/+224
* new sse2 and avx2 strcpy and stpcpyOndřej Bílka2015-06-2013-1920/+2434
* Vector pow for x86_64 and tests.Andrew Senkevich2015-06-1727-2/+6896
* Vector expf for x86_64 and tests.Andrew Senkevich2015-06-1726-1/+1224
* Vector exp for x86_64 and tests.Andrew Senkevich2015-06-1726-2/+2291
* Vector logf for x86_64 and tests.Andrew Senkevich2015-06-1726-2/+1201
* Vector log for x86_64 and tests.Andrew Senkevich2015-06-1726-0/+2887
* [AArch64] Fix cfi_adjust_cfa_offset usage in dl-tlsdesc.SSzabolcs Nagy2015-06-171-5/+5
* [BZ 18034][AArch64] Lazy TLSDESC relocation data race fixSzabolcs Nagy2015-06-173-12/+64
* Vector sinf for x86_64 and tests.Andrew Senkevich2015-06-1526-1/+2345
* Fix getlogin_r namespace (bug 18527).Joseph Myers2015-06-123-8/+14
* Fix aio_* pread namespace (bug 18519).Joseph Myers2015-06-121-4/+5
* Vector sin for x86_64 and tests.Andrew Senkevich2015-06-1126-3/+1296
* More strict check of AVX512 support in assembler.Andrew Senkevich2015-06-112-0/+2
* x86: Remove vsyscall usageAdhemerval Zanella2015-06-096-74/+20
* Fix regcomp wcscoll, wcscmp namespace (bug 18497).Joseph Myers2015-06-093-7/+11
* Fix pathconf statvfs namespace (bug 18507).Joseph Myers2015-06-094-8/+10
* Consolidate sched_getcpuAdhemerval Zanella2015-06-0912-203/+10
* This patch adds vector cosf tests.Andrew Senkevich2015-06-0910-2/+221
* Vector cosf for x86_64.Andrew Senkevich2015-06-0918-2/+2436
* Addition of testing infrastructure for vector math functions.Andrew Senkevich2015-06-0911-0/+299
* Start of series of patches with x86_64 vector math functions.Andrew Senkevich2015-06-0921-0/+1452
* This patch adds detection of availability for AVX512F and AVX512DQ ISAs.Andrew Senkevich2015-06-082-0/+34
* posix_fallocate: Emulation fixes and documentation [BZ #15661]Florian Weimer2015-06-052-38/+96
* nptl: Rewrite cancellation macrosAdhemerval Zanella2015-06-0473-1161/+192
* ARM: VDSO supportNathan Lynch2015-06-045-0/+84
* Use inline syscalls for non-cancellable versionsAdhemerval Zanella2015-06-042-34/+44
* NaCl: Implement nacl_interface_ext_supply entry point.Roland McGrath2015-06-035-2/+95
* Replace finite with isfinite.Wilco Dijkstra2015-06-033-3/+3
* This patch renames all uses of __isinf*, __isnan*, __finite* and __signbit* t...Wilco Dijkstra2015-06-0334-53/+53
* Use better variable names in MIPS syscall macros.Joseph Myers2015-06-023-16/+16
* Use libc_hidden_proto / libc_hidden_def with __strnlen.Joseph Myers2015-06-026-2/+12
* 2015-06-02 Szabolcs Nagy <szabolcs.nagy@arm.com>Wilco Dijkstra2015-06-021-26/+26
* x86: clock_gettime and timespec_get vDSO cleanupAdhemerval Zanella2015-06-015-63/+9
* powerpc: setcontext.S uses power6 mtfsf when not supported [BZ #18116]Martin Sebor2015-06-012-14/+52
* Update powerpc-fpu libm-test-ulps.Adhemerval Zanella2015-05-291-516/+450
* NaCl: Make thread exit wake pthread_join.Roland McGrath2015-05-284-2/+156
* NaCl: Fix lll_futex_timed_wait timeout calculation.Roland McGrath2015-05-281-12/+12
* 2015-05-28 Wilco Dijkstra <wdijkstr@arm.com>Wilco Dijkstra2015-05-282-10/+2
* tile: use better variable naming in INLINE_SYSCALLChris Metcalf2015-05-261-14/+15
* NaCl: Fix thinko in last change.Roland McGrath2015-05-261-8/+9
* NaCl: Add NaCl-specific __lll_timedlock_wait.Roland McGrath2015-05-261-0/+52
* Split timed-wait functions out of nptl/lowlevellock.c.Roland McGrath2015-05-2610-0/+10
* Consolidate gettimeofday across aarch64/s390/tileAdhemerval Zanella2015-05-2610-88/+9
* struct stat is not posix conformSzabolcs Nagy2015-05-264-8/+8