aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-11-20AArch64: Add support for memory protection keysYury Khrustalev8-11/+477
2024-11-20AArch64: Remove thunderx{,2} memcpyAndrew Pinski7-792/+0
2024-11-19Fix femode_t conditionals for arc and or1kJoseph Myers2-2/+2
2024-11-19powerpc64le: Optimized strcat for POWER10Mahesh Bodapati4-9/+56
2024-11-19powerpc: Improve the inline asm for syscall wrappersPeter Bergner1-20/+22
2024-11-19htl: move pthread_attr_init into libc.gfleury10-11/+13
2024-11-19htl: move pthread_attr_setguardsize into libc.gfleury7-5/+14
2024-11-19htl: move pthread_attr_setschedparam into libc.gfleury9-15/+8
2024-11-19htl: move pthread_attr_setscope into libc.gfleury9-12/+8
2024-11-19htl: move pthread_attr_setstackaddr into libc.gfleury9-10/+33
2024-11-19htl: move pthread_attr_setstacksize into libc.gfleury8-5/+16
2024-11-19htl: move pthread_attr_getstack into libc.gfleury8-6/+16
2024-11-19htl: move pthread_attr_getstackaddr into libc.gfleury8-5/+17
2024-11-19htl move pthread_attr_getstacksize into libc.gfleury8-5/+17
2024-11-19htl move pthread_attr_getscope into libc.gfleury9-10/+9
2024-11-19htl move pthread_attr_getguardsize into libc.gfleury7-5/+18
2024-11-19htl: move __pthread_default_attr into libcgfleury4-1/+4
2024-11-19htl: move pthread_attr_destroy into libc.gfleury9-10/+9
2024-11-15stdio-common: Fix C23-ism in formatted output specifier tests [BZ #32360]Maciej W. Rozycki1-1/+1
2024-11-13elf: handle addition overflow in _dl_find_object_update_1 [BZ #32245]Aurelien Jarno1-0/+8
2024-11-13x86/string: Use `movsl` instead of `movsd` in strncpy/strncat [BZ #32344]Noah Goldstein1-1/+1
2024-11-13manual: Fix overeager s/int/size_t/ in memory.texiJonathan Wakely1-1/+1
2024-11-12hppa: Update libm-test-ulpsJohn David Anglin1-0/+3
2024-11-13Revert "hurd: Stop depending on the default_pager stubs provided by gnumach"Samuel Thibault2-2/+4
2024-11-12linux: Add support for getrandom vDSOAdhemerval Zanella23-8/+463
2024-11-12io: Add setuid tests for faccessatSiddhesh Poyarekar2-0/+164
2024-11-12tst-faccessat.c: Port to libsupportSiddhesh Poyarekar1-156/+65
2024-11-12support: Add xdupSiddhesh Poyarekar3-0/+32
2024-11-12LoongArch: Update ulpscaiyinyu1-1/+2
2024-11-10stat.h: Fix missing declaration of struct timespecSamuel Thibault1-1/+1
2024-11-09mach: Fix __xpg_strerror_r on in-range but undefined errors [BZ #32350]Samuel Thibault1-2/+12
2024-11-08x86/string: Use `movsl` instead of `movsd` [BZ #32344]Noah Goldstein1-1/+1
2024-11-08Rename new tst-sem17 test to tst-sem18Joseph Myers2-3/+3
2024-11-08Avoid uninitialized result in sem_open when file does not existJoseph Myers3-0/+37
2024-11-07nptl: initialize rseq area prior to registrationMichael Jeanson2-0/+12
2024-11-07s390x: Update ulpsMark Wielaard1-1/+2
2024-11-07elf: avoid jumping over a needed declarationDJ Delorie1-3/+3
2024-11-07math: Fix log10f on some ABIsAdhemerval Zanella1-3/+2
2024-11-07stdio-common: Add tests for formatted vsnprintf output specifiersMaciej W. Rozycki16-1/+345
2024-11-07stdio-common: Add tests for formatted vsprintf output specifiersMaciej W. Rozycki16-1/+345
2024-11-07stdio-common: Add tests for formatted vfprintf output specifiersMaciej W. Rozycki16-1/+315
2024-11-07stdio-common: Add tests for formatted vdprintf output specifiersMaciej W. Rozycki16-1/+343
2024-11-07stdio-common: Add tests for formatted vasprintf output specifiersMaciej W. Rozycki16-1/+335
2024-11-07stdio-common: Add tests for formatted vprintf output specifiersMaciej W. Rozycki16-1/+315
2024-11-07stdio-common: Add tests for formatted snprintf output specifiersMaciej W. Rozycki16-1/+341
2024-11-07stdio-common: Add tests for formatted sprintf output specifiersMaciej W. Rozycki16-1/+341
2024-11-07stdio-common: Add tests for formatted fprintf output specifiersMaciej W. Rozycki16-1/+310
2024-11-07stdio-common: Add tests for formatted dprintf output specifiersMaciej W. Rozycki16-1/+339
2024-11-07stdio-common: Add tests for formatted asprintf output specifiersMaciej W. Rozycki16-1/+331
2024-11-07stdio-common: Add tests for formatted printf output specifiersMaciej W. Rozycki47-0/+2027