aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-13Implement waitpid in terms of wait4azanella/wait-refactorAdhemerval Zanella
2019-11-13linux: Use waitid on wait4 if __NR_wait4 is not definedAdhemerval Zanella
2019-11-13Implement wait in terms of waitpidAdhemerval Zanella
2019-11-13nptl: Move waitpid implementation to libcAdhemerval Zanella
2019-11-13nptl: Move wait implementation to libcAdhemerval Zanella
2019-11-13Remove __waitpid_nocancelAdhemerval Zanella
2019-11-13Redefine _IO_iconv_t to store a single gconv step pointer [BZ #25097]Florian Weimer
2019-11-13Add new script for plotting string benchmark JSON outputKrzysztof Koch
2019-11-13support: Fix support_set_small_thread_stack_size to build on HurdFlorian Weimer
2019-11-12login: Use pread64 in utmp implementationFlorian Weimer
2019-11-12Clarify purpose of assert in _dl_lookup_symbol_xFlorian Weimer
2019-11-12aarch64: Increase small and medium cases for __memcpy_genericKrzysztof Koch
2019-11-12login: Introduce matches_last_entry to utmp processingFlorian Weimer
2019-11-12slotinfo in struct dtv_slotinfo_list should be flexible array [BZ #25097]Florian Weimer
2019-11-11Fix clock_nanosleep when interrupted by a signalAdhemerval Zanella
2019-11-11libio/tst-fopenloc: Use xsetlocale, xfopen, and xfcloseArjun Shankar
2019-11-11support: Add xsetlocale functionArjun Shankar
2019-11-11Declare asctime_r, ctime_r, gmtime_r, localtime_r for C2X.Joseph Myers
2019-11-11y2038: linux: Provide __ppoll64 implementationLukasz Majewski
2019-11-11linux: Reduce stack size for nptl/tst-thread-affinity-pthreadFlorian Weimer
2019-11-11support: Add support_set_small_thread_stack_sizeFlorian Weimer
2019-11-11Fix array bounds violation in regex matcher (bug 25149)Andreas Schwab
2019-11-08sysdeps/clock_nanosleep: Use clock_nanosleep_time64 if avaliableAlistair Francis
2019-11-08Remove hppa pthreadP.hAdhemerval Zanella
2019-11-07login: Acquire write lock early in pututline [BZ #24882]Florian Weimer
2019-11-07nptl: Add missing placeholder abi symbol from nanosleep moveAdhemerval Zanella
2019-11-07login: Remove double-assignment of fl.l_whence in try_file_lockFlorian Weimer
2019-11-07hurd: Use __clock_gettime in _hurd_selectFlorian Weimer
2019-11-07hurd: Remove lingering references to the time functionFlorian Weimer
2019-11-07math: enhance the endloop condition of function handle_input_flagliqingqing
2019-11-06nptl: Refactor thrd_sleep in terms of clock_nanosleepAdhemerval Zanella
2019-11-06Refactor nanosleep in terms of clock_nanosleepAdhemerval Zanella
2019-11-06nptl: Move nanosleep implementation to libcAdhemerval Zanella
2019-11-06posix: Sync regex with gnulibAdhemerval Zanella
2019-11-06Add mnw language code [BZ #25139]Mike FABIAN
2019-11-06Add new locale: mnw_MM (Mon language spoken in Myanmar) [BZ #25139]Talachan Mon
2019-11-06S390: Fp comparison are now raising FE_INVALID with gcc 10.Stefan Liebler
2019-11-05linux: pselect: Remove CALL_PSELECT6 macroLukasz Majewski
2019-11-05Fix run-one-test so that it runs elf testsArjun Shankar
2019-11-04nptl: Fix niggles with pthread_clockjoin_npMike Crowe
2019-11-03hppa: Align __clone stack argument to 8 bytes (Bug 25066)John David Anglin
2019-11-02y2038: linux: Provide __futimens64 implementationLukasz Majewski
2019-11-02y2038: linux: Provide __utimensat64 implementationLukasz Majewski
2019-11-01nptl: Add pthread_timedjoin_np, pthread_clockjoin_np NULL timeout testMike Crowe
2019-11-01nptl: Add pthread_clockjoin_npMike Crowe
2019-11-01manual: Add documentation for pthread_tryjoin_np and pthread_timedjoin_npMike Crowe
2019-11-01nptl: Convert tst-join3 to use libsupportMike Crowe
2019-10-31Sync time/mktime.c with gnulibPaul Eggert
2019-10-31Sync timespec-{add,sub} with gnulibAdhemerval Zanella
2019-10-31Sync intprops.h with gnulibAdhemerval Zanella