about summary refs log tree commit diff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* WIP mul64 dlsym optimization fw/dl-bind-performanceFlorian Weimer2019-11-111-2/+1
* elf: Optimize symbol binding by pre-computing divisionsFlorian Weimer2019-11-111-0/+2
* Introduce divopt.hFlorian Weimer2019-11-111-0/+78
* 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
* Tag 2.30 release. glibc-2.30Carlos O'Donell2019-08-011-1/+1
* Don't declare __malloc_check_init in <malloc.h> (bug 23352)Andreas Schwab2019-07-101-2/+0
* elf: Refuse to dlopen PIE objects [BZ #24323]Florian Weimer2019-06-181-1/+1
* Linux: Deprecate <sys/sysctl.h> and sysctlFlorian Weimer2019-06-121-10/+0
* <sys/stat.h>: Use Linux UAPI header for statx if available and usefulFlorian Weimer2019-06-123-0/+3
* Linux: Add getdents64 system callFlorian Weimer2019-06-071-3/+7
* misc: Add twalk_r functionFlorian Weimer2019-05-021-0/+2
* Make mktime etc. compatible with __time64_tPaul Eggert2019-04-301-19/+20
* alloc_buffer: Return unqualified pointer type in alloc_buffer_nextFlorian Weimer2019-04-111-5/+26
* wcsmbs: Add wcscpy loop unroll optionAdhemerval Zanella2019-04-041-0/+78
* Do not use HP_TIMING_NOW for random bitsAdhemerval Zanella2019-03-221-0/+41
* Remove __get_clockfreqAdhemerval Zanella2019-03-221-3/+0
* Remove obsolete, never-implemented XSI STREAMS declarationsFlorian Weimer2019-03-142-2/+0
* Move inttypes.h and stdint.h to stdlib.Zack Weinberg2019-03-132-1/+2
* ldbl-opt: Add error and error_at_line (bug 23984)Gabriel F. T. Gomes2019-03-012-0/+15
* ldbl-opt: Add err, errx, verr, verrx, warn, warnx, vwarn, and vwarnx (bug 23984)Gabriel F. T. Gomes2019-03-012-0/+10
* ldbl-opt: Add argp_error and argp_failure (bug 23983)Gabriel F. T. Gomes2019-03-012-0/+12
* hurd: Add renameat2 support for RENAME_NOREPLACESamuel Thibault2019-02-271-0/+2
* wcsmbs: optimize wcscatAdhemerval Zanella2019-02-271-0/+4