Show patches with: Archived = No       |   2105 patches
« 1 2 3 421 22 »
Patch Series S/W/F Date Submitter Delegate State
[soft-fp] Add support for various half-precision conversion routines --- 2016-09-07 James Greenhalgh Superseded
posix: Fix open file action for posix_spawn on Linux --- 2016-09-16 Adhemerval Zanella Netto Superseded
[1/4] Add INTERNAL_SYSCALL_CALL --- 2016-09-20 Adhemerval Zanella Netto Superseded
[1/2] nptl: Remove __ASSUME_SET_ROBUST_LIST --- 2016-09-21 Adhemerval Zanella Netto Superseded
[2/2] linux: Remove __ASSUME_SET_ROBUST_LIST defines --- 2016-09-21 Adhemerval Zanella Netto Superseded
[v2,1/3] Consolidate fallocate{64} implementations --- 2016-09-28 Adhemerval Zanella Netto Superseded
Use gcc stpncpy chk builtin (BZ #20661) --- 2016-09-30 Adhemerval Zanella Netto Superseded
Remove cached PID/TID in clone --- 2016-10-13 Adhemerval Zanella Netto Superseded
Define iszero as a function template for C++ [BZ #20715] --- 2016-10-21 Florian Weimer Superseded
malloc: Remove malloc_get_state, malloc_set_state [BZ #19473] --- 2016-10-24 Florian Weimer Superseded
Define wordsize.h macros everywhere --- 2016-10-27 Steve Ellcey Superseded
Updated version of define for __ASSUME_ST_INO_64_BIT --- 2016-10-27 Steve Ellcey Superseded
crypt: Use internal names for the SHA-2 block functions --- 2016-10-28 Florian Weimer Superseded
malloc: Use accessors for chunk metadata access --- 2016-10-28 Florian Weimer Superseded
malloc: Implement heap protector --- 2016-10-28 Florian Weimer Superseded
[01/15] Consolidate Linux msgctl implementation --- 2016-11-01 Adhemerval Zanella Netto Superseded
[02/15] Consolidate Linux msgrcv implementation --- 2016-11-01 Adhemerval Zanella Netto Superseded
[03/15] Use msgsnd syscall for Linux implementation --- 2016-11-01 Adhemerval Zanella Netto Superseded
[04/15] Use msgget syscall for Linux implementation --- 2016-11-01 Adhemerval Zanella Netto Superseded
[05/15] Add SYSV message queue test --- 2016-11-01 Adhemerval Zanella Netto Superseded
[06/15] Consolidate Linux semctl implementation --- 2016-11-01 Adhemerval Zanella Netto Superseded
[07/15] Use semget syscall for Linux implementation --- 2016-11-01 Adhemerval Zanella Netto Superseded
[08/15] Use semop syscall for Linux implementation --- 2016-11-01 Adhemerval Zanella Netto Superseded
[09/15] Consolidate Linux semtimedop implementation --- 2016-11-01 Adhemerval Zanella Netto Superseded
[10/15] Add SYSV semaphore test --- 2016-11-01 Adhemerval Zanella Netto Superseded
[11/15] Use shmat syscall for Linux implementation --- 2016-11-01 Adhemerval Zanella Netto Superseded
[12/15] Consolidate Linux shmctl implementation --- 2016-11-01 Adhemerval Zanella Netto Superseded
[13/15] Use shmdt syscall for linux implementation --- 2016-11-01 Adhemerval Zanella Netto Superseded
[14/15] Use shmget syscall for linux implementation --- 2016-11-01 Adhemerval Zanella Netto Superseded
[15/15] Add SYSV shared memory test --- 2016-11-01 Adhemerval Zanella Netto Superseded
[v2,01/16] Add __ASSUME_SYSVIPC_SYSCALL for Linux --- 2016-11-02 Adhemerval Zanella Netto Superseded
[v2,06/16] Add SYSV message queue test --- 2016-11-02 Adhemerval Zanella Netto Superseded
[v2,11/16] Add SYSV semaphore test --- 2016-11-02 Adhemerval Zanella Netto Superseded
[v2,16/16] Add SYSV shared memory test --- 2016-11-02 Adhemerval Zanella Netto Superseded
Speed up math/test-tgmath2.c --- 2016-11-04 Steve Ellcey Superseded
[v3,01/17] Add __ASSUME_SYSVIPC_SYSCALL for Linux --- 2016-11-08 Adhemerval Zanella Netto Superseded
[v3,02/17] Refactor Linux ipc_priv header --- 2016-11-08 Adhemerval Zanella Netto Superseded
[v3,03/17] Consolidate Linux msgctl implementation --- 2016-11-08 Adhemerval Zanella Netto Superseded
[v3,04/17] Consolidate Linux msgrcv implementation --- 2016-11-08 Adhemerval Zanella Netto Superseded
[v3,05/17] Use msgsnd syscall for Linux implementation --- 2016-11-08 Adhemerval Zanella Netto Superseded
[v3,06/17] Use msgget syscall for Linux implementation --- 2016-11-08 Adhemerval Zanella Netto Superseded
[v3,08/17] Consolidate Linux semctl implementation --- 2016-11-08 Adhemerval Zanella Netto Superseded
[v3,09/17] Use semget syscall for Linux implementation --- 2016-11-08 Adhemerval Zanella Netto Superseded
[v3,10/17] Use semop syscall for Linux implementation --- 2016-11-08 Adhemerval Zanella Netto Superseded
[v3,11/17] Consolidate Linux semtimedop implementation --- 2016-11-08 Adhemerval Zanella Netto Superseded
[v3,13/17] Use shmat syscall for Linux implementation --- 2016-11-08 Adhemerval Zanella Netto Superseded
[v3,14/17] Consolidate Linux shmctl implementation --- 2016-11-08 Adhemerval Zanella Netto Superseded
[v3,15/17] Use shmdt syscall for linux implementation --- 2016-11-08 Adhemerval Zanella Netto Superseded
[2/2] New internal function __access_noerrno --- 2016-11-10 Adhemerval Zanella Netto Superseded
Use XSTAT_IS_XSTAT64 in generic xstat functions --- 2016-11-10 Steve Ellcey Superseded
Implement _dl_catch_error, _dl_signal_error in libc.so [BZ #16628] --- 2016-11-14 Florian Weimer Superseded
Partial ILP32 support for aarch64 --- 2016-11-19 Steve Ellcey Superseded
Fix writes past the allocated array bounds in execvpe (BZ# 20847) --- 2016-11-21 Adhemerval Zanella Netto Superseded
[v2] Fix writes past the allocated array bounds in execvpe (BZ#20847) --- 2016-11-21 Adhemerval Zanella Netto Superseded
Partial ILP32 support for aarch64 --- 2016-11-21 Steve Ellcey Superseded
[3/3] manual: Add new header and standards annotations. --- 2016-11-23 Rical Jasan Superseded
Test case for BZ 19329 --- 2016-11-24 Szabolcs Nagy Superseded
inet: Make IN6_IS_ADDR_UNSPECIFIED etc. usable with POSIX [BZ #16421] --- 2016-11-25 Florian Weimer Superseded
support: Introduce new subdirectory for test infrastructure --- 2016-11-28 Florian Weimer Superseded
support: Introduce new subdirectory for test infrastructure --- 2016-11-29 Florian Weimer Superseded
[2/2] Enable ILP32 mode on aarch64 --- 2016-11-29 Steve Ellcey Superseded
[v8] Add getentropy, getrandom, <sys/random.h> [BZ #17252] --- 2016-11-30 Florian Weimer Superseded
[v9] Add getentropy, getrandom, <sys/random.h> [BZ #17252] --- 2016-11-30 Florian Weimer Superseded
aarch64: Use explicit offsets in _dl_tlsdesc_dynamic --- 2016-12-02 Florian Weimer Superseded
[v9] Add getentropy, getrandom, <sys/random.h> [BZ #17252] --- 2016-12-06 Florian Weimer Superseded
[1/2] Enable ILP32 mode on aarch64, update abilist files (version 2) --- 2016-12-06 Steve Ellcey Superseded
[2/2] Enable ILP32 mode on aarch64 (version 2) --- 2016-12-06 Steve Ellcey Superseded
[3/8] float128: Add wrappers for IEEE functions. --- 2016-12-07 Gabriel F. T. Gomes Superseded
[01/17] Add __ASSUME_DIRECT_SYSVIPC_SYSCALL for Linux --- 2016-12-12 Adhemerval Zanella Netto Superseded
[02/17] Refactor Linux ipc_priv header --- 2016-12-12 Adhemerval Zanella Netto Superseded
[03/17] Consolidate Linux msgctl implementation --- 2016-12-12 Adhemerval Zanella Netto Superseded
[04/17] Consolidate Linux msgrcv implementation --- 2016-12-12 Adhemerval Zanella Netto Superseded
[05/17] Use msgsnd syscall for Linux implementation --- 2016-12-12 Adhemerval Zanella Netto Superseded
[06/17] Use msgget syscall for Linux implementation --- 2016-12-12 Adhemerval Zanella Netto Superseded
[07/17] Add SYSV message queue test --- 2016-12-12 Adhemerval Zanella Netto Superseded
[08/17] Consolidate Linux semctl implementation --- 2016-12-12 Adhemerval Zanella Netto Superseded
[09/17] Use semget syscall for Linux implementation --- 2016-12-12 Adhemerval Zanella Netto Superseded
[10/17] Use semop syscall for Linux implementation --- 2016-12-12 Adhemerval Zanella Netto Superseded
[11/17] Consolidate Linux semtimedop implementation --- 2016-12-12 Adhemerval Zanella Netto Superseded
[12/17] Add SYSV semaphore test --- 2016-12-12 Adhemerval Zanella Netto Superseded
[13/17] Use shmat syscall for Linux implementation --- 2016-12-12 Adhemerval Zanella Netto Superseded
[14/17] Consolidate Linux shmctl implementation --- 2016-12-12 Adhemerval Zanella Netto Superseded
[15/17] Use shmdt syscall for linux implementation --- 2016-12-12 Adhemerval Zanella Netto Superseded
[16/17] Use shmget syscall for linux implementation --- 2016-12-12 Adhemerval Zanella Netto Superseded
[17/17] Add SYSV shared memory test --- 2016-12-12 Adhemerval Zanella Netto Superseded
support: Add support for delayed test failure reporting --- 2016-12-12 Florian Weimer Superseded
Fix x86_64 memchr for large input sizes --- 2016-12-15 Adhemerval Zanella Netto Superseded
[02/17] Refactor Linux ipc_priv header --- 2016-12-16 Adhemerval Zanella Netto Superseded
[08/17] Consolidate Linux semctl implementation --- 2016-12-16 Adhemerval Zanella Netto Superseded
[2/2] Enable ILP32 mode on aarch64 (version 3) --- 2016-12-19 Steve Ellcey Superseded
[BZ,#20985] robust mutexes: Fix broken x86 assembly by removing it --- 2016-12-22 Torvald Riegel Superseded
getentropy for <unistd.h> --- 2016-12-23 Florian Weimer Superseded
Add compiler barriers around modifications of the robust mutex list. --- 2016-12-23 Torvald Riegel Superseded
[2/2] Add an x86 IFUNC testcase for [BZ #20019] --- 2017-01-13 H.J. Lu Superseded
[1/4] Consolidate Linux accept implementation Consolidation patches for bz12683 --- 2017-01-30 Adhemerval Zanella Netto Superseded
[2/4] Consolidate Linux connect implementation Consolidation patches for bz12683 --- 2017-01-30 Adhemerval Zanella Netto Superseded
[PATCHi,v2] aarch64: Add split-stack TCB field --- 2017-02-13 Adhemerval Zanella Netto Superseded
[v3] aarch64: Add split-stack TCB field --- 2017-02-15 Adhemerval Zanella Netto Superseded
Test errno setup --- 2017-02-16 Yury Norov Superseded
Fix test-errno issues --- 2017-03-13 Adhemerval Zanella Netto Superseded
« 1 2 3 421 22 »