aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2021-03-01Implement <unwind-link.h> for dynamically loading the libgcc_s unwinderFlorian Weimer15-16/+447
2021-03-01aarch64: update ulps.Szabolcs Nagy1-15/+17
2021-02-27Add inputs that generate larger error boundsPaul Zimmermann1-24/+26
2021-02-25Reduce the statically linked startup code [BZ #23323]Florian Weimer58-182/+115
2021-02-23nptl: Move elision implementations into libcFlorian Weimer37-667/+138
2021-02-22x86: Use x86/nptl/pthreaddef.hH.J. Lu2-48/+7
2021-02-22nptl: Move futex-internal into libcFlorian Weimer1-2/+2
2021-02-22nptl: Move lowlevellock into libc [BZ #15648]Florian Weimer2-10/+4
2021-02-22nptl: Move futex-internal.c into main nptl directoryFlorian Weimer2-128/+1
2021-02-22x86: Remove unused variables for raw cache sizes from cacheinfo.hFlorian Weimer1-12/+0
2021-02-22<bits/platform/x86.h>: Correct x86_cpu_TBMH.J. Lu1-1/+1
2021-02-22x86_64/clone.S: Upate commentsH.J. Lu1-6/+8
2021-02-22i386/clone.S: Remove redundant EBX loadH.J. Lu1-6/+0
2021-02-22aarch64: Remove the unused __read_tp symbolSzabolcs Nagy3-51/+0
2021-02-19Update syscall lists for Linux 5.11.Joseph Myers26-2/+28
2021-02-19Correct hppa EFD_NONBLOCK, IN_NONBLOCK, SFD_NONBLOCK and TFD_NONBLOCK defines.John David Anglin4-4/+4
2021-02-16S390: Add new hwcap values.Stefan Liebler3-3/+8
2021-02-15aarch64: Fix sys/ptrace.h if linux headers are includedSzabolcs Nagy1-0/+34
2021-02-12x86: Remove the extra space between "# endif"H.J. Lu1-1/+1
2021-02-11hurd: Fix fstatfs build failureAdhemerval Zanella1-1/+1
2021-02-11linux: Remove stat-check.cAdhemerval Zanella3-30/+13
2021-02-11linux: Remove overflow.hAdhemerval Zanella1-69/+0
2021-02-11linux: Consolidate internal_statvfsAdhemerval Zanella9-37/+56
2021-02-11linux: Consolidate statvfs implementationsAdhemerval Zanella6-46/+25
2021-02-11linux: Consolidate fstatvfs implementationsAdhemerval Zanella7-46/+25
2021-02-11linux: Consolidate statfs implementationsAdhemerval Zanella9-81/+125
2021-02-11linux: Consolidate fstatfs implementationsAdhemerval Zanella9-73/+126
2021-02-11linux: Set LFS statfs as defaultAdhemerval Zanella2-11/+75
2021-02-11linux: Set default kernel_stat.h to LFSAdhemerval Zanella15-200/+231
2021-02-11linux: Fix STATFS_IS_STATFS64 definitionAdhemerval Zanella8-8/+36
2021-02-10x86: Use SIZE_MAX instead of (long int)-1 for tunable range valueSiddhesh Poyarekar1-5/+5
2021-02-10tunables: Simplify TUNABLE_SET interfaceSiddhesh Poyarekar2-10/+7
2021-02-09linux: Fix __sem_check_add_mapping search_semAdhemerval Zanella1-1/+1
2021-02-09linux: Fix __sem_check_add_mapping name lengthAdhemerval Zanella1-0/+1
2021-02-08Add more ptrace constants for AArch64 and PowerPC.Joseph Myers2-0/+26
2021-02-08x86-64: Refactor and improve performance of strchr-avx2.Snoah2-113/+113
2021-02-08pthread: Remove alloca usage from __sem_check_add_mappingAdhemerval Zanella1-6/+17
2021-02-08pthread: Refactor semaphore codeAdhemerval Zanella4-165/+221
2021-02-08linux: Require /dev/shm as the shared memory file systemFlorian Weimer10-342/+43
2021-02-08tst: Provide test for ppollLukasz Majewski2-1/+57
2021-02-08tst: Provide test for timerfd related functionsLukasz Majewski2-1/+67
2021-02-07x86: Add PTWRITE feature detection [BZ #27346]H.J. Lu9-5/+44
2021-02-04nptl: Remove private futex optimization [BZ #27304]Florian Weimer1-13/+1
2021-02-03i686: Regenerate ULPsSiddhesh Poyarekar1-5/+5
2021-02-02linux: Remove shmmax check from tst-sysvshm-linuxAdhemerval Zanella1-12/+14
2021-02-02x86: Adding an upper bound for Enhanced REP MOVSB.Sajan Karumanchi4-3/+25
2021-02-02Add MS_NOSYMFOLLOW from Linux 5.10 to <sys/mount.h>.Joseph Myers1-0/+2
2021-02-01hurd TIOCFLUSH: fix fixing argumentSamuel Thibault1-2/+2
2021-02-01sysconf: Add _SC_MINSIGSTKSZ/_SC_SIGSTKSZ [BZ #20305]H.J. Lu9-0/+228
2021-02-01hurd TIOCFLUSH: Cope BSD 4.1 semanticSamuel Thibault1-0/+4