aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-03-09sunrpc: tst-svc_register can be a regular testFlorian Weimer1-2/+1
2021-03-09resolv: tst-p_secstodate can be a regular testFlorian Weimer2-13/+3
2021-03-09posix: tst-spawn4-compat can be a regular testFlorian Weimer2-10/+7
2021-03-09posix: tst-glob_lstat_compat no longer needs to be an internal testFlorian Weimer2-16/+11
2021-03-09math: test-matherr and test-matherr-2 can be regular testsFlorian Weimer2-12/+7
2021-03-09math: $(libm-tests-compat) can be regular testsFlorian Weimer1-2/+1
2021-03-09malloc: Turn tst-mallocstate into a non-internal testFlorian Weimer2-13/+8
2021-03-09<shlib-compat.h>: Support compat_symbol_reference for _ISOMACFlorian Weimer1-13/+13
2021-03-09nss: fix nss_database_lookup2's alternate handling [BZ #27416]DJ Delorie32-105/+252
2021-03-09NEWS: Add entry for CVE-2021-27645DJ Delorie1-1/+4
2021-03-08tst: Add test for settimeofdayLukasz Majewski2-1/+57
2021-03-08tst: Add test for ntp_adjtimeLukasz Majewski2-1/+23
2021-03-08tst: Add test for adjtimexLukasz Majewski2-1/+23
2021-03-08tst: Modify tst-clock_adjtime to allow reuse of its codeLukasz Majewski1-1/+5
2021-03-08tst: Add test for clock_adjtimeLukasz Majewski2-1/+59
2021-03-08tst: Add test for clock_settimeLukasz Majewski2-1/+46
2021-03-08support: Provide xclock_settime test helper functionLukasz Majewski3-0/+40
2021-03-08tst: Extend cross-test-ssh.sh to specify if target date can be alteredLukasz Majewski3-1/+59
2021-03-07Update hppa libm-test-ulpsJohn David Anglin1-1/+3
2021-03-06x86: Set minimum x86-64 level marker [BZ #27318]H.J. Lu4-11/+64
2021-03-05posix: glob, glob64 should not be declared __THROW [BZ #27522]Florian Weimer1-6/+6
2021-03-05nptl: Fix __pthread_clockjoin_np64 __pthread_timedjoin_np64 hidden protoAdhemerval Zanella3-4/+4
2021-03-05linux: Fix __thrd_sleep64 hidden definitionAdhemerval Zanella2-2/+2
2021-03-05Update arm libm-test-ulpsAdhemerval Zanella1-1/+3
2021-03-05Update sparc libm-test-ulpsAdhemerval Zanella1-16/+18
2021-03-04[PATCH] pthread_once hangs when init routine throws an exception [BZ #18435]Jakub Jelinek7-10/+69
2021-03-03powerpc: Regenerate ulpsFlorian Weimer1-10/+10
2021-03-03s390x: Regenerate ulpsArjun Shankar1-15/+17
2021-03-02nss: Re-enable NSS module loading after chroot [BZ #27389]DJ Delorie6-8/+32
2021-03-02nscd: Fix double free in netgroupcache [BZ #27462]DJ Delorie1-2/+2
2021-03-02tst: Fix tst-timerfd testLukasz Majewski1-11/+4
2021-03-02i386: Regenerate ulpsFlorian Weimer2-46/+46
2021-03-02x86: Add CPU-specific diagnostics to ld.so --list-diagnosticsFlorian Weimer2-0/+120
2021-03-02x86: Automate generation of PREFERRED_FEATURE_INDEX_1 bitfieldFlorian Weimer2-34/+51
2021-03-02ld.so: Implement the --list-diagnostics optionFlorian Weimer10-8/+461
2021-03-02powerpc: Update libm-test-ulpsMatheus Castanho1-13/+15
2021-03-02tst: Add test for utimesLukasz Majewski2-1/+89
2021-03-02tst: Add test for utimeLukasz Majewski2-1/+88
2021-03-02tst: Add test for futimensLukasz Majewski2-1/+85
2021-03-02nptl: __libc_cleanup_push/__libc_cleanup_pop require -fexceptionsFlorian Weimer1-3/+6
2021-03-02elf: Build __dl_iterate_phdr with unwinding support [BZ #27498]Florian Weimer1-1/+1
2021-03-01nptl: Use <unwind-link.h> for accessing the libgcc_s unwinderFlorian Weimer7-146/+50
2021-03-01Implement _Unwind_Resume in libc on top of <unwind-link.h>Florian Weimer5-61/+97
2021-03-01Move sysdeps/gnu/unwind-resume.c to sysdeps/generic/unwind-resume.cFlorian Weimer1-0/+0
2021-03-01__frame_state_for: Use <unwind-link.h> for unwinder accessFlorian Weimer1-13/+8
2021-03-01sparc: Implement backtrace on top <unwind-link.h>Florian Weimer1-51/+15
2021-03-01m68k: Implement backtrace on top of <unwind-link.h>Florian Weimer1-64/+18
2021-03-01i386: Implement backtrace on top of <unwind-link.h>Florian Weimer1-64/+18
2021-03-01arm: Implement backtrace on top of <unwind-link.h>Florian Weimer1-57/+20
2021-03-01backtrace: Implement on top of <unwind-link.h>Florian Weimer1-67/+17