about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Don’t include signal.h from sys/wait.h or sys/param.h.Zack Weinberg2020-01-0812-19/+26
* Don’t include sys/select.h from sys/types.h.Zack Weinberg2020-01-081-1/+1
* Limit the set of strings.h functions also exposed in string.h.Zack Weinberg2020-01-0811-0/+11
* Don’t rely on stddef.h or stdarg.h for individual type definitions.Zack Weinberg2020-01-082-12/+12
* Add bits/types/ wrappers for stddef.h and stdarg.h types.Zack Weinberg2020-01-0828-44/+49
* Split up endian.h to minimize exposure of BYTE_ORDER.Zack Weinberg2020-01-081-1/+1
* Don’t include sys/cdefs.h directly from public headers.Zack Weinberg2020-01-085-7/+7
* Swap sys/poll.h with poll.h.Zack Weinberg2020-01-084-8/+28
* Create bits/types headers for most remaining __T_defined macros.Zack Weinberg2020-01-083-17/+3
* Clean up bits/types.h.Zack Weinberg2020-01-086-46/+46
* Add caddr_t, daddr_t, and loff_t to the set of obsolete typedefs.Zack Weinberg2020-01-0816-23/+17
* Define register_t using bits/typesizes.h macros.Zack Weinberg2020-01-087-0/+96
* Move most headers installed by top-level Makefile to misc/.Zack Weinberg2020-01-081-0/+1
* hurd: Fix message reception for timer_threadSamuel Thibault2020-01-051-1/+2
* htl: Add __errno_location and __h_errno_locationSamuel Thibault2020-01-042-0/+6
* htl: Move pthread_atfork to libc_nonshared.aSamuel Thibault2020-01-042-3/+3
* 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-0327-284/+239
* 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-03257-341/+593
* Linux: Remove pread/pread64, pwrite/pwrite64 kludges from <sysdep.h>Florian Weimer2020-01-024-40/+0
* Linux: Use system call tables during buildFlorian Weimer2020-01-0220-57/+44
* Linux: Add tables with system call numbersFlorian Weimer2020-01-0230-22/+9050
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2020-01-012-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-015866-5866/+5866
* alpha: Set wait4 as cancellation entrypointAdhemerval Zanella2019-12-302-1/+26
* hurd: Global signal dispositionJeremie Koenig2019-12-2914-55/+104
* hurd sendmsg: Fix warning on calling CMSG_*HDRSamuel Thibault2019-12-291-2/+2
* hurd: Add getcontext, makecontext, setcontext, swapcontextThomas Schwinge2019-12-296-0/+440
* hurd: Support sending file descriptors over Unix socketsEmilio Pozuelo Monfort2019-12-292-13/+157
* ldbl-128ibm-compat: Do not mix -mabi=*longdouble and -mlong-double-128Gabriel F. T. Gomes2019-12-271-0/+14
* ldbl-128ibm-compat: Compiler flags for stdio functionsTulio Magno Quites Machado Filho2019-12-271-0/+6
* Do not redirect calls to __GI_* symbols, when redirecting to *ieee128Tulio Magno Quites Machado Filho2019-12-277-0/+35
* aarch64: add default memcpy version for kunpeng920Xuelei Zhang2019-12-271-1/+1
* aarch64: ifunc rename for kunpengXuelei Zhang2019-12-274-4/+4
* aarch64: Modify error-shown comments for strcpyXuelei Zhang2019-12-271-1/+1