aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-11WIP mul64 dlsym optimizationfw/dl-bind-performanceFlorian Weimer
2019-11-11elf: Optimize symbol binding by pre-computing divisionsFlorian Weimer
2019-11-11Introduce divopt.hFlorian Weimer
2019-11-11dlsym: Do not determine caller link map if not neededFlorian Weimer
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
2019-10-31Refactor adjtimex based on clock_adjtimeAdhemerval Zanella
2019-10-31Refactor PI mutexes internal definitionsAdhemerval Zanella
2019-10-31Remove pause and nanosleep not cancel wrappersAdhemerval Zanella
2019-10-31nptl: Replace non cancellable pause/nanosleep with futexAdhemerval Zanella
2019-10-31Consolidate lowlevellock-futex.hAdhemerval Zanella
2019-10-31Consolidate futex-internal.hAdhemerval Zanella
2019-10-30Base max_fast on alignment, not width, of bins (Bug 24903)DJ Delorie
2019-10-30Revise the documentation of simple calendar time.Zack Weinberg
2019-10-30Make second argument of gettimeofday as 'void *'Zack Weinberg
2019-10-30Use clock_gettime to implement gettimeofday.Adhemerval Zanella
2019-10-30Use clock_gettime to implement timespec_get.Zack Weinberg
2019-10-30Consolidate and deprecate ftimeZack Weinberg
2019-10-30Change most internal uses of time to __clock_gettime.Adhemerval Zanella
2019-10-30Use clock_gettime to implement time.Adhemerval Zanella
2019-10-30Use clock_settime to implement settimeofday.Zack Weinberg