Show patches with: State = Action Required       |    Archived = No       |   28124 patches
« 1 2 ... 235 236 237281 282 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[15/17,v4] sparc: do not stack-protect the sigreturn handler. - - - - --- 2016-03-13 Nix New
[14/17,v5] Avoid stack-protecting signal-handling functions sibcalled from assembly. - - - - --- 2016-03-13 Nix New
[13/17] Drop explicit stack-protection of pieces of the system. - - - - --- 2016-03-13 Nix New
[12/17,v3] Link various tests with -fno-stack-protector. - - - - --- 2016-03-13 Nix New
[11/17,v6] De-PLTize __stack_chk_fail internal calls within libc.so. - - - - --- 2016-03-13 Nix New
[10/17,v6] Add stack_chk_fail_local to libc.so. - - - - --- 2016-03-13 Nix New
[09/17,v6] Work even with compilers hacked to enable -fstack-protector by default. - - - - --- 2016-03-13 Nix New
[08/17,v6] Prevent the rtld mapfile computation from dragging in __stack_chk_fail*. - - - - --- 2016-03-13 Nix New
[07/17,v3] Compile the entire dynamic linker with -fno-stack-protector. - - - - --- 2016-03-13 Nix New
[06/17] Allow overriding of CFLAGS as well as CPPFLAGS for rtld. - - - - --- 2016-03-13 Nix New
[05/17,v6] Open-code the memcpy() at static TLS initialization time. - - - - --- 2016-03-13 Nix New
[04/17,v5] Mark all machinery needed in early static-link init as -fno-stack-protector. - - - - --- 2016-03-13 Nix New
[03/17,v6] Do not stack-protect ifunc resolvers. - - - - --- 2016-03-13 Nix New
[02/17,v6] Initialize the stack guard earlier when linking statically. - - - - --- 2016-03-13 Nix New
[01/17,v6] Configury support for --enable-stack-protector. - - - - --- 2016-03-13 Nix New
[v2] Set NODELETE flag after checking for NULL pointer - - - - --- 2016-03-12 Aurelien Jarno New
[1/2] Add _arch_/_cpu_ to index_*/bit_* in x86 cpu-features.h - - - - --- 2016-03-11 Florian Weimer New
[1/2] Add _arch_/_cpu_ to index_*/bit_* in x86 cpu-features.h - - - - --- 2016-03-11 H.J. Lu New
glob: Avoid copying the d_name field of struct dirent [BZ #19779] - - - - --- 2016-03-11 Florian Weimer New
[v3] PowerPC: libc single-thread lock optimization - - - - --- 2016-03-11 Tulio Magno Quites Machado Filho New
Set NODELETE flag after checking for NULL pointer - - - - --- 2016-03-11 Aurelien Jarno New
Remove __ASSUME_GETDENTS64_SYSCALL - - - - --- 2016-03-11 Joseph Myers New
resolv: Always initialize *resplen2 out parameter [BZ #19791] - - - - --- 2016-03-11 Florian Weimer New
Fix building glibc master with NDEBUG. - - - - --- 2016-03-11 Carlos O'Donell New
Allow spurious underflow / inexact for ldbl-128ibm [committed] - - - - --- 2016-03-10 Joseph Myers New
[v2] Common cpuid wrappers, use SYS_cpuid when available - - - - --- 2016-03-10 Piotr Henryk Dabrowski New
libio: Always use _IO_BUFSIZE for stream buffers [BZ #4099] - - - - --- 2016-03-10 Florian Weimer New
[05/18] Open-code the memcpy() at static TLS initialization time. - - - - --- 2016-03-10 Nix New
[v2] Improve debugging for manual safety annotations - - - - --- 2016-03-09 Juan Manuel Torres Palma New
[10/18] Link libc.so with libc_nonshared.a to pull in __stack_chk_fail_local. - - - - --- 2016-03-09 Nix New
mips: terminate the FDE before the return trampoline in makecontext - - - - --- 2016-03-09 Aurelien Jarno New
Common cpuid wrappers, use SYS_cpuid when available - - - - --- 2016-03-09 Piotr Henryk Dabrowski New
Common cpuid wrappers, use SYS_cpuid when available - - - - --- 2016-03-09 Piotr Henryk Dabrowski New
Fix ldbl-128ibm nearbyintl in non-default rounding modes (bug 19790) [committed] - - - - --- 2016-03-09 Joseph Myers New
[COMMITTED] Fix tst-audit10 build when -mavx512f is not supported. - - - - --- 2016-03-08 Roland McGrath New
Adjust kernel-features.h defaults for socket syscalls - - - - --- 2016-03-08 Joseph Myers New
nscd_stat.c: make the build reproducible - - - - --- 2016-03-08 Aurelien Jarno New
Add sys/auxv.h wrapper to include/sys/ - - - - --- 2016-03-08 Aurelien Jarno New
getnameinfo: Do not restore errno on error - - - - --- 2016-03-08 Florian Weimer New
Define _HAVE_STRING_ARCH_mempcpy to 1 for x86 - - - - --- 2016-03-08 H.J. Lu New
[18/18] Enable -fstack-protector=* when requested by configure. - - - - --- 2016-03-08 Nix New
[17/18] x86, pthread_cond_*wait: Do not depend on %eax not being clobbered - - - - --- 2016-03-08 Nix New
[16/18] sparc: do not stack-protect the sigreturn handler. - - - - --- 2016-03-08 Nix New
[15/18] Avoid stack-protecting signal-handling functions sibcalled from assembly. - - - - --- 2016-03-08 Nix New
[14/18] Drop explicit stack-protection of pieces of the system. - - - - --- 2016-03-08 Nix New
[13/18] Prohibit stack-protection if the compiler is not capable. - - - - --- 2016-03-08 Nix New
[12/18] Link various tests with -fno-stack-protector. - - - - --- 2016-03-08 Nix New
[11/18] De-PLTize __stack_chk_fail internal calls within libc.so. - - - - --- 2016-03-08 Nix New
[10/18] Link libc.so with libc_nonshared.a to pull in __stack_chk_fail_local. - - - - --- 2016-03-08 Nix New
[09/18] Work even with compilers hacked to enable -fstack-protector by default. - - - - --- 2016-03-08 Nix New
[08/18] Prevent the rtld mapfile computation from dragging in __stack_chk_fail. - - - - --- 2016-03-08 Nix New
[07/18] Compile the entire dynamic linker with -fno-stack-protector. - - - - --- 2016-03-08 Nix New
[06/18] Allow overriding of CFLAGS as well as CPPFLAGS for rtld. - - - - --- 2016-03-08 Nix New
[05/18] Open-code the memcpy() at static TLS initialization time. - - - - --- 2016-03-08 Nix New
[04/18] Mark all machinery needed in early static-link init as -fno-stack-protector. - - - - --- 2016-03-08 Nix New
[03/18] Do not stack-protect ifunc resolvers. - - - - --- 2016-03-08 Nix New
[02/18] Initialize the stack guard earlier when linking statically. - - - - --- 2016-03-08 Nix New
[01/18] Configury support for --enable-stack-protector. - - - - --- 2016-03-08 Nix New
[v2] Remove union wait (was: Re: Deprecate union wait and remove support from wait functions [BZ #1… - - - - --- 2016-03-08 Florian Weimer New
[COMMITTED] sunrpc: In key_call_keyenvoy, use int status instead of union wait - - - - --- 2016-03-08 Florian Weimer New
[COMMITTED] posix: Fix tst-execvpe5 for --enable-hardcoded-path-in-tests - - - - --- 2016-03-08 Adhemerval Zanella Netto New
Fix ldbl-128ibm remainderl equality test for zero low part (bug 19677) [committed] - - - - --- 2016-03-08 Joseph Myers New
Revert commit 05a910f7 - - - - --- 2016-03-07 H.J. Lu New
Define _HAVE_STRING_ARCH_mempcpy to 1 for x86 - - - - --- 2016-03-07 H.J. Lu New
Support --enable-hardcoded-path-in-tests in benchtests - - - - --- 2016-03-07 H.J. Lu New
strfmon_l: Use specified locale for number formatting [BZ #19633] - - - - --- 2016-03-07 Florian Weimer New
[7/7] Enable __memcpy_chk_sse2_unaligned - - - - --- 2016-03-07 H.J. Lu New
[6/7] Enable __mempcpy_chk_sse2_unaligned - - - - --- 2016-03-07 H.J. Lu New
[5/7] Enable __mempcpy_sse2_unaligned - - - - --- 2016-03-07 H.J. Lu New
[4/7] Add entry points for __mempcpy_sse2_unaligned and _chk functions - - - - --- 2016-03-07 H.J. Lu New
[3/7] Remove L(overlapping) from memcpy-sse2-unaligned.S - - - - --- 2016-03-07 H.J. Lu New
[2/7] Don't use RAX as scratch register - - - - --- 2016-03-07 H.J. Lu New
[1/7] Remove dead code from memcpy-sse2-unaligned.S - - - - --- 2016-03-07 H.J. Lu New
[v5,0/3] posix: Execute file function fixes - - - - --- 2016-03-07 Adhemerval Zanella Netto New
Fix min/max needed for ascii to INTERNAL conversion - - - - --- 2016-03-07 Andreas Schwab New
[COMMITTED] libio: Clean up _IO_file_doallocate and _IO_wfile_doallocate - - - - --- 2016-03-07 Florian Weimer New
tst-audit4, tst-audit10: Compile AVX/AVX-512 code separately [BZ #19269] - - - - --- 2016-03-07 Florian Weimer New
[v2] Fix typos in LC_TELEPHONE in i18n locale - - - - --- 2016-03-07 Mike FABIAN New
sln: use stat64 - - - - --- 2016-03-07 Mike Frysinger New
Group AVX512 functions in .text.avx512 section - - - - --- 2016-03-06 H.J. Lu New
PATCH: Replace @PLT with @GOTPCREL(%rip) in call - - - - --- 2016-03-04 H.J. Lu New
[COMMITTED] Conditionalize c++-types-check.out addition to tests-special. - - - - --- 2016-03-04 Roland McGrath New
[COMMITTED] Omit test-math-isinff when no C++ compiler. - - - - --- 2016-03-04 Roland McGrath New
[COMMITTED] Fix c++-types-check conditionalization. - - - - --- 2016-03-04 Roland McGrath New
[v3,2/2] Use direct socket syscalls for new kernels on sparc - - - - --- 2016-03-04 Aurelien Jarno New
[v3,1/2] sparc64: remove bind, listen, send and setsockopt from syscalls.list - - - - --- 2016-03-04 Aurelien Jarno New
[x86_64] Fix for wrong selector in x86_64/multiarch/memcpy.S BZ #18880 - - - - --- 2016-03-04 H.J. Lu New
Copy x86_64 _mcount.op from _mcount.o - - - - --- 2016-03-04 H.J. Lu New
[2/2] Use HAS_ARCH_FEATURE with Fast_Rep_String - - - - --- 2016-03-03 H.J. Lu New
[1/2] Add _arch_/_cpu_ to index_*/bit_* in x86 cpu-features.h - - - - --- 2016-03-03 H.J. Lu New
[committed,BZ,#19758] Typo in EXTRA_LD_ENVVARS for x86-64 - - - - --- 2016-03-03 H.J. Lu New
[BZ,#19490] Add unwind descriptors for x86_64 _mcount and __fentry__ - - - - --- 2016-03-03 Paul Pluzhnikov New
Copy x86_64 _mcount.op from _mcount.o - - - - --- 2016-03-03 H.J. Lu New
PATCH: Replace @PLT with @GOTPCREL(%rip) in call - - - - --- 2016-03-03 H.J. Lu New
[COMMITED,2.22,2.21,2.20,BZ,#19682] S390: Do not use direct socket syscalls if build on kernels >= … - - - - --- 2016-03-03 Stefan Liebler New
--enable-stack-protector for glibc, v4, now with arm - - - - --- 2016-03-02 Adhemerval Zanella Netto New
Fix readdir_r with long file names - - - - --- 2016-03-02 Paul Eggert New
Fix nscd assertion failure in gc (bug 19755) - - - - --- 2016-03-02 Andreas Schwab New
[v2,2/2] Use direct socket syscalls for new kernels on sparc - - - - --- 2016-03-02 Aurelien Jarno New
[v2,1/2] sparc64: remove bind, listen and setsockopt from syscalls.list - - - - --- 2016-03-02 Aurelien Jarno New
« 1 2 ... 235 236 237281 282 »