about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* y2038: Use a common definition for statLukasz Majewski2021-06-1510-243/+320
* y2038: linux: Add __USE_TIME_BITS64 support for struct timexAdhemerval Zanella2021-06-151-0/+31
* y2038: Add __USE_TIME_BITS64 support for struct utimbufAdhemerval Zanella2021-06-151-0/+5
* y2038: Add __USE_TIME_BITS64 support for struct timespecAdhemerval Zanella2021-06-151-1/+6
* y2038: Add __USE_TIME_BITS64 support for struct timevalAdhemerval Zanella2021-06-151-0/+5
* y2038: Add __USE_TIME_BITS64 support for time_tAdhemerval Zanella2021-06-151-0/+4
* linux: Add recvvmsg fallback for 64-bit time_t SO_TIMESTAMP{NS}Adhemerval Zanella2021-06-151-2/+15
* linux: Add fallback for 64-bit time_t SO_TIMESTAMP{NS}Adhemerval Zanella2021-06-1511-7/+167
* linux: Add fallback for 64-bit time_t SO_{RCV,SND}TIMEOAdhemerval Zanella2021-06-147-15/+276
* linux: s390: Add libanl.abilist in s390 and s390xAdhemerval Zanella2021-06-142-0/+4
* linux: mips: Split libanl.abilist in n32 and n64Adhemerval Zanella2021-06-142-0/+4
* linux: mips: Split librt.abilist in n32 and n64Adhemerval Zanella2021-06-142-0/+37
* Reinstate gconv-modules as the default configuration fileSiddhesh Poyarekar2021-06-143-21/+23
* Add build option to disable usage of scv on powerpcMatheus Castanho2021-06-1010-13/+59
* io: Fix sporadic test failures in io/tst-statFlorian Weimer2021-06-102-5/+6
* nptl: Avoid async cancellation to wrongly update __nptl_nthreads (BZ #19366)Adhemerval Zanella2021-06-091-7/+4
* nptl: Use pthread_kill on pthread_cancelAdhemerval Zanella2021-06-093-11/+15
* nptl: Implement raise in terms of pthread_killAdhemerval Zanella2021-06-098-71/+50
* nptl: Move cancel type out of cancelhandlingAdhemerval Zanella2021-06-098-170/+35
* nptl: Move cancel state out of cancelhandlingAdhemerval Zanella2021-06-0914-63/+34
* nptl: Remove CANCELING_BITMASKAdhemerval Zanella2021-06-094-106/+36
* nptl: Install cancellation handler on pthread_cancelAdhemerval Zanella2021-06-094-45/+28
* nptl: Deallocate the thread stack on setup failure (BZ #19511)Adhemerval Zanella2021-06-093-88/+80
* Remove stale references to libdl.aFlorian Weimer2021-06-093-8/+1
* Fix elf/tst-tls9-static after libdl cleanups.Stefan Liebler2021-06-091-2/+0
* iconvdata: Split out non-essential gconv module configurationSiddhesh Poyarekar2021-06-093-1858/+1890
* iconvdata: Move gconv-modules configuration to gconv-modules.confSiddhesh Poyarekar2021-06-095-22/+44
* gconv_conf: Read configuration files in gconv-modules.dSiddhesh Poyarekar2021-06-091-6/+43
* iconvconfig: Read configuration from gconv-modules.d subdirectorySiddhesh Poyarekar2021-06-091-6/+44
* iconvconfig: Make file handling more general purposeSiddhesh Poyarekar2021-06-091-25/+40
* AArch64: Add support for roundeven[f]Wilco Dijkstra2021-06-082-0/+57
* configure: Replaced obsolete AC_TRY_COMPILENaohiro Tamura2021-06-0413-81/+88
* libio: Assume _IO_lock_inexpensiveAdhemerval Zanella2021-06-043-15/+2
* nptl: Remove exit-thread.hAdhemerval Zanella2021-06-045-69/+4
* Improve test coverage of strnlen functionSunil K Pandey2021-06-031-1/+10
* dlfcn: Rework static dlopen hooksFlorian Weimer2021-06-0315-139/+54
* dlfcn: Eliminate GLIBC_PRIVATE dependency from tststatic2Florian Weimer2021-06-032-2/+18
* dlfcn: Cleanups after -ldl is no longer requiredFlorian Weimer2021-06-0317-270/+60
* dlfcn: Move dlopen into libcFlorian Weimer2021-06-0370-96/+193
* dlfcn: Move dlvsym into libcFlorian Weimer2021-06-0369-65/+115
* dlfcn: Move dlinfo into libcFlorian Weimer2021-06-0369-54/+120
* dlfcn: Move dladdr1 into libcFlorian Weimer2021-06-0368-50/+81
* dlfcn: Move dlmopen into libcFlorian Weimer2021-06-0369-73/+154
* dlfcn: Move dlsym into libcFlorian Weimer2021-06-0370-60/+108
* dlfcn: Move dladdr into libcFlorian Weimer2021-06-0368-50/+78
* dlfcn: Move dlclose into libcFlorian Weimer2021-06-0368-57/+83
* Improve test coverage of strlen functionSunil K Pandey2021-06-021-1/+14
* fix typoXeonacid2021-06-022-2/+2
* dlfcn: Move dlerror into libcFlorian Weimer2021-06-0268-66/+104
* Add libc ABI extension kludge for baseline-violating libdl symbolsFlorian Weimer2021-06-025-1/+29