aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-15y2038: Add __USE_TIME_BITS64 support for struct timespecAdhemerval Zanella1-1/+6
2021-06-15y2038: Add __USE_TIME_BITS64 support for struct timevalAdhemerval Zanella1-0/+5
2021-06-15y2038: Add __USE_TIME_BITS64 support for time_tAdhemerval Zanella1-0/+4
2021-06-15linux: Add recvvmsg fallback for 64-bit time_t SO_TIMESTAMP{NS}Adhemerval Zanella1-2/+15
2021-06-15linux: Add fallback for 64-bit time_t SO_TIMESTAMP{NS}Adhemerval Zanella11-7/+167
2021-06-14linux: Add fallback for 64-bit time_t SO_{RCV,SND}TIMEOAdhemerval Zanella7-15/+276
2021-06-14linux: s390: Add libanl.abilist in s390 and s390xAdhemerval Zanella2-0/+4
2021-06-14linux: mips: Split libanl.abilist in n32 and n64Adhemerval Zanella2-0/+4
2021-06-14linux: mips: Split librt.abilist in n32 and n64Adhemerval Zanella2-0/+37
2021-06-14Reinstate gconv-modules as the default configuration fileSiddhesh Poyarekar3-21/+23
2021-06-10Add build option to disable usage of scv on powerpcMatheus Castanho10-13/+59
2021-06-10io: Fix sporadic test failures in io/tst-statFlorian Weimer2-5/+6
2021-06-09nptl: Avoid async cancellation to wrongly update __nptl_nthreads (BZ #19366)Adhemerval Zanella1-7/+4
2021-06-09nptl: Use pthread_kill on pthread_cancelAdhemerval Zanella3-11/+15
2021-06-09nptl: Implement raise in terms of pthread_killAdhemerval Zanella8-71/+50
2021-06-09nptl: Move cancel type out of cancelhandlingAdhemerval Zanella8-170/+35
2021-06-09nptl: Move cancel state out of cancelhandlingAdhemerval Zanella14-63/+34
2021-06-09nptl: Remove CANCELING_BITMASKAdhemerval Zanella4-106/+36
2021-06-09nptl: Install cancellation handler on pthread_cancelAdhemerval Zanella4-45/+28
2021-06-09nptl: Deallocate the thread stack on setup failure (BZ #19511)Adhemerval Zanella3-88/+80
2021-06-09Remove stale references to libdl.aFlorian Weimer3-8/+1
2021-06-09Fix elf/tst-tls9-static after libdl cleanups.Stefan Liebler1-2/+0
2021-06-09iconvdata: Split out non-essential gconv module configurationSiddhesh Poyarekar3-1858/+1890
2021-06-09iconvdata: Move gconv-modules configuration to gconv-modules.confSiddhesh Poyarekar5-22/+44
2021-06-09gconv_conf: Read configuration files in gconv-modules.dSiddhesh Poyarekar1-6/+43
2021-06-09iconvconfig: Read configuration from gconv-modules.d subdirectorySiddhesh Poyarekar1-6/+44
2021-06-09iconvconfig: Make file handling more general purposeSiddhesh Poyarekar1-25/+40
2021-06-08AArch64: Add support for roundeven[f]Wilco Dijkstra2-0/+57
2021-06-04configure: Replaced obsolete AC_TRY_COMPILENaohiro Tamura13-81/+88
2021-06-04libio: Assume _IO_lock_inexpensiveAdhemerval Zanella3-15/+2
2021-06-04nptl: Remove exit-thread.hAdhemerval Zanella5-69/+4
2021-06-03Improve test coverage of strnlen functionSunil K Pandey1-1/+10
2021-06-03dlfcn: Rework static dlopen hooksFlorian Weimer15-139/+54
2021-06-03dlfcn: Eliminate GLIBC_PRIVATE dependency from tststatic2Florian Weimer2-2/+18
2021-06-03dlfcn: Cleanups after -ldl is no longer requiredFlorian Weimer17-270/+60
2021-06-03dlfcn: Move dlopen into libcFlorian Weimer70-96/+193
2021-06-03dlfcn: Move dlvsym into libcFlorian Weimer69-65/+115
2021-06-03dlfcn: Move dlinfo into libcFlorian Weimer69-54/+120
2021-06-03dlfcn: Move dladdr1 into libcFlorian Weimer68-50/+81
2021-06-03dlfcn: Move dlmopen into libcFlorian Weimer69-73/+154
2021-06-03dlfcn: Move dlsym into libcFlorian Weimer70-60/+108
2021-06-03dlfcn: Move dladdr into libcFlorian Weimer68-50/+78
2021-06-03dlfcn: Move dlclose into libcFlorian Weimer68-57/+83
2021-06-02Improve test coverage of strlen functionSunil K Pandey1-1/+14
2021-06-02fix typoXeonacid2-2/+2
2021-06-02dlfcn: Move dlerror into libcFlorian Weimer68-66/+104
2021-06-02Add libc ABI extension kludge for baseline-violating libdl symbolsFlorian Weimer5-1/+29
2021-06-02scripts/versions.awk: Add local: * to all version nodesFlorian Weimer1-5/+1
2021-06-02Add missing symbols to Version filesFlorian Weimer18-47/+73
2021-06-02Fix use of __pthread_attr_copy in mq_notify (bug 27896)Florian Weimer1-2/+9