aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-01-08Rename sys/ucontext.h to bits/ucontext.h.zack/no-nested-includesZack Weinberg1-0/+1
2020-01-08Minimize inclusion of netinet/in.h from public headers.Zack Weinberg6-0/+6
2020-01-08Don’t include sys/socket.h from public headers.Zack Weinberg6-4/+9
2020-01-08Minimize includes of unrelated public headers by networking headers.Zack Weinberg2-0/+2
2020-01-08Don’t include sys/types.h or stdint.h from most public headers.Zack Weinberg7-1/+7
2020-01-08Limit the set of strings.h functions also exposed in string.h.Zack Weinberg1-0/+1
2020-01-08Don’t rely on stddef.h or stdarg.h for individual type definitions.Zack Weinberg4-27/+23
2020-01-08Add bits/types/ wrappers for stddef.h and stdarg.h types.Zack Weinberg8-5/+8
2020-01-08Swap sys/poll.h with poll.h.Zack Weinberg2-21/+24
2020-01-08Swap sys/syslog.h with syslog.h.Zack Weinberg2-16/+17
2020-01-08Create bits/types headers for most remaining __T_defined macros.Zack Weinberg32-0/+32
2020-01-08Move most headers installed by top-level Makefile to misc/.Zack Weinberg7-1046/+7
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers33-33/+33
2019-12-27Do not redirect calls to __GI_* symbols, when redirecting to *ieee128Tulio Magno Quites Machado Filho2-2/+12
2019-12-19Implement waitpid in terms of wait4Adhemerval Zanella1-0/+1
2019-12-13hurd: Fix local PLTSamuel Thibault1-0/+10
2019-12-13dlopen: Rework handling of pending NODELETE statusFlorian Weimer1-20/+11
2019-12-09nptl: Add more missing placeholder abi symbol from nanosleep moveAdhemerval Zanella1-0/+36
2019-12-05y2038: linux: Provide __timer_settime64 implementationLukasz Majewski1-0/+9
2019-12-05y2038: linux: Provide __timer_gettime64 implementationLukasz Majewski1-0/+7
2019-12-05time: Introduce glibc's internal struct __itimerspec64Lukasz Majewski1-0/+11
2019-12-04sysdeps/clock_gettime: Use clock_gettime64 if avaliableAlistair Francis1-0/+3
2019-12-03ldbl-128ibm-compat: Add strfmon_l with IEEE long double formatRajalakshmi Srinivasaraghavan1-0/+1
2019-12-01hurd: Fix ld.so __access override from libcSamuel Thibault1-1/+2
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