about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Redefine _IO_iconv_t to store a single gconv step pointer [BZ #25097] fw/bug25097Florian Weimer2019-11-034-63/+52
* slotinfo in struct dtv_slotinfo_list should be flexible array [BZ #25097]Florian Weimer2019-11-036-22/+29
* Avoid zero-length array at the end of struct link_map [BZ #25097]Florian Weimer2019-11-032-12/+23
* Introduce link_map_audit_state accessor functionFlorian Weimer2019-11-0310-45/+78
* Properly initialize audit cookie for the dynamic loader [BZ #25157]Florian Weimer2019-11-0313-9/+290
* 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
* hurd: Fix build after __pread64 usage in the dynamic loaderFlorian Weimer2019-10-241-3/+11
* sysdeps/stat: Handle 64-bit ino_t types on 32-bit hostsAlistair Francis2019-10-234-2/+38
* S390: Remove not needed stack frame in syscall function.Stefan Liebler2019-10-232-44/+8
* Fix testroot.pristine creation copying dynamic linker.Joseph Myers2019-10-221-2/+2
* Remove x64 _finite tests and referencesWilco Dijkstra2019-10-2152-429/+58
* Remove finite-math testsWilco Dijkstra2019-10-2113-244/+10
* Remove math-finite.hWilco Dijkstra2019-10-214-443/+1
* Include <kernel-features.h> explicitly in Linux clock_settime.cLukasz Majewski2019-10-201-0/+1
* loadarchive: guard against locale-archive corruption (Bug #25115)DJ Delorie2019-10-181-1/+1