aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-17Implement C23 log10p1Joseph Myers52-2/+3555
2024-06-17Implement C23 logp1Joseph Myers80-12/+725
2024-06-17support: Include <limits.h> for NAME_MAX use in temp_file.cFlorian Weimer1-0/+1
2024-06-17support: Include <stdlib.h> for atoi use in support_wait_for_thread_exitFlorian Weimer1-0/+1
2024-06-17Extend tst-getconf.sh test with NPROCESSORS_CONF and NPROCESSORS_ONLNJan Kurik1-0/+4
2024-06-17Define ISO 639-3 "ltg" (Latgalian) and add ltg_LV localeMike FABIAN5-0/+310
2024-06-15INSTALL: regeneratePaul Eggert1-6/+6
2024-06-15Minor code improvement to timespec_subtract examplePaul Eggert1-3/+3
2024-06-15Modernize and fix doc’s “Date and Time” (BZ 31876)Paul Eggert10-464/+589
2024-06-15manual: minor language fix (bz 31340)Andreas K. Hüttel1-1/+1
2024-06-14x86: Fix value for `x86_memset_non_temporal_threshold` when it is undesirableNoah Goldstein1-3/+3
2024-06-14elf: Change module-names to modules-names in commentsH.J. Lu1-1/+1
2024-06-14i686: Regenerate ulpsAndreas K. Hüttel1-5/+5
2024-06-14LoongArch: Ensure sp 16-byte aligned for tlsdescXi Ruoyao2-7/+4
2024-06-13resolv: Track single-request fallback via _res._flags (bug 31476)Florian Weimer2-5/+9
2024-06-12x86: Properly set x86 minimum ISA level [BZ #31883]H.J. Lu3-3/+17
2024-06-12tunables: sort tunables list (BZ 30027)DJ Delorie2-4/+12
2024-06-12linux: Remove __stack_protAdhemerval Zanella2-60/+11
2024-06-11<stdio.h>: Acknowledge that getdelim/getline are in POSIXPhilip Kaludercic1-12/+2
2024-06-11localedata: Lowercase day and abday in cs_CZMike FABIAN1-15/+15
2024-06-11x86: Properly set MINIMUM_X86_ISA_LEVEL for i386 [BZ #31867]H.J. Lu2-4/+12
2024-06-10x86: Enable non-temporal memset tunable for AMDJoe Damato1-4/+4
2024-06-10hurd: Fix getxattr/listxattr returning ERANGESamuel Thibault1-4/+21
2024-06-10hurd: Fix setxattr return value on replacingSamuel Thibault1-4/+3
2024-06-10hurd: Fix getxattr("gnu.translator") returning ENODATASamuel Thibault1-1/+10
2024-06-10hurd: Fix lsetxattr return valueSamuel Thibault1-1/+1
2024-06-07localedata: add new locales scn_ITDavid Paleino2-0/+156
2024-06-05support: Fix typo in xgetsockname error messageAvinal Kumar1-1/+2
2024-06-05getconf: Add NPROCESSORS_{CONF,ONLN} [BZ #31661]Mohamed Akram1-0/+2
2024-06-04Linux: Add epoll ioctlsJoe Damato4-0/+110
2024-06-04Improve doc for time_t range (BZ 31808)Paul Eggert1-1/+11
2024-06-04difftime can throw exceptionsPaul Eggert1-3/+2
2024-06-04malloc: New test to check malloc alternate path using memory obstructionsayan paul2-0/+73
2024-06-04math: Fix exp10 undefined left shiftSzabolcs Nagy1-3/+3
2024-06-04libio: Test for fdopen memory leak without SEEK_END support (bug 31840)Florian Weimer2-2/+64
2024-06-04Remove memory leak in fdopen (bug 31840)Andreas Schwab1-1/+5
2024-06-04Add new AArch64 HWCAP2 definitions from Linux 6.9 to bits/hwcap.hJoseph Myers1-0/+15
2024-06-04Add more NT_ARM_* constants from Linux kernel to elf.hJoseph Myers1-0/+4
2024-06-03stdlib: Describe __cxa_finalize usage in function commentFlorian Weimer1-1/+16
2024-06-03elf: Avoid some free (NULL) calls in _dl_update_slotinfoFlorian Weimer1-1/+8
2024-05-30x86: Add seperate non-temporal tunable for memsetNoah Goldstein7-6/+49
2024-05-30x86: Improve large memset perf with non-temporal stores [RHEL-29312]Noah Goldstein1-58/+91
2024-05-30elf: add note identifier for dlopen metadataLuca Boccassi1-0/+4
2024-05-30elf: update NT_FDO_PACKAGING_METADATA spec URLLuca Boccassi1-1/+1
2024-05-28LoongArch: Use "$fcsr0" instead of "$r0" in _FPU_{GET,SET}CWXi Ruoyao1-2/+2
2024-05-27x86_64: Reformat elf_machine_relaXin Wang1-4/+5
2024-05-27i386: Disable Intel Xeon Phi tests for GCC 15 and above (BZ 31782)Sunil K Pandey1-1/+7
2024-05-27difftime is pure, not constPaul Eggert1-2/+2
2024-05-27parse_fdinfo: Don't advance pointer twice [BZ #31798]H.J. Lu1-1/+3
2024-05-25elf/Makefile: Split and sort PIE testsH.J. Lu1-3/+13