aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers10671-10671/+10671
2019-12-30alpha: Set wait4 as cancellation entrypointAdhemerval Zanella2-1/+26
2019-12-30lv_LV locale: Correct the time part of d_t_fmt (bug 25324)Rafał Lużyński1-1/+1
2019-12-30km_KH locale: Use "%M" instead of "m" in d_t_fmt (bug 25323)Rafał Lużyński1-1/+1
2019-12-29hurd: Global signal dispositionJeremie Koenig21-163/+386
2019-12-29hurd sendmsg: Fix warning on calling CMSG_*HDRSamuel Thibault1-2/+2
2019-12-29hurd: Signal code refactoringJeremie Koenig1-112/+160
2019-12-29hurd: Add getcontext, makecontext, setcontext, swapcontextThomas Schwinge6-0/+440
2019-12-29hurd: Support sending file descriptors over Unix socketsEmilio Pozuelo Monfort2-13/+157
2019-12-27ldbl-128ibm-compat: Do not mix -mabi=*longdouble and -mlong-double-128Gabriel F. T. Gomes1-0/+14
2019-12-27ldbl-128ibm-compat: Compiler flags for stdio functionsTulio Magno Quites Machado Filho1-0/+6
2019-12-27Do not redirect calls to __GI_* symbols, when redirecting to *ieee128Tulio Magno Quites Machado Filho10-2/+48
2019-12-27aarch64: add default memcpy version for kunpeng920Xuelei Zhang1-1/+1
2019-12-27aarch64: ifunc rename for kunpengXuelei Zhang4-4/+4
2019-12-27aarch64: Modify error-shown comments for strcpyXuelei Zhang1-1/+1
2019-12-27linux: Consolidate sigprocmaskAdhemerval Zanella6-220/+3
2019-12-27Fix return code for __libc_signal_* functionsAdhemerval Zanella2-15/+15
2019-12-26nptl: Remove duplicate internal __SIZEOF_PTHREAD_MUTEX_T (BZ#25241)Adhemerval Zanella1-3/+0
2019-12-23mnw_MM, my_MM, and shn_MM locales: Do not use %OpRafał Lużyński3-4/+4
2019-12-23Avoid compat symbols for totalorder in powerpc64le IEEE long doubleGabriel F. T. Gomes2-0/+18
2019-12-23ldbl-128ibm-compat: Add *cvt functionsGabriel F. T. Gomes6-3/+113
2019-12-23Refactor *cvt functions implementation (2/2)Gabriel F. T. Gomes6-59/+62
2019-12-23Refactor *cvt functions implementation (1/2)Gabriel F. T. Gomes8-385/+424
2019-12-20Add exception-based flags for wait4Adhemerval Zanella1-0/+1
2019-12-19aarch64: Optimized memset for Kunpeng processor.Xuelei Zhang4-2/+119
2019-12-19aarch64: Optimized strlen for strlen_asimdXuelei Zhang2-17/+29
2019-12-19aarch64: Add Huawei Kunpeng to tunable cpu listXuelei Zhang3-1/+5
2019-12-19aarch64: Optimized implementation of memrchrXuelei Zhang1-0/+165
2019-12-19aarch64: Optimized implementation of strnlenXuelei Zhang1-1/+51
2019-12-19aarch64: Optimized implementation of strcpyXuelei Zhang1-32/+27
2019-12-19aarch64: Optimized implementation of memcmpXuelei Zhang1-53/+79
2019-12-19Consolidate wait3 implementationsAdhemerval Zanella4-83/+1
2019-12-19Implement waitpid in terms of wait4Adhemerval Zanella7-87/+6
2019-12-19linux: Use waitid on wait4 if __NR_wait4 is not definedAdhemerval Zanella3-1/+90
2019-12-19Implement wait in terms of waitpidAdhemerval Zanella4-102/+1
2019-12-19nptl: Move waitpid implementation to libcAdhemerval Zanella29-30/+2
2019-12-19nptl: Move wait implementation to libcAdhemerval Zanella29-57/+2
2019-12-19Remove __waitpid_nocancelAdhemerval Zanella6-43/+11
2019-12-19Fix test isolation for elf/tst-ifunc-fault-lazy, elf/tst-ifunc-fault-bindnowFlorian Weimer1-4/+3
2019-12-19Fix __libc_signal_block_all on sparc64Adhemerval Zanella1-6/+8
2019-12-19powerpc: Do not run IFUNC resolvers for LD_DEBUG=unused [BZ #24214]Adhemerval Zanella2-4/+6
2019-12-18hurd: Do not make sigprocmask available in ld.soFlorian Weimer3-11/+2
2019-12-18build-many-glibcs.py: Do not build C++ PCHs by defaultFlorian Weimer1-2/+5
2019-12-17hurd: Make getrandom honour GRND_NONBLOCKJames Clarke1-1/+5
2019-12-16tunables: report sbrk() failureDJ Delorie1-5/+4
2019-12-16build-many-glibcs.py: Add mipsisa64r6el-linux-gnu targetDragan Mladjenovic1-0/+11
2019-12-16mips: Do not include hi and lo in __SYSCALL_CLOBBERS for R6Dragan Mladjenovic3-6/+21
2019-12-13ldbl-128ibm-compat: Add ISO C99 versions of scanf functionsGabriel F. T. Gomes22-39/+522
2019-12-13ldbl-128ibm-compat: Fix selection of GNU and ISO C99 scanfGabriel F. T. Gomes3-4/+12
2019-12-13hurd: Fix local PLTSamuel Thibault5-6/+23