about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* sparc: Avoid clobbering register parameters in syscallAdhemerval Zanella2020-02-141-27/+53
* sparc: Use Linux kABI for syscall returnAdhemerval Zanella2020-02-143-48/+38
* powerpc: Use Linux kABI for syscall returnAdhemerval Zanella2020-02-141-7/+5
* powerpc: Consolidate Linux syscall definitionAdhemerval Zanella2020-02-143-409/+209
* i386: Enable CET support in ucontext functionsH.J. Lu2020-02-146-3/+425
* tst-clone3: Use __NR_futex_time64 if we don't have __NR_futexAlistair Francis2020-02-141-0/+4
* powerpc64: Add memory protection key support [BZ #23202]Florian Weimer2020-02-143-0/+145
* ldbl-128ibm-compat: Provide a scalb implementationTulio Magno Quites Machado Filho2020-02-143-0/+54
* Add a generic scalb implementationTulio Magno Quites Machado Filho2020-02-145-3/+8
* Adjust thresholds in Bessel function implementations (bug 14469).Joseph Myers2020-02-144-8/+8
* Use gcc -finput-charset=ascii for check-installed-headers.Stefan Liebler2020-02-134-4/+4
* math/test-sinl-pseudo: Use stack protector only if availableFlorian Weimer2020-02-131-0/+2
* alpha: Fix static gettimeofday symbolAdhemerval Zanella2020-02-131-5/+2
* nss: Add function types and NSS_DECLARE_MODULE_FUNCTIONS macro to <nss.h>Florian Weimer2020-02-131-15/+3
* Avoid ldbl-96 stack corruption from range reduction of pseudo-zero (bug 25487).Joseph Myers2020-02-123-1/+55
* mips: Fix argument passing for inlined syscalls on Linux [BZ #25523]WANG Xuerui2020-02-123-52/+104
* mips: Use 'long int' and 'long long int' in linux syscall codeWANG Xuerui2020-02-1214-220/+230
* alpha: Use generic gettimeofday implementationAdhemerval Zanella2020-02-122-2/+8
* Rename RWF_WRITE_LIFE_NOT_SET to RWH_WRITE_LIFE_NOT_SET following Linux 5.5.Joseph Myers2020-02-121-1/+2
* S390: Fix non-ascii character in fenv.h.Stefan Liebler2020-02-121-2/+2
* Linux: Emulate fchmodat with AT_SYMLINK_NOFOLLOW using O_PATH [BZ #14578]Florian Weimer2020-02-121-10/+47
* io: Implement lchmod using fchmodat [BZ #14578]Florian Weimer2020-02-122-0/+2
* htl C11 threads: Avoid pthread_ symbols visibility in static librarySamuel Thibault2020-02-1035-38/+34
* hurd: Add __pthread_spin_wait and use itSamuel Thibault2020-02-1117-24/+33
* ldbl-128ibm-compat: set PRINTF_CHK flag in {,v}sprintf_chkPaul E. Murphy2020-02-102-0/+8
* nptl: update default pthread-offsets.hAndreas Schwab2020-02-101-16/+6
* nptl: add missing pthread-offsets.hAndreas Schwab2020-02-105-0/+25
* pthread: Move some join tests from nptl to sysdeps/pthreadSamuel Thibault2020-02-107-0/+516
* pthread: Move most barrier tests from nptl to sysdeps/pthreadSamuel Thibault2020-02-106-0/+531
* htl: Fix barrier_wait with one threadSamuel Thibault2020-02-101-1/+3
* pthread: Move most sem tests from nptl to sysdeps/pthreadSamuel Thibault2020-02-1014-0/+1205
* htl: Make sem_wait/sem_timedwait interruptibleSamuel Thibault2020-02-105-9/+37
* htl: Make sem_open return ENOSYSSamuel Thibault2020-02-101-1/+1
* htl: Add support for semaphore maximum valueSamuel Thibault2020-02-102-0/+10
* pthread: Move key tests from nptl to sysdeps/pthreadSamuel Thibault2020-02-105-0/+497
* hurd: Make nanosleep a cancellation pointSamuel Thibault2020-02-101-0/+5
* htl: Add support for libc cancellation pointsSamuel Thibault2020-02-102-2/+19
* htl: clean __pthread_get_cleanup_stack hidden protoSamuel Thibault2020-02-101-1/+1
* htl: XFAIL rwlock tests which need pshared supportSamuel Thibault2020-02-091-0/+2
* pthread: Move some rwlock tests from nptl to sysdeps/pthreadSamuel Thibault2020-02-098-0/+1106
* pthread: Move most once tests from nptl to sysdeps/pthreadSamuel Thibault2020-02-097-0/+525
* htl: support cancellation during pthread_onceSamuel Thibault2020-02-091-0/+10
* pthread: Move most cond tests from nptl to sysdeps/pthreadSamuel Thibault2020-02-0930-0/+3789
* htl: make pthread_cond_destroy return EBUSY on waitersSamuel Thibault2020-02-091-1/+8
* htl: Report missing mutex lock on pthread_cond_*waitSamuel Thibault2020-02-092-0/+55
* pthread: Move some attr tests from nptl to sysdeps/pthreadSamuel Thibault2020-02-092-0/+306
* htl: Fix default guard sizeSamuel Thibault2020-02-092-1/+5
* pthread: Move most mutex tests from nptl to sysdeps/pthreadSamuel Thibault2020-02-099-1/+1468
* pthread: Move spin tests from nptl to sysdeps/pthreadSamuel Thibault2020-02-095-0/+376
* htl: make pthread_spin_lock really spinSamuel Thibault2020-02-091-1/+1