aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2019-12-30alpha: Set wait4 as cancellation entrypointAdhemerval Zanella2-1/+26
2019-12-29hurd: Global signal dispositionJeremie Koenig14-55/+104
2019-12-29hurd sendmsg: Fix warning on calling CMSG_*HDRSamuel Thibault1-2/+2
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 Filho7-0/+35
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-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. Gomes4-1/+103
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 Zhang2-0/+4
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 Zanella3-73/+0
2019-12-19Implement waitpid in terms of wait4Adhemerval Zanella4-76/+2
2019-12-19linux: Use waitid on wait4 if __NR_wait4 is not definedAdhemerval Zanella3-1/+90
2019-12-19Implement wait in terms of waitpidAdhemerval Zanella3-97/+0
2019-12-19nptl: Move waitpid implementation to libcAdhemerval Zanella27-27/+0
2019-12-19nptl: Move wait implementation to libcAdhemerval Zanella27-54/+0
2019-12-19Remove __waitpid_nocancelAdhemerval Zanella5-42/+6
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-17hurd: Make getrandom honour GRND_NONBLOCKJames Clarke1-1/+5
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 Thibault3-4/+9
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-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