aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-11-11support: Add support_set_small_thread_stack_sizeFlorian Weimer4-0/+94
2019-11-11Fix array bounds violation in regex matcher (bug 25149)Andreas Schwab1-2/+5
2019-11-08sysdeps/clock_nanosleep: Use clock_nanosleep_time64 if avaliableAlistair Francis2-4/+65
2019-11-08Remove hppa pthreadP.hAdhemerval Zanella1-16/+0
2019-11-07login: Acquire write lock early in pututline [BZ #24882]Florian Weimer3-31/+238
2019-11-07nptl: Add missing placeholder abi symbol from nanosleep moveAdhemerval Zanella9-0/+9
2019-11-07login: Remove double-assignment of fl.l_whence in try_file_lockFlorian Weimer1-1/+1
2019-11-07hurd: Use __clock_gettime in _hurd_selectFlorian Weimer1-7/+4
2019-11-07hurd: Remove lingering references to the time functionFlorian Weimer1-2/+2
2019-11-07math: enhance the endloop condition of function handle_input_flagliqingqing1-1/+1
2019-11-06nptl: Refactor thrd_sleep in terms of clock_nanosleepAdhemerval Zanella1-12/+9
2019-11-06Refactor nanosleep in terms of clock_nanosleepAdhemerval Zanella7-138/+59
2019-11-06nptl: Move nanosleep implementation to libcAdhemerval Zanella31-60/+5
2019-11-06posix: Sync regex with gnulibAdhemerval Zanella5-114/+49
2019-11-06Add mnw language code [BZ #25139]Mike FABIAN1-0/+1
2019-11-06Add new locale: mnw_MM (Mon language spoken in Myanmar) [BZ #25139]Talachan Mon3-0/+290
2019-11-06S390: Fp comparison are now raising FE_INVALID with gcc 10.Stefan Liebler1-5/+7
2019-11-05linux: pselect: Remove CALL_PSELECT6 macroLukasz Majewski1-9/+2
2019-11-05Fix run-one-test so that it runs elf testsArjun Shankar1-1/+1
2019-11-04nptl: Fix niggles with pthread_clockjoin_npMike Crowe4-3/+14
2019-11-03hppa: Align __clone stack argument to 8 bytes (Bug 25066)John David Anglin1-2/+7
2019-11-02y2038: linux: Provide __futimens64 implementationLukasz Majewski2-3/+26
2019-11-02y2038: linux: Provide __utimensat64 implementationLukasz Majewski2-4/+73
2019-11-01nptl: Add pthread_timedjoin_np, pthread_clockjoin_np NULL timeout testMike Crowe2-0/+75
2019-11-01nptl: Add pthread_clockjoin_npMike Crowe45-28/+235
2019-11-01manual: Add documentation for pthread_tryjoin_np and pthread_timedjoin_npMike Crowe1-2/+24
2019-11-01nptl: Convert tst-join3 to use libsupportMike Crowe1-66/+20
2019-10-31Sync time/mktime.c with gnulibPaul Eggert1-1/+1
2019-10-31Sync timespec-{add,sub} with gnulibAdhemerval Zanella2-26/+14
2019-10-31Sync intprops.h with gnulibAdhemerval Zanella1-45/+169
2019-10-31Refactor adjtimex based on clock_adjtimeAdhemerval Zanella3-2/+7
2019-10-31Refactor PI mutexes internal definitionsAdhemerval Zanella7-69/+137
2019-10-31Remove pause and nanosleep not cancel wrappersAdhemerval Zanella5-76/+2
2019-10-31nptl: Replace non cancellable pause/nanosleep with futexAdhemerval Zanella7-82/+56
2019-10-31Consolidate lowlevellock-futex.hAdhemerval Zanella2-205/+128
2019-10-31Consolidate futex-internal.hAdhemerval Zanella2-270/+196
2019-10-30Base max_fast on alignment, not width, of bins (Bug 24903)DJ Delorie1-1/+1
2019-10-30Revise the documentation of simple calendar time.Zack Weinberg4-471/+611
2019-10-30Make second argument of gettimeofday as 'void *'Zack Weinberg6-20/+21
2019-10-30Use clock_gettime to implement gettimeofday.Adhemerval Zanella16-309/+125
2019-10-30Use clock_gettime to implement timespec_get.Zack Weinberg3-88/+4
2019-10-30Consolidate and deprecate ftimeZack Weinberg6-61/+21
2019-10-30Change most internal uses of time to __clock_gettime.Adhemerval Zanella14-121/+53
2019-10-30Use clock_gettime to implement time.Adhemerval Zanella4-57/+17
2019-10-30Use clock_settime to implement settimeofday.Zack Weinberg12-72/+153
2019-10-30Use clock_settime to implement stime; withdraw stime.Zack Weinberg5-58/+17
2019-10-30Change most internal uses of __gettimeofday to __clock_gettime.Zack Weinberg26-137/+137
2019-10-30Linux/Alpha: don't use timeval32 system calls.Zack Weinberg18-131/+637
2019-10-30resolv/tst-idna_name_classify: Isolate from system librariesFlorian Weimer1-0/+4
2019-10-30hurd: Support for file record lockingSvante Signell1-24/+87