about summary refs log tree commit diff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* <shlib-compat.h>: Support compat_symbol_reference for _ISOMACFlorian Weimer2022-01-181-13/+13
* socket: Add the __sockaddr_un_set functionFlorian Weimer2022-01-181-0/+12
* Add a C wrapper for prctl [BZ #25896]H.J. Lu2020-05-071-0/+1
* 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
* Make second argument of gettimeofday as 'void *'Zack Weinberg2019-10-301-1/+1
* Use clock_gettime to implement gettimeofday.Adhemerval Zanella2019-10-301-2/+0
* Change most internal uses of time to __clock_gettime.Adhemerval Zanella2019-10-301-1/+11
* Use clock_settime to implement settimeofday.Zack Weinberg2019-10-301-2/+1
* y2038: linux: Provide __clock_getres64 implementationLukasz Majewski2019-10-271-0/+8
* time: Introduce function to check correctness of nanoseconds valueLukasz Majewski2019-10-271-0/+8
* sysvipc: Implement semop based on semtimedopAdhemerval Zanella2019-10-171-1/+9
* dlfcn: Remove remnants of caller sensitivity from dlinfoFlorian Weimer2019-10-161-3/+2
* y2038: linux: Provide __clock_settime64 implementationLukasz Majewski2019-10-101-0/+8
* posix: Use posix_spawn for wordexpAdhemerval Zanella2019-10-091-0/+3
* <dirent.h>: Remove wrong comment about getdents64 declarationPetr Vorel2019-10-091-2/+1
* Y2038: Include proper header to provide support for struct timeval on HURDLukasz Majewski2019-10-021-0/+1
* Split up endian.h to minimize exposure of BYTE_ORDER.Alistair Francis2019-10-011-0/+1
* y2038: Provide conversion helpers for struct __timespec64Lukasz Majewski2019-10-011-0/+49
* y2038: Introduce struct __timespec64 - new internal glibc typeLukasz Majewski2019-09-261-0/+24
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-0732-32/+32
* Finish move of clock_* functions to libc. [BZ #24959]Zack Weinberg2019-09-041-3/+1
* Do not print backtraces on fatal glibc errorsFlorian Weimer2019-08-191-4/+0
* Make totalorder and totalordermag functions take pointer arguments.Joseph Myers2019-08-152-6/+8
* Declare most TS 18661-1 interfaces for C2X.Joseph Myers2019-08-131-1/+1
* Add feature test macro _ISOC2X_SOURCE.Joseph Myers2019-08-131-3/+18