Show patches with: Archived = No       |   2105 patches
« 1 2 3 421 22 »
Patch Series S/W/F Date Submitter Delegate State
malloc/mtrace.c: Cosmetic cleanup. --- 2014-02-06 Will Newton Accepted
[v3] ARM: Add SystemTap probes to longjmp and setjmp. --- 2014-02-19 Will Newton Superseded
[v4] ARM: Add SystemTap probes to longjmp and setjmp. --- 2014-02-19 Will Newton Accepted
[1/2] stdlib/tst-setcontext.c: Check for clobbering of signal stack. --- 2014-03-03 Will Newton Superseded
[2/2] manual/setjmp.texi: Improve clarity of Sys V context doc --- 2014-03-03 Will Newton Accepted
[1/4] aarch64: Remove inaccurate comment from sysdep.h --- 2014-03-13 Will Newton Accepted
[2/4] aarch64: Re-implement setcontext without sigreturn syscall --- 2014-03-13 Will Newton Superseded
[3/4] stdlib/tst-setcontext.c: Check for clobbering of signal stack --- 2014-03-13 Will Newton Superseded
[4/4] manual/setjmp.texi: Clarify setcontext and signal handlers text --- 2014-03-13 Will Newton Superseded
[1/7] Fix __PTHREAD_MUTEX_HAVE_ELISION -Wundef warning --- 2014-03-17 Will Newton Rejected
[2/7] Fix _STRING_ARCH_unaligned -Wundef warnings --- 2014-03-17 Will Newton Rejected
[3/7] Fix HP_SMALL_TIMING_AVAIL -Wundef warnings --- 2014-03-17 Will Newton Rejected
[4/7] Fix _IO_JUMPS_OFFSET -Wundef warnings --- 2014-03-17 Will Newton Rejected
[5/7] Fix __STRICT_ANSI__ -Wundef warnings --- 2014-03-17 Will Newton Accepted
[6/7] malloc/obstack.h: Remove long obsolete NeXT gcc conditional --- 2014-03-17 Will Newton Rejected
[7/7] Fix HAVE_RM_CTX -Wundef warnings --- 2014-03-17 Will Newton Rejected
benchtests/bench-strtod.c: Increase timeout value --- 2014-03-25 Will Newton Accepted
malloc/obstack: Merge obstack code back from gnulib --- 2014-03-28 Will Newton Superseded
benchtests: Add benchtests for ffs and ffsll --- 2014-03-28 Will Newton Accepted
malloc: Fix MALLOC_DEBUG -Wundef warning --- 2014-03-31 Will Newton Accepted
string: Cosmetic cleanup of string functions --- 2014-03-31 Will Newton Accepted
benchtests: Build ffs and ffsl benchtests with -fno-builtin --- 2014-04-01 Will Newton Accepted
[v2,1/3] aarch64: Re-implement setcontext without rt_sigreturn syscall --- 2014-04-01 Will Newton Accepted
[v2,2/3] stdlib/tst-setcontext.c: Check for clobbering of signal stack --- 2014-04-01 Will Newton Accepted
[v2,3/3] manual/setjmp.texi: Clarify setcontext and signal handlers text --- 2014-04-01 Will Newton Accepted
elf/dl-lookup.c: Remove obsolete comment about nested function --- 2014-04-02 Will Newton Accepted
benchtests: Improve readability of JSON output --- 2014-04-08 Will Newton Superseded
malloc: Add mallopt test. --- 2014-04-08 Will Newton Accepted
aarch64: Add setjmp and longjmp SystemTap probes --- 2014-04-08 Will Newton Accepted
[v2] benchtests: Improve readability of JSON output --- 2014-04-11 Will Newton Accepted
test-skeleton.c: Use stderr for error messages --- 2014-04-11 Will Newton Superseded
test-skeleton.c: Use stdout for error messages --- 2014-04-11 Will Newton Accepted
[1/3] elf/dl-lookup.c: Move STB_GNU_UNIQUE handling to a function --- 2014-04-11 Will Newton Accepted
[2/3] elf/dl-lookup.c: Remove unnecessary static variable --- 2014-04-11 Will Newton Accepted
[3/3] elf/dl-lookup.c: Use __glibc_likely and __glibc_unlikely --- 2014-04-11 Will Newton Accepted
benchtests: Add malloc microbenchmark --- 2014-04-15 Will Newton Superseded
[v2] benchtests: Add malloc microbenchmark --- 2014-04-17 Will Newton Superseded
ARM: Add optimized ARMv7 strcmp implementation --- 2014-04-23 Will Newton Superseded
[v2] ARM: Add optimized ARMv7 strcmp implementation --- 2014-04-25 Will Newton Accepted
stdlib/gmp-impl.h: Silence -Wundef warning for USE_STACK_ALLOC --- 2014-04-25 Will Newton Accepted
ARM: Allow auto-detection of linker relro feature --- 2014-05-09 Will Newton Accepted
AArch64: Fix handling of nocancel syscall failures --- 2014-05-19 Will Newton Accepted
ARM: Fix handling of concurrent TLS descriptor resolution --- 2014-05-23 Will Newton Accepted
malloc/malloc.c: Avoid calling sbrk unnecessarily with zero --- 2014-06-13 Will Newton Accepted
[v3] benchtests: Add malloc microbenchmark --- 2014-06-19 Will Newton Superseded
[1/2] misc/sys/cdefs.h: Add _Noreturn macro for pre-C11 compilers --- 2014-06-23 Will Newton Accepted
[2/2] malloc/obstack: Merge from gnulib --- 2014-06-23 Will Newton Accepted
sysdeps/posix/tempname.c: Merge from gnulib --- 2014-06-24 Will Newton Superseded
[v2] sysdeps/posix/tempname.c: Merge from gnulib --- 2014-06-24 Will Newton Accepted
ARM: Add support for AT_HWCAP2 in _dl_procinfo --- 2014-06-25 Will Newton Accepted
string/memchr.c: Merge from gnulib --- 2014-06-26 Will Newton Accepted
ARM: Define ELF_MACHINE_NO_REL --- 2014-07-03 Will Newton Accepted
ARM: Fix compiler warnings from atomic.h --- 2014-07-04 Will Newton Accepted
Fix -Wundef warnings for SHARED --- 2014-07-07 Will Newton Accepted
iconv/loop.c: Fix -Wundef warning with !_STRING_ARCH_unaligned --- 2014-07-10 Will Newton Accepted
ARM: Don't define _SYS_AUXV_H in sysdep.h --- 2014-09-12 Will Newton Accepted
Allow cross-building of tests --- 2014-09-16 Will Newton Accepted
stdlib/tst-strtod-round.c: Fix build on ARM --- 2014-09-16 Will Newton Accepted
string: Add tests for zero length string inputs --- 2014-09-16 Will Newton New
[1/3] benchtests: Add malloc microbenchmark --- 2014-10-03 Will Newton Superseded
[2/3] sysdeps/arm/bits/atomic.h: Add a wider range of atomic operations --- 2014-10-03 Will Newton Superseded
[3/3] sysdeps/arm/bits/atomic.h: Use relaxed atomics for catomic_* --- 2014-10-03 Will Newton Superseded
[1/5] benchtests: Add malloc microbenchmark --- 2014-10-17 Will Newton Accepted
[2/5] sysdeps/generic/atomic.h: Add a generic atomic header --- 2014-10-17 Will Newton New
[3/5] sysdeps/generic/atomic_types.h: Add generic atomic types header --- 2014-10-17 Will Newton New
[4/5] sysdeps/aarch64/bits/atomic.h: Switch to generic implementation --- 2014-10-17 Will Newton New
[5/5] sysdeps/arm/bits/atomic.h: Switch to generic implementation --- 2014-10-17 Will Newton New
[1/3] AArch64: Update relocations for ILP32 --- 2014-11-18 Will Newton New
[2/3] AArch64: Use ELF macros rather than Elf64 throughout --- 2014-11-18 Will Newton New
[3/3] AArch64: Reformat inline-asm in elf_machine_load_address --- 2014-11-18 Will Newton New
intl: Merge with gettext version 0.19.3 --- 2014-12-10 Will Newton Accepted
Require bison 2.7 or newer for regenerating intl/plural.y --- 2014-12-11 Will Newton Accepted
[v2] Require bison 2.7 or newer for regenerating intl/plural.y --- 2014-12-11 Will Newton New
[v3] Require bison 2.7 or newer for regenerating intl/plural.y --- 2014-12-11 Will Newton New
manual/install.texi: Bump required version of texinfo to 4.7 --- 2014-12-11 Will Newton New
[v2] Bump required version of texinfo to 4.7 --- 2014-12-12 Will Newton New
ARM: Remove configure check for binutils 2.21 for ARMv7 --- 2015-01-02 Will Newton Accepted
[v2] New pthread rwlock that is more scalable. --- 2016-10-18 Torvald Riegel Accepted
Use C11-like atomics instead of plain memory accesses in x86 lock elision. --- 2016-12-02 Torvald Riegel Accepted
[BZ,#20973] Robust mutexes: Fix lost wake-up. --- 2016-12-15 Torvald Riegel New
[BZ,#19402] Clear list of acquired robust mutexes in the child process after forking. --- 2016-12-22 Torvald Riegel New
[BZ,#20985] robust mutexes: Fix broken x86 assembly by removing it --- 2016-12-22 Torvald Riegel Superseded
New condvar implementation that provides stronger ordering guarantees. --- 2016-12-23 Torvald Riegel New
[2/2] New pthread rwlock that is more scalable. --- 2016-12-23 Torvald Riegel New
Add compiler barriers around modifications of the robust mutex list. --- 2016-12-23 Torvald Riegel Superseded
New condvar implementation that provides stronger ordering guarantees. --- 2017-01-02 Torvald Riegel New
[2/2] New pthread rwlock that is more scalable. --- 2017-01-02 Torvald Riegel New
RFC: shared-memory synchronization benchmarking in glibc --- 2017-01-10 Torvald Riegel New
Fix mutex pretty printer test and pretty printer output. --- 2017-01-10 Torvald Riegel New
[BZ,#20985] robust mutexes: Fix broken x86 assembly by removing it --- 2017-01-13 Torvald Riegel Accepted
Add compiler barriers around modifications of the robust mutex list. --- 2017-01-13 Torvald Riegel Accepted
make build-many-glibcs.py work on python3.2 --- 2016-11-22 Szabolcs Nagy New
Test case for BZ 19329 --- 2016-11-24 Szabolcs Nagy Superseded
[v2] Test case for BZ 19329 --- 2016-11-25 Szabolcs Nagy New
[RFC,1/2,BZ,19329] remove broken code path for easier code review --- 2016-11-30 Szabolcs Nagy New
[RFC,2/2,BZ,19329] Fix data races between pthread_create and dlopen --- 2016-11-30 Szabolcs Nagy New
[AArch64] Add more cfi annotations to tlsdesc entry points --- 2016-12-09 Szabolcs Nagy New
[v3] Test case for BZ 19329 --- 2016-12-13 Szabolcs Nagy New
[v2,AArch64] Add more cfi annotations to tlsdesc entry points --- 2016-12-13 Szabolcs Nagy New
Define wordsize.h macros everywhere --- 2016-10-26 Steve Ellcey New
« 1 2 3 421 22 »