aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2024-06-18elf: Remove _DL_PLATFORMS_COUNTStefan Liebler9-28/+6
2024-06-18elf: Remove _DL_FIRST_PLATFORMStefan Liebler2-6/+0
2024-06-18elf: Remove _DL_HWCAP_PLATFORMStefan Liebler10-29/+0
2024-06-18elf: Remove platform strings in dl-procinfo.cStefan Liebler6-189/+7
2024-06-18elf: Remove _dl_string_platformStefan Liebler10-85/+0
2024-06-18elf: Remove loading legacy hwcaps/platform entries in dynamic loaderStefan Liebler1-19/+3
2024-06-18x86: Remove HWCAP_START and HWCAP_COUNTStefan Liebler1-6/+0
2024-06-17math: Update mips32/mips64 ulps for log2p1YunQiang Su2-0/+40
2024-06-17Convert to autoconf 2.72 (vanilla release, no distribution patches)Andreas K. Hüttel31-1599/+1815
2024-06-17Implement C23 exp2m1, exp10m1Joseph Myers58-3/+9923
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-461/+586
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-14/+14
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