aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-08Rename sys/ucontext.h to bits/ucontext.h.zack/no-nested-includesZack Weinberg
2020-01-08Minimize inclusion of netinet/in.h from public headers.Zack Weinberg
2020-01-08Don’t include sys/socket.h from public headers.Zack Weinberg
2020-01-08Minimize includes of unrelated public headers by networking headers.Zack Weinberg
2020-01-08Don’t include sys/types.h or stdint.h from most public headers.Zack Weinberg
2020-01-08Don’t include sys/time.h from sys/timex.h.Zack Weinberg
2020-01-08Don’t include string.h from sys/un.h.Zack Weinberg
2020-01-08Don’t include signal.h from sys/wait.h or sys/param.h.Zack Weinberg
2020-01-08Don’t include sys/select.h from sys/types.h.Zack Weinberg
2020-01-08Limit the set of strings.h functions also exposed in string.h.Zack Weinberg
2020-01-08Don’t rely on stddef.h or stdarg.h for individual type definitions.Zack Weinberg
2020-01-08Add bits/types/ wrappers for stddef.h and stdarg.h types.Zack Weinberg
2020-01-08Split up endian.h to minimize exposure of BYTE_ORDER.Zack Weinberg
2020-01-08Don’t include sys/cdefs.h directly from public headers.Zack Weinberg
2020-01-08Swap sys/poll.h with poll.h.Zack Weinberg
2020-01-08Swap sys/syslog.h with syslog.h.Zack Weinberg
2020-01-08Add check-obsolete-constructs checker for nested includes.Zack Weinberg
2020-01-08Don’t conditionalize declarations of ldiv_t, lldiv_t, __gwchar_t.Zack Weinberg
2020-01-08Create bits/types headers for most remaining __T_defined macros.Zack Weinberg
2020-01-08Clean up bits/types.h.Zack Weinberg
2020-01-08Simplify definition of __time64_t.Zack Weinberg
2020-01-08Add caddr_t, daddr_t, and loff_t to the set of obsolete typedefs.Zack Weinberg
2020-01-08sys/types.h: Don’t define u_intN_t or register_t unless __USE_MISC.Zack Weinberg
2020-01-08Define register_t using bits/typesizes.h macros.Zack Weinberg
2020-01-08Move most headers installed by top-level Makefile to misc/.Zack Weinberg
2020-01-05hurd: Fix message reception for timer_threadSamuel Thibault
2020-01-04htl: Add __errno_location and __h_errno_locationSamuel Thibault
2020-01-04htl: Move pthread_atfork to libc_nonshared.aSamuel Thibault
2020-01-04htl: Drop common tcbhead_t definitionSamuel Thibault
2020-01-04htl: Use dso_handle.hSamuel Thibault
2020-01-03linux: Optimize fallback 32-bit clock_getresAdhemerval Zanella
2020-01-03linux: Add support for clock_getres64 vDSOAdhemerval Zanella
2020-01-03linux: Enable vDSO clock_gettime64 for mipsAdhemerval Zanella
2020-01-03linux: Enable vDSO clock_gettime64 for armAdhemerval Zanella
2020-01-03linux: Enable vDSO clock_gettime64 for i386Adhemerval Zanella
2020-01-03linux: Optimize fallback 32-bit clock_gettimeAdhemerval Zanella
2020-01-03linux: Add support for clock_gettime64 vDSOAdhemerval Zanella
2020-01-03elf: Move vDSO setup to rtld (BZ#24967)Adhemerval Zanella
2020-01-03elf: Enable relro for static buildAdhemerval Zanella
2020-01-03linux: Consolidate time implementationAdhemerval Zanella
2020-01-03linux: Consolidate Linux gettimeofdayAdhemerval Zanella
2020-01-03linux: Update mips vDSO symbolsAdhemerval Zanella
2020-01-03linux: Update x86 vDSO symbolsAdhemerval Zanella
2020-01-03Remove vDSO support from make-syscall.shAdhemerval Zanella
2020-01-03x86: Make x32 use x86 time implementationAdhemerval Zanella
2020-01-03linux: Fix vDSO macros build with time64 interfacesAdhemerval Zanella
2020-01-03Linux: Fix clock_nanosleep time64 checkAdhemerval Zanella
2020-01-03Add libm_alias_finite for _finite symbolsWilco Dijkstra
2020-01-02Update libc.pot for 2.31 releaseSiddhesh Poyarekar
2020-01-02Multiple locales: Add date_fmt (bug 24054)Rafał Lużyński