1. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  2. 5c46da8 Include valgrind headers before system headers to avoid problems by tom · 14 years ago
  3. fba428c Add some basic DWARF4 support. Based on patch from Jakub Jelinek by tom · 14 years ago
  4. 51c9d37 search_all_symtabs: when mapping addresses to text symbols, consider by sewardj · 14 years ago
  5. f6122a0 The help text printed by command-line option -h does now show the default by bart · 14 years ago
  6. f7183e3 Inline most functions in VG_(use_CF_info). May or may not give a by sewardj · 14 years ago
  7. 5d0d1f3 Improve performance of the fallback path when a translation is not by sewardj · 14 years ago
  8. 3a7c5ad Fix the definedness handling of the last argument of sys_socketpair. by sewardj · 14 years ago
  9. cbfb990 On amd64 all IPC calls behave as if the IPC_64 flag is set in the by tom · 14 years ago
  10. e7d4607 Show the requesting thread (tid) for each translation. by sewardj · 14 years ago
  11. ebf5844 Fix out-of-date comment. by sewardj · 14 years ago
  12. 110743c Add a wrapper for the splice system call and wire it up on by tom · 14 years ago
  13. 472a34b Add support for the getcpu system call on x86, ppc32 and ppc64. There by tom · 14 years ago
  14. ce21563 by sewardj · 14 years ago
  15. 15bd0c8 Add parentheses round the "zzarg" macro argument when using it as it by tom · 14 years ago
  16. 55703df Fix up a few issues with OSS ioctls. Fixes #227325. by tom · 14 years ago
  17. 7a75b36 Neither FUTEX_WAKE or FUTEX_WAKE_BITSET actually dereference the by tom · 14 years ago
  18. 01b768b Guard new debug print statement in r11045 correctly (at all!) by sewardj · 14 years ago
  19. 8ddb93a Get rid of kludgey and non-functional PID caching in the printing mechanism. by sewardj · 14 years ago
  20. 7e5634b Make -v messages w.r.t. finding of auxiliary debuginfo files less confusing. by sewardj · 14 years ago
  21. e9dd322 Add debug printing for the env-mashing machinery, to help investigate by sewardj · 14 years ago
  22. 2072880 Reduce verbosity of the PDB reader a bit. Original verbosity is still by sewardj · 14 years ago
  23. 13ac96d Try to find the PDB file for a given PE file by the totally kludgey by sewardj · 14 years ago
  24. ced8506 Fix bogus comparisons of PDB vs PE timestamps, so as to avoid by sewardj · 15 years ago
  25. 23183c0 The client request VG_USERREQ__LOAD_PDB_DEBUGINFO that we get from by sewardj · 15 years ago
  26. 6560f21 Fix up obviously-bogus FPO biasing a bit. Not that I have any idea if by sewardj · 15 years ago
  27. 39ff606 Make the FPO reader much more robust against apparently nonsensical by sewardj · 15 years ago
  28. 7138ef0 PE/PDB handling: allow the PDB (the debuginfo file) to be up to 1 by sewardj · 15 years ago
  29. c560fb3 Followup fix to r11006. Don't pass va_list by value through client by sewardj · 15 years ago
  30. 275f93d Fix up debug printing for the PDB reader, so it can be properly by sewardj · 15 years ago
  31. b9c17d2 DW_OP_mod should do unsigned arithmetic. Closes #223656. by tom · 15 years ago
  32. 540cc4a Add command line flag --vex-guest-chase-cond=no|yes [no] to control by sewardj · 15 years ago
  33. 732db40 arm-linux: remove wrappers for __NR_ipc, __NR_mmap, __NR_sigsuspend by sewardj · 15 years ago
  34. bb13299 Pass sys_cacheflush along to VG_(discard_translations), so we have by sewardj · 15 years ago
  35. ee29657 Disable pid caching for print output: it's wrong in a child after by sewardj · 15 years ago
  36. ce25169 Enable pread64 on arm-linux. by sewardj · 15 years ago
  37. 05b0715 Don't assume that va_list can be casted to an unsigned word. Fixes by sewardj · 15 years ago
  38. 1e7e82c arm-linux: handle sys_signalfd4 and sys_eventfd2. Makes by sewardj · 15 years ago
  39. ed35ae5 Handle sys_pipe2 on arm-linux; also add some missing numbers to by sewardj · 15 years ago
  40. 38a21ac arm-linux: fake up the commpage entry at a lower level (in by sewardj · 15 years ago
  41. f5f1e12 Various minor fixups to make ppc32/64-linux work again following by sewardj · 15 years ago
  42. d2aac89 initUnwindContext: put back into the loop, some initialisations for by sewardj · 15 years ago
  43. 9365e3f Unbreak stack unwinding on x86-linux and amd64-linux following merge by sewardj · 15 years ago
  44. 3026f71 Make the Dwarf3 CFI stack unwinding machinery work on arm-linux by sewardj · 15 years ago
  45. 67b38c3 n-break build on x86-darwin following r10982. by sewardj · 15 years ago
  46. 59570ff Merge from branches/ARM, all parts of the ARM-Linux port except for by sewardj · 15 years ago
  47. 257b91b Follow-up for r10972: added missing #include "config.h". by bart · 15 years ago
  48. 62e0f3c Builds again on Darwin. by bart · 15 years ago
  49. 870f745 Removed dependency of include/pub_tool_basics.h on config.h. by bart · 15 years ago
  50. e1c1a24 Handle adjtimex being called in adjtime mode correctly. Closes #219538. by tom · 15 years ago
  51. e32a3b0 Double the size of some table to do with reading CIEs. by sewardj · 15 years ago
  52. f41999a Cope with prelink splitting the bss section of an ELF file into separate by tom · 15 years ago
  53. 41f4c85 It seems whoever wrote the preadv and pwritev system calls in the by tom · 15 years ago
  54. d864cad Add some newlines to make signal debugging messages more readable. by tom · 15 years ago
  55. 0ca89e0 Fix type in r10951. Not sure why this didn't cause a compilation by sewardj · 15 years ago
  56. 710f7cb Add support for accept4 system call based on patch by tom · 15 years ago
  57. acb7c34 Wire up vhangup system call on amd64/ppc32/ppc64 linux platforms. by tom · 15 years ago
  58. d709b1d Add support for fallocate system call on 32 bit (x86/ppc32) linux by tom · 15 years ago
  59. c0fe32a Clean up support for sync_file_range system call and add second version used by tom · 15 years ago
  60. ca78724 Rename LOHI64 to MERGE64 and make it work correctly on big endian by tom · 15 years ago
  61. 9ceaa97 Re-enable old support for adjtimex system call based on patch by tom · 15 years ago
  62. d18b541 Add support for rt_tgsigqueueinfo system call based on patch by tom · 15 years ago
  63. b8b4848 Add support for sched_rr_get_interval system call based on patch by tom · 15 years ago
  64. f43793a Handle the dup3 system call. Closes #215448. by tom · 15 years ago
  65. ccc20b1 Make sure isIFunc is initialised whenever we add a symbol. by tom · 15 years ago
  66. 67dda56 Handle the isIFunc flag when canonicalising the symbol table. by tom · 15 years ago
  67. 3b42e16 Assert that the indirect function wrapper exists if we encounter a by tom · 15 years ago
  68. 3c9cf34 Various improvements to DWARF handling to cope with changes in recent by tom · 15 years ago
  69. 8805326 Fix stack unwinding on PPC to store the correct frame pointer for by tom · 15 years ago
  70. 431ad28 Fixed a compiler warning. by bart · 15 years ago
  71. 0642127 New flag: --trace-children-skip=patt1,patt2,etc by sewardj · 15 years ago
  72. 4634b01 Rework VG_(memmove) in the case where the destination address is greater by tom · 15 years ago
  73. b6fd365 Initialise the isIFunc flag when adding a hardwired redirection. Fixes #212547. by tom · 15 years ago
  74. bbcf0e2 If a signal arrives when a thread which has just finished executing a by tom · 15 years ago
  75. d264514 Add support for ELF indirect functions. These are symbols of by tom · 15 years ago
  76. b2240f4 Compiles again -- added trailing comma's that were missing from r10907. by bart · 15 years ago
  77. 9c85af7 Handle some extra aio opcodes in io_submit and io_getevents. by tom · 15 years ago
  78. 89e070c Fixed bug #212064. by bart · 15 years ago
  79. d8feb70 Add support for preadv and pwritev. Fixes #212149. by tom · 15 years ago
  80. 7700286 Wire up inotify_init1 on ppc32-linux. by tom · 15 years ago
  81. a3dbcc8 Enabled the rt_sigqueueinfo() system call for ppc64. by bart · 15 years ago
  82. 7bb1b1c Add support for the inotify_init1 system call, based on patches by tom · 15 years ago
  83. 3fbccee Add support for the perf_counter_open system call. Fixes #211498. by tom · 15 years ago
  84. 4969c79 Update linux system calls lists to match 2.6.31.5 kernel. by tom · 15 years ago
  85. 1da86fe Allow translations in client allocated shared memory. Fixes #210322. by tom · 15 years ago
  86. b4c72d6 Enable sys_rmdir on ppc64-linux. Fixes #206903. by sewardj · 15 years ago
  87. 9bb8119 Unmap the vdso as well as suppressing it by dropping the auxv by tom · 15 years ago
  88. 20a8a61 Support AT_EXECFN in the ELF auxv, filling it in with the path of by tom · 15 years ago
  89. c880930 Add support for AT_BASE_PLATFORM in the ELF auxv. by tom · 15 years ago
  90. 6431e30 Fix a couple of nits picked up by gcc-4.5, which is more warningful than 4.4. by sewardj · 15 years ago
  91. 9b533f8 Switched back from dynamic detection of whether the proc filesystem by bart · 15 years ago
  92. cf3f718 Renamed the function VG_(have_proc_filesystem)() into by bart · 15 years ago
  93. c401ae7 Compiles again on Darwin. by bart · 15 years ago
  94. f6a337e The format attribute may be repeated in the function definition but does not have to. by bart · 15 years ago
  95. 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
  96. 299c2d3 The configure-time test whether the proc filesystem is mounted (introduced by bart · 15 years ago
  97. 020f94c Fixed a compiler warning. by bart · 15 years ago
  98. 1edc55a Add some extra debugging to the launcher. by tom · 15 years ago
  99. 220591d Fix whitespace-skipping loop. (Konstantin Serebryany) (see #204377) by sewardj · 15 years ago
  100. 4ff8f6c The linker in Fedora Rawhide seems to be using ELFOSABI_LINUX as by tom · 15 years ago