1. 05b0715 Don't assume that va_list can be casted to an unsigned word. Fixes by sewardj · 15 years ago
  2. 1e7e82c arm-linux: handle sys_signalfd4 and sys_eventfd2. Makes by sewardj · 15 years ago
  3. ed35ae5 Handle sys_pipe2 on arm-linux; also add some missing numbers to by sewardj · 15 years ago
  4. 38a21ac arm-linux: fake up the commpage entry at a lower level (in by sewardj · 15 years ago
  5. f5f1e12 Various minor fixups to make ppc32/64-linux work again following by sewardj · 15 years ago
  6. d2aac89 initUnwindContext: put back into the loop, some initialisations for by sewardj · 15 years ago
  7. 9365e3f Unbreak stack unwinding on x86-linux and amd64-linux following merge by sewardj · 15 years ago
  8. 3026f71 Make the Dwarf3 CFI stack unwinding machinery work on arm-linux by sewardj · 15 years ago
  9. 67b38c3 n-break build on x86-darwin following r10982. by sewardj · 15 years ago
  10. 59570ff Merge from branches/ARM, all parts of the ARM-Linux port except for by sewardj · 15 years ago
  11. 257b91b Follow-up for r10972: added missing #include "config.h". by bart · 15 years ago
  12. 62e0f3c Builds again on Darwin. by bart · 15 years ago
  13. 870f745 Removed dependency of include/pub_tool_basics.h on config.h. by bart · 15 years ago
  14. e1c1a24 Handle adjtimex being called in adjtime mode correctly. Closes #219538. by tom · 15 years ago
  15. e32a3b0 Double the size of some table to do with reading CIEs. by sewardj · 15 years ago
  16. f41999a Cope with prelink splitting the bss section of an ELF file into separate by tom · 15 years ago
  17. 41f4c85 It seems whoever wrote the preadv and pwritev system calls in the by tom · 15 years ago
  18. d864cad Add some newlines to make signal debugging messages more readable. by tom · 15 years ago
  19. 0ca89e0 Fix type in r10951. Not sure why this didn't cause a compilation by sewardj · 15 years ago
  20. 710f7cb Add support for accept4 system call based on patch by tom · 15 years ago
  21. acb7c34 Wire up vhangup system call on amd64/ppc32/ppc64 linux platforms. by tom · 15 years ago
  22. d709b1d Add support for fallocate system call on 32 bit (x86/ppc32) linux by tom · 15 years ago
  23. c0fe32a Clean up support for sync_file_range system call and add second version used by tom · 15 years ago
  24. ca78724 Rename LOHI64 to MERGE64 and make it work correctly on big endian by tom · 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. 3c9cf34 Various improvements to DWARF handling to cope with changes in recent by tom · 15 years ago
  33. 8805326 Fix stack unwinding on PPC to store the correct frame pointer for by tom · 15 years ago
  34. 431ad28 Fixed a compiler warning. by bart · 15 years ago
  35. 0642127 New flag: --trace-children-skip=patt1,patt2,etc by sewardj · 15 years ago
  36. 4634b01 Rework VG_(memmove) in the case where the destination address is greater by tom · 15 years ago
  37. b6fd365 Initialise the isIFunc flag when adding a hardwired redirection. Fixes #212547. by tom · 15 years ago
  38. bbcf0e2 If a signal arrives when a thread which has just finished executing a by tom · 15 years ago
  39. d264514 Add support for ELF indirect functions. These are symbols of by tom · 15 years ago
  40. b2240f4 Compiles again -- added trailing comma's that were missing from r10907. by bart · 15 years ago
  41. 9c85af7 Handle some extra aio opcodes in io_submit and io_getevents. by tom · 15 years ago
  42. 89e070c Fixed bug #212064. by bart · 15 years ago
  43. d8feb70 Add support for preadv and pwritev. Fixes #212149. by tom · 15 years ago
  44. 7700286 Wire up inotify_init1 on ppc32-linux. by tom · 15 years ago
  45. a3dbcc8 Enabled the rt_sigqueueinfo() system call for ppc64. by bart · 15 years ago
  46. 7bb1b1c Add support for the inotify_init1 system call, based on patches by tom · 15 years ago
  47. 3fbccee Add support for the perf_counter_open system call. Fixes #211498. by tom · 15 years ago
  48. 4969c79 Update linux system calls lists to match 2.6.31.5 kernel. by tom · 15 years ago
  49. 1da86fe Allow translations in client allocated shared memory. Fixes #210322. by tom · 15 years ago
  50. b4c72d6 Enable sys_rmdir on ppc64-linux. Fixes #206903. by sewardj · 15 years ago
  51. 9bb8119 Unmap the vdso as well as suppressing it by dropping the auxv by tom · 15 years ago
  52. 20a8a61 Support AT_EXECFN in the ELF auxv, filling it in with the path of by tom · 15 years ago
  53. c880930 Add support for AT_BASE_PLATFORM in the ELF auxv. by tom · 15 years ago
  54. 6431e30 Fix a couple of nits picked up by gcc-4.5, which is more warningful than 4.4. by sewardj · 15 years ago
  55. 9b533f8 Switched back from dynamic detection of whether the proc filesystem by bart · 15 years ago
  56. cf3f718 Renamed the function VG_(have_proc_filesystem)() into by bart · 15 years ago
  57. c401ae7 Compiles again on Darwin. by bart · 15 years ago
  58. f6a337e The format attribute may be repeated in the function definition but does not have to. by bart · 15 years ago
  59. 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
  60. 299c2d3 The configure-time test whether the proc filesystem is mounted (introduced by bart · 15 years ago
  61. 020f94c Fixed a compiler warning. by bart · 15 years ago
  62. 1edc55a Add some extra debugging to the launcher. by tom · 15 years ago
  63. 220591d Fix whitespace-skipping loop. (Konstantin Serebryany) (see #204377) by sewardj · 15 years ago
  64. 4ff8f6c The linker in Fedora Rawhide seems to be using ELFOSABI_LINUX as by tom · 15 years ago
  65. aa315e4 Back out r10385 (Change demangler to not use excessive space from by sewardj · 15 years ago
  66. f56d255 ppc32-linux: di_notify_mmap: accept data sections mapped rwx as well as ones by sewardj · 15 years ago
  67. 3b7f39b Fix the access_extended wrapper, which was rather broken. That's what I get by njn · 15 years ago
  68. de78f9a Followup to r10822: send the CDATA text to the XML channel, not the by sewardj · 15 years ago
  69. 7ca100d Fix a couple of errors in the revised XML generation that were by sewardj · 15 years ago
  70. 588adef When generating XML output for suppressions, print the suppression by sewardj · 15 years ago
  71. 663ab79 Fix a .exp file. Avoid an assertion failure with -v. by njn · 15 years ago
  72. 3a1b9a2 Add a crappy wrapper for access_extended(), one of the more ridiculous by njn · 15 years ago
  73. b6267bd Output tweaks: by njn · 15 years ago
  74. 606a4ae Count error contexts properly in VG_(unique_error). Avoids the problem seen by njn · 15 years ago
  75. f499c7d Fix some const stuff that gcc-4.4.0 complains about. by sewardj · 15 years ago
  76. b34bb1d parse_type_DIE: push incomplete structure tyents on the type stack, by sewardj · 15 years ago
  77. 18afe5d Try to fix error_counts. by njn · 15 years ago
  78. 4a76c5e Count leak as errors. Fixes bug 152393. by njn · 15 years ago
  79. b965efb Allow custom blocks to overlap with malloc blocks. Fixes bug 100628. by njn · 15 years ago
  80. a331164 Make "option" terminology consistent some more. Also tweaked the mempool by njn · 15 years ago
  81. 3847cd3 Resync after {wq,p}thread_hijack rather than merely doing a check. by sewardj · 15 years ago
  82. 2d9e874 by sewardj · 15 years ago
  83. 97db761 Various option-related tweaks: by njn · 15 years ago
  84. f3977a3 Don't wrap the "Command:" line, as doing so makes cutting-and-pasting the by njn · 15 years ago
  85. 07de5dd Ignore structure members with no location - thiscan happen with static by tom · 15 years ago
  86. de1b03d Patch to remember/restore CFA state on DW_CFA_{remember,restore}_state. by sewardj · 15 years ago
  87. d801177 Use Dwarf3 section version numbers as specified in Appendix F of the by sewardj · 15 years ago
  88. 7225992 Handle some more DW_TAG_subrange_type cases which Fedora 11's by tom · 15 years ago
  89. d55f0d9 With the recent VG_(message) change, by njn · 15 years ago
  90. cb5d697 Minor improvements to printing w.r.t. sync checking / resyncing. by sewardj · 15 years ago
  91. a9269e3 Add /Applications to the list of directories in which not to try to auto-run dsymutil. by sewardj · 15 years ago
  92. f8a11cf In the "Command:" line in the preamble, escape special chars such as ' ' and by njn · 15 years ago
  93. b57e693 Reinstating a heavily modified version of r10402. This is to do with #190429. by sewardj · 15 years ago
  94. e3f1e59 (almost completely just function renaming): by sewardj · 15 years ago
  95. b48b49e Fix compile error. by njn · 15 years ago
  96. ddaef35 Prettify the messages printed when segment mismatches happen. Also get rid by njn · 15 years ago
  97. 305dc00 Don't bother printing "My PID" when logging to a file or socket, as that by njn · 15 years ago
  98. 8e007a8 Now that we always print the command, no need to reprint it when logging to by njn · 15 years ago
  99. f484a65 Don't print the command in the preamble with --xml=yes. by njn · 15 years ago
  100. 53162bf Print the command being run at startup. It wraps to avoid going over 80 by njn · 15 years ago