Show patches with: Archived = No       |   2143 patches
« 1 2 ... 16 17 1821 22 »
Patch Series S/W/F Date Submitter Delegate State
strftime: support %q to output the quarter of year --- 2016-11-04 Pádraig Brady New
Define wordsize.h macros everywhere --- 2016-11-03 Steve Ellcey Accepted
[v2,16/16] Add SYSV shared memory test --- 2016-11-02 Adhemerval Zanella Netto Superseded
[v2,15/16] Use shmget syscall for linux implementation --- 2016-11-02 Adhemerval Zanella Netto New
[v2,14/16] Use shmdt syscall for linux implementation --- 2016-11-02 Adhemerval Zanella Netto New
[v2,13/16] Consolidate Linux shmctl implementation --- 2016-11-02 Adhemerval Zanella Netto New
[v2,12/16] Use shmat syscall for Linux implementation --- 2016-11-02 Adhemerval Zanella Netto New
[v2,11/16] Add SYSV semaphore test --- 2016-11-02 Adhemerval Zanella Netto Superseded
[v2,10/16] Consolidate Linux semtimedop implementation --- 2016-11-02 Adhemerval Zanella Netto New
[v2,09/16] Use semop syscall for Linux implementation --- 2016-11-02 Adhemerval Zanella Netto New
[v2,08/16] Use semget syscall for Linux implementation --- 2016-11-02 Adhemerval Zanella Netto New
[v2,07/16] Consolidate Linux semctl implementation --- 2016-11-02 Adhemerval Zanella Netto New
[v2,06/16] Add SYSV message queue test --- 2016-11-02 Adhemerval Zanella Netto Superseded
[v2,05/16] Use msgget syscall for Linux implementation --- 2016-11-02 Adhemerval Zanella Netto New
[v2,04/16] Use msgsnd syscall for Linux implementation --- 2016-11-02 Adhemerval Zanella Netto New
[v2,03/16] Consolidate Linux msgrcv implementation --- 2016-11-02 Adhemerval Zanella Netto New
[v2,02/16] Consolidate Linux msgctl implementation --- 2016-11-02 Adhemerval Zanella Netto New
[v2,01/16] Add __ASSUME_SYSVIPC_SYSCALL for Linux --- 2016-11-02 Adhemerval Zanella Netto Superseded
[v4] Update the i18n, UTF-8 and translit_* files to Unicode 9.0.0 [BZ #20313] --- 2016-11-02 Mike FABIAN New
[15/15] Add SYSV shared memory test --- 2016-11-01 Adhemerval Zanella Netto Superseded
[14/15] Use shmget syscall for linux implementation --- 2016-11-01 Adhemerval Zanella Netto Superseded
[13/15] Use shmdt syscall for linux implementation --- 2016-11-01 Adhemerval Zanella Netto Superseded
[12/15] Consolidate Linux shmctl implementation --- 2016-11-01 Adhemerval Zanella Netto Superseded
[11/15] Use shmat syscall for Linux implementation --- 2016-11-01 Adhemerval Zanella Netto Superseded
[10/15] Add SYSV semaphore test --- 2016-11-01 Adhemerval Zanella Netto Superseded
[09/15] Consolidate Linux semtimedop implementation --- 2016-11-01 Adhemerval Zanella Netto Superseded
[08/15] Use semop syscall for Linux implementation --- 2016-11-01 Adhemerval Zanella Netto Superseded
[07/15] Use semget syscall for Linux implementation --- 2016-11-01 Adhemerval Zanella Netto Superseded
[06/15] Consolidate Linux semctl implementation --- 2016-11-01 Adhemerval Zanella Netto Superseded
[05/15] Add SYSV message queue test --- 2016-11-01 Adhemerval Zanella Netto Superseded
[04/15] Use msgget syscall for Linux implementation --- 2016-11-01 Adhemerval Zanella Netto Superseded
[03/15] Use msgsnd syscall for Linux implementation --- 2016-11-01 Adhemerval Zanella Netto Superseded
[02/15] Consolidate Linux msgrcv implementation --- 2016-11-01 Adhemerval Zanella Netto Superseded
[01/15] Consolidate Linux msgctl implementation --- 2016-11-01 Adhemerval Zanella Netto Superseded
malloc: Use accessors for chunk metadata access --- 2016-10-28 Florian Weimer New
crypt: Use internal names for the SHA-2 block functions --- 2016-10-28 Florian Weimer Accepted
Generate additional secret keys for the heap protector --- 2016-10-28 Florian Weimer New
malloc: Use accessors for chunk metadata access --- 2016-10-28 Florian Weimer Accepted
malloc: Implement heap protector --- 2016-10-28 Florian Weimer Superseded
malloc: Use accessors for chunk metadata access --- 2016-10-28 Florian Weimer Superseded
crypt: Use internal names for the SHA-2 block functions --- 2016-10-28 Florian Weimer Superseded
Updated version of define for __ASSUME_ST_INO_64_BIT --- 2016-10-27 Steve Ellcey Superseded
Define wordsize.h macros everywhere --- 2016-10-27 Steve Ellcey Superseded
[v2] Consolidate Linux setrlimit and getrlimit implementation --- 2016-10-27 Adhemerval Zanella Netto New
Define wordsize.h macros everywhere --- 2016-10-26 Steve Ellcey New
malloc: Remove malloc_get_state, malloc_set_state [BZ #19473] --- 2016-10-26 Florian Weimer Accepted
iconv: Avoid writable data and relocations in IBM charsets --- 2016-10-26 Florian Weimer Accepted
Fix undefined behaviour inconsistent for strtok --- 2016-10-25 Adhemerval Zanella Netto New
malloc: Remove malloc_get_state, malloc_set_state [BZ #19473] --- 2016-10-24 Florian Weimer Superseded
Fix Linux sh4 pread/pwrite argument passing --- 2016-10-24 Adhemerval Zanella Netto Accepted
Define iszero as a function template for C++ [BZ #20715] --- 2016-10-22 Florian Weimer New
Consolidate Linux setrlimit and getrlimit implementation --- 2016-10-21 Adhemerval Zanella Netto New
Define iszero as a function template for C++ [BZ #20715] --- 2016-10-21 Florian Weimer Accepted
Define iszero as a function template for C++ [BZ #20715] --- 2016-10-21 Florian Weimer Superseded
Bug 20662: checking whether x86_64-pc-linux-gnu-gcc implicitly enables -fstack-protector no (32bit gcc 6.2.0 pie and ssp enable) --- 2016-10-20 Magnus Granberg New
[v2] New pthread rwlock that is more scalable. --- 2016-10-18 Torvald Riegel Accepted
[COMMITTED] Fix Linux fallocate tests for EOPNOTSUPP --- 2016-10-18 Adhemerval Zanella Netto New
[v2,1/3] Consolidate fallocate{64} implementations --- 2016-10-17 Adhemerval Zanella Netto New
Remove cached PID/TID in clone --- 2016-10-13 Adhemerval Zanella Netto Superseded
[v2,3/3] Consolidate posix_fadvise implementations --- 2016-10-12 Adhemerval Zanella Netto New
Consolidate Linux sync_file_range implementations --- 2016-10-10 Adhemerval Zanella Netto Accepted
Caching of PID/TID after fork --- 2016-10-10 Adhemerval Zanella Netto New
[COMMITTED] Fix iseqsig for ports that do not support FE_INVALID --- 2016-10-07 Adhemerval Zanella Netto New
[v2,1/3] Consolidate fallocate{64} implementations --- 2016-10-04 Adhemerval Zanella Netto New
Use gcc stpncpy chk builtin (BZ #20661) --- 2016-09-30 Adhemerval Zanella Netto New
Use gcc stpncpy chk builtin (BZ #20661) --- 2016-09-30 Adhemerval Zanella Netto Superseded
Remove C++ style comments from string3.h --- 2016-09-29 Adhemerval Zanella Netto New
[v2,3/3] Consolidate posix_fadvise implementations --- 2016-09-28 Adhemerval Zanella Netto New
[v2,2/3] Consolidate posix_fallocate{64} implementations --- 2016-09-28 Adhemerval Zanella Netto New
[v2,1/3] Consolidate fallocate{64} implementations --- 2016-09-28 Adhemerval Zanella Netto Superseded
[1/4] Add INTERNAL_SYSCALL_CALL --- 2016-09-22 Adhemerval Zanella Netto New
[1/4] Add INTERNAL_SYSCALL_CALL --- 2016-09-21 Adhemerval Zanella Netto New
[2/2] linux: Remove __ASSUME_SET_ROBUST_LIST defines --- 2016-09-21 Adhemerval Zanella Netto Superseded
[1/2] nptl: Remove __ASSUME_SET_ROBUST_LIST --- 2016-09-21 Adhemerval Zanella Netto Superseded
libio: Add small optimization on fmemopen --- 2016-09-21 Adhemerval Zanella Netto New
[4/4] Consolidate Linux truncate implementations --- 2016-09-20 Adhemerval Zanella Netto New
[3/4] Consolidate Linux ftruncate implementations --- 2016-09-20 Adhemerval Zanella Netto New
[v3,2/4] Consolidate lseek/lseek64/llseek implementations --- 2016-09-20 Adhemerval Zanella Netto New
[1/4] Add INTERNAL_SYSCALL_CALL --- 2016-09-20 Adhemerval Zanella Netto Superseded
[soft-fp] Add support for various half-precision conversion routines --- 2016-09-19 James Greenhalgh Accepted
posix: Fix open file action for posix_spawn on Linux --- 2016-09-19 Adhemerval Zanella Netto Accepted
posix: Fix open file action for posix_spawn on Linux --- 2016-09-16 Adhemerval Zanella Netto Superseded
[COMMITTED] nptl: Consolidate sem_init implementations --- 2016-09-15 Adhemerval Zanella Netto New
[2/2] posix: Correctly block/unblock all signals on Linux posix_spawn --- 2016-09-14 Adhemerval Zanella Netto New
[1/2] posix: Correctly enable/disable cancellation on Linux posix_spawn --- 2016-09-14 Adhemerval Zanella Netto New
[2/2,AARCH64] ILP32: stat syscalls AARCH64/ILP32: support stat syscalls --- 2016-09-09 Yury Norov New
[soft-fp] Add support for various half-precision conversion routines --- 2016-09-07 James Greenhalgh Superseded
[COMMITTED] Fix test-skeleton C99 designed initialization --- 2016-08-26 Adhemerval Zanella Netto New
[2/2] Consolidate Linux truncate implementations --- 2016-08-26 Adhemerval Zanella Netto Superseded
[1/2] Consolidate Linux ftruncate implementations --- 2016-08-26 Adhemerval Zanella Netto Superseded
[v2] Consolidate lseek/lseek64/llseek implementations --- 2016-08-26 Adhemerval Zanella Netto Superseded
Consolidate lseek/lseek64/llseek implementations --- 2016-08-25 Adhemerval Zanella Netto Superseded
[4/4] Consolidate posix_fadvise implementations --- 2016-08-24 Adhemerval Zanella Netto New
[5/5] rt: Set shm_open as a non cancellation point (BZ #18243) --- 2016-08-22 Adhemerval Zanella Netto New
[4/5] nptl: Fix sem_wait and sem_timedwait cancellation --- 2016-08-22 Adhemerval Zanella Netto New
[3/5] Remove sparc sem_wait --- 2016-08-22 Adhemerval Zanella Netto New
[2/5] nptl: Set sem_open as a non cancellation point (BZ #15765) --- 2016-08-22 Adhemerval Zanella Netto New
[1/5] Consolidate sem_open implementations --- 2016-08-22 Adhemerval Zanella Netto Accepted
[4/4] Consolidate posix_fadvise implementations --- 2016-08-19 Adhemerval Zanella Netto Superseded
[3/4] Consolidate posix_fallocate{64} implementations --- 2016-08-19 Adhemerval Zanella Netto Superseded
« 1 2 ... 16 17 1821 22 »