aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)Author
2021-03-01arm: Implement backtrace on top of <unwind-link.h>Florian Weimer
2021-03-01Implement <unwind-link.h> for dynamically loading the libgcc_s unwinderFlorian Weimer
2021-03-01aarch64: update ulps.Szabolcs Nagy
2021-02-27Add inputs that generate larger error boundsPaul Zimmermann
2021-02-25Reduce the statically linked startup code [BZ #23323]Florian Weimer
2021-02-23nptl: Move elision implementations into libcFlorian Weimer
2021-02-22x86: Use x86/nptl/pthreaddef.hH.J. Lu
2021-02-22nptl: Move futex-internal into libcFlorian Weimer
2021-02-22nptl: Move lowlevellock into libc [BZ #15648]Florian Weimer
2021-02-22nptl: Move futex-internal.c into main nptl directoryFlorian Weimer
2021-02-22x86: Remove unused variables for raw cache sizes from cacheinfo.hFlorian Weimer
2021-02-22<bits/platform/x86.h>: Correct x86_cpu_TBMH.J. Lu
2021-02-22x86_64/clone.S: Upate commentsH.J. Lu
2021-02-22i386/clone.S: Remove redundant EBX loadH.J. Lu
2021-02-22aarch64: Remove the unused __read_tp symbolSzabolcs Nagy
2021-02-19Update syscall lists for Linux 5.11.Joseph Myers
2021-02-19Correct hppa EFD_NONBLOCK, IN_NONBLOCK, SFD_NONBLOCK and TFD_NONBLOCK defines.John David Anglin
2021-02-16S390: Add new hwcap values.Stefan Liebler
2021-02-15aarch64: Fix sys/ptrace.h if linux headers are includedSzabolcs Nagy
2021-02-12x86: Remove the extra space between "# endif"H.J. Lu
2021-02-11hurd: Fix fstatfs build failureAdhemerval Zanella
2021-02-11linux: Remove stat-check.cAdhemerval Zanella
2021-02-11linux: Remove overflow.hAdhemerval Zanella
2021-02-11linux: Consolidate internal_statvfsAdhemerval Zanella
2021-02-11linux: Consolidate statvfs implementationsAdhemerval Zanella
2021-02-11linux: Consolidate fstatvfs implementationsAdhemerval Zanella
2021-02-11linux: Consolidate statfs implementationsAdhemerval Zanella
2021-02-11linux: Consolidate fstatfs implementationsAdhemerval Zanella
2021-02-11linux: Set LFS statfs as defaultAdhemerval Zanella
2021-02-11linux: Set default kernel_stat.h to LFSAdhemerval Zanella
2021-02-11linux: Fix STATFS_IS_STATFS64 definitionAdhemerval Zanella
2021-02-10x86: Use SIZE_MAX instead of (long int)-1 for tunable range valueSiddhesh Poyarekar
2021-02-10tunables: Simplify TUNABLE_SET interfaceSiddhesh Poyarekar
2021-02-09linux: Fix __sem_check_add_mapping search_semAdhemerval Zanella
2021-02-09linux: Fix __sem_check_add_mapping name lengthAdhemerval Zanella
2021-02-08Add more ptrace constants for AArch64 and PowerPC.Joseph Myers
2021-02-08x86-64: Refactor and improve performance of strchr-avx2.Snoah
2021-02-08pthread: Remove alloca usage from __sem_check_add_mappingAdhemerval Zanella
2021-02-08pthread: Refactor semaphore codeAdhemerval Zanella
2021-02-08linux: Require /dev/shm as the shared memory file systemFlorian Weimer
2021-02-08tst: Provide test for ppollLukasz Majewski
2021-02-08tst: Provide test for timerfd related functionsLukasz Majewski
2021-02-07x86: Add PTWRITE feature detection [BZ #27346]H.J. Lu
2021-02-04nptl: Remove private futex optimization [BZ #27304]Florian Weimer
2021-02-03i686: Regenerate ULPsSiddhesh Poyarekar
2021-02-02linux: Remove shmmax check from tst-sysvshm-linuxAdhemerval Zanella
2021-02-02x86: Adding an upper bound for Enhanced REP MOVSB.Sajan Karumanchi
2021-02-02Add MS_NOSYMFOLLOW from Linux 5.10 to <sys/mount.h>.Joseph Myers
2021-02-01hurd TIOCFLUSH: fix fixing argumentSamuel Thibault
2021-02-01sysconf: Add _SC_MINSIGSTKSZ/_SC_SIGSTKSZ [BZ #20305]H.J. Lu