aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-29elf: correct relocation statistics for !ELF_MACHINE_START_ADDRESSAndreas Schwab1-4/+3
2024-01-26Relicense IBM portions of resolv/base64.c resolv/res_debug.c.Carlos O'Donell3-38/+55
2024-01-25localedata: Use consistent values for grouping and mon_groupingMike FABIAN133-233/+292
2024-01-24manual: fix order of arguments of memalign and aligned_alloc (Bug 27547)Dennis Brendel1-2/+2
2024-01-24manual, NEWS: Document malloc side effect of dynamic TLS changesFlorian Weimer2-0/+14
2024-01-24NEWS: Update temporary files ignored by ldconfigFlorian Weimer1-2/+2
2024-01-23po: Incorporate translations (sr)Andreas K. Hüttel1-4/+45
2024-01-23string: Disable stack protector for memset in early static initializationAdhemerval Zanella1-0/+1
2024-01-23qsort: Fix a typo causing unnecessary malloc/free (BZ 31276)Xi Ruoyao1-1/+1
2024-01-22riscv: add support for static PIEAndreas Schwab1-0/+11
2024-01-22sh: Fix static build with --enable-fortifyAdhemerval Zanella1-2/+2
2024-01-22sparc: Fix sparc64 memmove length comparison (BZ 31266)Adhemerval Zanella1-1/+1
2024-01-22sparc64: Remove unwind information from signal return stubs [BZ#31244]Adhemerval Zanella1-2/+5
2024-01-22sparc: Remove 64 bit check on sparc32 wordsize (BZ 27574)Adhemerval Zanella1-9/+4
2024-01-22Use --disable-default-pie for sparc in build-many-glibcs.pyAdhemerval Zanella1-4/+6
2024-01-19Further build-many-glibcs.py fixes for utcnow() deprecationJoseph Myers1-9/+14
2024-01-18sparc: Do not test preservation of NaN payloads for LEONDaniel Cederman1-0/+30
2024-01-18sparc: Force calculation that raises exceptionDaniel Cederman1-5/+6
2024-01-18sparc: Fix llrint and llround missing exceptions on SPARC V8Daniel Cederman1-0/+43
2024-01-18sparc: Remove unwind information from signal return stubs [BZ #31244]Daniel Cederman2-4/+16
2024-01-18sparc: Prevent stfsr from directly following floating-point instructionDaniel Cederman1-1/+6
2024-01-18sparc: Use existing macros to avoid code duplicationDaniel Cederman1-7/+3
2024-01-18localedata: renamed: aa_ER@saaho -> ssy_ERMike FABIAN2-5/+17
2024-01-18Define ISO 639-3 "ssy" (Saho)Mike FABIAN1-0/+1
2024-01-18localedata: add crh_RU, Crimean Tartar language in the Cyrillic script as use...Mike FABIAN2-0/+184
2024-01-18localedata: tr_TR, ku_TR: Sync with CLDR: “Turkey” -> “Türkiye”Mike FABIAN2-7/+7
2024-01-18localedata: miq_NI: Shorten month names in abmonMike FABIAN1-17/+13
2024-01-17Update kernel version to 6.7 in header constant testsJoseph Myers3-4/+4
2024-01-17localedata: add gbm_IN localeMike FABIAN2-0/+178
2024-01-17Define ISO 639-3 "gbm" (Garhwali)Mike FABIAN1-0/+1
2024-01-17Update syscall lists for Linux 6.7Joseph Myers27-2/+107
2024-01-17Use Linux 6.7 in build-many-glibcs.pyJoseph Myers1-1/+1
2024-01-17stdlib: Remove unused is_aligned function from qsort.cAdhemerval Zanella1-13/+0
2024-01-16NEWS: Mention PLT rewrite on x86-64H.J. Lu1-0/+4
2024-01-16stdlib: Verify heapsort for two-element casesKuan-Wei Chiu1-3/+1
2024-01-16stdlib: Fix heapsort for cases with exactly two elementsKuan-Wei Chiu1-1/+1
2024-01-15localedata: anp_IN: Fix abbreviated month namesMike FABIAN1-16/+14
2024-01-15stdlib: Reinstate stable mergesort implementation on qsortAdhemerval Zanella7-446/+232
2024-01-15x86-64: Check if mprotect works before rewriting PLTH.J. Lu3-1/+75
2024-01-15aarch64: Add NEWS entry about libmvec for 2.39Szabolcs Nagy1-0/+7
2024-01-14localedata/unicode-gen/utf8_gen.py: fix Hangul syllable nameMike FABIAN2-400/+400
2024-01-13x86_64: Optimize ffsll function code size.Sunil K Pandey1-5/+5
2024-01-13localedata: Remove redundant commentsMike FABIAN87-260/+14
2024-01-12RISC-V: Enable static-pie.Yanzhang Wang3-1/+77
2024-01-12linux: Fix fstat64 on alpha and sparc64Adhemerval Zanella1-2/+5
2024-01-12math: remove exp10 wrappersWilco Dijkstra29-8/+71
2024-01-12Benchtests: Increase benchmark iterationsWilco Dijkstra2-2/+2
2024-01-12debug/getwd_chk.c: warning should be emitted for the __getwd_chk symbol.Frederic Cambus1-1/+1
2024-01-12Make __getrandom_nocancel set errno and add a _nostatus versionXi Ruoyao4-2/+19
2024-01-11x86-64/cet: Make CET feature check specific to Linux/x86H.J. Lu9-37/+120