summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Implement waitpid in terms of wait4azanella/wait-refactorAdhemerval Zanella2019-11-135-7/+5
* linux: Use waitid on wait4 if __NR_wait4 is not definedAdhemerval Zanella2019-11-132-1/+84
* Implement wait in terms of waitpidAdhemerval Zanella2019-11-134-102/+1
* nptl: Move waitpid implementation to libcAdhemerval Zanella2019-11-1329-30/+2
* nptl: Move wait implementation to libcAdhemerval Zanella2019-11-1330-68/+16
* Remove __waitpid_nocancelAdhemerval Zanella2019-11-136-43/+11
* Redefine _IO_iconv_t to store a single gconv step pointer [BZ #25097]Florian Weimer2019-11-134-63/+52
* Add new script for plotting string benchmark JSON outputKrzysztof Koch2019-11-131-0/+395
* support: Fix support_set_small_thread_stack_size to build on HurdFlorian Weimer2019-11-131-2/+7
* login: Use pread64 in utmp implementationFlorian Weimer2019-11-121-72/+95
* Clarify purpose of assert in _dl_lookup_symbol_xFlorian Weimer2019-11-121-5/+3
* aarch64: Increase small and medium cases for __memcpy_genericKrzysztof Koch2019-11-121-35/+47
* login: Introduce matches_last_entry to utmp processingFlorian Weimer2019-11-121-49/+31
* slotinfo in struct dtv_slotinfo_list should be flexible array [BZ #25097]Florian Weimer2019-11-126-22/+29
* Fix clock_nanosleep when interrupted by a signalAdhemerval Zanella2019-11-111-9/+7
* libio/tst-fopenloc: Use xsetlocale, xfopen, and xfcloseArjun Shankar2019-11-111-13/+7
* support: Add xsetlocale functionArjun Shankar2019-11-113-0/+32
* Declare asctime_r, ctime_r, gmtime_r, localtime_r for C2X.Joseph Myers2019-11-111-4/+4
* y2038: linux: Provide __ppoll64 implementationLukasz Majewski2019-11-112-5/+57
* linux: Reduce stack size for nptl/tst-thread-affinity-pthreadFlorian Weimer2019-11-111-1/+4
* support: Add support_set_small_thread_stack_sizeFlorian Weimer2019-11-114-0/+94
* Fix array bounds violation in regex matcher (bug 25149)Andreas Schwab2019-11-111-2/+5
* sysdeps/clock_nanosleep: Use clock_nanosleep_time64 if avaliableAlistair Francis2019-11-082-4/+65
* Remove hppa pthreadP.hAdhemerval Zanella2019-11-081-16/+0
* login: Acquire write lock early in pututline [BZ #24882]Florian Weimer2019-11-073-31/+238
* nptl: Add missing placeholder abi symbol from nanosleep moveAdhemerval Zanella2019-11-079-0/+9
* login: Remove double-assignment of fl.l_whence in try_file_lockFlorian Weimer2019-11-071-1/+1
* hurd: Use __clock_gettime in _hurd_selectFlorian Weimer2019-11-071-7/+4
* hurd: Remove lingering references to the time functionFlorian Weimer2019-11-071-2/+2
* math: enhance the endloop condition of function handle_input_flagliqingqing2019-11-071-1/+1
* nptl: Refactor thrd_sleep in terms of clock_nanosleepAdhemerval Zanella2019-11-061-12/+9
* Refactor nanosleep in terms of clock_nanosleepAdhemerval Zanella2019-11-067-138/+59
* nptl: Move nanosleep implementation to libcAdhemerval Zanella2019-11-0631-60/+5
* posix: Sync regex with gnulibAdhemerval Zanella2019-11-065-114/+49
* Add mnw language code [BZ #25139]Mike FABIAN2019-11-061-0/+1
* Add new locale: mnw_MM (Mon language spoken in Myanmar) [BZ #25139]Talachan Mon2019-11-063-0/+290
* S390: Fp comparison are now raising FE_INVALID with gcc 10.Stefan Liebler2019-11-061-5/+7
* linux: pselect: Remove CALL_PSELECT6 macroLukasz Majewski2019-11-051-9/+2
* Fix run-one-test so that it runs elf testsArjun Shankar2019-11-051-1/+1
* nptl: Fix niggles with pthread_clockjoin_npMike Crowe2019-11-044-3/+14
* hppa: Align __clone stack argument to 8 bytes (Bug 25066)John David Anglin2019-11-031-2/+7
* y2038: linux: Provide __futimens64 implementationLukasz Majewski2019-11-022-3/+26
* y2038: linux: Provide __utimensat64 implementationLukasz Majewski2019-11-022-4/+73
* nptl: Add pthread_timedjoin_np, pthread_clockjoin_np NULL timeout testMike Crowe2019-11-012-0/+75
* nptl: Add pthread_clockjoin_npMike Crowe2019-11-0145-28/+235
* manual: Add documentation for pthread_tryjoin_np and pthread_timedjoin_npMike Crowe2019-11-011-2/+24
* nptl: Convert tst-join3 to use libsupportMike Crowe2019-11-011-66/+20
* Sync time/mktime.c with gnulibPaul Eggert2019-10-311-1/+1
* Sync timespec-{add,sub} with gnulibAdhemerval Zanella2019-10-312-26/+14
* Sync intprops.h with gnulibAdhemerval Zanella2019-10-311-45/+169