aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix
AgeCommit message (Expand)AuthorFilesLines
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
2023-02-01linux: Add clone3 CLONE_CLEAR_SIGHAND optimization to posix_spawnAdhemerval Zanella Netto4-26/+52
2023-02-01Linux: Do not align the stack for __clone3Adhemerval Zanella Netto2-77/+0
2023-02-01linux: Extend internal clone3 documentationAdhemerval Zanella Netto1-9/+1
2023-02-01linux: Do not reset signal handler in posix_spawn if it is already SIG_DFLAdhemerval Zanella Netto1-1/+1
2023-01-10Add HWCAP2_SVE_EBF16 from Linux 6.1 to AArch64 bits/hwcap.hJoseph Myers1-0/+1
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1584-1584/+1584
2022-12-22Linux: Pass size argument of epoll_create to the kernelFlorian Weimer1-1/+1
2022-12-22Define MADV_COLLAPSE from Linux 6.1Joseph Myers2-0/+3
2022-12-21powerpc64: Increase SIGSTKSZ and MINSIGSTKSZRajalakshmi Srinivasaraghavan1-0/+5
2022-12-21Update kernel version to 6.1 in header constant testsJoseph Myers3-4/+4
2022-12-20Update syscall lists for Linux 6.1Joseph Myers1-2/+2
2022-12-19Linux: Remove epoll_create, inotify_init from syscalls.listFlorian Weimer2-2/+2
2022-12-19Linux: Reflow and sort some Makefile variablesFlorian Weimer1-63/+155