Age | Commit message (Expand) | Author |
2019-11-22 | ldbl-128ibm-compat: Add regular character printing functions | Gabriel F. T. Gomes |
2019-11-22 | Use DEPRECATED_SCANF macro for remaining C99-compliant scanf functions | Gabriel F. T. Gomes |
2019-11-22 | misc: Set generic pselect as ENOSYS | Adhemerval Zanella |
2019-11-22 | Remove duplicate inline implementation of issignalingf | Paul A. Clarke |
2019-11-21 | Don't use a custom wrapper macro around __has_include (bug 25189). | Emilio Cobos Álvarez |
2019-11-21 | Enable inlining issignalingf within glibc | Paul A. Clarke |
2019-11-21 | Introduce DL_LOOKUP_FOR_RELOCATE flag for _dl_lookup_symbol_x | Florian Weimer |
2019-11-21 | rtld: Check __libc_enable_secure before honoring LD_PREFER_MAP_32BIT_EXEC (CV... | Marcin Kościelnicki |
2019-11-16 | Enhance _dl_catch_exception to allow disabling exception handling | Florian Weimer |
2019-11-16 | hurd: Suppress GCC 10 -Warray-bounds warning in init-first.c [BZ #25097] | Florian Weimer |
2019-11-15 | linux: Add comment on affinity set sizes to tst-skeleton-affinity.c | Florian Weimer |
2019-11-15 | Avoid zero-length array at the end of struct link_map [BZ #25097] | Florian Weimer |
2019-11-15 | Introduce link_map_audit_state accessor function | Florian Weimer |
2019-11-15 | Properly initialize audit cookie for the dynamic loader [BZ #25157] | Florian Weimer |
2019-11-14 | nios2: Work around backend bug triggered by csu/libc-tls.c (GCC PR 92499) | Florian Weimer |
2019-11-13 | Redefine _IO_iconv_t to store a single gconv step pointer [BZ #25097] | Florian Weimer |
2019-11-13 | Add new script for plotting string benchmark JSON output | Krzysztof Koch |
2019-11-13 | support: Fix support_set_small_thread_stack_size to build on Hurd | Florian Weimer |
2019-11-12 | login: Use pread64 in utmp implementation | Florian Weimer |
2019-11-12 | Clarify purpose of assert in _dl_lookup_symbol_x | Florian Weimer |
2019-11-12 | aarch64: Increase small and medium cases for __memcpy_generic | Krzysztof Koch |
2019-11-12 | login: Introduce matches_last_entry to utmp processing | Florian Weimer |
2019-11-12 | slotinfo in struct dtv_slotinfo_list should be flexible array [BZ #25097] | Florian Weimer |
2019-11-11 | Fix clock_nanosleep when interrupted by a signal | Adhemerval Zanella |
2019-11-11 | libio/tst-fopenloc: Use xsetlocale, xfopen, and xfclose | Arjun Shankar |
2019-11-11 | support: Add xsetlocale function | Arjun Shankar |
2019-11-11 | Declare asctime_r, ctime_r, gmtime_r, localtime_r for C2X. | Joseph Myers |
2019-11-11 | y2038: linux: Provide __ppoll64 implementation | Lukasz Majewski |
2019-11-11 | linux: Reduce stack size for nptl/tst-thread-affinity-pthread | Florian Weimer |
2019-11-11 | support: Add support_set_small_thread_stack_size | Florian Weimer |
2019-11-11 | Fix array bounds violation in regex matcher (bug 25149) | Andreas Schwab |
2019-11-08 | sysdeps/clock_nanosleep: Use clock_nanosleep_time64 if avaliable | Alistair Francis |
2019-11-08 | Remove hppa pthreadP.h | Adhemerval Zanella |
2019-11-07 | login: Acquire write lock early in pututline [BZ #24882] | Florian Weimer |
2019-11-07 | nptl: Add missing placeholder abi symbol from nanosleep move | Adhemerval Zanella |
2019-11-07 | login: Remove double-assignment of fl.l_whence in try_file_lock | Florian Weimer |
2019-11-07 | hurd: Use __clock_gettime in _hurd_select | Florian Weimer |
2019-11-07 | hurd: Remove lingering references to the time function | Florian Weimer |
2019-11-07 | math: enhance the endloop condition of function handle_input_flag | liqingqing |
2019-11-06 | nptl: Refactor thrd_sleep in terms of clock_nanosleep | Adhemerval Zanella |
2019-11-06 | Refactor nanosleep in terms of clock_nanosleep | Adhemerval Zanella |
2019-11-06 | nptl: Move nanosleep implementation to libc | Adhemerval Zanella |
2019-11-06 | posix: Sync regex with gnulib | Adhemerval Zanella |
2019-11-06 | Add mnw language code [BZ #25139] | Mike FABIAN |
2019-11-06 | Add new locale: mnw_MM (Mon language spoken in Myanmar) [BZ #25139] | Talachan Mon |
2019-11-06 | S390: Fp comparison are now raising FE_INVALID with gcc 10. | Stefan Liebler |
2019-11-05 | linux: pselect: Remove CALL_PSELECT6 macro | Lukasz Majewski |
2019-11-05 | Fix run-one-test so that it runs elf tests | Arjun Shankar |
2019-11-04 | nptl: Fix niggles with pthread_clockjoin_np | Mike Crowe |
2019-11-03 | hppa: Align __clone stack argument to 8 bytes (Bug 25066) | John David Anglin |