summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nptl: Use <unwind-link.h> for accessing the libgcc_s unwinderfw/unwind-linkFlorian Weimer2020-02-137-146/+51
* Implement _Unwind_Resume in libc on top of <unwind-link.h>Florian Weimer2020-02-135-61/+98
* Move sysdeps/gnu/unwind-resume.c to sysdeps/generic/unwind-resume.cFlorian Weimer2020-02-131-0/+0
* __frame_state_for: Use <unwind-link.h> for unwinder accessFlorian Weimer2020-02-131-13/+8
* s390: Implement backtrace on top of <unwind-link.h>Florian Weimer2020-02-132-63/+28
* sparc: Implement backtrace on top <unwind-link.h>Florian Weimer2020-02-131-51/+15
* m68k: Implement backtrace on top of <unwind-link.h>Florian Weimer2020-02-131-64/+18
* i386: Implement backtrace on top of <unwind-link.h>Florian Weimer2020-02-131-64/+18
* arm: Implement backtrace on top of <unwind-link.h>Florian Weimer2020-02-131-57/+20
* backtrace: Implement on top of <unwind-link.h>Florian Weimer2020-02-131-68/+18
* Implement <unwind-link.h> for dynamically loading the libgcc_s unwinderFlorian Weimer2020-02-1318-1/+591
* 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-123-8/+8
* sunrpc: Properly clean up if tst-udp-timeout failsMatheus Castanho2020-02-121-3/+15
* elf: avoid stack allocation in dl_open_workerDavid Kilroy2020-02-121-16/+12
* elf: avoid redundant sort in dlopenDavid Kilroy2020-02-121-4/+4
* elf: Allow dlopen of filter object to work [BZ #16272]David Kilroy2020-02-1211-16/+327
* Update translationsSiddhesh Poyarekar2020-02-122-6/+834
* 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
* io: Add io/tst-lchmod covering lchmod and fchmodatFlorian Weimer2020-02-122-1/+315
* 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-125-6/+8
* Add internal <file_change_detection.h> header fileFlorian Weimer2020-02-123-1/+347
* elf.h: Add R_RISCV_IRELATIVEFangrui Song2020-02-121-1/+2
* Fix typo in the name for Wednesday in Kurdish [BZ #9809]Mike FABIAN2020-02-111-1/+1
* debug: Add missing locale dependencies of fortify testsFlorian Weimer2020-02-111-0/+11
* htl C11 threads: Avoid pthread_ symbols visibility in static librarySamuel Thibault2020-02-1042-45/+41
* 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
* Use --disable-gdbserver in build-many-glibcs.py.Joseph Myers2020-02-101-0/+1
* Improve random memcpy benchmarkWilco Dijkstra2020-02-101-29/+57
* nptl: update default pthread-offsets.hAndreas Schwab2020-02-101-16/+6
* nptl: add missing pthread-offsets.hAndreas Schwab2020-02-105-0/+25
* htl: Avoid a local plt for pthread_selfSamuel Thibault2020-02-101-3/+3
* pthread: Move some join tests from nptl to sysdeps/pthreadSamuel Thibault2020-02-1014-13/+16
* htl: Make joining self return EDEADLKSamuel Thibault2020-02-101-0/+3
* pthread: Move most barrier tests from nptl to sysdeps/pthreadSamuel Thibault2020-02-107-1/+2
* htl: Fix barrier_wait with one threadSamuel Thibault2020-02-101-1/+3
* pthread: Move most sem tests from nptl to sysdeps/pthreadSamuel Thibault2020-02-1015-3/+12
* htl: Make sem_wait/sem_timedwait interruptibleSamuel Thibault2020-02-107-9/+47
* 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-106-1/+1
* hurd: Make nanosleep a cancellation pointSamuel Thibault2020-02-101-0/+5
* htl: Add support for libc cancellation pointsSamuel Thibault2020-02-106-3/+69
* htl: clean __pthread_get_cleanup_stack hidden protoSamuel Thibault2020-02-104-6/+4
* htl: XFAIL rwlock tests which need pshared supportSamuel Thibault2020-02-091-0/+2