Update bug list.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13947 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/docs/internals/3_9_BUGSTATUS.txt b/docs/internals/3_9_BUGSTATUS.txt
index 814ad05..20740e5 100644
--- a/docs/internals/3_9_BUGSTATUS.txt
+++ b/docs/internals/3_9_BUGSTATUS.txt
@@ -83,3 +83,88 @@
 330622  Add test to regression suite for POWER instruction: dcbzl
 
 Wed Feb  5 14:58:25 CET 2014
+
+330808  Crash with Intel IPP samples.
+330887  doRegisterAllocation performance improvements
+330939  Support for AMD's syscall instruction on x86
+330940  valgrind's gdbserver should send a target XML on x86 even
+        when shadow registers are not exposed
+330941  typo in PRE(poll) syscall wrapper
+331027  PPC blr instruction also inserts a conditional exit
+331033  valgrind crashes on arm -linux while running an executable
+331057  unhandled instruction: 0xEEE01B20 (vfma.f64)
+331126  Compiling with mipsbe toolchain
+331178  disInstr(arm): unhandled instruction: 0xEE190F1D
+331254  fix expected output for memcheck/tests/dw4 on 32-bit and
+        64-bit platforms
+331255  Fix race condition in test none/tests/coolo_sigaction
+331257  Fix type of jump buffer in test none/tests/faultstatus
+331279  Hardcoding MIPS arch CFLAGS causes compilation error
+331282  Compilation failure on MIPS64 o32 ABI
+331305  support shells other than Bash
+331311  Valgrind shows open files in /proc/self/fd that don't
+        work for the process
+331314  [MIPS]Valgrind crash just after startup
+331337  s390x WARNING: unhandled syscall: 326 (dup3)
+331380  Syscall param timer_create(evp) points to uninitialised byte(s)
+331476  Patch to handle ioctl 0x5422 on Linux (x86 and amd64)
+331550  Detect the potential of mis-malloc/free in different libraries
+331744  cannot open camera with OpenCV/v4l under valgrind
+331751  unhandled instruction bytes: 0xC5 0xFB 0x10 0xD 0x0 0x1B 0x1 0x0
+331829  Unexpected ioctl opcode sign extension
+331830  ppc64: WARNING: unhandled syscall:  96/97
+331833  the memory initialized by semget(key, 0, GETALL, semun)
+        is treated as uninitialized on some platforms
+331839  test drd/tests/sem_open specifies invalid semaphore name
+331847  drd/tests/thread_name is racy and its outcome is nondeterministic
+331903  test drd/tests/annotate_hb_race is racy and its outcome
+        is nondeterministic
+331904  test drd/tests/atomic_var is racy and its outcome is nondeterministic
+331906  test drd/tests/rwlock_race is racy and its outcome is nondeterministic
+332037  Valgrind cannot handle Thumb "add pc, r0"
+332055  drd asserts on platforms with VG_STACK_REDZONE_SZB == 0
+        and consistency checks enabled
+332060  Please document how best to use massif with libgc
+332263  intercepts for pthread_rwlock_timedrdlock and
+        pthread_rwlock_timedwrlock are incorrect
+332265  drd could do with post-rwlock_init and pre-rwlock_destroy
+        client requests
+332276  Implement additional Xen hypercalls
+332577  exp-sgcheck: sg_main.c:560 (add_blocks_to_StackTree):
+        Assertion '!already_present' failed.
+332591  False positive: invalid read in vfprintf
+332658  ldrd.w r1, r2, [PC, #imm] does not adjust for 32bit alignment
+332765  ms_print reports bad error if temp file can't be created
+        in current directory
+332876  valgrind (memcheck) hangs intermittently
+332917  Valgrind should warn the user that SSE4 is not supported 
+        in the 32-bit mode
+333024  Reports memory leak only if I run part of a code in a
+        loop(>=2). It must report memory leak in the very first loop.
+333051  handling hugepages
+333072  DRD: semaphore annotations
+333145  Tests for missaligned PC+#imm access for arm
+333175  dwarf3 reader problems with Fortran
+333228  AAarch64 Missing instruction encoding: mrs %[reg], ctr_el0
+333230  AAarch64 missing instruction encodings: dc, ic, dsb.
+333248  WARNING: unhandled syscall: unix:443
+333428  ldr.w pc [rD, #imm] instruction leads to assertion
+333434  In some weird corner case Valgrind cannot execute
+        executable files symlinked by /proc/self/fd
+333501  [cachegrind - 3.9] LL cache configuration not supported:
+        Cache set count is not a power of two.
+333625  Program under valgrind calculates complex exp() wrogly
+333628  Out of tree build
+333666  No MPX (bndmov) instruction support in VEX
+333775  Wishlist: Have valgrind (memcheck) only check memory
+        alloc/free traces
+333788  Valgrind does not support the CDROM_DISC_STATUS ioctl
+333817  Valgrind reports the memory areas written to by the SG_IO
+        ioctl as untouched
+334049  lzcnt fails silently (x86_32)
+334110  Why install internal headers/libraries/.pc file?
+334157  amd64->IR: 0xF3 0x48 0xF 0xBC 0x16 0x83 0x7D 0xB8
+334384  Valgrind does not have support Little Endian support for
+        IBM POWER PPC 64
+
+Fri May  9 13:17:50 CEST 2014