aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-11-03Redefine _IO_iconv_t to store a single gconv step pointer [BZ #25097]fw/bug25097Florian Weimer4-63/+52
2019-11-03slotinfo in struct dtv_slotinfo_list should be flexible array [BZ #25097]Florian Weimer6-22/+29
2019-11-03Avoid zero-length array at the end of struct link_map [BZ #25097]Florian Weimer2-12/+23
2019-11-03Introduce link_map_audit_state accessor functionFlorian Weimer10-45/+78
2019-11-03Properly initialize audit cookie for the dynamic loader [BZ #25157]Florian Weimer13-9/+290
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
2019-10-29Comment out initgroups from example nsswitch.conf (Bug 25146)Carlos O'Donell1-1/+2
2019-10-27y2038: linux: Provide __clock_getres64 implementationLukasz Majewski2-3/+43
2019-10-27time: Introduce function to check correctness of nanoseconds valueLukasz Majewski24-36/+49
2019-10-25Add Transliterations for Unicode Misc. Mathematical Symbols-A/B [BZ #23132]Arjun Shankar3-3/+157
2019-10-24Install charmaps uncompressed in testrootDJ Delorie2-1/+26
2019-10-24Add wait-for-debugger test harness hooksDJ Delorie2-0/+75
2019-10-24Define __STATFS_MATCHES_STATFS64Alistair Francis9-2/+37
2019-10-24hurd: Fix build after __pread64 usage in the dynamic loaderFlorian Weimer1-3/+11
2019-10-23sysdeps/stat: Handle 64-bit ino_t types on 32-bit hostsAlistair Francis4-2/+38
2019-10-23S390: Remove not needed stack frame in syscall function.Stefan Liebler2-44/+8
2019-10-22Fix testroot.pristine creation copying dynamic linker.Joseph Myers1-2/+2
2019-10-21Remove x64 _finite tests and referencesWilco Dijkstra52-429/+58
2019-10-21Remove finite-math testsWilco Dijkstra13-244/+10
2019-10-21Remove math-finite.hWilco Dijkstra4-443/+1
2019-10-20Include <kernel-features.h> explicitly in Linux clock_settime.cLukasz Majewski1-0/+1
2019-10-18loadarchive: guard against locale-archive corruption (Bug #25115)DJ Delorie1-1/+1