aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-01-08Rename sys/ucontext.h to bits/ucontext.h.zack/no-nested-includesZack Weinberg60-168/+140
2020-01-08Minimize inclusion of netinet/in.h from public headers.Zack Weinberg49-134/+429
2020-01-08Don’t include sys/socket.h from public headers.Zack Weinberg81-271/+277
2020-01-08Minimize includes of unrelated public headers by networking headers.Zack Weinberg43-336/+370
2020-01-08Don’t include sys/types.h or stdint.h from most public headers.Zack Weinberg98-477/+443
2020-01-08Don’t include sys/time.h from sys/timex.h.Zack Weinberg5-27/+20
2020-01-08Don’t include string.h from sys/un.h.Zack Weinberg5-4/+8
2020-01-08Don’t include signal.h from sys/wait.h or sys/param.h.Zack Weinberg28-49/+80
2020-01-08Don’t include sys/select.h from sys/types.h.Zack Weinberg9-8/+14
2020-01-08Limit the set of strings.h functions also exposed in string.h.Zack Weinberg20-40/+91
2020-01-08Don’t rely on stddef.h or stdarg.h for individual type definitions.Zack Weinberg28-149/+354
2020-01-08Add bits/types/ wrappers for stddef.h and stdarg.h types.Zack Weinberg107-273/+232
2020-01-08Split up endian.h to minimize exposure of BYTE_ORDER.Zack Weinberg7-31/+27
2020-01-08Don’t include sys/cdefs.h directly from public headers.Zack Weinberg16-42/+46
2020-01-08Swap sys/poll.h with poll.h.Zack Weinberg11-111/+145
2020-01-08Swap sys/syslog.h with syslog.h.Zack Weinberg8-240/+253
2020-01-08Add check-obsolete-constructs checker for nested includes.Zack Weinberg1-0/+420
2020-01-08Don’t conditionalize declarations of ldiv_t, lldiv_t, __gwchar_t.Zack Weinberg2-13/+8
2020-01-08Create bits/types headers for most remaining __T_defined macros.Zack Weinberg95-540/+571
2020-01-08Clean up bits/types.h.Zack Weinberg13-236/+180
2020-01-08Simplify definition of __time64_t.Zack Weinberg1-9/+1
2020-01-08Add caddr_t, daddr_t, and loff_t to the set of obsolete typedefs.Zack Weinberg91-362/+357
2020-01-08sys/types.h: Don’t define u_intN_t or register_t unless __USE_MISC.Zack Weinberg3-8/+17
2020-01-08Define register_t using bits/typesizes.h macros.Zack Weinberg10-5/+102
2020-01-08Move most headers installed by top-level Makefile to misc/.Zack Weinberg17-1097/+1072
2020-01-05hurd: Fix message reception for timer_threadSamuel Thibault1-1/+2
2020-01-04htl: Add __errno_location and __h_errno_locationSamuel Thibault5-0/+42
2020-01-04htl: Move pthread_atfork to libc_nonshared.aSamuel Thibault3-34/+6
2020-01-04htl: Drop common tcbhead_t definitionSamuel Thibault1-10/+2
2020-01-04htl: Use dso_handle.hSamuel Thibault1-5/+2
2020-01-03linux: Optimize fallback 32-bit clock_getresAdhemerval Zanella1-4/+12
2020-01-03linux: Add support for clock_getres64 vDSOAdhemerval Zanella8-12/+24
2020-01-03linux: Enable vDSO clock_gettime64 for mipsAdhemerval Zanella1-0/+5
2020-01-03linux: Enable vDSO clock_gettime64 for armAdhemerval Zanella1-0/+1
2020-01-03linux: Enable vDSO clock_gettime64 for i386Adhemerval Zanella1-0/+1
2020-01-03linux: Optimize fallback 32-bit clock_gettimeAdhemerval Zanella1-4/+12
2020-01-03linux: Add support for clock_gettime64 vDSOAdhemerval Zanella9-12/+34
2020-01-03elf: Move vDSO setup to rtld (BZ#24967)Adhemerval Zanella31-289/+257
2020-01-03elf: Enable relro for static buildAdhemerval Zanella1-4/+14
2020-01-03linux: Consolidate time implementationAdhemerval Zanella3-55/+54
2020-01-03linux: Consolidate Linux gettimeofdayAdhemerval Zanella4-100/+63
2020-01-03linux: Update mips vDSO symbolsAdhemerval Zanella1-0/+1
2020-01-03linux: Update x86 vDSO symbolsAdhemerval Zanella3-4/+4
2020-01-03Remove vDSO support from make-syscall.shAdhemerval Zanella1-44/+1
2020-01-03x86: Make x32 use x86 time implementationAdhemerval Zanella2-2/+0
2020-01-03linux: Fix vDSO macros build with time64 interfacesAdhemerval Zanella10-98/+58
2020-01-03Linux: Fix clock_nanosleep time64 checkAdhemerval Zanella1-8/+12
2020-01-03Add libm_alias_finite for _finite symbolsWilco Dijkstra263-351/+605
2020-01-02Update libc.pot for 2.31 releaseSiddhesh Poyarekar1-70/+66
2020-01-02Multiple locales: Add date_fmt (bug 24054)Rafał Lużyński204-203/+564