about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* doc: add plain text readme for using GCS arm/gcsSzabolcs Nagy2024-02-141-0/+69
* aarch64: process gnu properties in static exeSzabolcs Nagy2024-02-131-0/+12
* aarch64: ignore GCS property of ld.soSzabolcs Nagy2024-02-131-0/+5
* aarch64: use l_searchlist.r_list for gcsSzabolcs Nagy2024-02-131-1/+1
* aarch64: handling gcs markingSzabolcs Nagy2024-02-134-6/+73
* aarch64: use l_searchlist.r_list for btiSzabolcs Nagy2024-02-131-3/+2
* aarch64: add glibc.cpu.aarch64_gcs_policySzabolcs Nagy2024-02-023-2/+25
* aarch64: Enable GCS in dynamic linked exeSzabolcs Nagy2024-02-023-3/+29
* aarch64: Enable GCS in static linked exeSzabolcs Nagy2024-02-021-0/+49
* aarch64: Add glibc.cpu.aarch64_gcs tunableSzabolcs Nagy2024-02-023-0/+46
* aarch64: Try to free the GCS of makecontextSzabolcs Nagy2024-02-025-4/+93
* aarch64: Add GCS support for makecontextSzabolcs Nagy2024-02-022-2/+63
* aarch64: mark swapcontext with indirect_returnSzabolcs Nagy2024-02-021-0/+36
* aarch64: Add GCS support for setcontextSzabolcs Nagy2024-02-024-9/+84
* aarch64: Add GCS support to vforkSzabolcs Nagy2024-02-021-1/+7
* aarch64: Add GCS support to longjmpSzabolcs Nagy2024-02-022-0/+41
* aarch64: Define jmp_buf offset for GCSSzabolcs Nagy2024-02-021-0/+63
* aarch64: mark objects with GCS property noteSzabolcs Nagy2024-02-021-2/+3
* elf.h: define GNU_PROPERTY_AARCH64_FEATURE_1_GCSSzabolcs Nagy2024-02-021-0/+1
* aarch64: Add asm helpers for GCSSzabolcs Nagy2024-02-021-0/+7
* aarch64: Add HWCAP2_GCSSzabolcs Nagy2024-02-021-0/+1
* Open master branch for glibc 2.40 development glibc-2.39.9000Andreas K. Hüttel2024-01-312-2/+29
* Create ChangeLog.old/ChangeLog.28 glibc-2.39Andreas K. Hüttel2024-01-311-0/+8505
* version.h, include/features.h: Bump version to 2.39Andreas K. Hüttel2024-01-312-3/+3
* po: Update translationsAndreas K. Hüttel2024-01-3138-845/+694
* libc.pot: regenerateAndreas K. Hüttel2024-01-311-31/+26
* INSTALL, install.texi: minor updates, regenerateAndreas K. Hüttel2024-01-312-6/+6
* contrib.texi: updateAndreas K. Hüttel2024-01-301-8/+24
* NEWS: insert advisories and fixed bugs for 2.39Andreas K. Hüttel2024-01-301-4/+133
* S390: Fix building with --disable-mutli-arch [BZ #31196]Stefan Liebler2024-01-302-2/+6
* Fix typoAndreas K. Hüttel2024-01-301-1/+1
* manual/io: Fix swapped reading and writing phrase.Joe Simmons-Talbott2024-01-301-1/+1
* Update advisory format and introduce some automationSiddhesh Poyarekar2024-01-308-67/+182
* Document CVE-2023-6246, CVE-2023-6779, and CVE-2023-6780Arjun Shankar2024-01-303-0/+43
* syslog: Fix integer overflow in __vsyslog_internal (CVE-2023-6780)Arjun Shankar2024-01-301-1/+2
* syslog: Fix heap buffer overflow in __vsyslog_internal (CVE-2023-6779)Arjun Shankar2024-01-301-11/+28
* syslog: Fix heap buffer overflow in __vsyslog_internal (CVE-2023-6246)Arjun Shankar2024-01-304-15/+82
* Use binutils 2.42 branch in build-many-glibcs.pyJoseph Myers2024-01-301-1/+1
* elf: correct relocation statistics for !ELF_MACHINE_START_ADDRESSAndreas Schwab2024-01-291-4/+3
* Relicense IBM portions of resolv/base64.c resolv/res_debug.c.Carlos O'Donell2024-01-263-38/+55
* localedata: Use consistent values for grouping and mon_groupingMike FABIAN2024-01-25133-233/+292
* manual: fix order of arguments of memalign and aligned_alloc (Bug 27547)Dennis Brendel2024-01-241-2/+2
* manual, NEWS: Document malloc side effect of dynamic TLS changesFlorian Weimer2024-01-242-0/+14
* NEWS: Update temporary files ignored by ldconfigFlorian Weimer2024-01-241-2/+2
* po: Incorporate translations (sr)Andreas K. Hüttel2024-01-231-4/+45
* string: Disable stack protector for memset in early static initializationAdhemerval Zanella2024-01-231-0/+1
* qsort: Fix a typo causing unnecessary malloc/free (BZ 31276)Xi Ruoyao2024-01-231-1/+1
* riscv: add support for static PIEAndreas Schwab2024-01-221-0/+11
* sh: Fix static build with --enable-fortifyAdhemerval Zanella2024-01-221-2/+2
* sparc: Fix sparc64 memmove length comparison (BZ 31266)Adhemerval Zanella2024-01-221-1/+1