about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* WIP mul64 dlsym optimization fw/dl-bind-performanceFlorian Weimer2019-11-112-12/+9
* elf: Optimize symbol binding by pre-computing divisionsFlorian Weimer2019-11-112-2/+20
* Introduce divopt.hFlorian Weimer2019-11-111-0/+78
* dlsym: Do not determine caller link map if not neededFlorian Weimer2019-11-111-4/+21
* 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
* Refactor adjtimex based on clock_adjtimeAdhemerval Zanella2019-10-313-2/+7
* Refactor PI mutexes internal definitionsAdhemerval Zanella2019-10-317-69/+137
* Remove pause and nanosleep not cancel wrappersAdhemerval Zanella2019-10-315-76/+2
* nptl: Replace non cancellable pause/nanosleep with futexAdhemerval Zanella2019-10-317-82/+56
* Consolidate lowlevellock-futex.hAdhemerval Zanella2019-10-312-205/+128
* Consolidate futex-internal.hAdhemerval Zanella2019-10-312-270/+196
* Base max_fast on alignment, not width, of bins (Bug 24903)DJ Delorie2019-10-301-1/+1
* Revise the documentation of simple calendar time.Zack Weinberg2019-10-304-471/+611
* Make second argument of gettimeofday as 'void *'Zack Weinberg2019-10-306-20/+21
* Use clock_gettime to implement gettimeofday.Adhemerval Zanella2019-10-3016-309/+125
* Use clock_gettime to implement timespec_get.Zack Weinberg2019-10-303-88/+4
* Consolidate and deprecate ftimeZack Weinberg2019-10-306-61/+21
* Change most internal uses of time to __clock_gettime.Adhemerval Zanella2019-10-3014-121/+53
* Use clock_gettime to implement time.Adhemerval Zanella2019-10-304-57/+17
* Use clock_settime to implement settimeofday.Zack Weinberg2019-10-3012-72/+153