about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bug 18125: Call exit after last linked context.Carlos O'Donell2015-05-084-6/+7
* NaCl: Fix elf_loader file name in nacl-test-wrapper.shRoland McGrath2015-05-061-1/+1
* Add more tests of acosh, atanh, cos, csqrt, erfc, sin, sincos.Joseph Myers2015-05-062-26/+26
* 2015-05-06 Szabolcs Nagy <szabolcs.nagy@arm.com>Wilco Dijkstra2015-05-061-316/+445
* Add further tests of libm functions.Joseph Myers2015-05-052-75/+83
* __ASSUME_FALLOCATE is always true on 32-bit architecturesFlorian Weimer2015-05-055-114/+34
* i386: Remove fallocate, fallocate64, posix_fallocate, posix_fallocate64Florian Weimer2015-05-056-232/+3
* Add more tests of libm functions.Joseph Myers2015-05-022-54/+58