about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Use clock_settime to implement stime; withdraw stime.Zack Weinberg2019-10-305-58/+17
* Change most internal uses of __gettimeofday to __clock_gettime.Zack Weinberg2019-10-3026-137/+137
* Linux/Alpha: don't use timeval32 system calls.Zack Weinberg2019-10-3018-131/+637
* resolv/tst-idna_name_classify: Isolate from system librariesFlorian Weimer2019-10-301-0/+4
* hurd: Support for file record lockingSvante Signell2019-10-301-24/+87
* Comment out initgroups from example nsswitch.conf (Bug 25146)Carlos O'Donell2019-10-291-1/+2
* y2038: linux: Provide __clock_getres64 implementationLukasz Majewski2019-10-272-3/+43
* time: Introduce function to check correctness of nanoseconds valueLukasz Majewski2019-10-2724-36/+49
* Add Transliterations for Unicode Misc. Mathematical Symbols-A/B [BZ #23132]Arjun Shankar2019-10-253-3/+157
* Install charmaps uncompressed in testrootDJ Delorie2019-10-242-1/+26
* Add wait-for-debugger test harness hooksDJ Delorie2019-10-242-0/+75
* Define __STATFS_MATCHES_STATFS64Alistair Francis2019-10-249-2/+37