about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* htl: Enable more cancel testsSamuel Thibault2020-06-108-6/+513
* aarch64: MTE compatible strlenAndrea Corallo2020-06-091-183/+56
* aarch64: MTE compatible strchrAndrea Corallo2020-06-091-91/+71
* aarch64: MTE compatible strchrnulAndrea Corallo2020-06-091-85/+51
* AArch64: Merge Falkor memcpy and memmove implementationsKrzysztof Koch2020-06-083-245/+144
* hurd: document that gcc&gdb look at the trampoline codeSamuel Thibault2020-06-081-1/+5
* pthread: Move back linking rules to nptl and htlSamuel Thibault2020-06-081-18/+0
* htl: Enable more testsSamuel Thibault2020-06-0711-0/+739
* htl: Fix registration of atfork handlers in modulesSamuel Thibault2020-06-072-2/+12
* htl: Fix tls initialization for already-created threadsSamuel Thibault2020-06-072-0/+6
* hurd: Make read and pread64 cancellableSamuel Thibault2020-06-0710-21/+106
* hurd: Fix unwinding over interruptible RPCSamuel Thibault2020-06-071-0/+2
* htl: Enable but XFAIL tst-flock2, tst-signal1, tst-signal2Samuel Thibault2020-06-075-1/+649
* hurd: XFAIL more tests that require setpshared supportSamuel Thibault2020-06-071-0/+3
* hurd: Briefly document in xfails the topics of the bugzilla entriesSamuel Thibault2020-06-071-0/+6
* htl: Enable more testsSamuel Thibault2020-06-0798-241/+7350
* htl: Add sem_clockwait supportSamuel Thibault2020-06-075-4/+77
* hurd: fix clearing SS_ONSTACK when longjmp-ing from sighandlerSamuel Thibault2020-06-065-32/+154
* hurd: Add pointer guard supportSamuel Thibault2020-06-061-0/+7
* hurd: Add stack guard supportSamuel Thibault2020-06-062-1/+9
* dl-runtime: reloc_{offset,index} now functions arch overide'ableVineet Gupta2020-06-054-13/+66
* powerpc64le: add optimized strlen for P9Paul E. Murphy2020-06-056-1/+226
* powerpc64le: use common fmaf128 implementationPaul E. Murphy2020-06-053-38/+10
* Update HP_TIMING_NOW for _ISOMAC in sysdeps/generic/hp-timing.hH.J. Lu2020-06-051-1/+10
* powerpc: Fix powerpc64le due a7a3435c9aAdhemerval Zanella2020-06-041-0/+2
* powerpc/fpu: use generic fma functionsVineet Gupta2020-06-033-54/+69
* aarch/fpu: use generic builtins based math functionsVineet Gupta2020-06-0315-398/+71
* ieee754: provide gcc builtins based generic fma functionsVineet Gupta2020-06-037-0/+34
* ieee754: provide gcc builtins based generic sqrt functionsVineet Gupta2020-06-034-6/+22
* Linux: Use __pthread_attr_setsigmask_internal for timer helper threadFlorian Weimer2020-06-021-9/+10
* nptl: Add pthread_attr_setsigmask_np, pthread_attr_getsigmask_npFlorian Weimer2020-06-0232-0/+78
* nptl: Make pthread_attr_t dynamically extensibleFlorian Weimer2020-06-022-6/+19
* htl: Fix gsync_wait symbol expositionSamuel Thibault2020-06-011-1/+1
* htl: Make pthread_cond_destroy wait for threads to be wokenSamuel Thibault2020-06-017-6/+215
* htl: Enable more cond testsSamuel Thibault2020-06-011-2/+2
* tst-cond11: Fix build with _SC_MONOTONIC_CLOCK > 0Samuel Thibault2020-06-011-1/+1
* hurd: Fix fexecveSamuel Thibault2020-05-281-3/+16
* i386: Remove unused file sysdeps/unix/i386/sysdep.SFlorian Weimer2020-05-281-64/+0
* hurd: fix ptsname error when called on a non-ttySamuel Thibault2020-05-281-1/+5
* hurd: Fix fdopendir checking for directory typeSamuel Thibault2020-05-281-1/+1
* i386: Remove NO_TLS_DIRECT_SEG_REFS handlingFlorian Weimer2020-05-283-44/+0
* Hurd: Move <hurd/sigpreempt.h> internals into wrapper headerFlorian Weimer2020-05-281-0/+32
* Hurd: Use __sigmask in favor of deprecated sigmaskFlorian Weimer2020-05-281-2/+2
* linux: Use internal DIR locks when accessing filepos on telldirAdhemerval Zanella2020-05-271-1/+7
* Update i386 libm-test-ulpsSamuel Thibault2020-05-261-8/+9
* htl: Add clock variantsSamuel Thibault2020-05-2631-456/+1569
* elf: Turn _dl_printf, _dl_error_printf, _dl_fatal_printf into functionsFlorian Weimer2020-05-252-12/+8
* x86: Update Intel Atom processor family optimizationH.J. Lu2020-05-211-1/+19
* nptl: Add __pthread_attr_copy for copying pthread_attr_t objectsFlorian Weimer2020-05-201-0/+7
* nptl: Move pthread_gettattr_np into libcFlorian Weimer2020-05-2057-27/+74