1. 3532b59 Make this usable on Ubuntu by explicitly specifying bash rather than dash. by sewardj · 14 years ago
  2. e4c3cff Handle sys_inotify_init1. by sewardj · 14 years ago
  3. da387f2 Add some intercepts to make Ptrcheck usable-ish on Ubuntu 9.10 (amd64). by sewardj · 14 years ago
  4. e9dd322 Add debug printing for the env-mashing machinery, to help investigate by sewardj · 14 years ago
  5. 2072880 Reduce verbosity of the PDB reader a bit. Original verbosity is still by sewardj · 14 years ago
  6. 13ac96d Try to find the PDB file for a given PE file by the totally kludgey by sewardj · 14 years ago
  7. ced8506 Fix bogus comparisons of PDB vs PE timestamps, so as to avoid by sewardj · 14 years ago
  8. 125f8a4 Generalise a suppression w.r.t. __setenv on Darwin. by sewardj · 14 years ago
  9. 23183c0 The client request VG_USERREQ__LOAD_PDB_DEBUGINFO that we get from by sewardj · 14 years ago
  10. 6560f21 Fix up obviously-bogus FPO biasing a bit. Not that I have any idea if by sewardj · 14 years ago
  11. 39ff606 Make the FPO reader much more robust against apparently nonsensical by sewardj · 14 years ago
  12. 7138ef0 PE/PDB handling: allow the PDB (the debuginfo file) to be up to 1 by sewardj · 14 years ago
  13. c560fb3 Followup fix to r11006. Don't pass va_list by value through client by sewardj · 14 years ago
  14. 6f95e7e Fix handling of mprotect so as to be more consistent with the handling by sewardj · 14 years ago
  15. 275f93d Fix up debug printing for the PDB reader, so it can be properly by sewardj · 14 years ago
  16. 9527454 Make generated pkgconfig file reflect the new locations of the by tom · 14 years ago
  17. b9c17d2 DW_OP_mod should do unsigned arithmetic. Closes #223656. by tom · 14 years ago
  18. cf7c34b Updated Subversion ignore list. by bart · 14 years ago
  19. 540cc4a Add command line flag --vex-guest-chase-cond=no|yes [no] to control by sewardj · 14 years ago
  20. 651cfa4 Apparently the dynamic linker on ARM-Linux has soname "ld-linux.so.3" by sewardj · 14 years ago
  21. f94d467 Add tests for PLD (cache-prefetch-hint) instructions. by sewardj · 14 years ago
  22. c5b59cd Generalise X11 suppressions somewhat, and add a suppression needed for by sewardj · 14 years ago
  23. 3677531 Update expected output. by sewardj · 14 years ago
  24. 226e078 Add the arm exp-bbv tests Makefile to the main configure.in file. by vince · 14 years ago
  25. c501e86 Add arm regression tests for exp-bbv tool. by vince · 14 years ago
  26. 732db40 arm-linux: remove wrappers for __NR_ipc, __NR_mmap, __NR_sigsuspend by sewardj · 14 years ago
  27. bb13299 Pass sys_cacheflush along to VG_(discard_translations), so we have by sewardj · 14 years ago
  28. ee29657 Disable pid caching for print output: it's wrong in a child after by sewardj · 14 years ago
  29. ce25169 Enable pread64 on arm-linux. by sewardj · 14 years ago
  30. 21e672b Updated expected output after recent updates in the stack backtrace code. by bart · 14 years ago
  31. fbfa3d0 Analysis/make-it-work for arm-linux. by sewardj · 14 years ago
  32. b00ec8c Reverted r11010 because it was wrong. by bart · 14 years ago
  33. 7757515 Enable origin tracking through arm VFP registers; was apparently by sewardj · 14 years ago
  34. 98ac860 Updated expected output following bug fixes some time back by Ashley Pittman. by sewardj · 14 years ago
  35. f2f8cfa Merged tc23_bogus_condwait.stderr.exp-linux-x86 and -ppc. by bart · 14 years ago
  36. f5b5f84 Fix building of these regtests on Darwin. Not sure why they broke by sewardj · 14 years ago
  37. 5d48a3c Don't trash %ebx on x86-darwin; gcc doesn't like it and goes off to sulk. by sewardj · 14 years ago
  38. f08adb6 Update arch_test.c properly for arm-linux, and add an entry to platform_test. by sewardj · 14 years ago
  39. 05b0715 Don't assume that va_list can be casted to an unsigned word. Fixes by sewardj · 14 years ago
  40. 41f1242 Include missing files in the tarball. by sewardj · 14 years ago
  41. dc2371c Add a test program for ARM v5 integer instructions, and also for some by sewardj · 14 years ago
  42. 96e5d27 Add the default stderr_filter for this directory; else no tests work. by sewardj · 14 years ago
  43. aec1be3 Handle Iop_SqrtF32. by sewardj · 14 years ago
  44. f18fa95 Further buildsystem bashing, in order to try and get something make-dist-able. by sewardj · 14 years ago
  45. d7e635f Make sure the Memcheck tests are built on arm-linux using hardware by sewardj · 14 years ago
  46. 1ba8a8e Try to integrate none/tests/arm properly in the build system. by sewardj · 14 years ago
  47. 9a0c13c Disable this test (effectively) on arm-linux, since that uses by sewardj · 14 years ago
  48. 1e7e82c arm-linux: handle sys_signalfd4 and sys_eventfd2. Makes by sewardj · 14 years ago
  49. 10bd938 Portability fix for arm-linux. by sewardj · 14 years ago
  50. ed35ae5 Handle sys_pipe2 on arm-linux; also add some missing numbers to by sewardj · 14 years ago
  51. 38a21ac arm-linux: fake up the commpage entry at a lower level (in by sewardj · 14 years ago
  52. f5f1e12 Various minor fixups to make ppc32/64-linux work again following by sewardj · 14 years ago
  53. 8777f73 Make regtests build on arm-linux -- all changes are to do with by sewardj · 14 years ago
  54. 66da733 Redo r10971 ("Made sure that C++ compilers do not complain about the by sewardj · 14 years ago
  55. 7af3230 Tidy up determination of the PLAT_ macros a bit. by sewardj · 14 years ago
  56. d2aac89 initUnwindContext: put back into the loop, some initialisations for by sewardj · 14 years ago
  57. 9365e3f Unbreak stack unwinding on x86-linux and amd64-linux following merge by sewardj · 14 years ago
  58. 3026f71 Make the Dwarf3 CFI stack unwinding machinery work on arm-linux by sewardj · 14 years ago
  59. 4cb6bf7 Make Callgrind, DRD and Ptrcheck build on arm-linux. by sewardj · 14 years ago
  60. 3e21612 Don't use -Wdeclaration-after-statement. We long since abandoned any by sewardj · 14 years ago
  61. 67b38c3 n-break build on x86-darwin following r10982. by sewardj · 14 years ago
  62. 59570ff Merge from branches/ARM, all parts of the ARM-Linux port except for by sewardj · 14 years ago
  63. 06f96d0 Track changes in the names of a few IR primops to do with int<->fp by sewardj · 14 years ago
  64. 257b91b Follow-up for r10972: added missing #include "config.h". by bart · 14 years ago
  65. 62e0f3c Builds again on Darwin. by bart · 14 years ago
  66. 870f745 Removed dependency of include/pub_tool_basics.h on config.h. by bart · 14 years ago
  67. 2aed284 Made sure that C++ compilers do not complain about the _VKI_IOC_TYPECHECK() macro. by bart · 14 years ago
  68. 116458b Changes: by bart · 14 years ago
  69. e1c1a24 Handle adjtimex being called in adjtime mode correctly. Closes #219538. by tom · 15 years ago
  70. 92df0ea Document the 'cc' parameter for OSet creation. by njn · 15 years ago
  71. afdb011 Callgrind: fix bug 217849: Switch to running thread in CLG_(post_signal) by weidendo · 15 years ago
  72. 3f27c8c Made the description of DRD_TRACE_VAR(), ANNOTATE_TRACE_MEMORY() and by bart · 15 years ago
  73. e32a3b0 Double the size of some table to do with reading CIEs. by sewardj · 15 years ago
  74. f41999a Cope with prelink splitting the bss section of an ELF file into separate by tom · 15 years ago
  75. 41f4c85 It seems whoever wrote the preadv and pwritev system calls in the by tom · 15 years ago
  76. d864cad Add some newlines to make signal debugging messages more readable. by tom · 15 years ago
  77. db5907d Track vex r1930 (Change the IR representation of load linked and store by sewardj · 15 years ago
  78. 0ca89e0 Fix type in r10951. Not sure why this didn't cause a compilation by sewardj · 15 years ago
  79. 710f7cb Add support for accept4 system call based on patch by tom · 15 years ago
  80. acb7c34 Wire up vhangup system call on amd64/ppc32/ppc64 linux platforms. by tom · 15 years ago
  81. d709b1d Add support for fallocate system call on 32 bit (x86/ppc32) linux by tom · 15 years ago
  82. c0fe32a Clean up support for sync_file_range system call and add second version used by tom · 15 years ago
  83. ca78724 Rename LOHI64 to MERGE64 and make it work correctly on big endian by tom · 15 years ago
  84. b34f5af Split long lines. by bart · 15 years ago
  85. e6784f5 Added to repository. by bart · 15 years ago
  86. 9ceaa97 Re-enable old support for adjtimex system call based on patch by tom · 15 years ago
  87. d18b541 Add support for rt_tgsigqueueinfo system call based on patch by tom · 15 years ago
  88. b8b4848 Add support for sched_rr_get_interval system call based on patch by tom · 15 years ago
  89. f43793a Handle the dup3 system call. Closes #215448. by tom · 15 years ago
  90. ccc20b1 Make sure isIFunc is initialised whenever we add a symbol. by tom · 15 years ago
  91. 67dda56 Handle the isIFunc flag when canonicalising the symbol table. by tom · 15 years ago
  92. 3b42e16 Assert that the indirect function wrapper exists if we encounter a by tom · 15 years ago
  93. 0fac7ff Added support for glibc 2.11. by bart · 15 years ago
  94. 3c9cf34 Various improvements to DWARF handling to cope with changes in recent by tom · 15 years ago
  95. 8805326 Fix stack unwinding on PPC to store the correct frame pointer for by tom · 15 years ago
  96. 9da08ba Fixed typo. by bart · 15 years ago
  97. 431ad28 Fixed a compiler warning. by bart · 15 years ago
  98. 92cfb4d Removed a superfluous #include directive. by bart · 15 years ago
  99. a365362 Updated gcc version. by bart · 15 years ago
  100. 4f43e00 Added configure test for QAtomicInt. by bart · 15 years ago