about summary refs log tree commit diff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABIPaul E. Murphy2020-04-307-13/+13
* ldbl-128ibm-compat: workaround GCC 9 C++ PR90731Paul E. Murphy2020-04-305-0/+44
* Use 2020 as copyright year.Carlos O'Donell2020-04-271-1/+1
* localedef: Add verbose messages for failure paths.Carlos O'Donell2020-04-261-0/+24
* Linux: Remove <sys/sysctl.h> and the sysctl functionFlorian Weimer2020-04-151-3/+0
* y2038: linux: Provide __mq_timedreceive_time64 implementationLukasz Majewski2020-04-061-0/+8
* y2038: linux: Provide __mq_timedsend_time64 implementationLukasz Majewski2020-04-061-0/+9
* y2038: include: Move struct __timespec64 definition to a separate fileLukasz Majewski2020-04-062-23/+28
* linux: Use long time_t for wait4/getrusageAlistair Francis2020-04-021-0/+11
* resource: Add a __rusage64 structAlistair Francis2020-04-021-0/+110
* linux: Use long time_t __getitimer/__setitimerAlistair Francis2020-04-021-0/+15
* time: Add a __itimerval64 structAlistair Francis2020-03-271-0/+7
* time: Add a timeval with a 32-bit tv_sec and tv_usecAlistair Francis2020-03-271-0/+45
* ldbl-128ibm-compat: PLT redirects for using ldbl redirects internallyPaul E. Murphy2020-03-256-23/+67
* y2038: linux: Provide __futimesat64 implementationLukasz Majewski2020-03-091-0/+4
* y2038: linux: Provide __lutimes64 implementationLukasz Majewski2020-03-091-0/+3
* y2038: linux: Provide __futimes64 implementationLukasz Majewski2020-03-091-0/+3
* y2038: linux: Provide __utime64 implementationLukasz Majewski2020-03-031-0/+3
* y2038: linux: Provide __utimes64 implementationLukasz Majewski2020-03-031-0/+3
* y2038: Introduce struct __utimbuf64 - new internal glibc typeLukasz Majewski2020-03-031-0/+12
* ldbl-128ibm-compat: Redirect long double functions to f128/ieee128 functionsTulio Magno Quites Machado Filho2020-02-281-3/+6
* nss_nis: Use NSS_DECLARE_MODULE_FUNCTIONSFlorian Weimer2020-02-252-1/+30
* csu: Use ELF constructor instead of _init in libc.soFlorian Weimer2020-02-251-1/+1
* Add hidden prototypes for __sched_getparam, __sched_getschedulerFlorian Weimer2020-02-201-0/+2
* y2038: linux: Provide __gettimeofday64 implementationLukasz Majewski2020-02-181-0/+4
* Move implementation of <file_change_detection.h> into a C fileFlorian Weimer2020-02-181-90/+20
* ld.so: Do not export free/calloc/malloc/realloc functions [BZ #25486]Florian Weimer2020-02-155-3/+99
* Remove weak declaration of free from <inline-hashtab.h>Florian Weimer2020-02-151-8/+3
* io: Implement lchmod using fchmodat [BZ #14578]Florian Weimer2020-02-121-0/+1
* Add internal <file_change_detection.h> header fileFlorian Weimer2020-02-121-0/+140
* y2038: linux: Provide __settimeofday64 implementationLukasz Majewski2020-02-071-0/+9
* y2038: Provide conversion helpers for struct __timeval64Lukasz Majewski2020-02-071-0/+49
* y2038: Introduce struct __timeval64 - new internal glibc typeLukasz Majewski2020-02-071-0/+14
* y2038: linux: Provide __timespec_get64 implementationLukasz Majewski2020-02-051-0/+3
* rt: avoid PLT setup in timer_[sg]ettimeAndreas Schwab2020-02-031-2/+2
* y2038: linux: Provide __sched_rr_get_interval64 implementationLukasz Majewski2020-02-021-0/+7
* y2038: linux: Provide __timerfd_settime64 implementationLukasz Majewski2020-02-021-0/+5
* y2038: linux: Provide __timerfd_gettime64 implementationLukasz Majewski2020-02-021-0/+3
* Update version numbers for 2.31 releaseSiddhesh Poyarekar2020-02-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-0133-33/+33
* Do not redirect calls to __GI_* symbols, when redirecting to *ieee128Tulio Magno Quites Machado Filho2019-12-272-2/+12
* Implement waitpid in terms of wait4Adhemerval Zanella2019-12-191-0/+1
* hurd: Fix local PLTSamuel Thibault2019-12-131-0/+10
* dlopen: Rework handling of pending NODELETE statusFlorian Weimer2019-12-131-20/+11
* nptl: Add more missing placeholder abi symbol from nanosleep moveAdhemerval Zanella2019-12-091-0/+36
* y2038: linux: Provide __timer_settime64 implementationLukasz Majewski2019-12-051-0/+9
* y2038: linux: Provide __timer_gettime64 implementationLukasz Majewski2019-12-051-0/+7
* time: Introduce glibc's internal struct __itimerspec64Lukasz Majewski2019-12-051-0/+11
* sysdeps/clock_gettime: Use clock_gettime64 if avaliableAlistair Francis2019-12-041-0/+3
* ldbl-128ibm-compat: Add strfmon_l with IEEE long double formatRajalakshmi Srinivasaraghavan2019-12-031-0/+1