aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux
AgeCommit message (Expand)AuthorFilesLines
2023-05-23Fix misspellings in sysdeps/unix -- BZ 25337Paul Pluzhnikov69-87/+87
2023-05-18Add HWCAP2_SME* from Linux 6.3 to AArch64 bits/hwcap.hJoseph Myers1-0/+6
2023-05-16Update kernel version to 6.3 in header constant testsJoseph Myers3-4/+4
2023-05-16i386: Use pthread_barrier for synchronization on tst-bz21269DJ Delorie1-5/+28
2023-05-16linux: Reformat Makefile.Carlos O'Donell1-6/+7
2023-05-15Update syscall lists for Linux 6.3Joseph Myers1-2/+2
2023-05-03Enable libmvec support for AArch64Joe Ramsay1-0/+4
2023-05-01hurd 64bit: Fix struct msqid_ds and shmid_ds fieldsSamuel Thibault1-2/+0
2023-05-01hurd 64bit: Fix ipc_perm fields typesSamuel Thibault2-41/+0
2023-04-28__check_pf: Add a cancellation cleanup handler [BZ #20975]H.J. Lu2-0/+17
2023-04-26if_index: Remove unneeded alloca.h includeJoe Simmons-Talbott1-1/+0
2023-04-26gethostid: Do not include alloca.hJoe Simmons-Talbott1-1/+0
2023-04-24hurd: Implement prefer_map_32bit_exec tunableSergey Bugaev5-120/+0
2023-04-20linux: Re-flow and sort multiline Makefile definitionsAdhemerval Zanella1-48/+158
2023-04-14malloc: Assure that THP mode read do write OOB end of stringtAdhemerval Zanella1-0/+2
2023-04-13malloc: Assure that THP mode is always null terminatedAdhemerval Zanella1-0/+1
2023-04-05hppa: Revise __TIMESIZE define to use __WORDSIZEJohn David Anglin1-1/+3
2023-04-03math: Remove the error handling wrapper from fmod and fmodfAdhemerval Zanella Netto23-0/+46
2023-04-03x86: Set FSGSBASE to active if enabled by kernelH.J. Lu1-0/+27
2023-03-30getlogin_r: fix missing fallback if loginuid is unset (bug 30235)Andreas Schwab1-4/+1
2023-03-29Remove --enable-tunables configure optionAdhemerval Zanella Netto6-32/+4
2023-03-28LoongArch: ldconfig: Add comments for using EF_LARCH_OBJABI_V1caiyinyu1-0/+6
2023-03-27libio: Do not autogenerate stdio_lim.hAdhemerval Zanella Netto1-0/+28
2023-03-27Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto6-7/+31
2023-03-27LoongArch: ldconfig: Ignore EF_LARCH_OBJABI_V1 in shared objectsXi Ruoyao1-1/+1
2023-03-13ARC: run child from the separate start block in __clonePavel Kozlov1-15/+25
2023-03-13ARC: Add the clone3 wrapperPavel Kozlov2-0/+92
2023-03-13LoongArch: Add support for ldconfig.caiyinyu2-0/+152
2023-03-10linux: fix ntp_gettime abi break (BZ# 30156)Kacper PiwiƄski1-2/+9
2023-03-06Update kernel version to 6.2 in header constant testsJoseph Myers3-4/+4
2023-03-02C2x scanf binary constant handlingJoseph Myers34-0/+516
2023-02-28Add AArch64 HWCAP2 values from Linux 6.2 to bits/hwcap.hJoseph Myers1-0/+3
2023-02-28Add Arm HWCAP values from Linux 6.2 to bits/hwcap.hJoseph Myers3-6/+13
2023-02-25hppa: Drop old parisc-specific MADV_* constantsJohn David Anglin1-28/+0
2023-02-23Update syscall lists for Linux 6.2Joseph Myers1-2/+2
2023-02-22x86-64: Add glibc.cpu.prefer_map_32bit_exec [BZ #28656]H.J. Lu6-0/+165
2023-02-22Ignore MAP_VARIABLE in tst-mman-consts.pyJoseph Myers1-2/+5
2023-02-20Linux: Remove generic ImpliesAdhemerval Zanella9-24/+0
2023-02-20Linux: Remove unused generic MakefileAdhemerval Zanella1-3/+0
2023-02-20Linux: Assume and consolidate getpeername wire-up syscallAdhemerval Zanella10-28/+6
2023-02-20Linux: Assume and consolidate getsockname wire-up syscallAdhemerval Zanella10-13/+11
2023-02-20Linux: Move wordsize-32 Version to defaultAdhemerval Zanella12-38/+3
2023-02-17Use uintptr_t instead of performing pointer subtraction with a null pointerQihao Chencao1-1/+1
2023-02-17ARC: align child stack in clonePavel Kozlov1-0/+1
2023-02-16C2x strtol binary constant handlingJoseph Myers34-0/+680
2023-02-09powerpc64: Add the clone3 wrapperAdhemerval Zanella Netto2-0/+158
2023-02-07C-SKY: Strip hard float abi from hard float feature.quxm1-2/+2
2023-02-07S390: Influence hwcaps/stfle via GLIBC_TUNABLES.Stefan Liebler1-22/+7
2023-02-01Linux: optimize clone3 internal usageAdhemerval Zanella Netto2-1/+32
2023-02-01aarch64: Add the clone3 wrapperAdhemerval Zanella Netto2-0/+87