1. 59570ff Merge from branches/ARM, all parts of the ARM-Linux port except for by sewardj · 15 years ago
  2. 06f96d0 Track changes in the names of a few IR primops to do with int<->fp by sewardj · 15 years ago
  3. 257b91b Follow-up for r10972: added missing #include "config.h". by bart · 15 years ago
  4. 62e0f3c Builds again on Darwin. by bart · 15 years ago
  5. 870f745 Removed dependency of include/pub_tool_basics.h on config.h. by bart · 15 years ago
  6. 2aed284 Made sure that C++ compilers do not complain about the _VKI_IOC_TYPECHECK() macro. by bart · 15 years ago
  7. 116458b Changes: by bart · 15 years ago
  8. e1c1a24 Handle adjtimex being called in adjtime mode correctly. Closes #219538. by tom · 15 years ago
  9. 92df0ea Document the 'cc' parameter for OSet creation. by njn · 15 years ago
  10. afdb011 Callgrind: fix bug 217849: Switch to running thread in CLG_(post_signal) by weidendo · 15 years ago
  11. 3f27c8c Made the description of DRD_TRACE_VAR(), ANNOTATE_TRACE_MEMORY() and by bart · 15 years ago
  12. e32a3b0 Double the size of some table to do with reading CIEs. by sewardj · 15 years ago
  13. f41999a Cope with prelink splitting the bss section of an ELF file into separate by tom · 15 years ago
  14. 41f4c85 It seems whoever wrote the preadv and pwritev system calls in the by tom · 15 years ago
  15. d864cad Add some newlines to make signal debugging messages more readable. by tom · 15 years ago
  16. db5907d Track vex r1930 (Change the IR representation of load linked and store by sewardj · 15 years ago
  17. 0ca89e0 Fix type in r10951. Not sure why this didn't cause a compilation by sewardj · 15 years ago
  18. 710f7cb Add support for accept4 system call based on patch by tom · 15 years ago
  19. acb7c34 Wire up vhangup system call on amd64/ppc32/ppc64 linux platforms. by tom · 15 years ago
  20. d709b1d Add support for fallocate system call on 32 bit (x86/ppc32) linux by tom · 15 years ago
  21. c0fe32a Clean up support for sync_file_range system call and add second version used by tom · 15 years ago
  22. ca78724 Rename LOHI64 to MERGE64 and make it work correctly on big endian by tom · 15 years ago
  23. b34f5af Split long lines. by bart · 15 years ago
  24. e6784f5 Added to repository. by bart · 15 years ago
  25. 9ceaa97 Re-enable old support for adjtimex system call based on patch by tom · 15 years ago
  26. d18b541 Add support for rt_tgsigqueueinfo system call based on patch by tom · 15 years ago
  27. b8b4848 Add support for sched_rr_get_interval system call based on patch by tom · 15 years ago
  28. f43793a Handle the dup3 system call. Closes #215448. by tom · 15 years ago
  29. ccc20b1 Make sure isIFunc is initialised whenever we add a symbol. by tom · 15 years ago
  30. 67dda56 Handle the isIFunc flag when canonicalising the symbol table. by tom · 15 years ago
  31. 3b42e16 Assert that the indirect function wrapper exists if we encounter a by tom · 15 years ago
  32. 0fac7ff Added support for glibc 2.11. by bart · 15 years ago
  33. 3c9cf34 Various improvements to DWARF handling to cope with changes in recent by tom · 15 years ago
  34. 8805326 Fix stack unwinding on PPC to store the correct frame pointer for by tom · 15 years ago
  35. 9da08ba Fixed typo. by bart · 15 years ago
  36. 431ad28 Fixed a compiler warning. by bart · 15 years ago
  37. 92cfb4d Removed a superfluous #include directive. by bart · 15 years ago
  38. a365362 Updated gcc version. by bart · 15 years ago
  39. 4f43e00 Added configure test for QAtomicInt. by bart · 15 years ago
  40. 28c7a05 Added a regression test. by bart · 15 years ago
  41. 5d9c644 Automatically clean up temporary files. by bart · 15 years ago
  42. 0642127 New flag: --trace-children-skip=patt1,patt2,etc by sewardj · 15 years ago
  43. 753ab9d Correctly handle MPI_STATUS{ES}_IGNORE as valid values for by sewardj · 15 years ago
  44. 4634b01 Rework VG_(memmove) in the case where the destination address is greater by tom · 15 years ago
  45. 0304fa3 Support pipe2 in exp-ptrcheck. Fixes #212739. by tom · 15 years ago
  46. b6fd365 Initialise the isIFunc flag when adding a hardwired redirection. Fixes #212547. by tom · 15 years ago
  47. 069a38a Made sure that the sigqueue regression test passes on 32-bit and on 64-bit systems. by bart · 15 years ago
  48. bbcf0e2 If a signal arrives when a thread which has just finished executing a by tom · 15 years ago
  49. d264514 Add support for ELF indirect functions. These are symbols of by tom · 15 years ago
  50. b2240f4 Compiles again -- added trailing comma's that were missing from r10907. by bart · 15 years ago
  51. 9c85af7 Handle some extra aio opcodes in io_submit and io_getevents. by tom · 15 years ago
  52. 89e070c Fixed bug #212064. by bart · 15 years ago
  53. 7481f1d Fixed expected output. by bart · 15 years ago
  54. 856d9df Added a comment that explains the purpose of the sigqueue.c test program. by bart · 15 years ago
  55. d8feb70 Add support for preadv and pwritev. Fixes #212149. by tom · 15 years ago
  56. 55b3a81 Add support for some more Intel cache descriptors to stop Core i7 based by tom · 15 years ago
  57. 7700286 Wire up inotify_init1 on ppc32-linux. by tom · 15 years ago
  58. a3dbcc8 Enabled the rt_sigqueueinfo() system call for ppc64. by bart · 15 years ago
  59. 21ba3f9 Added a modified version of the rt_sigqueue test program provided by Konstantin Serebryany. by bart · 15 years ago
  60. 7bb1b1c Add support for the inotify_init1 system call, based on patches by tom · 15 years ago
  61. 7ef0d3a Add epoll_ctl, epoll_pwait and epoll_wait to exp-ptrcheck. Fixes #207668. by tom · 15 years ago
  62. 3fbccee Add support for the perf_counter_open system call. Fixes #211498. by tom · 15 years ago
  63. 4969c79 Update linux system calls lists to match 2.6.31.5 kernel. by tom · 15 years ago
  64. a654706 Removed the restriction that the size argument of drd_pre_mem_read_asciiz() by bart · 15 years ago
  65. 52b7d8a Fixed an assertion failure triggered by running DRD with the command-line option --trace-mutex=yes on a program using one of the ANNOTATE_HAPPENS_*() macros. by bart · 15 years ago
  66. 1da86fe Allow translations in client allocated shared memory. Fixes #210322. by tom · 15 years ago
  67. 8b21e22 Renamed cellbuzz nightly build config files. by bart · 15 years ago
  68. dd8f021 Switched from SDK 3.0 to SDK 3.1. by bart · 15 years ago
  69. 001596b Update ignores. by rjwalsh · 15 years ago
  70. a83647a Update. by sewardj · 15 years ago
  71. b4c72d6 Enable sys_rmdir on ppc64-linux. Fixes #206903. by sewardj · 15 years ago
  72. 9bb8119 Unmap the vdso as well as suppressing it by dropping the auxv by tom · 15 years ago
  73. 20a8a61 Support AT_EXECFN in the ELF auxv, filling it in with the path of by tom · 15 years ago
  74. c880930 Add support for AT_BASE_PLATFORM in the ELF auxv. by tom · 15 years ago
  75. 643205d Add a file to keep track of stuff that we currently can't/don't in bugzilla. by sewardj · 15 years ago
  76. 316b0a2 Remove ampersand from tool description string so as not to screw up by sewardj · 15 years ago
  77. 11b5c6d Fix inconsistent closing of an <hthreadid> tag (Ashley Pittman). by sewardj · 15 years ago
  78. 66c00b9 Fix another enum type error spotted by gcc-4.5. by sewardj · 15 years ago
  79. b86f651 Added a script to the repository for generating a PowerPC cross compiler. by bart · 15 years ago
  80. f91b0a3 Add support for the L2 cache on Intel T4200. by sewardj · 15 years ago
  81. 6431e30 Fix a couple of nits picked up by gcc-4.5, which is more warningful than 4.4. by sewardj · 15 years ago
  82. 3654440 Updated expected output after r10874. by bart · 15 years ago
  83. ffb9d02 Fixed a typo. by bart · 15 years ago
  84. 8758264 Remove a trailing whitespace. by rjwalsh · 15 years ago
  85. 2b08378 Added output variant for Linux systems without readlinkat(). by bart · 15 years ago
  86. d1f724c Added regression tests that verify the following behavior: by bart · 15 years ago
  87. fe83da6 Updated Subversion ignore list. by bart · 15 years ago
  88. ca4afe1 Updated Subversion ignore lists. by bart · 15 years ago
  89. 9b533f8 Switched back from dynamic detection of whether the proc filesystem by bart · 15 years ago
  90. cf3f718 Renamed the function VG_(have_proc_filesystem)() into by bart · 15 years ago
  91. c401ae7 Compiles again on Darwin. by bart · 15 years ago
  92. f6a337e The format attribute may be repeated in the function definition but does not have to. by bart · 15 years ago
  93. 355bc9f Fixed a declaration: function attributes must be inserted after the return type instead of before, otherwise gcc 4.4 ignores the attribute declaration. by bart · 15 years ago
  94. 299c2d3 The configure-time test whether the proc filesystem is mounted (introduced by bart · 15 years ago
  95. 020f94c Fixed a compiler warning. by bart · 15 years ago
  96. 9ccee39 Bump version number on trunk. (is that the correct convention, "3.6.0.SVN" ?) by sewardj · 15 years ago
  97. 0f212dc Fixed bug #204317: regression tests none/tests/cmdline[12] fail if by bart · 15 years ago
  98. 1edc55a Add some extra debugging to the launcher. by tom · 15 years ago
  99. 9ed5dd6 Removed the most recently added DRD suppression pattern (was added by bart · 15 years ago
  100. ccbe3b1 Add an entry for the missing 2.4.1. by njn · 15 years ago