aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2025-01-02mlock, mlock2, munlock: Use __attr_access_none macroSam James1-1/+1
2025-01-02AArch64: Update libm-test-ulpsWilco Dijkstra1-24/+24
2025-01-02new inputs with large errors for [a]cospi, [a]sinpi, [a]tanpi, atan2piPaul Zimmermann1-33/+33
2025-01-02elf: Remove the remaining uses of GET_ADDR_OFFSETFlorian Weimer9-10/+5
2025-01-02s390: Define TLS_DTV_OFFSET instead of GET_ADDR_OFFSETFlorian Weimer1-3/+3
2025-01-02elf: Introduce generic <dl-tls.h>Florian Weimer13-277/+43
2025-01-02powerpc: Update acosf ulpsFlorian Weimer1-0/+2
2025-01-02htl: move pthread_mutexattr_setprioceiling, pthread_mutexattr_getprioceiling ...gfleury7-8/+31
2025-01-02htl: move pthread_mutexattr_{setrobust, setrobust_np}, pthread_mutexattr_{get...gfleury7-14/+52
2025-01-02htl: move pthread_mutexattr_setpshared, pthread_mutexattr_getpshared into libc.gfleury7-8/+35
2025-01-02htl: move pthread_mutexattr_settype, pthread_mutexattr_gettype into libc.gfleury7-7/+29
2025-01-02htl: move pthread_mutexattr_setprotocol into libc.Samuel Thibault6-4/+17
2025-01-02htl: move pthread_mutexattr_getprotocol into libc.gfleury6-4/+16
2025-01-01htl: move pthread_mutexattr_destroy into libc.gfleury6-5/+5
2025-01-01htl: move pthread_mutexattr_init into libc.gfleury7-7/+4
2025-01-01bits/socket.h: Update to recent BSD definitionSamuel Thibault1-8/+4
2025-01-01Update copyright in generated files by running "make"Paul Eggert9-192/+175
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert7415-7415/+7415
2025-01-01mlock, mlock2, munlock: Tell the compiler we don't dereference the pointerXi Ruoyao1-1/+2
2024-12-31elf: Do not change stack permission on dlopen/dlmopenAdhemerval Zanella7-93/+15
2024-12-30x86-64: Reorder dynamic linker list in ldd script (bug 32508)Florian Weimer1-1/+1
2024-12-27nptl: hppa: replace __get_cr27 with __thread_pointerMichael Jeanson2-20/+16
2024-12-27nptl: Add <thread_pointer.h> for hppaMichael Jeanson1-0/+30
2024-12-27elf: Remove the GET_ADDR_ARGS and related macros from the TLS codeFlorian Weimer1-4/+4
2024-12-27hurd: Avoid asm statements which returnSamuel Thibault5-67/+96
2024-12-22htl: move pthread_cond_timedwait, pthread_cond_clockwait, pthread_cond_wait i...gfleury9-19/+22
2024-12-22htl: move __pthread_mutex_checklocked into libc.gfleury8-2/+8
2024-12-22htl: move __pthread_timedblock, __pthread_timedblock_intr, __pthread_block, _...gfleury2-0/+2
2024-12-22htl: move pthread_cond_signal into libc.gfleury6-6/+8
2024-12-22htl: move pthread_cond_broadcast into libc.gfleury7-9/+11
2024-12-22htl: move pthread_cond_destroy into libc.gfleury7-6/+9
2024-12-22htl: move __pthread_wakeup into libc.gfleury1-0/+1
2024-12-22htl: move pthread_cond_init into libc.gfleury7-9/+9
2024-12-23include/sys/cdefs.h: Add __attribute_optimization_barrier__Adhemerval Zanella18-31/+31
2024-12-22hppa: Simplify handling of sanity check errors in clone.S.John David Anglin1-6/+5
2024-12-22hppa: add cacheflush() syscall wrapperJohn David Anglin5-0/+46
2024-12-22hppa: Update libm-test-ulpsJohn David Anglin1-5/+1
2024-12-22hurd: make mprotect translate KERN_PROTECTION_FAILURE to EACCESSSamuel Thibault1-0/+3
2024-12-22x86: Define __HAVE_FLOAT128 for Clang and use __builtin_*f128 code pathFangrui Song1-8/+16
2024-12-22x86: Use inhibit_stack_protector on tst-ifunc-isa.hAdhemerval Zanella1-2/+3
2024-12-22elf: Compile test modules with -fsemantic-interpositionH.J. Lu1-0/+3
2024-12-22dirent: Remove variable length array structure for tst-getdents64.cAdhemerval Zanella1-11/+7
2024-12-22x86: Include test-flt-eval-method-387 if -mfpmath=387 worksH.J. Lu3-1/+47
2024-12-22x86-64: Disable libmvec ABI test for ClangH.J. Lu1-0/+4
2024-12-22Check if -mamx-tile works for testingH.J. Lu2-63/+32
2024-12-21cet: Drop '#pragma GCC target' in tst-cet-legacy-10a[-static].cAdhemerval Zanella2-2/+0
2024-12-20posix: fix system when a child cannot be created [BZ #32450]Aurelien Jarno1-3/+7
2024-12-21Fix elf: Introduce is_rtld_link_map [BZ #32488]H.J. Lu1-2/+2
2024-12-20elf: Move _dl_rtld_map, _dl_rtld_audit_state out of GLFlorian Weimer1-10/+9
2024-12-20elf: Introduce is_rtld_link_mapFlorian Weimer6-38/+24