aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* hurd: Fix ld.so __access override from libcSamuel Thibault2019-12-011-1/+2
* hurd: Fix ld.so __getcwd override from libcSamuel Thibault2019-12-011-1/+2
* Remove all loaded objects if dlopen fails, ignoring NODELETE [BZ #20839]Florian Weimer2019-11-271-0/+20
* Use DEPRECATED_SCANF macro for remaining C99-compliant scanf functionsGabriel F. T. Gomes2019-11-221-6/+0
* Enable inlining issignalingf within glibcPaul A. Clarke2019-11-211-0/+53
* Avoid zero-length array at the end of struct link_map [BZ #25097]Florian Weimer2019-11-151-8/+10
* y2038: linux: Provide __ppoll64 implementationLukasz Majewski2019-11-111-1/+12
* sysdeps/clock_nanosleep: Use clock_nanosleep_time64 if avaliableAlistair Francis2019-11-081-0/+8
* Refactor nanosleep in terms of clock_nanosleepAdhemerval Zanella2019-11-061-0/+3
* posix: Sync regex with gnulibAdhemerval Zanella2019-11-061-0/+2
* y2038: linux: Provide __futimens64 implementationLukasz Majewski2019-11-021-0/+7
* y2038: linux: Provide __utimensat64 implementationLukasz Majewski2019-11-021-0/+12
* Sync intprops.h with gnulibAdhemerval Zanella2019-10-311-45/+169
* Refactor adjtimex based on clock_adjtimeAdhemerval Zanella2019-10-311-0/+5