about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABIPaul E. Murphy2020-04-3037-64/+74
* ldbl-128ibm-compat: workaround GCC 9 C++ PR90731Paul E. Murphy2020-04-305-0/+44
* x86: Add the test case of __get_cpu_features support for Zhaoxin processorsmayshao-oc2020-04-301-0/+2
* x86: Add cache information support for Zhaoxin processorsmayshao-oc2020-04-301-196/+282
* x86: Add CPU Vendor ID detection support for Zhaoxin processorsmayshao2020-04-302-0/+55
* Update translationsSiddhesh Poyarekar2020-04-301-32/+32
* Add C wrappers for process_vm_readv/process_vm_writev [BZ #25810]H.J. Lu2020-04-294-3/+66
* generic/typesizes.h: Add support for 32-bit arches with 64-bit typesAlistair Francis2020-04-291-10/+23
* semctl: Remove the sem-pad.h fileAlistair Francis2020-04-2911-117/+141
* bits/sem.h: Split out struct semid_dsAlistair Francis2020-04-293-23/+45
* Mark unsigned long arguments with U in more syscalls [BZ #25810]H.J. Lu2020-04-292-18/+18
* elf: Add initial flag argument to __libc_early_initFlorian Weimer2020-04-296-12/+31
* Add SYSCALL_ULONG_ARG_[12] to pass long to syscall [BZ #25810]H.J. Lu2020-04-296-30/+159
* Makeconfig: Use $(error ...) to output error messageSimon Marchi2020-04-291-1/+1
* manual: Fix typos in the fexecve descriptionFlorian Weimer2020-04-291-1/+1
* misc: Remove sstk from the autogenerated system call listFlorian Weimer2020-04-283-2/+5
* Remove unused floating-point configuration from gmp-impl.h.Joseph Myers2020-04-282-52/+0
* support: Implement <support/xthread.h> key create/deleteMathieu Desnoyers2020-04-274-0/+56
* nptl/tst-setuid1-static: Improve isolation from system objectsFlorian Weimer2020-04-271-0/+5
* Increase the timeout of locale/tst-localedef-path-normSzabolcs Nagy2020-04-271-0/+1
* Use 2020 as copyright year.Carlos O'Donell2020-04-273-3/+3
* misc: Turn sstk into a compat symbolFlorian Weimer2020-04-271-7/+4
* manual: Document the fexecve functionFlorian Weimer2020-04-271-0/+13
* nptl: Start new threads with all signals blocked [BZ #25098]Florian Weimer2020-04-272-24/+32
* localedef: Add verbose messages for failure paths.Carlos O'Donell2020-04-2611-75/+394
* Remove most gmp-mparam.h headers.Joseph Myers2020-04-245-146/+0
* elf: Implement __libc_early_initFlorian Weimer2020-04-2413-10/+283
* elf: Introduce <elf_machine_sym_no_match.h>Florian Weimer2020-04-244-23/+79
* Add a syscall test for [BZ #25810]H.J. Lu2020-04-222-1/+168
* elf: Support lld-style link map for librtld.mapFangrui Song2020-04-211-1/+2
* signal: Only handle on NSIG signals on signal functions (BZ #25657)Adhemerval Zanella2020-04-218-94/+246
* linux: Use pthread_sigmask on sigprocmaskAdhemerval Zanella2020-04-214-15/+27
* ia64: Remove sigprocmask/sigblock objects from libpthreadAdhemerval Zanella2020-04-212-4/+3
* nptl: Move pthread_sigmask implementation to libcAdhemerval Zanella2020-04-2161-34/+77
* Bug 25819: Update to Unicode 13.0.0Mike FABIAN2020-04-2115-1439/+3838
* ARC: Update syscall-names.list for ARC specific syscallsVineet Gupta2020-04-201-0/+3
* Revert "x86_64: Add SSE sfp-exceptions"Adhemerval Zanella2020-04-202-60/+1
* provide y2038 safe socket constants for default/asm-generic ABIVineet Gupta2020-04-191-2/+14
* x86_64: Add SSE sfp-exceptionsAdhemerval Zanella2020-04-172-1/+60
* Remove __NO_MATH_INLINESAdhemerval Zanella2020-04-176-26/+3
* i686: Add INTERNAL_SYSCALL_NCS 6 argument supportAdhemerval Zanella2020-04-171-30/+49
* Reset converter state after second wchar_t output (Bug 25734)Carlos O'Donell2020-04-153-4/+176
* Fix typo in posix/tst-fnmatch.input (Bug 25790)Carlos O'Donell2020-04-151-1/+1
* Linux: Remove <sys/sysctl.h> and the sysctl functionFlorian Weimer2020-04-1514-277/+51
* posix: Add wait4 test caseAlistair Francis2020-04-142-1/+211
* linux: wait4: Fix incorrect return value comparisonAlistair Francis2020-04-141-10/+9
* hurd: add mach_print functionSamuel Thibault2020-04-142-0/+4
* x32: Properly pass long to syscall [BZ #25810]H.J. Lu2020-04-132-6/+25
* Add GRND_INSECURE from Linux 5.6 to sys/random.hJoseph Myers2020-04-092-0/+4
* Update kernel version to 5.6 in tst-mman-consts.py.Joseph Myers2020-04-091-1/+1