aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2021-12-17riscv: align stack in clone [BZ #28702]Aurelien Jarno1-0/+3
2021-12-17powerpc64[le]: Allocate extra stack frame on syscall.SMatheus Castanho1-0/+4
2021-12-17elf: Fix tst-cpu-features-cpuinfo for KVM guests on some AMD systems [BZ #28704]Aurelien Jarno1-1/+8
2021-12-17arm: Guard ucontext _rtld_global_ro access by SHARED, not PIC macroFlorian Weimer2-4/+4
2021-12-14mips: increase stack alignment in clone to match the ABIXi Ruoyao1-3/+3
2021-12-14mips: align stack in clone [BZ #28223]Xi Ruoyao1-0/+7
2021-12-14pthread/tst-cancel28: Fix barrier re-init race conditionStafford Horne1-1/+0
2021-12-10nptl: Add one more barrier to nptl/tst-create1Florian Weimer1-0/+4
2021-11-30powerpc64[le]: Fix CFI and LR save address for asm syscalls [BZ #28532]Matheus Castanho1-4/+6
2021-11-25linux: Use /proc/stat fallback for __get_nprocs_conf (BZ #28624)Adhemerval Zanella1-25/+35
2021-11-24nptl: Do not set signal mask on second setjmp return [BZ #28607]Florian Weimer2-0/+46
2021-11-10s390: Use long branches across object boundaries (jgh instead of jh)Florian Weimer2-2/+2
2021-11-03ld.so: Initialize bootstrap_map.l_ld_readonly [BZ #28340]H.J. Lu4-27/+16
2021-11-03ld.so: Replace DL_RO_DYN_SECTION with dl_relocate_ld [BZ #28340]H.J. Lu6-14/+98
2021-10-19elf: Avoid deadlock between pthread_create and ctors [BZ #28357]Szabolcs Nagy4-3/+176
2021-10-18timex: Use 64-bit fields on 32-bit TIMESIZE=64 systems (BZ #28469)Stafford Horne1-1/+1
2021-10-18y2038: Use a common definition for stat for sparc32Adhemerval Zanella1-23/+31
2021-10-07S390: Add PCI_MIO and SIE HWCAPsStefan Liebler3-3/+12
2021-10-01linux: Revert the use of sched_getaffinity on get_nproc (BZ #28310)Adhemerval Zanella1-5/+134
2021-10-01linux: Simplify get_nprocsAdhemerval Zanella1-50/+18
2021-10-01misc: Add __get_nprocs_schedAdhemerval Zanella2-0/+12
2021-10-01nptl: pthread_kill must send signals to a specific thread [BZ #28407]Florian Weimer2-0/+93
2021-09-23nptl: Avoid setxid deadlock with blocked signals in thread exit [BZ #28361]Florian Weimer2-0/+62
2021-09-21Use support_open_dev_null_range io/tst-closefrom, misc/tst-close_range, and p...Adhemerval Zanella1-21/+10
2021-09-21nptl: Fix type of pthread_mutexattr_getrobust_np, pthread_mutexattr_setrobust...Florian Weimer1-2/+2
2021-09-20nptl: pthread_kill needs to return ESRCH for old programs (bug 19193)Florian Weimer1-2/+19
2021-09-15Add MADV_POPULATE_READ and MADV_POPULATE_WRITE from Linux 5.14 to bits/mman-l...Joseph Myers1-0/+4
2021-09-15Update kernel version to 5.14 in tst-mman-consts.pyJoseph Myers1-1/+1
2021-09-15Update syscall lists for Linux 5.14Joseph Myers26-2/+33
2021-09-13nptl: Fix race between pthread_kill and thread exit (bug 12889)Florian Weimer3-0/+212
2021-09-13nptl: pthread_kill, pthread_cancel should not fail after exit (bug 19193)Florian Weimer4-91/+95
2021-09-07MIPS: Setup errno for {f,l,}xstatJiaxun Yang3-3/+9
2021-08-31x86-64: Use testl to check __x86_string_controlH.J. Lu1-2/+2
2021-08-09librt: fix NULL pointer dereference (bug 28213)Nikita Popov1-1/+1
2021-08-06Linux: Fix fcntl, ioctl, prctl redirects for _TIME_BITS=64 (bug 28182)Florian Weimer1-1/+1
2021-08-04gaiconf_init: Avoid double-free in label and precedence listsSiddhesh Poyarekar1-0/+2
2021-07-28x86-64: Add Avoid_Short_Distance_REP_MOVSBH.J. Lu5-0/+25
2021-07-28Typo: Rename HAVE_CLONE3_WAPPER to HAVE_CLONE3_WRAPPERH.J. Lu3-3/+3
2021-07-27hurd: _Fork: unlock malloc before calling fork child hooksSamuel Thibault1-0/+1
2021-07-25i386: Regenerate ulpsArjun Shankar2-61/+61
2021-07-23x86: Install <bits/platform/x86.h> [BZ #27958]H.J. Lu13-556/+560
2021-07-23Fix build and tests with --disable-tunablesSiddhesh Poyarekar1-2/+6
2021-07-22hurd: Fix glob lstat compatibilitySamuel Thibault1-1/+2
2021-07-22socket: Add time64 alias for setsockoptFlorian Weimer21-0/+23
2021-07-22socket: Add time64 alias for getsockoptFlorian Weimer21-0/+23
2021-07-22Move malloc_{g,s}et_state to libc_malloc_debugSiddhesh Poyarekar58-58/+58
2021-07-22glibc.malloc.check: Wean away from malloc hooksSiddhesh Poyarekar34-0/+234
2021-07-22mtrace: Wean away from malloc hooksSiddhesh Poyarekar56-23/+66
2021-07-22mcheck: Wean away from malloc hooks [BZ #23489]Siddhesh Poyarekar33-0/+264
2021-07-22Move malloc hooks into a compat DSOSiddhesh Poyarekar41-1/+308