about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
...
* x86: Add CPU-specific diagnostics to ld.so --list-diagnosticsFlorian Weimer2021-03-022-0/+120
* x86: Automate generation of PREFERRED_FEATURE_INDEX_1 bitfieldFlorian Weimer2021-03-022-34/+51
* ld.so: Implement the --list-diagnostics optionFlorian Weimer2021-03-021-0/+77
* powerpc: Update libm-test-ulpsMatheus Castanho2021-03-021-13/+15
* tst: Add test for utimesLukasz Majewski2021-03-022-1/+89
* tst: Add test for utimeLukasz Majewski2021-03-022-1/+88
* tst: Add test for futimensLukasz Majewski2021-03-022-1/+85
* nptl: __libc_cleanup_push/__libc_cleanup_pop require -fexceptionsFlorian Weimer2021-03-021-3/+6
* nptl: Use <unwind-link.h> for accessing the libgcc_s unwinderFlorian Weimer2021-03-014-142/+44
* Implement _Unwind_Resume in libc on top of <unwind-link.h>Florian Weimer2021-03-015-61/+97
* Move sysdeps/gnu/unwind-resume.c to sysdeps/generic/unwind-resume.cFlorian Weimer2021-03-011-0/+0
* __frame_state_for: Use <unwind-link.h> for unwinder accessFlorian Weimer2021-03-011-13/+8
* sparc: Implement backtrace on top <unwind-link.h>Florian Weimer2021-03-011-51/+15
* m68k: Implement backtrace on top of <unwind-link.h>Florian Weimer2021-03-011-64/+18
* i386: Implement backtrace on top of <unwind-link.h>Florian Weimer2021-03-011-64/+18
* arm: Implement backtrace on top of <unwind-link.h>Florian Weimer2021-03-011-57/+20
* Implement <unwind-link.h> for dynamically loading the libgcc_s unwinderFlorian Weimer2021-03-0115-16/+447
* aarch64: update ulps.Szabolcs Nagy2021-03-011-15/+17
* Add inputs that generate larger error boundsPaul Zimmermann2021-02-271-24/+26
* Reduce the statically linked startup code [BZ #23323]Florian Weimer2021-02-2558-182/+115
* nptl: Move elision implementations into libcFlorian Weimer2021-02-2337-667/+138
* x86: Use x86/nptl/pthreaddef.hH.J. Lu2021-02-222-48/+7
* nptl: Move futex-internal into libcFlorian Weimer2021-02-221-2/+2
* nptl: Move lowlevellock into libc [BZ #15648]Florian Weimer2021-02-222-10/+4
* nptl: Move futex-internal.c into main nptl directoryFlorian Weimer2021-02-222-128/+1
* x86: Remove unused variables for raw cache sizes from cacheinfo.hFlorian Weimer2021-02-221-12/+0
* <bits/platform/x86.h>: Correct x86_cpu_TBMH.J. Lu2021-02-221-1/+1
* x86_64/clone.S: Upate commentsH.J. Lu2021-02-221-6/+8
* i386/clone.S: Remove redundant EBX loadH.J. Lu2021-02-221-6/+0
* aarch64: Remove the unused __read_tp symbolSzabolcs Nagy2021-02-223-51/+0
* Update syscall lists for Linux 5.11.Joseph Myers2021-02-1926-2/+28
* Correct hppa EFD_NONBLOCK, IN_NONBLOCK, SFD_NONBLOCK and TFD_NONBLOCK defines.John David Anglin2021-02-194-4/+4
* S390: Add new hwcap values.Stefan Liebler2021-02-163-3/+8
* aarch64: Fix sys/ptrace.h if linux headers are includedSzabolcs Nagy2021-02-151-0/+34
* x86: Remove the extra space between "# endif"H.J. Lu2021-02-121-1/+1
* hurd: Fix fstatfs build failureAdhemerval Zanella2021-02-111-1/+1
* linux: Remove stat-check.cAdhemerval Zanella2021-02-113-30/+13
* linux: Remove overflow.hAdhemerval Zanella2021-02-111-69/+0
* linux: Consolidate internal_statvfsAdhemerval Zanella2021-02-119-37/+56
* linux: Consolidate statvfs implementationsAdhemerval Zanella2021-02-116-46/+25
* linux: Consolidate fstatvfs implementationsAdhemerval Zanella2021-02-117-46/+25
* linux: Consolidate statfs implementationsAdhemerval Zanella2021-02-119-81/+125
* linux: Consolidate fstatfs implementationsAdhemerval Zanella2021-02-119-73/+126
* linux: Set LFS statfs as defaultAdhemerval Zanella2021-02-112-11/+75
* linux: Set default kernel_stat.h to LFSAdhemerval Zanella2021-02-1115-200/+231
* linux: Fix STATFS_IS_STATFS64 definitionAdhemerval Zanella2021-02-118-8/+36
* x86: Use SIZE_MAX instead of (long int)-1 for tunable range valueSiddhesh Poyarekar2021-02-101-5/+5
* tunables: Simplify TUNABLE_SET interfaceSiddhesh Poyarekar2021-02-102-10/+7
* linux: Fix __sem_check_add_mapping search_semAdhemerval Zanella2021-02-091-1/+1
* linux: Fix __sem_check_add_mapping name lengthAdhemerval Zanella2021-02-091-0/+1