about summary refs log tree commit diff
path: root/sysdeps/unix
Commit message (Expand)AuthorAgeFilesLines
* Add HWCAP2_SME* from Linux 6.3 to AArch64 bits/hwcap.hJoseph Myers2023-05-181-0/+6
* Update kernel version to 6.3 in header constant testsJoseph Myers2023-05-163-4/+4
* i386: Use pthread_barrier for synchronization on tst-bz21269DJ Delorie2023-05-161-5/+28
* linux: Reformat Makefile.Carlos O'Donell2023-05-161-6/+7
* Update syscall lists for Linux 6.3Joseph Myers2023-05-151-2/+2
* Enable libmvec support for AArch64Joe Ramsay2023-05-031-0/+4
* hurd 64bit: Fix struct msqid_ds and shmid_ds fieldsSamuel Thibault2023-05-011-2/+0
* hurd 64bit: Fix ipc_perm fields typesSamuel Thibault2023-05-012-41/+0
* __check_pf: Add a cancellation cleanup handler [BZ #20975]H.J. Lu2023-04-282-0/+17
* if_index: Remove unneeded alloca.h includeJoe Simmons-Talbott2023-04-261-1/+0
* gethostid: Do not include alloca.hJoe Simmons-Talbott2023-04-261-1/+0
* hurd: Implement prefer_map_32bit_exec tunableSergey Bugaev2023-04-245-120/+0
* linux: Re-flow and sort multiline Makefile definitionsAdhemerval Zanella2023-04-201-48/+158
* malloc: Assure that THP mode read do write OOB end of stringtAdhemerval Zanella2023-04-141-0/+2
* malloc: Assure that THP mode is always null terminatedAdhemerval Zanella2023-04-131-0/+1
* hppa: Revise __TIMESIZE define to use __WORDSIZEJohn David Anglin2023-04-051-1/+3
* math: Remove the error handling wrapper from fmod and fmodfAdhemerval Zanella Netto2023-04-0323-0/+46
* x86: Set FSGSBASE to active if enabled by kernelH.J. Lu2023-04-031-0/+27
* getlogin_r: fix missing fallback if loginuid is unset (bug 30235)Andreas Schwab2023-03-301-4/+1
* Remove --enable-tunables configure optionAdhemerval Zanella Netto2023-03-296-32/+4
* LoongArch: ldconfig: Add comments for using EF_LARCH_OBJABI_V1caiyinyu2023-03-281-0/+6
* libio: Do not autogenerate stdio_lim.hAdhemerval Zanella Netto2023-03-271-0/+28
* Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto2023-03-276-7/+31
* LoongArch: ldconfig: Ignore EF_LARCH_OBJABI_V1 in shared objectsXi Ruoyao2023-03-271-1/+1
* ARC: run child from the separate start block in __clonePavel Kozlov2023-03-131-15/+25
* ARC: Add the clone3 wrapperPavel Kozlov2023-03-132-0/+92
* LoongArch: Add support for ldconfig.caiyinyu2023-03-132-0/+152
* linux: fix ntp_gettime abi break (BZ# 30156)Kacper PiwiƄski2023-03-101-2/+9
* Update kernel version to 6.2 in header constant testsJoseph Myers2023-03-063-4/+4
* C2x scanf binary constant handlingJoseph Myers2023-03-0234-0/+516
* Add AArch64 HWCAP2 values from Linux 6.2 to bits/hwcap.hJoseph Myers2023-02-281-0/+3
* Add Arm HWCAP values from Linux 6.2 to bits/hwcap.hJoseph Myers2023-02-283-6/+13
* hppa: Drop old parisc-specific MADV_* constantsJohn David Anglin2023-02-251-28/+0
* Update syscall lists for Linux 6.2Joseph Myers2023-02-231-2/+2
* x86-64: Add glibc.cpu.prefer_map_32bit_exec [BZ #28656]H.J. Lu2023-02-226-0/+165
* Ignore MAP_VARIABLE in tst-mman-consts.pyJoseph Myers2023-02-221-2/+5
* Linux: Remove generic ImpliesAdhemerval Zanella2023-02-209-24/+0
* Linux: Remove unused generic MakefileAdhemerval Zanella2023-02-201-3/+0
* Linux: Assume and consolidate getpeername wire-up syscallAdhemerval Zanella2023-02-2010-28/+6
* Linux: Assume and consolidate getsockname wire-up syscallAdhemerval Zanella2023-02-2010-13/+11
* Linux: Move wordsize-32 Version to defaultAdhemerval Zanella2023-02-2012-38/+3
* Use uintptr_t instead of performing pointer subtraction with a null pointerQihao Chencao2023-02-171-1/+1
* ARC: align child stack in clonePavel Kozlov2023-02-171-0/+1
* C2x strtol binary constant handlingJoseph Myers2023-02-1634-0/+680
* powerpc64: Add the clone3 wrapperAdhemerval Zanella Netto2023-02-092-0/+158
* C-SKY: Strip hard float abi from hard float feature.quxm2023-02-071-2/+2
* S390: Influence hwcaps/stfle via GLIBC_TUNABLES.Stefan Liebler2023-02-071-22/+7
* Linux: optimize clone3 internal usageAdhemerval Zanella Netto2023-02-012-1/+32
* aarch64: Add the clone3 wrapperAdhemerval Zanella Netto2023-02-012-0/+87
* linux: Add clone3 CLONE_CLEAR_SIGHAND optimization to posix_spawnAdhemerval Zanella Netto2023-02-014-26/+52