aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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
2019-11-06Refactor nanosleep in terms of clock_nanosleepAdhemerval Zanella1-0/+3
2019-11-06posix: Sync regex with gnulibAdhemerval Zanella1-0/+2
2019-11-02y2038: linux: Provide __futimens64 implementationLukasz Majewski1-0/+7
2019-11-02y2038: linux: Provide __utimensat64 implementationLukasz Majewski1-0/+12
2019-10-31Sync intprops.h with gnulibAdhemerval Zanella1-45/+169
2019-10-31Refactor adjtimex based on clock_adjtimeAdhemerval Zanella1-0/+5
2019-10-30Make second argument of gettimeofday as 'void *'Zack Weinberg1-1/+1
2019-10-30Use clock_gettime to implement gettimeofday.Adhemerval Zanella1-2/+0
2019-10-30Change most internal uses of time to __clock_gettime.Adhemerval Zanella1-1/+11
2019-10-30Use clock_settime to implement settimeofday.Zack Weinberg1-2/+1
2019-10-27y2038: linux: Provide __clock_getres64 implementationLukasz Majewski1-0/+8
2019-10-27time: Introduce function to check correctness of nanoseconds valueLukasz Majewski1-0/+8
2019-10-17sysvipc: Implement semop based on semtimedopAdhemerval Zanella1-1/+9
2019-10-16dlfcn: Remove remnants of caller sensitivity from dlinfoFlorian Weimer1-3/+2
2019-10-10y2038: linux: Provide __clock_settime64 implementationLukasz Majewski1-0/+8
2019-10-09posix: Use posix_spawn for wordexpAdhemerval Zanella1-0/+3
2019-10-09<dirent.h>: Remove wrong comment about getdents64 declarationPetr Vorel1-2/+1
2019-10-02Y2038: Include proper header to provide support for struct timeval on HURDLukasz Majewski1-0/+1
2019-10-01Split up endian.h to minimize exposure of BYTE_ORDER.Alistair Francis1-0/+1
2019-10-01y2038: Provide conversion helpers for struct __timespec64Lukasz Majewski1-0/+49
2019-09-26y2038: Introduce struct __timespec64 - new internal glibc typeLukasz Majewski1-0/+24
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert32-32/+32
2019-09-04Finish move of clock_* functions to libc. [BZ #24959]Zack Weinberg1-3/+1
2019-08-19Do not print backtraces on fatal glibc errorsFlorian Weimer1-4/+0
2019-08-15Make totalorder and totalordermag functions take pointer arguments.Joseph Myers2-6/+8
2019-08-13Declare most TS 18661-1 interfaces for C2X.Joseph Myers1-1/+1
2019-08-13Add feature test macro _ISOC2X_SOURCE.Joseph Myers1-3/+18
2019-08-01Tag 2.30 release.glibc-2.30Carlos O'Donell1-1/+1
2019-07-10Don't declare __malloc_check_init in <malloc.h> (bug 23352)Andreas Schwab1-2/+0
2019-06-18elf: Refuse to dlopen PIE objects [BZ #24323]Florian Weimer1-1/+1
2019-06-12Linux: Deprecate <sys/sysctl.h> and sysctlFlorian Weimer1-10/+0
2019-06-12<sys/stat.h>: Use Linux UAPI header for statx if available and usefulFlorian Weimer3-0/+3
2019-06-07Linux: Add getdents64 system callFlorian Weimer1-3/+7
2019-05-02misc: Add twalk_r functionFlorian Weimer1-0/+2
2019-04-30Make mktime etc. compatible with __time64_tPaul Eggert1-19/+20
2019-04-11alloc_buffer: Return unqualified pointer type in alloc_buffer_nextFlorian Weimer1-5/+26
2019-04-04wcsmbs: Add wcscpy loop unroll optionAdhemerval Zanella1-0/+78
2019-03-22Do not use HP_TIMING_NOW for random bitsAdhemerval Zanella1-0/+41
2019-03-22Remove __get_clockfreqAdhemerval Zanella1-3/+0
2019-03-14Remove obsolete, never-implemented XSI STREAMS declarationsFlorian Weimer2-2/+0
2019-03-13Move inttypes.h and stdint.h to stdlib.Zack Weinberg2-1/+2
2019-03-01ldbl-opt: Add error and error_at_line (bug 23984)Gabriel F. T. Gomes2-0/+15
2019-03-01ldbl-opt: Add err, errx, verr, verrx, warn, warnx, vwarn, and vwarnx (bug 23984)Gabriel F. T. Gomes2-0/+10