aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix
AgeCommit message (Expand)AuthorFilesLines
2020-01-08Rename sys/ucontext.h to bits/ucontext.h.zack/no-nested-includesZack Weinberg49-136/+109
2020-01-08Minimize inclusion of netinet/in.h from public headers.Zack Weinberg5-26/+170
2020-01-08Don’t include sys/socket.h from public headers.Zack Weinberg7-55/+32
2020-01-08Minimize includes of unrelated public headers by networking headers.Zack Weinberg11-78/+113
2020-01-08Don’t include sys/types.h or stdint.h from most public headers.Zack Weinberg42-121/+249
2020-01-08Don’t include sys/time.h from sys/timex.h.Zack Weinberg4-26/+20
2020-01-08Don’t include signal.h from sys/wait.h or sys/param.h.Zack Weinberg9-8/+15
2020-01-08Add bits/types/ wrappers for stddef.h and stdarg.h types.Zack Weinberg20-27/+46
2020-01-08Swap sys/poll.h with poll.h.Zack Weinberg4-8/+28
2020-01-08Create bits/types headers for most remaining __T_defined macros.Zack Weinberg1-6/+1
2020-01-08Clean up bits/types.h.Zack Weinberg5-39/+39
2020-01-08Add caddr_t, daddr_t, and loff_t to the set of obsolete typedefs.Zack Weinberg13-18/+13
2020-01-08Define register_t using bits/typesizes.h macros.Zack Weinberg6-0/+95
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 Zanella21-272/+162
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-02Linux: Remove pread/pread64, pwrite/pwrite64 kludges from <sysdep.h>Florian Weimer4-40/+0
2020-01-02Linux: Use system call tables during buildFlorian Weimer18-55/+43
2020-01-02Linux: Add tables with system call numbersFlorian Weimer30-22/+9050
2020-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2-2/+2
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1442-1442/+1442
2019-12-30alpha: Set wait4 as cancellation entrypointAdhemerval Zanella2-1/+26
2019-12-27Do not redirect calls to __GI_* symbols, when redirecting to *ieee128Tulio Magno Quites Machado Filho2-0/+2
2019-12-27aarch64: ifunc rename for kunpengXuelei Zhang2-2/+2
2019-12-27linux: Consolidate sigprocmaskAdhemerval Zanella6-220/+3
2019-12-27Fix return code for __libc_signal_* functionsAdhemerval Zanella1-9/+9
2019-12-19aarch64: Add Huawei Kunpeng to tunable cpu listXuelei Zhang2-0/+4
2019-12-19Consolidate wait3 implementationsAdhemerval Zanella2-34/+0
2019-12-19Implement waitpid in terms of wait4Adhemerval Zanella3-76/+1
2019-12-19linux: Use waitid on wait4 if __NR_wait4 is not definedAdhemerval Zanella3-1/+90
2019-12-19Implement wait in terms of waitpidAdhemerval Zanella2-67/+0
2019-12-19nptl: Move waitpid implementation to libcAdhemerval Zanella27-27/+0
2019-12-19nptl: Move wait implementation to libcAdhemerval Zanella27-54/+0
2019-12-19Remove __waitpid_nocancelAdhemerval Zanella3-39/+1
2019-12-19Fix __libc_signal_block_all on sparc64Adhemerval Zanella1-6/+8
2019-12-16mips: Do not include hi and lo in __SYSCALL_CLOBBERS for R6Dragan Mladjenovic3-6/+21
2019-12-13hurd: Fix local PLTSamuel Thibault1-2/+4