about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* scripts/versions.awk: Add local: * to all version nodesFlorian Weimer2021-06-021-5/+1
* Add missing symbols to Version filesFlorian Weimer2021-06-0218-47/+73
* 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-012-5/+14
* Update floating-point feature test macro handling for C2XJoseph Myers2021-06-016-14/+71
* stdio-common: Remove _IO_vfwscanfFlorian Weimer2021-06-014-42/+1
* 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
* support: Do not build xpthread_attr_setaffinity_np for hurdAdhemerval Zanella2021-05-282-0/+4
* nptl: Add pthread_attr_setaffinity_np failure testAdhemerval Zanella2021-05-272-0/+60
* support: Add xpthread_attr_setaffinity_np wrapperAdhemerval Zanella2021-05-273-0/+32
* nptl: Move createthread to pthread_createAdhemerval Zanella2021-05-272-166/+115
* nptl: Move Linux createthread to nptlAdhemerval Zanella2021-05-272-161/+116
* nptl: Install SIGSETXID handler with SA_ONSTACK [BZ #27914]Florian Weimer2021-05-271-2/+5
* aarch64: Added optimized memset for A64FXNaohiro Tamura2021-05-274-5/+286