aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
29 hoursaarch64: Remove non-temporal load/stores from oryon-1's memcpyAndrew Pinski1-40/+0
46 hourspowerpc64le: _init/_fini file changes for ROPSachin Monga3-1/+14
2 daysmman.h: Fix MAP_HASSEMPHORE typoSamuel Thibault1-1/+1
2 daysmisc: remove extra va_end in error_tail (bug 32233)Andreas Schwab1-1/+0
2 daysintl: avoid alloca for arbitrary sizes (bug 32380)Andreas Schwab1-39/+12
2 daysmanual: Add description of AArch64-specific pkey flagsYury Khrustalev1-1/+15
2 daysAArch64: Add support for memory protection keysYury Khrustalev8-11/+477
2 daysAArch64: Remove thunderx{,2} memcpyAndrew Pinski7-792/+0
3 daysFix femode_t conditionals for arc and or1kJoseph Myers2-2/+2
3 dayspowerpc64le: Optimized strcat for POWER10Mahesh Bodapati4-9/+56
3 dayspowerpc: Improve the inline asm for syscall wrappersPeter Bergner1-20/+22
4 dayshtl: move pthread_attr_init into libc.gfleury10-11/+13
4 dayshtl: move pthread_attr_setguardsize into libc.gfleury7-5/+14
4 dayshtl: move pthread_attr_setschedparam into libc.gfleury9-15/+8
4 dayshtl: move pthread_attr_setscope into libc.gfleury9-12/+8
4 dayshtl: move pthread_attr_setstackaddr into libc.gfleury9-10/+33
4 dayshtl: move pthread_attr_setstacksize into libc.gfleury8-5/+16
4 dayshtl: move pthread_attr_getstack into libc.gfleury8-6/+16
4 dayshtl: move pthread_attr_getstackaddr into libc.gfleury8-5/+17
4 dayshtl move pthread_attr_getstacksize into libc.gfleury8-5/+17
4 dayshtl move pthread_attr_getscope into libc.gfleury9-10/+9
4 dayshtl move pthread_attr_getguardsize into libc.gfleury7-5/+18
4 dayshtl: move __pthread_default_attr into libcgfleury4-1/+4
4 dayshtl: move pthread_attr_destroy into libc.gfleury9-10/+9
7 daysstdio-common: Fix C23-ism in formatted output specifier tests [BZ #32360]Maciej W. Rozycki1-1/+1
9 dayself: handle addition overflow in _dl_find_object_update_1 [BZ #32245]Aurelien Jarno1-0/+8
9 daysx86/string: Use `movsl` instead of `movsd` in strncpy/strncat [BZ #32344]Noah Goldstein1-1/+1
9 daysmanual: Fix overeager s/int/size_t/ in memory.texiJonathan Wakely1-1/+1
10 dayshppa: Update libm-test-ulpsJohn David Anglin1-0/+3
10 daysRevert "hurd: Stop depending on the default_pager stubs provided by gnumach"Samuel Thibault2-2/+4
10 dayslinux: Add support for getrandom vDSOAdhemerval Zanella23-8/+463
10 daysio: Add setuid tests for faccessatSiddhesh Poyarekar2-0/+164
10 daystst-faccessat.c: Port to libsupportSiddhesh Poyarekar1-156/+65
10 dayssupport: Add xdupSiddhesh Poyarekar3-0/+32
11 daysLoongArch: Update ulpscaiyinyu1-1/+2
13 daysstat.h: Fix missing declaration of struct timespecSamuel Thibault1-1/+1
13 daysmach: Fix __xpg_strerror_r on in-range but undefined errors [BZ #32350]Samuel Thibault1-2/+12
14 daysx86/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