summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build-many-glibcs.py: Fix “glibcs i686-gnu --strip”fw/builtin-syscalls-4Florian Weimer2019-12-311-4/+9
* Linux: Remove pread/pread64, pwrite/pwrite64 kludges from <sysdep.h>Florian Weimer2019-12-314-40/+0
* build-many-glibcs.py: Implement update-syscalls commandFlorian Weimer2019-12-311-3/+62
* build-many-glibcs.py: Introduce glibc build policy classesFlorian Weimer2019-12-311-49/+80
* build-many-glibcs.py: Introduce LinuxHeadersPolicyForBuildFlorian Weimer2019-12-311-43/+48
* Linux: Use system call tables during buildFlorian Weimer2019-12-3121-58/+46
* Linux: Add tables with system call numbersFlorian Weimer2019-12-3130-22/+8991
* alpha: Set wait4 as cancellation entrypointAdhemerval Zanella2019-12-302-1/+26
* lv_LV locale: Correct the time part of d_t_fmt (bug 25324)Rafał Lużyński2019-12-301-1/+1
* km_KH locale: Use "%M" instead of "m" in d_t_fmt (bug 25323)Rafał Lużyński2019-12-301-1/+1
* hurd: Global signal dispositionJeremie Koenig2019-12-2921-163/+386
* hurd sendmsg: Fix warning on calling CMSG_*HDRSamuel Thibault2019-12-291-2/+2
* hurd: Signal code refactoringJeremie Koenig2019-12-291-112/+160
* hurd: Add getcontext, makecontext, setcontext, swapcontextThomas Schwinge2019-12-296-0/+440
* hurd: Support sending file descriptors over Unix socketsEmilio Pozuelo Monfort2019-12-292-13/+157
* ldbl-128ibm-compat: Do not mix -mabi=*longdouble and -mlong-double-128Gabriel F. T. Gomes2019-12-271-0/+14
* ldbl-128ibm-compat: Compiler flags for stdio functionsTulio Magno Quites Machado Filho2019-12-271-0/+6
* Do not redirect calls to __GI_* symbols, when redirecting to *ieee128Tulio Magno Quites Machado Filho2019-12-2710-2/+48
* aarch64: add default memcpy version for kunpeng920Xuelei Zhang2019-12-271-1/+1
* aarch64: ifunc rename for kunpengXuelei Zhang2019-12-274-4/+4
* aarch64: Modify error-shown comments for strcpyXuelei Zhang2019-12-271-1/+1
* linux: Consolidate sigprocmaskAdhemerval Zanella2019-12-276-220/+3
* Fix return code for __libc_signal_* functionsAdhemerval Zanella2019-12-272-15/+15
* nptl: Remove duplicate internal __SIZEOF_PTHREAD_MUTEX_T (BZ#25241)Adhemerval Zanella2019-12-261-3/+0
* mnw_MM, my_MM, and shn_MM locales: Do not use %OpRafał Lużyński2019-12-233-4/+4
* Avoid compat symbols for totalorder in powerpc64le IEEE long doubleGabriel F. T. Gomes2019-12-232-0/+18
* ldbl-128ibm-compat: Add *cvt functionsGabriel F. T. Gomes2019-12-236-3/+113
* Refactor *cvt functions implementation (2/2)Gabriel F. T. Gomes2019-12-236-59/+62
* Refactor *cvt functions implementation (1/2)Gabriel F. T. Gomes2019-12-238-385/+424
* Add exception-based flags for wait4Adhemerval Zanella2019-12-201-0/+1
* aarch64: Optimized memset for Kunpeng processor.Xuelei Zhang2019-12-194-2/+119
* aarch64: Optimized strlen for strlen_asimdXuelei Zhang2019-12-192-17/+29
* aarch64: Add Huawei Kunpeng to tunable cpu listXuelei Zhang2019-12-193-1/+5
* aarch64: Optimized implementation of memrchrXuelei Zhang2019-12-191-0/+165
* aarch64: Optimized implementation of strnlenXuelei Zhang2019-12-191-1/+51
* aarch64: Optimized implementation of strcpyXuelei Zhang2019-12-191-32/+27
* aarch64: Optimized implementation of memcmpXuelei Zhang2019-12-191-53/+79
* Consolidate wait3 implementationsAdhemerval Zanella2019-12-194-83/+1
* Implement waitpid in terms of wait4Adhemerval Zanella2019-12-197-87/+6
* linux: Use waitid on wait4 if __NR_wait4 is not definedAdhemerval Zanella2019-12-193-1/+90
* Implement wait in terms of waitpidAdhemerval Zanella2019-12-194-102/+1
* nptl: Move waitpid implementation to libcAdhemerval Zanella2019-12-1929-30/+2
* nptl: Move wait implementation to libcAdhemerval Zanella2019-12-1929-57/+2
* Remove __waitpid_nocancelAdhemerval Zanella2019-12-196-43/+11
* Fix test isolation for elf/tst-ifunc-fault-lazy, elf/tst-ifunc-fault-bindnowFlorian Weimer2019-12-191-4/+3
* Fix __libc_signal_block_all on sparc64Adhemerval Zanella2019-12-191-6/+8
* powerpc: Do not run IFUNC resolvers for LD_DEBUG=unused [BZ #24214]Adhemerval Zanella2019-12-192-4/+6
* hurd: Do not make sigprocmask available in ld.soFlorian Weimer2019-12-183-11/+2
* build-many-glibcs.py: Do not build C++ PCHs by defaultFlorian Weimer2019-12-181-2/+5
* hurd: Make getrandom honour GRND_NONBLOCKJames Clarke2019-12-171-1/+5