aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-31aarch64: use PTR_ARG and SIZE_ARG instead of DELOUSESzabolcs Nagy28-75/+74
2020-12-31nonstring: Enable __FORTIFY_LEVEL=3Siddhesh Poyarekar7-183/+229
2020-12-31string: Enable __FORTIFY_LEVEL=3Siddhesh Poyarekar3-15/+25
2020-12-31Introduce _FORTIFY_SOURCE=3Siddhesh Poyarekar4-1/+22
2020-12-31Warn on unsupported fortification levelsSiddhesh Poyarekar1-0/+3
2020-12-30powerpc: Use scv instruction on clone when availableMatheus Castanho1-3/+30
2020-12-30powerpc: Runtime selection between sc and scv for syscallsMatheus Castanho6-40/+214
2020-12-30malloc: preserve errno on mcheck hooks [BZ #17924]Adhemerval Zanella1-5/+11
2020-12-30x86 long double: Add tests for pseudo normal numbersSiddhesh Poyarekar5-0/+94
2020-12-30x86 long double: Consider pseudo numbers as signalingSiddhesh Poyarekar3-3/+69
2020-12-29io: Remove xmknod{at} implementationsAdhemerval Zanella9-166/+10
2020-12-29io: Remove xstat implementationsAdhemerval Zanella19-341/+45
2020-12-29free: preserve errno [BZ#17924]Paul Eggert4-4/+150
2020-12-29hurd: Accept including hurd/version.hSamuel Thibault1-1/+1
2020-12-28hurd: Add WSTOPPED/WCONTINUED/WEXITED/WNOWAIT support [BZ #23091]Samuel Thibault3-17/+43
2020-12-28support: Make support_process_state_wait wait lessSamuel Thibault1-1/+1
2020-12-26hurd: set sigaction for signal preemptors in arch-independent fileSamuel Thibault3-22/+20
2020-12-26hurd: Fix spawni SPAWN_XFLAGS_TRY_SHELL with empty argvSamuel Thibault1-1/+5
2020-12-26hurd: Try shell in posix_spawn* only in compat modeSamuel Thibault1-1/+1
2020-12-24Remove _ISOMAC check from <cpu-features.h>H.J. Lu1-81/+75
2020-12-24x86: Remove the duplicated CPU_FEATURE_CPU_PH.J. Lu1-2/+0
2020-12-24Partially revert 681900d29683722b1cb0a8e565a0585846ec5a61Siddhesh Poyarekar2-12/+1
2020-12-24x86 long double: Support pseudo numbers in isnanlSiddhesh Poyarekar2-6/+7
2020-12-24x86 long double: Support pseudo numbers in fpclassifylSiddhesh Poyarekar2-2/+4
2020-12-24MTE: Do not pad size in realloc_checkSiddhesh Poyarekar1-4/+5
2020-12-24tests-mcheck: New variable to run tests with MALLOC_CHECK_=3Siddhesh Poyarekar2-1/+38
2020-12-23elf: Account for glibc-hwcaps/ prefix in _dl_important_hwcapsFlorian Weimer1-0/+1
2020-12-23misc: Use __ferror_unlocked instead of ferrorSiddhesh Poyarekar1-1/+1
2020-12-22s390x: Regenerate ulpsFlorian Weimer1-10/+12
2020-12-22powerpc: Regenerate ulpsFlorian Weimer1-12/+13
2020-12-22addmntent: Remove unbounded alloca usage from getmntent [BZ#27083]Siddhesh Poyarekar3-74/+140
2020-12-22<sys/platform/x86.h>: Add Intel LAM supportH.J. Lu3-0/+7
2020-12-21i386: Regenerate ulpsFlorian Weimer2-10/+10
2020-12-21aarch64: update ulps.Szabolcs Nagy1-10/+12
2020-12-21aarch64: Add aarch64-specific files for memory tagging supportRichard Earnshaw6-0/+235
2020-12-21aarch64: Add sysv specific enabling code for memory taggingRichard Earnshaw4-0/+34
2020-12-21linux: Add compatibility definitions to sys/prctl.h for MTERichard Earnshaw1-0/+18
2020-12-21malloc: Basic support for memory tagging in the malloc() familyRichard Earnshaw5-97/+437
2020-12-21elf: Add a tunable to control use of tagged memoryRichard Earnshaw2-0/+44
2020-12-21config: Allow memory tagging to be enabled when configuring glibcRichard Earnshaw6-0/+69
2020-12-21alpha: Remove anonymous union in struct stat [BZ #27042]Matt Turner3-63/+66
2020-12-21add inputs to auto-libm-test-in yielding larger errors (binary64, x86_64)Paul Zimmermann10-11/+581
2020-12-21m68k: fix clobbering a5 in setjmp() [BZ #24202]Sergei Trofimovich1-0/+1
2020-12-21iconv add iconv_close before the function returned with bad value.liqingqing1-0/+1
2020-12-21iconv: use iconv_close after iconv_openliqingqing1-0/+2
2020-12-21Fix buffer overrun in EUC-KR conversion module (bz #24973)Andreas Schwab4-9/+59
2020-12-21hurd: Make trampoline fill siginfo ss_sp from sc_uespSamuel Thibault1-1/+1
2020-12-21Hurd: make sigstates hold a reference on thread portsRichard Braun2-7/+29
2020-12-21profil-counter: Add missing SIGINFO caseSamuel Thibault1-0/+10
2020-12-21hurd: implement SA_SIGINFO signal handlers.Jeremie Koenig11-67/+209