aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2019-12-13dlopen: Do not block signalsFlorian Weimer1-26/+11
2019-12-13dlopen: Rework handling of pending NODELETE statusFlorian Weimer5-58/+62
2019-12-13dlopen: Fix issues related to NODELETE handling and relocationsFlorian Weimer23-32/+992
2019-12-13hurd: Fix __close_nocancel_nostatus availabilitySamuel Thibault4-6/+37
2019-12-13hurd: add getrandom and getentropy implementationsAndrew Eggenberger2-0/+107
2019-12-13hurd: Implement __close_nocancel_nostatusSamuel Thibault1-0/+62
2019-12-11manual: clarify fopen with the x flagPaul Eggert1-1/+3
2019-12-11S390: Use sysdeps/ieee754/dbl-64/wordsize-64 on s390x.Stefan Liebler1-0/+1
2019-12-11S390: Implement roundtoint and converttoint and define TOINT_INTRINSICS.Stefan Liebler1-0/+53
2019-12-11S390: Implement math-barriers math_opt_barrier and math_force_eval.Stefan Liebler1-0/+46
2019-12-11S390: Use libc_fe* macros in fe* functions.Stefan Liebler9-124/+27
2019-12-11S390: Implement libc_fe* macros.Stefan Liebler1-0/+250
2019-12-11S390: Use convert-to-fixed instruction for llround functions.Stefan Liebler3-0/+127
2019-12-11S390: Use convert-to-fixed instruction for lround functions.Stefan Liebler3-0/+142
2019-12-11S390: Use convert-to-fixed instruction for llrint functions.Stefan Liebler3-0/+151
2019-12-11S390: Use convert-to-fixed instruction for lrint functions.Stefan Liebler3-0/+166
2019-12-11S390: Use load-fp-integer instruction for roundeven functions.Stefan Liebler3-0/+116
2019-12-11Adjust s_copysignl.c regarding code style.Stefan Liebler1-8/+9
2019-12-11Adjust s_ceilf.c and s_ceill.c regarding code style.Stefan Liebler2-53/+92
2019-12-11Adjust s_floorf.c and s_floorl.c regarding code style.Stefan Liebler2-54/+90
2019-12-11Adjust s_rintf.c and s_rintl.c regarding code style.Stefan Liebler2-40/+53
2019-12-11Adjust s_nearbyintf.c and s_nearbyintl.c regarding code style.Stefan Liebler2-55/+68