aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-04-02linux: Use long time_t for wait4/getrusageAlistair Francis1-0/+11
2020-04-02resource: Add a __rusage64 structAlistair Francis1-0/+110
2020-04-02linux: Use long time_t __getitimer/__setitimerAlistair Francis1-0/+15
2020-03-27time: Add a __itimerval64 structAlistair Francis1-0/+7
2020-03-27time: Add a timeval with a 32-bit tv_sec and tv_usecAlistair Francis1-0/+45
2020-03-25ldbl-128ibm-compat: PLT redirects for using ldbl redirects internallyPaul E. Murphy6-23/+67
2020-03-09y2038: linux: Provide __futimesat64 implementationLukasz Majewski1-0/+4
2020-03-09y2038: linux: Provide __lutimes64 implementationLukasz Majewski1-0/+3
2020-03-09y2038: linux: Provide __futimes64 implementationLukasz Majewski1-0/+3
2020-03-03y2038: linux: Provide __utime64 implementationLukasz Majewski1-0/+3
2020-03-03y2038: linux: Provide __utimes64 implementationLukasz Majewski1-0/+3
2020-03-03y2038: Introduce struct __utimbuf64 - new internal glibc typeLukasz Majewski1-0/+12
2020-02-28ldbl-128ibm-compat: Redirect long double functions to f128/ieee128 functionsTulio Magno Quites Machado Filho1-3/+6
2020-02-25nss_nis: Use NSS_DECLARE_MODULE_FUNCTIONSFlorian Weimer2-1/+30
2020-02-25csu: Use ELF constructor instead of _init in libc.soFlorian Weimer1-1/+1
2020-02-20Add hidden prototypes for __sched_getparam, __sched_getschedulerFlorian Weimer1-0/+2
2020-02-18y2038: linux: Provide __gettimeofday64 implementationLukasz Majewski1-0/+4
2020-02-18Move implementation of <file_change_detection.h> into a C fileFlorian Weimer1-90/+20
2020-02-15ld.so: Do not export free/calloc/malloc/realloc functions [BZ #25486]Florian Weimer5-3/+99
2020-02-15Remove weak declaration of free from <inline-hashtab.h>Florian Weimer1-8/+3
2020-02-12io: Implement lchmod using fchmodat [BZ #14578]Florian Weimer1-0/+1
2020-02-12Add internal <file_change_detection.h> header fileFlorian Weimer1-0/+140
2020-02-07y2038: linux: Provide __settimeofday64 implementationLukasz Majewski1-0/+9
2020-02-07y2038: Provide conversion helpers for struct __timeval64Lukasz Majewski1-0/+49
2020-02-07y2038: Introduce struct __timeval64 - new internal glibc typeLukasz Majewski1-0/+14
2020-02-05y2038: linux: Provide __timespec_get64 implementationLukasz Majewski1-0/+3
2020-02-03rt: avoid PLT setup in timer_[sg]ettimeAndreas Schwab1-2/+2
2020-02-02y2038: linux: Provide __sched_rr_get_interval64 implementationLukasz Majewski1-0/+7
2020-02-02y2038: linux: Provide __timerfd_settime64 implementationLukasz Majewski1-0/+5
2020-02-02y2038: linux: Provide __timerfd_gettime64 implementationLukasz Majewski1-0/+3
2020-02-01Update version numbers for 2.31 releaseSiddhesh Poyarekar1-1/+1
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers33-33/+33
2019-12-27Do not redirect calls to __GI_* symbols, when redirecting to *ieee128Tulio Magno Quites Machado Filho2-2/+12
2019-12-19Implement waitpid in terms of wait4Adhemerval Zanella1-0/+1
2019-12-13hurd: Fix local PLTSamuel Thibault1-0/+10
2019-12-13dlopen: Rework handling of pending NODELETE statusFlorian Weimer1-20/+11
2019-12-09nptl: Add more missing placeholder abi symbol from nanosleep moveAdhemerval Zanella1-0/+36
2019-12-05y2038: linux: Provide __timer_settime64 implementationLukasz Majewski1-0/+9
2019-12-05y2038: linux: Provide __timer_gettime64 implementationLukasz Majewski1-0/+7
2019-12-05time: Introduce glibc's internal struct __itimerspec64Lukasz Majewski1-0/+11
2019-12-04sysdeps/clock_gettime: Use clock_gettime64 if avaliableAlistair Francis1-0/+3
2019-12-03ldbl-128ibm-compat: Add strfmon_l with IEEE long double formatRajalakshmi Srinivasaraghavan1-0/+1
2019-12-01hurd: Fix ld.so __access override from libcSamuel Thibault1-1/+2
2019-12-01hurd: Fix ld.so __getcwd override from libcSamuel Thibault1-1/+2
2019-11-27Remove all loaded objects if dlopen fails, ignoring NODELETE [BZ #20839]Florian Weimer1-0/+20
2019-11-22Use DEPRECATED_SCANF macro for remaining C99-compliant scanf functionsGabriel F. T. Gomes1-6/+0
2019-11-21Enable inlining issignalingf within glibcPaul A. Clarke1-0/+53
2019-11-15Avoid zero-length array at the end of struct link_map [BZ #25097]Florian Weimer1-8/+10
2019-11-11y2038: linux: Provide __ppoll64 implementationLukasz Majewski1-1/+12
2019-11-08sysdeps/clock_nanosleep: Use clock_nanosleep_time64 if avaliableAlistair Francis1-0/+8