aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2020-10-27Hurd: Fix ftime buildAdhemerval Zanella1-0/+54
2020-10-27Add IP_RECVERR_RFC4884 and IPV6_RECVERR_RFC4884 from Linux 5.9.Joseph Myers1-0/+2
2020-10-27Reinstate ftime and add deprecate message on ftime usageAdhemerval Zanella1-0/+1
2020-10-26Update kernel version to 5.9 in tst-mman-consts.py.Joseph Myers1-1/+1
2020-10-23Update syscall lists for Linux 5.9.Joseph Myers26-2/+28
2020-10-21y2038: nptl: Provide __futex_clock_wait_bitset64 to support 64 bit bitsetLukasz Majewski2-1/+52
2020-10-21C-SKY: Make dynamic linker's name compitable with the older gcc.Cooper Qu1-9/+26
2020-10-20Revert "C-SKY:Fix dynamic linker's name when mfloat-abi=softfp."Mao Han1-1/+1
2020-10-19Move vtimes to a compatibility symbolAdhemerval Zanella1-1/+0
2020-10-19y2038: linux: Provide __time64 implementationLukasz Majewski3-3/+43
2020-10-19C-SKY:Fix dynamic linker's name when mfloat-abi=softfp.Cooper Qu1-1/+1
2020-10-16x86: Initialize CPU info via IFUNC relocation [BZ 26203]H.J. Lu9-865/+949
2020-10-16linux: Add __readdir_unlockedAdhemerval Zanella2-67/+29
2020-10-16linux: Simplify opendir buffer allocationAdhemerval Zanella1-33/+18
2020-10-16linux: Move posix dir implementations to LinuxAdhemerval Zanella14-309/+462
2020-10-16linux: Add 64-bit time_t support for wait3Adhemerval Zanella1-0/+44
2020-10-16Move ftime to a compatibility symbolAdhemerval Zanella1-1/+0
2020-10-16linux: Fix time64 support for futimesatAdhemerval Zanella2-54/+6
2020-10-16linux: Use INTERNAL_SYSCALL on fstatat{64}Adhemerval Zanella4-28/+34
2020-10-15sysvipc: Fix tst-sysvshm-linux on x32Adhemerval Zanella1-4/+5
2020-10-15x86/CET: Update vfork to prevent child returnH.J. Lu4-71/+113
2020-10-15statfs: add missing f_flags assignmentChen Li1-0/+1
2020-10-15y2038: nptl: Convert pthread_mutex_{clock|timed}lock to support 64 bitLukasz Majewski8-11/+135
2020-10-14sysvipc: Return EINVAL for invalid shmctl commandsAdhemerval Zanella1-10/+34
2020-10-14sysvipc: Fix IPC_INFO and SHM_INFO handling [BZ #26636]Adhemerval Zanella3-7/+204
2020-10-14AArch64: Use __memcpy_simd on Neoverse N2/V1Wilco Dijkstra3-2/+8
2020-10-13Add missing stat/mknod symbol on libc.abilist some ABIsAdhemerval Zanella6-0/+36
2020-10-11hurd: support clock_gettime(CLOCK_PROCESS/THREAD_CPUTIME_ID)Samuel Thibault1-14/+74
2020-10-09linux: Move xmknod{at} to compat symbolsAdhemerval Zanella7-38/+99
2020-10-09linux: Add {f}stat{at} y2038 supportAdhemerval Zanella13-47/+334
2020-10-09linux: Move {f}xstat{at} to compat symbolsAdhemerval Zanella21-31/+181
2020-10-09linux: Disentangle fstatat from fxstatatAdhemerval Zanella25-40/+224
2020-10-09linux: Implement {l}fstat{at} in terms of fstatatAdhemerval Zanella8-0/+275
2020-10-09linux: Move the struct stat{64} to struct_stat.hAdhemerval Zanella13-493/+206
2020-10-09Remove mknod wrapper functions, move them to symbolsAdhemerval Zanella52-71/+117
2020-10-09Remove stat wrapper functions, move them to exported symbolsAdhemerval Zanella54-93/+337
2020-10-09<sys/platform/x86.h>: Add FSRCS/FSRS/FZLRM supportH.J. Lu3-0/+18
2020-10-09<sys/platform/x86.h>: Add Intel HRESET supportH.J. Lu2-0/+4
2020-10-09<sys/platform/x86.h>: Add AVX-VNNI supportH.J. Lu3-0/+7
2020-10-09<sys/platform/x86.h>: Add AVX512_FP16 supportH.J. Lu3-3/+7
2020-10-09<sys/platform/x86.h>: Add Intel UINTR supportH.J. Lu2-3/+4
2020-10-09elf: Do not pass GLRO(dl_platform), GLRO(dl_platformlen) to _dl_important_hwcapsFlorian Weimer1-6/+6
2020-10-08Update mips64 libm-test-ulpsAdhemerval Zanella1-1/+1
2020-10-08Update alpha libm-test-ulpsAdhemerval Zanella1-1/+1
2020-10-08elf: Record whether paths come from LD_LIBRARY_PATH or --library-pathFlorian Weimer1-2/+4
2020-10-07nptl: Add missing cancellation flags on futex_internal and pselect32Adhemerval Zanella2-0/+2
2020-10-07elf: Implement _dl_writeFlorian Weimer2-0/+36
2020-10-07Linux: Require properly configured /dev/pts for PTYsFlorian Weimer3-192/+43
2020-10-07Linux: unlockpt needs to fail with EINVAL, not ENOTTY (bug 26053)Florian Weimer1-16/+5
2020-10-06posix: Fix -Warray-bounds instances building timer_create [BZ #26687]Adhemerval Zanella8-89/+83