about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* 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
* Consolidate vDSO macros and usageAdhemerval Zanella2015-05-2626-552/+288
* Remove socket.S implementationAdhemerval Zanella2015-05-2261-1718/+609
* Fix ldbl-128 / ldbl-128ibm tanl for -Wuninitialized.Joseph Myers2015-05-222-0/+24
* Fix ldbl-128 / ldbl-128ibm erfcl for -WuninitializedJoseph Myers2015-05-222-2/+2
* Fix ldbl-128 / ldbl-128ibm asinl for -Wuninitialized.Joseph Myers2015-05-222-4/+6
* Fix pathconf basename namespace (bug 18444).Joseph Myers2015-05-221-1/+1
* Fix lgamma implementations for -Wuninitialized.Joseph Myers2015-05-213-0/+35
* Fix sysdeps/ieee754/dbl-64/mpa.c for -Wuninitialized.Joseph Myers2015-05-211-2/+3
* NaCl: Set tid field to a unique value.Roland McGrath2015-05-203-0/+98
* Move usleep.c using nanosleep to sysdeps/posix.Roland McGrath2015-05-201-0/+0
* i386: Remove six-argument specialized implementationsAdhemerval Zanella2015-05-205-197/+2
* Fix ldbl-96 remquol (finite, Inf) (bug 18244).Joseph Myers2015-05-191-1/+1
* Fix i386 atanhl spurious underflows (bug 18049).Joseph Myers2015-05-191-0/+10
* BZ#18434: Fix sem_post EOVERFLOW check for [!__HAVE_64B_ATOMICS].Roland McGrath2015-05-191-4/+4
* alpha: Update libm-test-ulpsRichard Henderson2015-05-191-300/+390
* Refactor opendir.Roland McGrath2015-05-181-41/+81
* Fix atanhl missing underflows (bug 16352).Joseph Myers2015-05-157-4/+76
* Fix tanf spurious underflows (bug 18221).Joseph Myers2015-05-151-1/+1
* Fix lgammaf spurious underflows (bug 18220).Joseph Myers2015-05-151-3/+3
* Remove various ABS macros and replace uses with fabs (or in one case abs)Wilco Dijkstra2015-05-1512-85/+91
* Fix erfcf spurious underflows (bug 18217).Joseph Myers2015-05-151-1/+1
* Fix atanf spurious underflows (bug 18196).Joseph Myers2015-05-141-1/+1
* Fix log1p missing underflows (bug 16339).Joseph Myers2015-05-145-3/+75
* Fix non-portable echo usage in sysdeps/unix/make-syscalls.shAdhemerval Zanella2015-05-141-9/+14
* Refactoring of START for conditions in individual testsAndrew Senkevich2015-05-141-0/+24
* NaCl: Make fdopendir skip fcntl check.Roland McGrath2015-05-131-0/+32
* Refactor scandir/scandirat to use common tail.Roland McGrath2015-05-131-8/+7
* Break __scandir_cancel_handler out into its own file.Roland McGrath2015-05-131-1/+0
* Remove a trailing `\' in make-syscalls.shH.J. Lu2015-05-131-1/+1
* [AArch64] Fix inline asm clobber list in tls-macros.hSzabolcs Nagy2015-05-131-1/+1
* Use strspn/strcspn/strpbrk ifunc in internal calls.Ondřej Bílka2015-05-122-13/+0
* NaCl: Provide non-default values for uname.Roland McGrath2015-05-122-0/+52
* Fix mips16 __fpu_control static linking (bug 18397).Joseph Myers2015-05-112-1/+4
* NaCl: Implement gethostname.Roland McGrath2015-05-081-0/+45
* Add more tests of csqrt, lgamma, log10, sinh.Joseph Myers2015-05-082-24/+24