about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* support: Add support_blob_repeat_allocate_sharedFlorian Weimer2020-05-123-20/+68
* nptl: wait for pending setxid request also in detached thread (bug 25942)Andreas Schwab2020-05-121-5/+6
* aarch64: Accept PLT calls to __getauxval within libc.soFlorian Weimer2020-05-121-0/+3
* Use unsigned constants for ICMP6 filters [BZ #22489]Sergey2020-05-111-4/+4
* Linux: Enhance glibcsyscalls.py to support listing system callsFlorian Weimer2020-05-111-1/+83
* Suppress GCC 10 true positive warnings [BZ #25967]Martin Sebor2020-05-112-3/+30
* POWER: Add context-synchronizing instructions to pkey_write [BZ #25954]Florian Weimer2020-05-111-1/+1
* hurd: Add missing sigstate members initializationSamuel Thibault2020-05-111-1/+5
* x86-64: Use RDX_LP on __x86_shared_non_temporal_threshold [BZ #25966]H.J. Lu2020-05-091-3/+3
* linux: Remove assembly umount2 implementationAdhemerval Zanella2020-05-085-20/+63
* signal: Use <sigsetops.h> for sigemptyset, sigfillsetFlorian Weimer2020-05-082-7/+4
* ckb_IQ, or_IN locales: Add missing reorder-end keywordsFlorian Weimer2020-05-082-0/+4
* semaphore: consolidate arch headers into a generic oneVineet Gupta2020-05-0613-422/+2
* Use GCC 10 branch in build-many-glibcs.py.Joseph Myers2020-05-061-1/+1
* Document the internal _ and N_ macrosFlorian Weimer2020-05-061-8/+24
* y2038: Provide conversion helpers for struct __timex64Lukasz Majewski2020-05-051-0/+61
* y2038: Introduce struct __timex64 - new internal glibc typeLukasz Majewski2020-05-051-0/+46
* y2038: include: Move struct __timeval64 definition to a separate fileLukasz Majewski2020-05-052-14/+18
* y2038: nscd: Modify nscd_helper to use __clock_gettime64Lukasz Majewski2020-05-051-8/+9
* y2038: inet: Convert inet deadline to support 64 bit timeLukasz Majewski2020-05-052-4/+5
* y2038: hurd: Provide __clock_gettime64 functionLukasz Majewski2020-05-051-0/+14
* y2038: Export __clock_gettime64 to be usable in other librariesLukasz Majewski2020-05-051-0/+1
* manual: Document the O_NOFOLLOW open flagFlorian Weimer2020-05-051-0/+7
* powerpc64le/power9: guard power9 strcmp against rtld usage [BZ# 25905]Paul E. Murphy2020-05-041-0/+2
* float128: use builtin_signbitf128 alwaysPaul E. Murphy2020-05-042-19/+1
* improve out-of-bounds checking with GCC 10 attribute access [BZ #25219]Martin Sebor2020-05-049-82/+146
* nios2: delete sysdeps/unix/sysv/linux/nios2/kernel-features.hChung-Lin Tang2020-05-041-22/+0
* powerpc: Rename argN to _argN in LOADARGS_N [BZ #25902]H.J. Lu2020-04-301-12/+12
* locale/tst-localedef-path-norm: Don't create $(complocaledir)Carlos O'Donell2020-04-301-22/+19
* support: Set errno before testing it.Carlos O'Donell2020-04-302-1/+5
* localedef: Add tests-container test for --no-hard-links.Carlos O'Donell2020-04-306-0/+154
* test-container: Support $(complocaledir) and mkdirp.Carlos O'Donell2020-04-302-3/+42
* i386: Remove unused variable in sysdeps/x86/cacheinfo.cFlorian Weimer2020-04-301-1/+1
* Add a C wrapper for prctl [BZ #25896]H.J. Lu2020-04-304-2/+44
* powerpc64le: Enable support for IEEE long doubleGabriel F. T. Gomes2020-04-307-0/+232
* powerpc64le: blacklist broken GCC compilers (e.g GCC 7.5.0)Paul E. Murphy2020-04-305-17/+55
* powerpc64le: bump binutils version requirement to >= 2.26Paul E. Murphy2020-04-304-0/+77
* powerpc64le: raise GCC requirement to 7.4 for long double transitionPaul E. Murphy2020-04-305-1/+107
* 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