Update.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14983 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/NEWS b/NEWS
index 23e8d01..6abecc9 100644
--- a/NEWS
+++ b/NEWS
@@ -103,6 +103,9 @@
 343967  Don't warn about setuid/setgid/setcap executable for directories
 343978  Recognize DWARF5/GCC5 DW_LANG_Fortran 2003 and 2008 constants
 344007  accept4 syscall unhandled on arm64 (242) and ppc64 (344)
+344033  Helgrind on ARM32 loses track of mutex lockedness state in
+        pthread_cond_wait
+344054  www - update info for Solaris/illumos
 344235  Remove duplicate include of pub_core_aspacemgr.h
 344279  syscall sendmmsg on arm64 (269) and ppc32/64 (349) unhandled
 344295  syscall recvmmsg on arm64 (243) and ppc32/64 (343) unhandled
diff --git a/docs/internals/3_10_BUGSTATUS.txt b/docs/internals/3_10_BUGSTATUS.txt
index 101076d..822a86e 100644
--- a/docs/internals/3_10_BUGSTATUS.txt
+++ b/docs/internals/3_10_BUGSTATUS.txt
@@ -40,6 +40,10 @@
 
 342783  arm: unhandled instruction 0xEEFE1ACA = "vcvt.s32.f32    s3, s3, #12"
 
+344802  disInstr(arm): unhandled instruction: 0xEC510F1E
+        maybe easy fix?
+        but doesn't run natively either
+
 === VEX/arm64 ==========================================================
 
 === VEX/x86 ============================================================
@@ -294,3 +298,40 @@
 Tue  3 Feb 00:14:18 CET 2015
 
 Check: space recovery in aspacemgr segnames array re-implemented?
+
+343902  --vgdb=yes doesn't break when --xml=yes is used
+no action yet
+
+344019  new tool: trackptr to track pointer usage
+na
+
+344052  Cost of dynamically loaded library is not properly linked to
+        source code lines if the library is unloaded before exit
+
+344139  vex x86->IR: 0x36 0x8A 0x18 0x22 (and many other examples)
+stack segment overrides
+
+344337  OS X 10.10 unhandled syscall
+
+344382  Memcheck has high false error rates on MSVC2013 compiled, optimised, code
+in progress
+
+344401  x32 ABI support
+
+344416  'make regtest' does not work cleanly on OS X
+
+344512  unhandled syscal: unix:349
+
+344524  store conditional of guest applications always fail (Octeon3(MIPS)
+
+344543  --leak-check=full memleak errors from system libraries in OS X 10.10.2
+
+344547  vex x86->IR: 0xC5 0xF8 0x77 0xE9
+avx
+
+344559  garbage collection of unused segment names in address space manager
+
+344560  Stack traces missing penultimate frame
+has plausible patch
+
+Thu  5 Mar 18:08:27 CET 2015