aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-21shadow: Implement fgetspent_r using __nss_fgetent_rFlorian Weimer2-37/+7
2020-07-21pwd: Implement fgetpwent_r using __nss_fgetent_rFlorian Weimer1-37/+6
2020-07-21gshadow: Implement fgetsgent_r using __nss_fgetent_r (bug 20338)Florian Weimer3-36/+198
2020-07-21grp: Implement fgetgrent_r using __nss_fgetent_rFlorian Weimer1-48/+6
2020-07-21nss: Add __nss_fgetent_rFlorian Weimer7-54/+260
2020-07-21libio: Add fseterr_unlocked for internal useFlorian Weimer1-0/+7
2020-07-21nss_files: Use generic result pointer in parse_lineFlorian Weimer2-38/+15
2020-07-21nss_files: Consolidate line parse declarations in <nss_files.h>Florian Weimer9-49/+52
2020-07-21nss_compat: Do not use mmap to read database files (bug 26258)Florian Weimer4-16/+8
2020-07-21nss_files: Consolidate file opening in __nss_files_fopenFlorian Weimer8-11/+86
2020-07-20Update powerpc-nofpu libm-test-ulps.Joseph Myers1-30/+30
2020-07-20Use MPFR 4.1.0 in build-many-glibcs.py.Joseph Myers1-1/+1
2020-07-20elf: Change TLS static surplus default back to 1664Florian Weimer3-8/+75
2020-07-18hurd: Fix longjmp check for sigstateSamuel Thibault2-2/+2
2020-07-18hurd: Fix longjmp early in initializationSamuel Thibault2-2/+16
2020-07-17manual: New signal and errno string functions are AS-safeFlorian Weimer2-4/+4
2020-07-17AArch64: Improve strlen_asimd performance (bug 25824)Wilco Dijkstra5-126/+161
2020-07-17Move <rpc/netdb.h> from sunrpc to inetFlorian Weimer5-12/+3
2020-07-16en_US: Minimize changes to date_fmt (Bug 25923)Carlos O'Donell1-2/+5
2020-07-16Linux: Remove rseq supportFlorian Weimer54-1197/+6
2020-07-16manual: Use Unicode instead HTML entities for characters (bug 19737)Florian Weimer1-3/+3
2020-07-16Add NEWS entry for CVE-2020-6096 (bug 25620)Aurelien Jarno1-0/+5
2020-07-16arm: remove string/tst-memmove-overflow XFAILAurelien Jarno1-5/+0
2020-07-15AArch64: Rename IS_ARES to IS_NEOVERSE_N1Wilco Dijkstra3-4/+8
2020-07-15AArch64: Add optimized Q-register memcpyWilco Dijkstra5-4/+255
2020-07-15AArch64: Align ENTRY to a cachelineWilco Dijkstra1-1/+1
2020-07-14Correct timespec implementation [BZ #26232]H.J. Lu4-54/+71
2020-07-13Remove --enable-obsolete-rpc configure flagPetr Vorel43-9603/+35
2020-07-13hurd: Fix build-many-glibcs.pyAdhemerval Zanella3-0/+3
2020-07-13x86: Support usable check for all CPU featuresH.J. Lu63-732/+854
2020-07-13string: Make tst-strerror/tst-strsignal unsupported if msgfmt is not installedAdhemerval Zanella3-1/+14
2020-07-13malloc: Deprecate more hook-related functionalityFlorian Weimer2-3/+11
2020-07-12elf: Support at least 32-byte alignment in static dlopenFlorian Weimer1-0/+6
2020-07-11x86: Remove __ASSEMBLER__ check in init-arch.hH.J. Lu1-5/+1
2020-07-11x86: Remove the unused __x86_prefetchwH.J. Lu5-24/+5
2020-07-10Documentation for ARC portVineet Gupta3-0/+16
2020-07-10build-many-glibcs.py: Enable ARC buildsVineet Gupta1-0/+10
2020-07-10ARC: Build InfrastructureVineet Gupta15-0/+369
2020-07-10ARC: ABI listsVineet Gupta18-0/+4671
2020-07-10ARC: Linux Startup and Dynamic LoadingVineet Gupta2-0/+116
2020-07-10ARC: Linux ABIVineet Gupta13-0/+600
2020-07-10ARC: Linux Syscall InterfaceVineet Gupta15-0/+941
2020-07-10ARC: hardware floating point supportVineet Gupta20-0/+711
2020-07-10ARC: math soft float supportVineet Gupta5-0/+203
2020-07-10ARC: Atomics and Locking primitivesVineet Gupta1-0/+69
2020-07-10ARC: Thread Local Storage supportVineet Gupta5-0/+240
2020-07-10ARC: startup and dynamic linking codeVineet Gupta7-0/+591
2020-07-10ARC: ABI ImplementationVineet Gupta17-0/+547
2020-07-10Fix time/tst-cpuclock1 intermitent failuresLucas A. M. Magalhaes5-30/+415
2020-07-10powerpc64: Fix calls when r2 is not used [BZ #26173]Tulio Magno Quites Machado Filho7-4/+52