about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Rename sys/ucontext.h to bits/ucontext.h. zack/no-nested-includesZack Weinberg2020-01-0860-168/+140
* Minimize inclusion of netinet/in.h from public headers.Zack Weinberg2020-01-0849-134/+429
* Don’t include sys/socket.h from public headers.Zack Weinberg2020-01-0881-271/+277
* Minimize includes of unrelated public headers by networking headers.Zack Weinberg2020-01-0843-336/+370
* Don’t include sys/types.h or stdint.h from most public headers.Zack Weinberg2020-01-0898-477/+443
* Don’t include sys/time.h from sys/timex.h.Zack Weinberg2020-01-085-27/+20
* Don’t include string.h from sys/un.h.Zack Weinberg2020-01-085-4/+8
* Don’t include signal.h from sys/wait.h or sys/param.h.Zack Weinberg2020-01-0828-49/+80
* Don’t include sys/select.h from sys/types.h.Zack Weinberg2020-01-089-8/+14
* Limit the set of strings.h functions also exposed in string.h.Zack Weinberg2020-01-0820-40/+91
* Don’t rely on stddef.h or stdarg.h for individual type definitions.Zack Weinberg2020-01-0828-149/+354
* Add bits/types/ wrappers for stddef.h and stdarg.h types.Zack Weinberg2020-01-08107-273/+232
* Split up endian.h to minimize exposure of BYTE_ORDER.Zack Weinberg2020-01-087-31/+27
* Don’t include sys/cdefs.h directly from public headers.Zack Weinberg2020-01-0816-42/+46
* Swap sys/poll.h with poll.h.Zack Weinberg2020-01-0811-111/+145
* Swap sys/syslog.h with syslog.h.Zack Weinberg2020-01-088-240/+253
* Add check-obsolete-constructs checker for nested includes.Zack Weinberg2020-01-081-0/+420
* Don’t conditionalize declarations of ldiv_t, lldiv_t, __gwchar_t.Zack Weinberg2020-01-082-13/+8
* Create bits/types headers for most remaining __T_defined macros.Zack Weinberg2020-01-0895-540/+571
* Clean up bits/types.h.Zack Weinberg2020-01-0813-236/+180
* Simplify definition of __time64_t.Zack Weinberg2020-01-081-9/+1
* Add caddr_t, daddr_t, and loff_t to the set of obsolete typedefs.Zack Weinberg2020-01-0891-362/+357
* sys/types.h: Don’t define u_intN_t or register_t unless __USE_MISC.Zack Weinberg2020-01-083-8/+17
* Define register_t using bits/typesizes.h macros.Zack Weinberg2020-01-0810-5/+102
* Move most headers installed by top-level Makefile to misc/.Zack Weinberg2020-01-0817-1097/+1072
* hurd: Fix message reception for timer_threadSamuel Thibault2020-01-051-1/+2
* htl: Add __errno_location and __h_errno_locationSamuel Thibault2020-01-045-0/+42
* htl: Move pthread_atfork to libc_nonshared.aSamuel Thibault2020-01-043-34/+6
* htl: Drop common tcbhead_t definitionSamuel Thibault2020-01-041-10/+2
* htl: Use dso_handle.hSamuel Thibault2020-01-041-5/+2
* linux: Optimize fallback 32-bit clock_getresAdhemerval Zanella2020-01-031-4/+12
* linux: Add support for clock_getres64 vDSOAdhemerval Zanella2020-01-038-12/+24
* linux: Enable vDSO clock_gettime64 for mipsAdhemerval Zanella2020-01-031-0/+5
* linux: Enable vDSO clock_gettime64 for armAdhemerval Zanella2020-01-031-0/+1
* linux: Enable vDSO clock_gettime64 for i386Adhemerval Zanella2020-01-031-0/+1
* linux: Optimize fallback 32-bit clock_gettimeAdhemerval Zanella2020-01-031-4/+12
* linux: Add support for clock_gettime64 vDSOAdhemerval Zanella2020-01-039-12/+34
* elf: Move vDSO setup to rtld (BZ#24967)Adhemerval Zanella2020-01-0331-289/+257
* elf: Enable relro for static buildAdhemerval Zanella2020-01-031-4/+14
* linux: Consolidate time implementationAdhemerval Zanella2020-01-033-55/+54
* linux: Consolidate Linux gettimeofdayAdhemerval Zanella2020-01-034-100/+63
* linux: Update mips vDSO symbolsAdhemerval Zanella2020-01-031-0/+1
* linux: Update x86 vDSO symbolsAdhemerval Zanella2020-01-033-4/+4
* Remove vDSO support from make-syscall.shAdhemerval Zanella2020-01-031-44/+1
* x86: Make x32 use x86 time implementationAdhemerval Zanella2020-01-032-2/+0
* linux: Fix vDSO macros build with time64 interfacesAdhemerval Zanella2020-01-0310-98/+58
* Linux: Fix clock_nanosleep time64 checkAdhemerval Zanella2020-01-031-8/+12
* Add libm_alias_finite for _finite symbolsWilco Dijkstra2020-01-03263-351/+605
* Update libc.pot for 2.31 releaseSiddhesh Poyarekar2020-01-021-70/+66
* Multiple locales: Add date_fmt (bug 24054)Rafał Lużyński2020-01-02204-203/+564