about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
...
* io: Add ftw64 with 64-bit time_t supportAdhemerval Zanella2021-06-1520-0/+40
* io: Add fts64 with 64-bit time_t supportAdhemerval Zanella2021-06-1520-0/+100
* posix: Add glob64 with 64-bit time_t supportAdhemerval Zanella2021-06-1528-17/+148
* y2038: Add support for 64-bit time on legacy ABIsAdhemerval Zanella2021-06-1586-18/+1803
* y2038: Add __USE_TIME_BITS64 support for socket-constants.hAdhemerval Zanella2021-06-155-16/+175
* y2038: Use a common definition for shmid_dsAdhemerval Zanella2021-06-158-26/+68
* y2038: Use a common definition for semid_dsAdhemerval Zanella2021-06-159-14/+61
* y2038: Use a common definition for msqid_dsLukasz Majewski2021-06-158-28/+81
* 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
* 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-1510-7/+162
* 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
* Add build option to disable usage of scv on powerpcMatheus Castanho2021-06-104-13/+21
* nptl: Implement raise in terms of pthread_killAdhemerval Zanella2021-06-093-56/+9
* nptl: Move cancel type out of cancelhandlingAdhemerval Zanella2021-06-091-0/+1
* nptl: Move cancel state out of cancelhandlingAdhemerval Zanella2021-06-091-0/+2
* Remove stale references to libdl.aFlorian Weimer2021-06-092-2/+0
* iconvdata: Move gconv-modules configuration to gconv-modules.confSiddhesh Poyarekar2021-06-092-2/+14
* AArch64: Add support for roundeven[f]Wilco Dijkstra2021-06-082-0/+57
* configure: Replaced obsolete AC_TRY_COMPILENaohiro Tamura2021-06-0410-69/+34
* libio: Assume _IO_lock_inexpensiveAdhemerval Zanella2021-06-042-6/+0
* nptl: Remove exit-thread.hAdhemerval Zanella2021-06-043-66/+2
* dlfcn: Rework static dlopen hooksFlorian Weimer2021-06-031-0/+3
* dlfcn: Cleanups after -ldl is no longer requiredFlorian Weimer2021-06-033-15/+5
* dlfcn: Move dlopen into libcFlorian Weimer2021-06-0363-43/+125
* dlfcn: Move dlvsym into libcFlorian Weimer2021-06-0363-30/+66
* dlfcn: Move dlinfo into libcFlorian Weimer2021-06-0363-30/+83
* dlfcn: Move dladdr1 into libcFlorian Weimer2021-06-0363-30/+66
* dlfcn: Move dlmopen into libcFlorian Weimer2021-06-0363-30/+83
* dlfcn: Move dlsym into libcFlorian Weimer2021-06-0363-30/+66
* dlfcn: Move dladdr into libcFlorian Weimer2021-06-0363-30/+66
* dlfcn: Move dlclose into libcFlorian Weimer2021-06-0363-30/+66
* dlfcn: Move dlerror into libcFlorian Weimer2021-06-0263-30/+66
* Add libc ABI extension kludge for baseline-violating libdl symbolsFlorian Weimer2021-06-024-0/+4
* Add missing symbols to Version filesFlorian Weimer2021-06-0213-47/+55
* Fix use of __pthread_attr_copy in mq_notify (bug 27896)Florian Weimer2021-06-021-2/+9
* Use __pthread_attr_copy in mq_notify (bug 27896)Andreas Schwab2021-06-011-5/+10
* stdio-common: Remove _IO_vfwscanfFlorian Weimer2021-06-011-1/+0
* aarch64: align stack in clone [BZ #27939]Szabolcs Nagy2021-06-011-0/+2
* powerpc: Optimized memcmp for power10Lucas A. M. Magalhaes2021-05-315-1/+218
* x86-64: Align child stack to 16 bytes [BZ #27902]H.J. Lu2021-05-313-4/+103
* nptl: Move Linux createthread to nptlAdhemerval Zanella2021-05-271-153/+0
* aarch64: Added optimized memset for A64FXNaohiro Tamura2021-05-274-5/+286
* aarch64: Added optimized memcpy and memmove for A64FXNaohiro Tamura2021-05-278-13/+451
* aarch64: Added Vector Length Set test helper scriptNaohiro Tamura2021-05-261-0/+82
* aarch64: define BTI_C and BTI_J macros as NOP unless HAVE_AARCH64_BTINaohiro Tamura2021-05-261-2/+7