aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2020-05-20<libc-symbols.h>: Add libpthread hidden alias supportFlorian Weimer
2020-05-20y2038: Replace __clock_gettime with __clock_gettime64Lukasz Majewski
2020-05-20y2038: linux: Provide __adjtime64 implementationLukasz Majewski
2020-05-18Remove NO_CTORS_DTORS_SECTIONS macroFlorian Weimer
2020-05-06Document the internal _ and N_ macrosFlorian Weimer
2020-05-05y2038: include: Move struct __timeval64 definition to a separate fileLukasz Majewski
2020-05-04float128: use builtin_signbitf128 alwaysPaul E. Murphy
2020-04-30Add a C wrapper for prctl [BZ #25896]H.J. Lu
2020-04-30Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABIPaul E. Murphy
2020-04-30ldbl-128ibm-compat: workaround GCC 9 C++ PR90731Paul E. Murphy
2020-04-27Use 2020 as copyright year.Carlos O'Donell
2020-04-26localedef: Add verbose messages for failure paths.Carlos O'Donell
2020-04-15Linux: Remove <sys/sysctl.h> and the sysctl functionFlorian Weimer
2020-04-06y2038: linux: Provide __mq_timedreceive_time64 implementationLukasz Majewski
2020-04-06y2038: linux: Provide __mq_timedsend_time64 implementationLukasz Majewski
2020-04-06y2038: include: Move struct __timespec64 definition to a separate fileLukasz Majewski
2020-04-02linux: Use long time_t for wait4/getrusageAlistair Francis
2020-04-02resource: Add a __rusage64 structAlistair Francis
2020-04-02linux: Use long time_t __getitimer/__setitimerAlistair Francis
2020-03-27time: Add a __itimerval64 structAlistair Francis
2020-03-27time: Add a timeval with a 32-bit tv_sec and tv_usecAlistair Francis
2020-03-25ldbl-128ibm-compat: PLT redirects for using ldbl redirects internallyPaul E. Murphy
2020-03-09y2038: linux: Provide __futimesat64 implementationLukasz Majewski
2020-03-09y2038: linux: Provide __lutimes64 implementationLukasz Majewski
2020-03-09y2038: linux: Provide __futimes64 implementationLukasz Majewski
2020-03-03y2038: linux: Provide __utime64 implementationLukasz Majewski
2020-03-03y2038: linux: Provide __utimes64 implementationLukasz Majewski
2020-03-03y2038: Introduce struct __utimbuf64 - new internal glibc typeLukasz Majewski
2020-02-28ldbl-128ibm-compat: Redirect long double functions to f128/ieee128 functionsTulio Magno Quites Machado Filho
2020-02-25nss_nis: Use NSS_DECLARE_MODULE_FUNCTIONSFlorian Weimer
2020-02-25csu: Use ELF constructor instead of _init in libc.soFlorian Weimer
2020-02-20Add hidden prototypes for __sched_getparam, __sched_getschedulerFlorian Weimer
2020-02-18y2038: linux: Provide __gettimeofday64 implementationLukasz Majewski
2020-02-18Move implementation of <file_change_detection.h> into a C fileFlorian Weimer
2020-02-15ld.so: Do not export free/calloc/malloc/realloc functions [BZ #25486]Florian Weimer
2020-02-15Remove weak declaration of free from <inline-hashtab.h>Florian Weimer
2020-02-12io: Implement lchmod using fchmodat [BZ #14578]Florian Weimer
2020-02-12Add internal <file_change_detection.h> header fileFlorian Weimer
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