Show patches with: none      |   2143 patches
« 1 2 ... 10 11 1221 22 »
Patch Series S/W/F Date Submitter Delegate State
[v2,03/21] nptl: Fix Race conditions in pthread cancellation (BZ#12683) nptl: Fix Race conditions in pthread cancellation (BZ#12683) --- 2018-02-26 Adhemerval Zanella Netto New
[v2,02/21] nptl: Fix testcases for new pthread cancellation mechanism nptl: Fix Race conditions in pthread cancellation (BZ#12683) --- 2018-02-26 Adhemerval Zanella Netto New
[v2,01/21] powerpc: Create stackframe information on syscall nptl: Fix Race conditions in pthread cancellation (BZ#12683) --- 2018-02-26 Adhemerval Zanella Netto New
nptl: Fix tst-cancel4 sendto tests nptl: Fix tst-cancel4 sendto tests --- 2018-02-22 Adhemerval Zanella Netto Accepted
[v4,4/4] i386: Fix i386 sigaction sa_restorer initialization (BZ#21269) [v4,1/4] Rename nptl-signals.h to internal-signals.h --- 2018-02-12 Adhemerval Zanella Netto New
[v4,3/4] linux: Consolidate sigaction implementation [v4,1/4] Rename nptl-signals.h to internal-signals.h --- 2018-02-12 Adhemerval Zanella Netto Accepted
[v4,2/4] Filter out NPTL internal signals (BZ #22391) [v4,1/4] Rename nptl-signals.h to internal-signals.h --- 2018-02-12 Adhemerval Zanella Netto New
[v4,1/4] Rename nptl-signals.h to internal-signals.h [v4,1/4] Rename nptl-signals.h to internal-signals.h --- 2018-02-12 Adhemerval Zanella Netto New
aarch64: Add split-stack TCB field aarch64: Add split-stack TCB field --- 2018-02-07 Adhemerval Zanella Netto New
[3/3] Refactor atfork handlers [1/3] Refactor Linux ARCH_FORK implementation --- 2018-02-07 Adhemerval Zanella Netto New
[2/3] dynarray: Implement remove function [1/3] Refactor Linux ARCH_FORK implementation --- 2018-02-07 Adhemerval Zanella Netto New
[1/3] Refactor Linux ARCH_FORK implementation [1/3] Refactor Linux ARCH_FORK implementation --- 2018-02-07 Adhemerval Zanella Netto Accepted
[v2,12/12] posix: Remove VLA usage for internal fnmatch implementation posix: glob/fnmatch fixes and refactor --- 2018-02-05 Adhemerval Zanella Netto New
[v2,11/12] posix: Remove alloca usage for internal fnmatch implementation posix: glob/fnmatch fixes and refactor --- 2018-02-05 Adhemerval Zanella Netto New
[v2,10/12] posix: Replace alloca usage with scratch_buffer for fnmatch posix: glob/fnmatch fixes and refactor --- 2018-02-05 Adhemerval Zanella Netto New
[v2,09/12] getlogin_r: switch Linux variant to struct scratch_buffer posix: glob/fnmatch fixes and refactor --- 2018-02-05 Adhemerval Zanella Netto New
[v2,08/12] posix: Remove all alloca usage in glob posix: glob/fnmatch fixes and refactor --- 2018-02-05 Adhemerval Zanella Netto New
[v2,07/12] posix: Use char_array for home_dir in glob posix: glob/fnmatch fixes and refactor --- 2018-02-05 Adhemerval Zanella Netto New
[v2,06/12] posix: Remove alloca usage on glob user_name posix: glob/fnmatch fixes and refactor --- 2018-02-05 Adhemerval Zanella Netto New
[v2,05/12] posix: Use dynarray for globname in glob posix: glob/fnmatch fixes and refactor --- 2018-02-05 Adhemerval Zanella Netto New
[v2,04/12] posix: Remove alloca usage on glob dirname posix: glob/fnmatch fixes and refactor --- 2018-02-05 Adhemerval Zanella Netto New
[v2,03/12] posix: Remove alloca usage for GLOB_BRACE on glob posix: glob/fnmatch fixes and refactor --- 2018-02-05 Adhemerval Zanella Netto New
[v2,02/12] posix: Use char_array for internal glob dirname posix: glob/fnmatch fixes and refactor --- 2018-02-05 Adhemerval Zanella Netto New
[v2,01/12] malloc: Add specialized dynarray for C strings posix: glob/fnmatch fixes and refactor --- 2018-02-05 Adhemerval Zanella Netto New
[v8,8/8] Add manual documentation for threads.h Add support for ISO C threads.h --- 2018-02-02 Adhemerval Zanella Netto New
[v8,7/8] nptl: Add test cases for ISO C11 threads Add support for ISO C threads.h --- 2018-02-02 Adhemerval Zanella Netto Accepted
[v8,6/8] nptl: Add abilist symbols for C11 threads Add support for ISO C threads.h --- 2018-02-02 Adhemerval Zanella Netto New
[v8,5/8] nptl: Add C11 threads tss_* functions Add support for ISO C threads.h --- 2018-02-02 Adhemerval Zanella Netto New
[v8,4/8] nptl: Add C11 threads cnd_* functions Add support for ISO C threads.h --- 2018-02-02 Adhemerval Zanella Netto New
[v8,3/8] nptl: Add C11 threads call_once functions Add support for ISO C threads.h --- 2018-02-02 Adhemerval Zanella Netto New
[v8,2/8] nptl: Add C11 threads mtx_* functions Add support for ISO C threads.h --- 2018-02-02 Adhemerval Zanella Netto New
[v8,1/8] nptl: Add C11 threads thrd_* functions Add support for ISO C threads.h --- 2018-02-02 Adhemerval Zanella Netto New
stdlib: Fixing test-*atexit*-race tests on ia64 stdlib: Fixing test-*atexit*-race tests on ia64 --- 2018-02-01 Adhemerval Zanella Netto New
[7/7] stdlib: Remove undefined behavior from qsort implementation Refactor qsort implementation --- 2018-01-18 Adhemerval Zanella Netto Superseded
[6/7] stdlib: Optimization qsort{_r} swap implementation Refactor qsort implementation --- 2018-01-18 Adhemerval Zanella Netto New
[5/7] stdlib: Remove use of mergesort on qsort Refactor qsort implementation --- 2018-01-18 Adhemerval Zanella Netto Superseded
[4/7] stdlib: Add more qsort{_r} coverage Refactor qsort implementation --- 2018-01-18 Adhemerval Zanella Netto Superseded
[3/7] benchtests: Add bench-qsort Refactor qsort implementation --- 2018-01-18 Adhemerval Zanella Netto Superseded
[2/7] support: Add Mersenne Twister pseudo-random number generator Refactor qsort implementation --- 2018-01-18 Adhemerval Zanella Netto New
[1/7] stdlib: Adjust tst-qsort{2} to libsupport Refactor qsort implementation --- 2018-01-18 Adhemerval Zanella Netto Superseded
[v3,18/18] sh: Add string-fzb.h Improve generic string routines --- 2018-01-10 Adhemerval Zanella Netto Superseded
[v3,17/18] powerpc: Add string-fza.h Improve generic string routines --- 2018-01-10 Adhemerval Zanella Netto New
[v3,16/18] arm: Add string-fza.h Improve generic string routines --- 2018-01-10 Adhemerval Zanella Netto Superseded
[v3,15/18] alpha: Add string-fzb.h and string-fzi.h Improve generic string routines --- 2018-01-10 Adhemerval Zanella Netto Superseded
[v3,14/18] hppa: Add string-fzb.h and string-fzi.h Improve generic string routines --- 2018-01-10 Adhemerval Zanella Netto Superseded
[v3,13/18] hppa: Add memcopy.h Improve generic string routines --- 2018-01-10 Adhemerval Zanella Netto Superseded
[v3,12/18] string: Improve generic strcpy Improve generic string routines --- 2018-01-10 Adhemerval Zanella Netto New
[v3,11/18] string: Improve generic strcmp Improve generic string routines --- 2018-01-10 Adhemerval Zanella Netto New
[v3,10/18] string: Improve generic strchrnul Improve generic string routines --- 2018-01-10 Adhemerval Zanella Netto New
[v3,09/18] string: Improve generic strchr Improve generic string routines --- 2018-01-10 Adhemerval Zanella Netto New
[v3,08/18] string: Improve generic strnlen Improve generic string routines --- 2018-01-10 Adhemerval Zanella Netto New
[v3,07/18] string: Improve generic memrchr Improve generic string routines --- 2018-01-10 Adhemerval Zanella Netto New
[v3,06/18] string: Improve generic memchr Improve generic string routines --- 2018-01-10 Adhemerval Zanella Netto New
[v3,05/18] string: Improve generic strlen Improve generic string routines --- 2018-01-10 Adhemerval Zanella Netto New
[v3,04/18] Add string vectorized find and detection functions Improve generic string routines --- 2018-01-10 Adhemerval Zanella Netto New
[v3,03/18] Add string-maskoff.h generic header Improve generic string routines --- 2018-01-10 Adhemerval Zanella Netto New
[v3,02/18] Parameterize OP_T_THRES from memcopy.h Improve generic string routines --- 2018-01-10 Adhemerval Zanella Netto Superseded
[v3,01/18] Parameterize op_t from memcopy.h Improve generic string routines --- 2018-01-10 Adhemerval Zanella Netto New
alpha: Remove s_trunc{f} implementation (BZ#22666) alpha: Remove s_trunc{f} implementation (BZ#22666) --- 2018-01-03 Adhemerval Zanella Netto Accepted
alpha: Remove s_ceil{f} and s_floor{f} implementation (BZ#22665) alpha: Remove s_ceil{f} and s_floor{f} implementation (BZ#22665) --- 2018-01-03 Adhemerval Zanella Netto Accepted
[5/5] hppa: Remove unrequired nptl headers [1/5] nptl: Add mutex-internal.h --- 2017-12-29 Adhemerval Zanella Netto Superseded
[4/5] nptl: Add default pthread-offsets.h [1/5] nptl: Add mutex-internal.h --- 2017-12-29 Adhemerval Zanella Netto New
[3/5] nptl: Add default pthreadtypes-arch.h [1/5] nptl: Add mutex-internal.h --- 2017-12-29 Adhemerval Zanella Netto New
[2/5] nptl: Add rwlock-internal.h [1/5] nptl: Add mutex-internal.h --- 2017-12-29 Adhemerval Zanella Netto New
[1/5] nptl: Add mutex-internal.h [1/5] nptl: Add mutex-internal.h --- 2017-12-29 Adhemerval Zanella Netto New
[COMMITTED] glob: Silence warning about void pointer arithmetic [COMMITTED] glob: Silence warning about void pointer arithmetic --- 2017-12-19 Adhemerval Zanella Netto New
[COMMITTED] glob: pacify fuzzer for mempcpy [COMMITTED] glob: pacify fuzzer for mempcpy --- 2017-12-19 Adhemerval Zanella Netto New
nptl: Consolidate pthread_{timed,try}join{_np} nptl: Consolidate pthread_{timed,try}join{_np} --- 2017-12-19 Adhemerval Zanella Netto Accepted
sh: Fix clone exit return code sh: Fix clone exit return code --- 2017-12-14 Adhemerval Zanella Netto New
ia64: Fix memchr for large input sizes (BZ #22603) ia64: Fix memchr for large input sizes (BZ #22603) --- 2017-12-14 Adhemerval Zanella Netto Accepted
[3/3] Simplify tile assembly definitions [1/3] Remove tilepro-*-linux-gnu support --- 2017-12-13 Adhemerval Zanella Netto Accepted
[2/3] Simplify tilegx sysdeps folder [1/3] Remove tilepro-*-linux-gnu support --- 2017-12-13 Adhemerval Zanella Netto New
[1/3] Remove tilepro-*-linux-gnu support [1/3] Remove tilepro-*-linux-gnu support --- 2017-12-13 Adhemerval Zanella Netto New
[COMMITTED] ia64: Add ipc_priv.h header to set __IPC_64 to zero [COMMITTED] ia64: Add ipc_priv.h header to set __IPC_64 to zero --- 2017-12-12 Adhemerval Zanella Netto New
[19/19] nptl: hppa: Fix Race conditions in pthread cancellation (BZ#12683) nptl: Fix Race conditions in pthread cancellation (BZ#12683) --- 2017-12-11 Adhemerval Zanella Netto Superseded
[18/19] nptl: mips: Fix Race conditions in pthread cancellation (BZ#12683) nptl: Fix Race conditions in pthread cancellation (BZ#12683) --- 2017-12-11 Adhemerval Zanella Netto Superseded
[17/19] nptl: sh: Fix Race conditions in pthread cancellation (BZ#12683) nptl: Fix Race conditions in pthread cancellation (BZ#12683) --- 2017-12-11 Adhemerval Zanella Netto Superseded
[16/19] nptl: nios2: Fix Race conditions in pthread cancellation (BZ#12683) nptl: Fix Race conditions in pthread cancellation (BZ#12683) --- 2017-12-11 Adhemerval Zanella Netto Superseded
[15/19] nptl: sparc: Fix Race conditions in pthread cancellation (BZ#12683) nptl: Fix Race conditions in pthread cancellation (BZ#12683) --- 2017-12-11 Adhemerval Zanella Netto Superseded
[14/19] nptl: tile: Fix Race conditions in pthread cancellation (BZ#12683) nptl: Fix Race conditions in pthread cancellation (BZ#12683) --- 2017-12-11 Adhemerval Zanella Netto Superseded
[13/19] nptl: microblaze: Fix Race conditions in pthread cancellation (BZ#12683) nptl: Fix Race conditions in pthread cancellation (BZ#12683) --- 2017-12-11 Adhemerval Zanella Netto Superseded
[12/19] nptl: m68k: Fix Race conditions in pthread cancellation (BZ#12683) nptl: Fix Race conditions in pthread cancellation (BZ#12683) --- 2017-12-11 Adhemerval Zanella Netto Superseded
[11/19] nptl: alpha: Fix Race conditions in pthread cancellation (BZ#12683) nptl: Fix Race conditions in pthread cancellation (BZ#12683) --- 2017-12-11 Adhemerval Zanella Netto Superseded
[10/19] nptl: ia64: Fix Race conditions in pthread cancellation (BZ#12683) nptl: Fix Race conditions in pthread cancellation (BZ#12683) --- 2017-12-11 Adhemerval Zanella Netto Superseded
[09/19] nptl: s390: Fix Race conditions in pthread cancellation (BZ#12683) nptl: Fix Race conditions in pthread cancellation (BZ#12683) --- 2017-12-11 Adhemerval Zanella Netto Superseded
[08/19] nptl: arm: Fix Race conditions in pthread cancellation (BZ#12683) nptl: Fix Race conditions in pthread cancellation (BZ#12683) --- 2017-12-11 Adhemerval Zanella Netto New
[07/19] nptl: aarch64: Fix Race conditions in pthread cancellation (BZ#12683) nptl: Fix Race conditions in pthread cancellation (BZ#12683) --- 2017-12-11 Adhemerval Zanella Netto Superseded
[06/19] nptl: powerpc: Fix Race conditions in pthread cancellation (BZ#12683) nptl: Fix Race conditions in pthread cancellation (BZ#12683) --- 2017-12-11 Adhemerval Zanella Netto Superseded
[05/19] nptl: i386: Fix Race conditions in pthread cancellation (BZ#12683) nptl: Fix Race conditions in pthread cancellation (BZ#12683) --- 2017-12-11 Adhemerval Zanella Netto Superseded
[04/19] nptl: x32: Fix Race conditions in pthread cancellation (BZ#12683) nptl: Fix Race conditions in pthread cancellation (BZ#12683) --- 2017-12-11 Adhemerval Zanella Netto Superseded
[03/19] nptl: x86_64: Fix Race conditions in pthread cancellation (BZ#12683) nptl: Fix Race conditions in pthread cancellation (BZ#12683) --- 2017-12-11 Adhemerval Zanella Netto Superseded
[02/19] nptl: Fix Race conditions in pthread cancellation (BZ#12683) nptl: Fix Race conditions in pthread cancellation (BZ#12683) --- 2017-12-11 Adhemerval Zanella Netto Superseded
[01/19] nptl: Fix testcases for new pthread cancellation mechanism nptl: Fix Race conditions in pthread cancellation (BZ#12683) --- 2017-12-11 Adhemerval Zanella Netto New
math: Use sign as double for reduced case in sinf math: Use sign as double for reduced case in sinf --- 2017-12-05 Adhemerval Zanella Netto New
libio: Free backup area when it not required (BZ#22415) libio: Free backup area when it not required (BZ#22415) --- 2017-11-29 Adhemerval Zanella Netto Accepted
posix: Fix generic p{read,write}v buffer allocation (BZ#22457) posix: Fix generic p{read,write}v buffer allocation (BZ#22457) --- 2017-11-23 Adhemerval Zanella Netto Accepted
posix: Call internal free on fallback p{read,write}v on Linux (BZ#22457) posix: Call internal free on fallback p{read,write}v on Linux (BZ#22457) --- 2017-11-23 Adhemerval Zanella Netto New
[8/8] posix: Remove all alloca usage in glob posix: glob fixes and refactor --- 2017-11-21 Adhemerval Zanella Netto Superseded
[7/8] posix: Use char_array for home_dir in glob posix: glob fixes and refactor --- 2017-11-21 Adhemerval Zanella Netto Superseded
[6/8] posix: Remove alloca usage on glob user_name posix: glob fixes and refactor --- 2017-11-21 Adhemerval Zanella Netto Superseded
« 1 2 ... 10 11 1221 22 »