aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)Author
2015-06-05posix_fallocate: Emulation fixes and documentation [BZ #15661]Florian Weimer
2015-06-04nptl: Rewrite cancellation macrosAdhemerval Zanella
2015-06-04ARM: VDSO supportNathan Lynch
2015-06-04Use inline syscalls for non-cancellable versionsAdhemerval Zanella
2015-06-03NaCl: Implement nacl_interface_ext_supply entry point.Roland McGrath
2015-06-03Replace finite with isfinite.Wilco Dijkstra
2015-06-03This patch renames all uses of __isinf*, __isnan*, __finite* and __signbit* t...Wilco Dijkstra
2015-06-02Use better variable names in MIPS syscall macros.Joseph Myers
2015-06-02Use libc_hidden_proto / libc_hidden_def with __strnlen.Joseph Myers
2015-06-022015-06-02 Szabolcs Nagy <szabolcs.nagy@arm.com>Wilco Dijkstra
2015-06-01x86: clock_gettime and timespec_get vDSO cleanupAdhemerval Zanella
2015-06-01powerpc: setcontext.S uses power6 mtfsf when not supported [BZ #18116]Martin Sebor
2015-05-29Update powerpc-fpu libm-test-ulps.Adhemerval Zanella
2015-05-28NaCl: Make thread exit wake pthread_join.Roland McGrath
2015-05-28NaCl: Fix lll_futex_timed_wait timeout calculation.Roland McGrath
2015-05-282015-05-28 Wilco Dijkstra <wdijkstr@arm.com>Wilco Dijkstra
2015-05-26tile: use better variable naming in INLINE_SYSCALLChris Metcalf
2015-05-26NaCl: Fix thinko in last change.Roland McGrath
2015-05-26NaCl: Add NaCl-specific __lll_timedlock_wait.Roland McGrath
2015-05-26Split timed-wait functions out of nptl/lowlevellock.c.Roland McGrath
2015-05-26Consolidate gettimeofday across aarch64/s390/tileAdhemerval Zanella
2015-05-26struct stat is not posix conformSzabolcs Nagy
2015-05-26Consolidate vDSO macros and usageAdhemerval Zanella
2015-05-22Remove socket.S implementationAdhemerval Zanella
2015-05-22Fix ldbl-128 / ldbl-128ibm tanl for -Wuninitialized.Joseph Myers
2015-05-22Fix ldbl-128 / ldbl-128ibm erfcl for -WuninitializedJoseph Myers
2015-05-22Fix ldbl-128 / ldbl-128ibm asinl for -Wuninitialized.Joseph Myers
2015-05-22Fix pathconf basename namespace (bug 18444).Joseph Myers
2015-05-21Fix lgamma implementations for -Wuninitialized.Joseph Myers
2015-05-21Fix sysdeps/ieee754/dbl-64/mpa.c for -Wuninitialized.Joseph Myers
2015-05-20NaCl: Set tid field to a unique value.Roland McGrath
2015-05-20Move usleep.c using nanosleep to sysdeps/posix.Roland McGrath
2015-05-20i386: Remove six-argument specialized implementationsAdhemerval Zanella
2015-05-19Fix ldbl-96 remquol (finite, Inf) (bug 18244).Joseph Myers
2015-05-19Fix i386 atanhl spurious underflows (bug 18049).Joseph Myers
2015-05-19BZ#18434: Fix sem_post EOVERFLOW check for [!__HAVE_64B_ATOMICS].Roland McGrath
2015-05-19alpha: Update libm-test-ulpsRichard Henderson
2015-05-18Refactor opendir.Roland McGrath
2015-05-15Fix atanhl missing underflows (bug 16352).Joseph Myers
2015-05-15Fix tanf spurious underflows (bug 18221).Joseph Myers
2015-05-15Fix lgammaf spurious underflows (bug 18220).Joseph Myers
2015-05-15Remove various ABS macros and replace uses with fabs (or in one case abs)Wilco Dijkstra
2015-05-15Fix erfcf spurious underflows (bug 18217).Joseph Myers
2015-05-14Fix atanf spurious underflows (bug 18196).Joseph Myers
2015-05-14Fix log1p missing underflows (bug 16339).Joseph Myers
2015-05-14Fix non-portable echo usage in sysdeps/unix/make-syscalls.shAdhemerval Zanella
2015-05-14Refactoring of START for conditions in individual testsAndrew Senkevich
2015-05-13NaCl: Make fdopendir skip fcntl check.Roland McGrath
2015-05-13Refactor scandir/scandirat to use common tail.Roland McGrath
2015-05-13Break __scandir_cancel_handler out into its own file.Roland McGrath