aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-10Add build option to disable usage of scv on powerpcMatheus Castanho
2021-06-10io: Fix sporadic test failures in io/tst-statFlorian Weimer
2021-06-09nptl: Avoid async cancellation to wrongly update __nptl_nthreads (BZ #19366)Adhemerval Zanella
2021-06-09nptl: Use pthread_kill on pthread_cancelAdhemerval Zanella
2021-06-09nptl: Implement raise in terms of pthread_killAdhemerval Zanella
2021-06-09nptl: Move cancel type out of cancelhandlingAdhemerval Zanella
2021-06-09nptl: Move cancel state out of cancelhandlingAdhemerval Zanella
2021-06-09nptl: Remove CANCELING_BITMASKAdhemerval Zanella
2021-06-09nptl: Install cancellation handler on pthread_cancelAdhemerval Zanella
2021-06-09nptl: Deallocate the thread stack on setup failure (BZ #19511)Adhemerval Zanella
2021-06-09Remove stale references to libdl.aFlorian Weimer
2021-06-09Fix elf/tst-tls9-static after libdl cleanups.Stefan Liebler
2021-06-09iconvdata: Split out non-essential gconv module configurationSiddhesh Poyarekar
2021-06-09iconvdata: Move gconv-modules configuration to gconv-modules.confSiddhesh Poyarekar
2021-06-09gconv_conf: Read configuration files in gconv-modules.dSiddhesh Poyarekar
2021-06-09iconvconfig: Read configuration from gconv-modules.d subdirectorySiddhesh Poyarekar
2021-06-09iconvconfig: Make file handling more general purposeSiddhesh Poyarekar
2021-06-08AArch64: Add support for roundeven[f]Wilco Dijkstra
2021-06-04configure: Replaced obsolete AC_TRY_COMPILENaohiro Tamura
2021-06-04libio: Assume _IO_lock_inexpensiveAdhemerval Zanella
2021-06-04nptl: Remove exit-thread.hAdhemerval Zanella
2021-06-03Improve test coverage of strnlen functionSunil K Pandey
2021-06-03dlfcn: Rework static dlopen hooksFlorian Weimer
2021-06-03dlfcn: Eliminate GLIBC_PRIVATE dependency from tststatic2Florian Weimer
2021-06-03dlfcn: Cleanups after -ldl is no longer requiredFlorian Weimer
2021-06-03dlfcn: Move dlopen into libcFlorian Weimer
2021-06-03dlfcn: Move dlvsym into libcFlorian Weimer
2021-06-03dlfcn: Move dlinfo into libcFlorian Weimer
2021-06-03dlfcn: Move dladdr1 into libcFlorian Weimer
2021-06-03dlfcn: Move dlmopen into libcFlorian Weimer
2021-06-03dlfcn: Move dlsym into libcFlorian Weimer
2021-06-03dlfcn: Move dladdr into libcFlorian Weimer
2021-06-03dlfcn: Move dlclose into libcFlorian Weimer
2021-06-02Improve test coverage of strlen functionSunil K Pandey
2021-06-02fix typoXeonacid
2021-06-02dlfcn: Move dlerror into libcFlorian Weimer
2021-06-02Add libc ABI extension kludge for baseline-violating libdl symbolsFlorian Weimer
2021-06-02scripts/versions.awk: Add local: * to all version nodesFlorian Weimer
2021-06-02Add missing symbols to Version filesFlorian Weimer
2021-06-02Fix use of __pthread_attr_copy in mq_notify (bug 27896)Florian Weimer
2021-06-01Use __pthread_attr_copy in mq_notify (bug 27896)Andreas Schwab
2021-06-01Update floating-point feature test macro handling for C2XJoseph Myers
2021-06-01stdio-common: Remove _IO_vfwscanfFlorian Weimer
2021-06-01aarch64: align stack in clone [BZ #27939]Szabolcs Nagy
2021-05-31powerpc: Optimized memcmp for power10Lucas A. M. Magalhaes
2021-05-31x86-64: Align child stack to 16 bytes [BZ #27902]H.J. Lu
2021-05-28support: Do not build xpthread_attr_setaffinity_np for hurdAdhemerval Zanella
2021-05-27nptl: Add pthread_attr_setaffinity_np failure testAdhemerval Zanella
2021-05-27support: Add xpthread_attr_setaffinity_np wrapperAdhemerval Zanella
2021-05-27nptl: Move createthread to pthread_createAdhemerval Zanella