aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2020-02-07y2038: linux: Provide __settimeofday64 implementationLukasz Majewski
2020-02-07y2038: Provide conversion helpers for struct __timeval64Lukasz Majewski
2020-02-07y2038: Introduce struct __timeval64 - new internal glibc typeLukasz Majewski
2020-02-05y2038: linux: Provide __timespec_get64 implementationLukasz Majewski
2020-02-03rt: avoid PLT setup in timer_[sg]ettimeAndreas Schwab
2020-02-02y2038: linux: Provide __sched_rr_get_interval64 implementationLukasz Majewski
2020-02-02y2038: linux: Provide __timerfd_settime64 implementationLukasz Majewski
2020-02-02y2038: linux: Provide __timerfd_gettime64 implementationLukasz Majewski
2020-02-01Update version numbers for 2.31 releaseSiddhesh Poyarekar
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-12-27Do not redirect calls to __GI_* symbols, when redirecting to *ieee128Tulio Magno Quites Machado Filho
2019-12-19Implement waitpid in terms of wait4Adhemerval Zanella
2019-12-13hurd: Fix local PLTSamuel Thibault
2019-12-13dlopen: Rework handling of pending NODELETE statusFlorian Weimer
2019-12-09nptl: Add more missing placeholder abi symbol from nanosleep moveAdhemerval Zanella
2019-12-05y2038: linux: Provide __timer_settime64 implementationLukasz Majewski
2019-12-05y2038: linux: Provide __timer_gettime64 implementationLukasz Majewski
2019-12-05time: Introduce glibc's internal struct __itimerspec64Lukasz Majewski
2019-12-04sysdeps/clock_gettime: Use clock_gettime64 if avaliableAlistair Francis
2019-12-03ldbl-128ibm-compat: Add strfmon_l with IEEE long double formatRajalakshmi Srinivasaraghavan
2019-12-01hurd: Fix ld.so __access override from libcSamuel Thibault
2019-12-01hurd: Fix ld.so __getcwd override from libcSamuel Thibault
2019-11-27Remove all loaded objects if dlopen fails, ignoring NODELETE [BZ #20839]Florian Weimer
2019-11-22Use DEPRECATED_SCANF macro for remaining C99-compliant scanf functionsGabriel F. T. Gomes
2019-11-21Enable inlining issignalingf within glibcPaul A. Clarke
2019-11-15Avoid zero-length array at the end of struct link_map [BZ #25097]Florian Weimer
2019-11-11y2038: linux: Provide __ppoll64 implementationLukasz Majewski
2019-11-08sysdeps/clock_nanosleep: Use clock_nanosleep_time64 if avaliableAlistair Francis
2019-11-06Refactor nanosleep in terms of clock_nanosleepAdhemerval Zanella
2019-11-06posix: Sync regex with gnulibAdhemerval Zanella
2019-11-02y2038: linux: Provide __futimens64 implementationLukasz Majewski
2019-11-02y2038: linux: Provide __utimensat64 implementationLukasz Majewski
2019-10-31Sync intprops.h with gnulibAdhemerval Zanella
2019-10-31Refactor adjtimex based on clock_adjtimeAdhemerval Zanella
2019-10-30Make second argument of gettimeofday as 'void *'Zack Weinberg
2019-10-30Use clock_gettime to implement gettimeofday.Adhemerval Zanella
2019-10-30Change most internal uses of time to __clock_gettime.Adhemerval Zanella
2019-10-30Use clock_settime to implement settimeofday.Zack Weinberg
2019-10-27y2038: linux: Provide __clock_getres64 implementationLukasz Majewski
2019-10-27time: Introduce function to check correctness of nanoseconds valueLukasz Majewski
2019-10-17sysvipc: Implement semop based on semtimedopAdhemerval Zanella
2019-10-16dlfcn: Remove remnants of caller sensitivity from dlinfoFlorian Weimer
2019-10-10y2038: linux: Provide __clock_settime64 implementationLukasz Majewski
2019-10-09posix: Use posix_spawn for wordexpAdhemerval Zanella
2019-10-09<dirent.h>: Remove wrong comment about getdents64 declarationPetr Vorel
2019-10-02Y2038: Include proper header to provide support for struct timeval on HURDLukasz Majewski
2019-10-01Split up endian.h to minimize exposure of BYTE_ORDER.Alistair Francis
2019-10-01y2038: Provide conversion helpers for struct __timespec64Lukasz Majewski
2019-09-26y2038: Introduce struct __timespec64 - new internal glibc typeLukasz Majewski
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert