about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Implement C23 exp2m1, exp10m1Joseph Myers2024-06-1758-3/+9923
* Implement C23 log10p1Joseph Myers2024-06-1752-2/+3555
* Implement C23 logp1Joseph Myers2024-06-1780-12/+725
* support: Include <limits.h> for NAME_MAX use in temp_file.cFlorian Weimer2024-06-171-0/+1
* support: Include <stdlib.h> for atoi use in support_wait_for_thread_exitFlorian Weimer2024-06-171-0/+1
* Extend tst-getconf.sh test with NPROCESSORS_CONF and NPROCESSORS_ONLNJan Kurik2024-06-171-0/+4
* Define ISO 639-3 "ltg" (Latgalian) and add ltg_LV localeMike FABIAN2024-06-175-0/+310
* INSTALL: regeneratePaul Eggert2024-06-151-6/+6
* Minor code improvement to timespec_subtract examplePaul Eggert2024-06-151-3/+3
* Modernize and fix doc’s “Date and Time” (BZ 31876)Paul Eggert2024-06-1510-464/+589
* manual: minor language fix (bz 31340)Andreas K. Hüttel2024-06-151-1/+1
* x86: Fix value for `x86_memset_non_temporal_threshold` when it is undesirableNoah Goldstein2024-06-141-3/+3
* elf: Change module-names to modules-names in commentsH.J. Lu2024-06-141-1/+1
* i686: Regenerate ulpsAndreas K. Hüttel2024-06-141-5/+5
* LoongArch: Ensure sp 16-byte aligned for tlsdescXi Ruoyao2024-06-142-7/+4
* resolv: Track single-request fallback via _res._flags (bug 31476)Florian Weimer2024-06-132-5/+9
* x86: Properly set x86 minimum ISA level [BZ #31883]H.J. Lu2024-06-123-3/+17
* tunables: sort tunables list (BZ 30027)DJ Delorie2024-06-122-4/+12
* linux: Remove __stack_protAdhemerval Zanella2024-06-122-60/+11
* <stdio.h>: Acknowledge that getdelim/getline are in POSIXPhilip Kaludercic2024-06-111-12/+2
* localedata: Lowercase day and abday in cs_CZMike FABIAN2024-06-111-15/+15
* x86: Properly set MINIMUM_X86_ISA_LEVEL for i386 [BZ #31867]H.J. Lu2024-06-112-4/+12
* x86: Enable non-temporal memset tunable for AMDJoe Damato2024-06-101-4/+4
* hurd: Fix getxattr/listxattr returning ERANGESamuel Thibault2024-06-101-4/+21
* hurd: Fix setxattr return value on replacingSamuel Thibault2024-06-101-4/+3
* hurd: Fix getxattr("gnu.translator") returning ENODATASamuel Thibault2024-06-101-1/+10
* hurd: Fix lsetxattr return valueSamuel Thibault2024-06-101-1/+1
* localedata: add new locales scn_ITDavid Paleino2024-06-072-0/+156
* support: Fix typo in xgetsockname error messageAvinal Kumar2024-06-051-1/+2
* getconf: Add NPROCESSORS_{CONF,ONLN} [BZ #31661]Mohamed Akram2024-06-051-0/+2
* Linux: Add epoll ioctlsJoe Damato2024-06-044-0/+110
* Improve doc for time_t range (BZ 31808)Paul Eggert2024-06-041-1/+11
* difftime can throw exceptionsPaul Eggert2024-06-041-3/+2
* malloc: New test to check malloc alternate path using memory obstructionsayan paul2024-06-042-0/+73
* math: Fix exp10 undefined left shiftSzabolcs Nagy2024-06-041-3/+3
* libio: Test for fdopen memory leak without SEEK_END support (bug 31840)Florian Weimer2024-06-042-2/+64
* Remove memory leak in fdopen (bug 31840)Andreas Schwab2024-06-041-1/+5
* Add new AArch64 HWCAP2 definitions from Linux 6.9 to bits/hwcap.hJoseph Myers2024-06-041-0/+15
* Add more NT_ARM_* constants from Linux kernel to elf.hJoseph Myers2024-06-041-0/+4
* stdlib: Describe __cxa_finalize usage in function commentFlorian Weimer2024-06-031-1/+16
* elf: Avoid some free (NULL) calls in _dl_update_slotinfoFlorian Weimer2024-06-031-1/+8
* x86: Add seperate non-temporal tunable for memsetNoah Goldstein2024-05-307-6/+49
* x86: Improve large memset perf with non-temporal stores [RHEL-29312]Noah Goldstein2024-05-301-58/+91
* elf: add note identifier for dlopen metadataLuca Boccassi2024-05-301-0/+4
* elf: update NT_FDO_PACKAGING_METADATA spec URLLuca Boccassi2024-05-301-1/+1
* LoongArch: Use "$fcsr0" instead of "$r0" in _FPU_{GET,SET}CWXi Ruoyao2024-05-281-2/+2
* x86_64: Reformat elf_machine_relaXin Wang2024-05-271-4/+5
* i386: Disable Intel Xeon Phi tests for GCC 15 and above (BZ 31782)Sunil K Pandey2024-05-271-1/+7
* difftime is pure, not constPaul Eggert2024-05-271-2/+2
* parse_fdinfo: Don't advance pointer twice [BZ #31798]H.J. Lu2024-05-271-1/+3