Age | Commit message (Expand) | Author | Files | Lines |
2023-07-17 | configure: Use autoconf 2.71 | Siddhesh Poyarekar | 2 | -27/+42 |
2023-05-30 | Fix misspellings in sysdeps/ -- BZ 25337 | Paul Pluzhnikov | 1 | -1/+1 |
2023-02-06 | sh: Add string-fzb.h | Adhemerval Zanella | 1 | -0/+55 |
2023-01-06 | Update copyright dates with scripts/update-copyrights | Joseph Myers | 56 | -56/+56 |
2022-11-03 | elf: Introduce <dl-call_tls_init_tp.h> and call_tls_init_tp (bug 29249) | Florian Weimer | 1 | -1/+1 |
2022-10-18 | Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sources | Florian Weimer | 1 | -2/+0 |
2022-10-18 | Introduce <pointer_guard.h>, extracted from <sysdep.h> | Florian Weimer | 5 | -0/+5 |
2022-09-26 | Use atomic_exchange_release/acquire | Wilco Dijkstra | 1 | -1/+1 |
2022-05-30 | sh: Remove _dl_skip_args usage | Adhemerval Zanella | 1 | -15/+1 |
2022-04-26 | elf: Replace PI_STATIC_AND_HIDDEN with opposite HIDDEN_VAR_NEEDS_DYNAMIC_RELOC | Fangrui Song | 2 | -7/+0 |
2022-02-10 | elf: Remove prelink support | Adhemerval Zanella | 1 | -1/+1 |
2022-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 56 | -56/+56 |
2021-12-28 | malloc: Remove memusage.h | Adhemerval Zanella | 1 | -20/+0 |
2021-12-28 | elf: Add _dl_audit_pltexit | Adhemerval Zanella | 1 | -2/+2 |
2021-12-09 | Remove TLS_TCB_ALIGN and TLS_INIT_TCB_ALIGN | Florian Weimer | 1 | -6/+0 |
2021-12-09 | nptl: Introduce <tcb-access.h> for THREAD_* accessors | Florian Weimer | 1 | -13/+1 |
2021-12-03 | nptl: Increase default TCB alignment to 32 | Florian Weimer | 1 | -3/+0 |
2021-10-14 | elf: Fix dynamic-link.h usage on rtld.c | Adhemerval Zanella | 1 | -4/+2 |
2021-10-07 | elf: Avoid nested functions in the loader [BZ #27220] | Fangrui Song | 1 | -8/+11 |
2021-09-16 | elf: Remove THREAD_GSCOPE_IN_TCB | Sergey Bugaev | 1 | -1/+0 |
2021-09-03 | Remove "Contributed by" lines | Siddhesh Poyarekar | 14 | -16/+0 |
2021-08-18 | Remove sysdeps/*/tls-macros.h | Fangrui Song | 1 | -143/+0 |
2021-04-23 | nptl: Move pthread_spin_trylock into libc | Florian Weimer | 1 | -4/+12 |
2021-04-23 | nptl: Move pthread_spin_lock into libc | Florian Weimer | 1 | -1/+7 |
2021-04-23 | nptl: Move pthread_spin_init, Move pthread_spin_unlock into libc | Florian Weimer | 1 | -7/+14 |
2021-03-01 | Implement <unwind-link.h> for dynamically loading the libgcc_s unwinder | Florian Weimer | 1 | -0/+28 |
2021-02-25 | Reduce the statically linked startup code [BZ #23323] | Florian Weimer | 1 | -7/+2 |
2021-01-28 | sh: Update libm-tests-ulps | Adhemerval Zanella | 1 | -19/+23 |
2021-01-02 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 56 | -56/+56 |
2020-11-27 | sh: Add sh4 fpu Implies folder | Adhemerval Zanella | 2 | -0/+2 |
2020-11-16 | nptl: Move stack list variables into _rtld_global | Florian Weimer | 1 | -2/+0 |
2020-10-02 | aarch64: enforce >=64K guard size [BZ #26691] | Szabolcs Nagy | 1 | -0/+3 |
2020-05-06 | semaphore: consolidate arch headers into a generic one | Vineet Gupta | 1 | -35/+0 |
2020-04-24 | Remove most gmp-mparam.h headers. | Joseph Myers | 1 | -29/+0 |
2020-03-19 | math: Remove inline math tests | Adhemerval Zanella | 1 | -265/+0 |
2020-02-18 | Introduce <elf-initfini.h> and ELF_INITFINI for all architectures | Florian Weimer | 1 | -0/+20 |
2020-02-14 | linux: Consolidate INLINE_SYSCALL | Adhemerval Zanella | 1 | -1/+1 |
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 57 | -57/+57 |
2019-11-26 | nptl: Add default pthread-offsets.h | Adhemerval Zanella | 1 | -7/+0 |
2019-11-26 | nptl: Add default pthreadtypes-arch.h | Adhemerval Zanella | 1 | -36/+0 |
2019-11-26 | nptl: Add struct_rwlock.h | Adhemerval Zanella | 1 | -26/+0 |
2019-11-26 | nptl: Add struct_mutex.h | Adhemerval Zanella | 1 | -7/+0 |
2019-11-26 | nptl: Remove rwlock elision definitions | Adhemerval Zanella | 1 | -2/+0 |
2019-11-26 | nptl: Add tests for internal pthread_rwlock_t offsets | Adhemerval Zanella | 1 | -0/+6 |
2019-11-26 | nptl: Cleanup mutex internal offset tests | Adhemerval Zanella | 1 | -4/+0 |
2019-10-01 | Split up endian.h to minimize exposure of BYTE_ORDER. | Alistair Francis | 3 | -14/+16 |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 58 | -58/+58 |
2019-08-29 | sh: Split BE/LE abilist | Adhemerval Zanella | 6 | -9/+180 |
2019-08-13 | Declare most TS 18661-1 interfaces for C2X. | Joseph Myers | 1 | -1/+1 |
2019-08-05 | sh: Update libm-tests-ulps | Adhemerval Zanella | 1 | -20/+20 |