aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix
AgeCommit message (Expand)AuthorFilesLines
2021-01-22linux: mips: Fix getdents64 fallback on mips64-n32Adhemerval Zanella2-24/+42
2021-01-22x86-64: Update tst-glibc-hwcaps-2.c for x86-64 baselineH.J. Lu1-1/+1
2021-01-22powerpc64: Select POWER9 machine for the scv instructionFlorian Weimer2-1/+7
2021-01-21Revert "linux: Move {f}xstat{at} to compat symbols" for static buildAdhemerval Zanella8-16/+17
2021-01-21Use hidden visibility for early static PIE codeSzabolcs Nagy1-0/+5
2021-01-21<sys/platform/x86.h>: Remove the C preprocessor magicH.J. Lu7-5/+4
2021-01-19Use <startup.h> in __libc_init_secureH.J. Lu1-2/+27
2021-01-13ldconfig/x86: Store ISA level in cache and aux cacheH.J. Lu12-81/+295
2021-01-06Add SEGV_MTEAERR and SEGV_MTESERR from Linux 5.10.Joseph Myers1-1/+5
2021-01-05stdlib: Sync canonicalize with gnulib [BZ #10635] [BZ #26592] [BZ #26341] [BZ...Adhemerval Zanella1-1/+2
2021-01-05alpha: Provide wait4 for static library [BZ #27150]Adhemerval Zanella1-0/+2
2021-01-02Update copyright dates not handled by scripts/update-copyrights.Paul Eggert1-1/+1
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1500-1500/+1500
2020-12-31aarch64: use PTR_ARG and SIZE_ARG instead of DELOUSESzabolcs Nagy4-10/+9
2020-12-30powerpc: Use scv instruction on clone when availableMatheus Castanho1-3/+30
2020-12-30powerpc: Runtime selection between sc and scv for syscallsMatheus Castanho4-31/+88
2020-12-29io: Remove xmknod{at} implementationsAdhemerval Zanella2-29/+2
2020-12-29io: Remove xstat implementationsAdhemerval Zanella1-1/+3
2020-12-21aarch64: Add sysv specific enabling code for memory taggingRichard Earnshaw4-0/+34
2020-12-21linux: Add compatibility definitions to sys/prctl.h for MTERichard Earnshaw1-0/+18
2020-12-21alpha: Remove anonymous union in struct stat [BZ #27042]Matt Turner3-63/+66
2020-12-17Update kernel version to 5.10 in tst-mman-consts.py.Joseph Myers1-1/+1
2020-12-16Update syscall lists for Linux 5.10.Joseph Myers26-2/+28
2020-12-12Fix spelling and grammar in several commentsJonny Grant1-2/+1
2020-12-10linux: Consolidate brk implementationAdhemerval Zanella36-745/+60
2020-12-09Fix parsing of /sys/devices/system/cpu/online (bug 25859)Andreas Schwab1-2/+3
2020-12-06x86: Rename readelflib.cH.J. Lu2-4/+2
2020-12-02Revert "linux: Move xmknod{at} to compat symbols"Adhemerval Zanella2-5/+0
2020-12-02Revert "linux: Move {f}xstat{at} to compat symbols"Adhemerval Zanella20-133/+11
2020-11-27sh: Add sh4 fpu Implies folderAdhemerval Zanella2-0/+2
2020-11-14nanosleep: Pass NULL when rem == NULL on ports with __TIMESIZE != 64Lukasz Majewski2-2/+3
2020-11-14y2038: Convert thrd_sleep to support 64 bit timeLukasz Majewski2-0/+60
2020-11-14y2038: Convert mtx_timedlock to support 64 bit timeLukasz Majewski2-0/+47
2020-11-14y2038: Convert cnd_timedwait to support 64 bit timeLukasz Majewski2-0/+71
2020-11-13Remove obsolete defines for HPUX support from fcntl.h and update O_NONBLOCK.John David Anglin1-4/+1
2020-11-13Remove tls.h inclusion from internal errno.hAdhemerval Zanella52-59/+59
2020-11-13nptl: Eliminate <smp.h> and __is_smpFlorian Weimer3-78/+20
2020-11-11Use O_CLOEXEC in sysconf [BZ #26791]Maximilian Krüger1-1/+1
2020-11-10riscv: Get cache information through sysconfZong Li1-0/+100
2020-11-09linux: Allow adjtime with NULL argument [BZ #26833]Adhemerval Zanella1-3/+8
2020-11-08bsd unlockpt: unlockpt needs to fail with EINVAL, not ENOTTYSamuel Thibault1-1/+6
2020-11-07Rearrange bsd_getpt vs bsd_openpt and implement posix_openpt on BSDSamuel Thibault1-10/+8
2020-11-04msg: Remove redundant #include <sys/msg.h> headerLukasz Majewski6-6/+0
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-19Move vtimes to a compatibility symbolAdhemerval Zanella1-1/+0
2020-10-19y2038: linux: Provide __time64 implementationLukasz Majewski3-3/+43