1. f08adb6 Update arch_test.c properly for arm-linux, and add an entry to platform_test. by sewardj · 15 years ago
  2. 05b0715 Don't assume that va_list can be casted to an unsigned word. Fixes by sewardj · 15 years ago
  3. 41f1242 Include missing files in the tarball. by sewardj · 15 years ago
  4. dc2371c Add a test program for ARM v5 integer instructions, and also for some by sewardj · 15 years ago
  5. 96e5d27 Add the default stderr_filter for this directory; else no tests work. by sewardj · 15 years ago
  6. aec1be3 Handle Iop_SqrtF32. by sewardj · 15 years ago
  7. f18fa95 Further buildsystem bashing, in order to try and get something make-dist-able. by sewardj · 15 years ago
  8. d7e635f Make sure the Memcheck tests are built on arm-linux using hardware by sewardj · 15 years ago
  9. 1ba8a8e Try to integrate none/tests/arm properly in the build system. by sewardj · 15 years ago
  10. 9a0c13c Disable this test (effectively) on arm-linux, since that uses by sewardj · 15 years ago
  11. 1e7e82c arm-linux: handle sys_signalfd4 and sys_eventfd2. Makes by sewardj · 15 years ago
  12. 10bd938 Portability fix for arm-linux. by sewardj · 15 years ago
  13. ed35ae5 Handle sys_pipe2 on arm-linux; also add some missing numbers to by sewardj · 15 years ago
  14. 38a21ac arm-linux: fake up the commpage entry at a lower level (in by sewardj · 15 years ago
  15. f5f1e12 Various minor fixups to make ppc32/64-linux work again following by sewardj · 15 years ago
  16. 8777f73 Make regtests build on arm-linux -- all changes are to do with by sewardj · 15 years ago
  17. 66da733 Redo r10971 ("Made sure that C++ compilers do not complain about the by sewardj · 15 years ago
  18. 7af3230 Tidy up determination of the PLAT_ macros a bit. by sewardj · 15 years ago
  19. d2aac89 initUnwindContext: put back into the loop, some initialisations for by sewardj · 15 years ago
  20. 9365e3f Unbreak stack unwinding on x86-linux and amd64-linux following merge by sewardj · 15 years ago
  21. 3026f71 Make the Dwarf3 CFI stack unwinding machinery work on arm-linux by sewardj · 15 years ago
  22. 4cb6bf7 Make Callgrind, DRD and Ptrcheck build on arm-linux. by sewardj · 15 years ago
  23. 3e21612 Don't use -Wdeclaration-after-statement. We long since abandoned any by sewardj · 15 years ago
  24. 67b38c3 n-break build on x86-darwin following r10982. by sewardj · 15 years ago
  25. 59570ff Merge from branches/ARM, all parts of the ARM-Linux port except for by sewardj · 15 years ago
  26. 06f96d0 Track changes in the names of a few IR primops to do with int<->fp by sewardj · 15 years ago
  27. 257b91b Follow-up for r10972: added missing #include "config.h". by bart · 15 years ago
  28. 62e0f3c Builds again on Darwin. by bart · 15 years ago
  29. 870f745 Removed dependency of include/pub_tool_basics.h on config.h. by bart · 15 years ago
  30. 2aed284 Made sure that C++ compilers do not complain about the _VKI_IOC_TYPECHECK() macro. by bart · 15 years ago
  31. 116458b Changes: by bart · 15 years ago
  32. e1c1a24 Handle adjtimex being called in adjtime mode correctly. Closes #219538. by tom · 15 years ago
  33. 92df0ea Document the 'cc' parameter for OSet creation. by njn · 15 years ago
  34. afdb011 Callgrind: fix bug 217849: Switch to running thread in CLG_(post_signal) by weidendo · 15 years ago
  35. 3f27c8c Made the description of DRD_TRACE_VAR(), ANNOTATE_TRACE_MEMORY() and by bart · 15 years ago
  36. e32a3b0 Double the size of some table to do with reading CIEs. by sewardj · 15 years ago
  37. f41999a Cope with prelink splitting the bss section of an ELF file into separate by tom · 15 years ago
  38. 41f4c85 It seems whoever wrote the preadv and pwritev system calls in the by tom · 15 years ago
  39. d864cad Add some newlines to make signal debugging messages more readable. by tom · 15 years ago
  40. db5907d Track vex r1930 (Change the IR representation of load linked and store by sewardj · 15 years ago
  41. 0ca89e0 Fix type in r10951. Not sure why this didn't cause a compilation by sewardj · 15 years ago
  42. 710f7cb Add support for accept4 system call based on patch by tom · 15 years ago
  43. acb7c34 Wire up vhangup system call on amd64/ppc32/ppc64 linux platforms. by tom · 15 years ago
  44. d709b1d Add support for fallocate system call on 32 bit (x86/ppc32) linux by tom · 15 years ago
  45. c0fe32a Clean up support for sync_file_range system call and add second version used by tom · 15 years ago
  46. ca78724 Rename LOHI64 to MERGE64 and make it work correctly on big endian by tom · 15 years ago
  47. b34f5af Split long lines. by bart · 15 years ago
  48. e6784f5 Added to repository. by bart · 15 years ago
  49. 9ceaa97 Re-enable old support for adjtimex system call based on patch by tom · 15 years ago
  50. d18b541 Add support for rt_tgsigqueueinfo system call based on patch by tom · 15 years ago
  51. b8b4848 Add support for sched_rr_get_interval system call based on patch by tom · 15 years ago
  52. f43793a Handle the dup3 system call. Closes #215448. by tom · 15 years ago
  53. ccc20b1 Make sure isIFunc is initialised whenever we add a symbol. by tom · 15 years ago
  54. 67dda56 Handle the isIFunc flag when canonicalising the symbol table. by tom · 15 years ago
  55. 3b42e16 Assert that the indirect function wrapper exists if we encounter a by tom · 15 years ago
  56. 0fac7ff Added support for glibc 2.11. by bart · 15 years ago
  57. 3c9cf34 Various improvements to DWARF handling to cope with changes in recent by tom · 15 years ago
  58. 8805326 Fix stack unwinding on PPC to store the correct frame pointer for by tom · 15 years ago
  59. 9da08ba Fixed typo. by bart · 15 years ago
  60. 431ad28 Fixed a compiler warning. by bart · 15 years ago
  61. 92cfb4d Removed a superfluous #include directive. by bart · 15 years ago
  62. a365362 Updated gcc version. by bart · 15 years ago
  63. 4f43e00 Added configure test for QAtomicInt. by bart · 15 years ago
  64. 28c7a05 Added a regression test. by bart · 15 years ago
  65. 5d9c644 Automatically clean up temporary files. by bart · 15 years ago
  66. 0642127 New flag: --trace-children-skip=patt1,patt2,etc by sewardj · 15 years ago
  67. 753ab9d Correctly handle MPI_STATUS{ES}_IGNORE as valid values for by sewardj · 15 years ago
  68. 4634b01 Rework VG_(memmove) in the case where the destination address is greater by tom · 15 years ago
  69. 0304fa3 Support pipe2 in exp-ptrcheck. Fixes #212739. by tom · 15 years ago
  70. b6fd365 Initialise the isIFunc flag when adding a hardwired redirection. Fixes #212547. by tom · 15 years ago
  71. 069a38a Made sure that the sigqueue regression test passes on 32-bit and on 64-bit systems. by bart · 15 years ago
  72. bbcf0e2 If a signal arrives when a thread which has just finished executing a by tom · 15 years ago
  73. d264514 Add support for ELF indirect functions. These are symbols of by tom · 15 years ago
  74. b2240f4 Compiles again -- added trailing comma's that were missing from r10907. by bart · 15 years ago
  75. 9c85af7 Handle some extra aio opcodes in io_submit and io_getevents. by tom · 15 years ago
  76. 89e070c Fixed bug #212064. by bart · 15 years ago
  77. 7481f1d Fixed expected output. by bart · 15 years ago
  78. 856d9df Added a comment that explains the purpose of the sigqueue.c test program. by bart · 15 years ago
  79. d8feb70 Add support for preadv and pwritev. Fixes #212149. by tom · 15 years ago
  80. 55b3a81 Add support for some more Intel cache descriptors to stop Core i7 based by tom · 15 years ago
  81. 7700286 Wire up inotify_init1 on ppc32-linux. by tom · 15 years ago
  82. a3dbcc8 Enabled the rt_sigqueueinfo() system call for ppc64. by bart · 15 years ago
  83. 21ba3f9 Added a modified version of the rt_sigqueue test program provided by Konstantin Serebryany. by bart · 15 years ago
  84. 7bb1b1c Add support for the inotify_init1 system call, based on patches by tom · 15 years ago
  85. 7ef0d3a Add epoll_ctl, epoll_pwait and epoll_wait to exp-ptrcheck. Fixes #207668. by tom · 15 years ago
  86. 3fbccee Add support for the perf_counter_open system call. Fixes #211498. by tom · 15 years ago
  87. 4969c79 Update linux system calls lists to match 2.6.31.5 kernel. by tom · 15 years ago
  88. a654706 Removed the restriction that the size argument of drd_pre_mem_read_asciiz() by bart · 15 years ago
  89. 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
  90. 1da86fe Allow translations in client allocated shared memory. Fixes #210322. by tom · 15 years ago
  91. 8b21e22 Renamed cellbuzz nightly build config files. by bart · 15 years ago
  92. dd8f021 Switched from SDK 3.0 to SDK 3.1. by bart · 15 years ago
  93. 001596b Update ignores. by rjwalsh · 15 years ago
  94. a83647a Update. by sewardj · 15 years ago
  95. b4c72d6 Enable sys_rmdir on ppc64-linux. Fixes #206903. by sewardj · 15 years ago
  96. 9bb8119 Unmap the vdso as well as suppressing it by dropping the auxv by tom · 15 years ago
  97. 20a8a61 Support AT_EXECFN in the ELF auxv, filling it in with the path of by tom · 15 years ago
  98. c880930 Add support for AT_BASE_PLATFORM in the ELF auxv. by tom · 15 years ago
  99. 643205d Add a file to keep track of stuff that we currently can't/don't in bugzilla. by sewardj · 15 years ago
  100. 316b0a2 Remove ampersand from tool description string so as not to screw up by sewardj · 15 years ago