about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Do not print backtraces on fatal glibc errorsFlorian Weimer2019-08-192-64/+4
* nptl: Move pthread_attr_getdetachstate implementation into libcFlorian Weimer2019-08-1625-25/+0
* nptl: Move pthread_attr_init implementation into libcFlorian Weimer2019-08-1525-34/+0
* Make totalorder and totalordermag functions take pointer arguments.Joseph Myers2019-08-1543-52/+712
* login: Add nonstring attributes to struct utmp, struct utmpx [BZ #24899]Florian Weimer2019-08-153-9/+18
* nptl: Remove pthread_self compatibility symbol from libpthreadFlorian Weimer2019-08-1522-22/+0
* nptl: Move pthread_attr_destroy implementation into libcFlorian Weimer2019-08-1525-25/+0
* Update i386 libm-test-ulpsAndreas Schwab2019-08-151-4/+4
* nptl: Move pthread_equal implementation into libcFlorian Weimer2019-08-1525-25/+0
* aarch64: Disable using DC ZVA in emag memsetFeng Xue2019-08-142-7/+17
* Declare most TS 18661-1 interfaces for C2X.Joseph Myers2019-08-1316-16/+16
* login: Assume that _HAVE_UT_* constants are trueFlorian Weimer2019-08-132-148/+12
* Add SYNC_FILE_RANGE_WRITE_AND_WAIT from Linux 5.2 to bits/fcntl-linux.h.Joseph Myers2019-08-071-0/+5
* s390: Fix Enable VDSO for static linkingStefan Liebler2019-08-061-0/+2
* Add CLONE_PIDFD from Linux 5.2 to bits/sched.h.Joseph Myers2019-08-051-0/+2
* linux: Enable vDSO for static linking as default (BZ#19767)Adhemerval Zanella2019-08-0516-52/+2
* sparc: Enable VDSO for static linkingAdhemerval Zanella2019-08-053-10/+7
* s390: Enable VDSO for static linkingAdhemerval Zanella2019-08-054-9/+8
* riscv: Enable VDSO for static linkingAdhemerval Zanella2019-08-053-10/+7
* sh: Update libm-tests-ulpsAdhemerval Zanella2019-08-051-20/+20
* login: Remove utmp backend jump tables [BZ #23518]Florian Weimer2019-08-051-4/+3
* Update kernel version in comment in syscall-names.list.Joseph Myers2019-08-021-1/+1
* Update Linux kernel version number in tst-mman-consts.py to 5.2.Joseph Myers2019-08-021-1/+1
* powerpc: Cleanup: use actual power8 assembly mnemonicsRaoni Fassina Firmino2019-08-0111-187/+87
* hppa: Update libm-tests-ulpsAdhemerval Zanella2019-08-011-44/+44
* Get new entropy on each attempt __gen_tempname (BZ #15813)Adhemerval Zanella2019-08-011-7/+6
* Restore r31 setting in powerpc32 swapcontext.Joseph Myers2019-07-301-0/+3
* Linux: Move getdents64 to <dirent.h>Florian Weimer2019-07-292-6/+33
* x86-64: Compile branred.c with -mprefer-vector-width=128 [BZ #24603]H.J. Lu2019-07-243-0/+43
* Linux: Use in-tree copy of SO_ constants for !__USE_MISC [BZ #24532]Florian Weimer2019-07-249-94/+311
* Linux: Update syscall-names.list to Linux 5.2Florian Weimer2019-07-191-1/+7
* nptl: Add POSIX-proposed _clock functions to hppa pthread.hAdhemerval Zanella2019-07-181-0/+36
* nptl: Remove unnecessary forwarding of pthread_cond_clockwait from libcMike Crowe2019-07-181-4/+0
* nptl: Remove futex_supports_exact_relative_timeoutsMike Crowe2019-07-122-16/+1
* nptl: Add POSIX-proposed pthread_mutex_clocklockMike Crowe2019-07-1225-0/+31
* nptl: Rename lll_timedlock to lll_clocklock and add clockid parameterMike Crowe2019-07-1210-41/+50
* nptl: Add POSIX-proposed pthread_rwlock_clockrdlock & pthread_rwlock_clockwrlockMike Crowe2019-07-1225-0/+62
* nptl: Add POSIX-proposed pthread_cond_clockwaitMike Crowe2019-07-1226-0/+43
* nptl: Add POSIX-proposed sem_clockwaitMike Crowe2019-07-1225-0/+31
* nptl: Add clockid parameter to futex timed wait callsMike Crowe2019-07-124-17/+61
* posix: Fix large mmap64 offset for mips64n32 (BZ#24699)Adhemerval Zanella2019-07-103-1/+37
* aarch64: simplify the DT_AARCH64_VARIANT_PCS handling codeSzabolcs Nagy2019-07-102-6/+1
* [powerpc] fenv_libc.h: protect use of __builtin_cpu_supportsPaul A. Clarke2019-07-091-1/+3
* powerpc: refactor logb{f,l}Adhemerval Zanella2019-07-0820-125/+87
* math: Use wordsize-64 version for s_logbAdhemerval Zanella2019-07-082-79/+29
* powerpc: Refactor modf{f}Adhemerval Zanella2019-07-0812-42/+48
* powerpc: hypot refactor and optimizationAdhemerval Zanella2019-07-088-232/+23
* dl-vdso: Add LINUX_4 HASH CODE to support nds32 vdso mechanismVincent Chen2019-07-081-0/+2
* riscv: restore ABI compatibility (bug 24484)Andreas Schwab2019-07-041-0/+5
* aarch64: new ifunc resolver ABISzabolcs Nagy2019-07-045-1/+185