1. c1369aa Implement the vm86 and vm86old system calls based on a patch by tom · 19 years ago
  2. ab53d3e Enable enough syscalls to make self-hosting work on ppc64. by sewardj · 19 years ago
  3. 5d2af67 Implement a few extra ioctls based on patch from Eric Pouech in bug #120728. by tom · 19 years ago
  4. f8dc64f Denestification. by rjwalsh · 19 years ago
  5. 1162491 Teach the Dwarf2 line-info reader how to handle so-called 64-bit by sewardj · 19 years ago
  6. 517cdd5 Enable sys_getrusage. by sewardj · 19 years ago
  7. c8c5c87 Handle main thread stacks up to 16MB. by sewardj · 19 years ago
  8. d5a30a4 Fix erroneous hardwired redirect spec. by sewardj · 19 years ago
  9. 86df155 Synthesise and deliver SIGTRAP to clients when requested to do so by vex. by sewardj · 19 years ago
  10. fdac02c Set fpscr back to a known state after running generated code (64-bit mode). by sewardj · 19 years ago
  11. e68ddf7 Set fpscr back to a known state after running generated code. by sewardj · 19 years ago
  12. 1a1f576 Followup to r5605: fixes for ppc64 by sewardj · 19 years ago
  13. ed69fdb by sewardj · 19 years ago
  14. 9af10a1 Change the number of client request args from 4 to 5 as that may by sewardj · 19 years ago
  15. b32bc73 Un-break ppc32 following recent hw-capabilities hackery. by sewardj · 19 years ago
  16. e3121f3 Track vex r1555 (Change the way Vex represents architecture variants by sewardj · 19 years ago
  17. facb3eb Get rid of some will-never-be-used redirections -- names which are in by sewardj · 19 years ago
  18. 1768955 ppc32-linux: enable __NR_statfs by sewardj · 19 years ago
  19. eb3603e Vex can't simulate floor() or ceil() correctly on ppc32/64 from by sewardj · 19 years ago
  20. f65f9d3 Enable message-queue syscalls. by sewardj · 19 years ago
  21. 22b4448 Fix profiling dispatcher. by sewardj · 19 years ago
  22. bb68627 Comment-only changes. by sewardj · 19 years ago
  23. 0283bae Two unrelated changes: by sewardj · 19 years ago
  24. 6b0d5b3 rm 'inline' - produces too many complaints with -Winline by sewardj · 19 years ago
  25. 8611edf Handle __NR_madvise. by sewardj · 19 years ago
  26. 2f22bd7 ppc64-linux: compute the correct initial program counter and tocptr by sewardj · 19 years ago
  27. d68ac3e Changes to make function wrapping work better on ppc64-linux: by sewardj · 19 years ago
  28. cfb5e2b ppc64-linux: apply the bogus-LR kludge in a second place. by sewardj · 19 years ago
  29. dcb6ec8 Deal with somewhat dubious numbers showing up from the kernel for the by sewardj · 19 years ago
  30. aa80426 Rationalise demangling a bit more, so that suppression matching works by sewardj · 19 years ago
  31. da646ca Add handy debugging line. by sewardj · 19 years ago
  32. 94c6735 More syscalls. by sewardj · 19 years ago
  33. cf64bd2 Consistently call init() before doing any MALLOC_TRACE, since the by sewardj · 19 years ago
  34. dfbaa22 Make VG_(get_StackTrace2) aware of bogus LR values in by sewardj · 19 years ago
  35. 0c95e94 Fix an all-platforms bug introduced by the recent overhaul of function by sewardj · 19 years ago
  36. e21a858 To reduce the endless nuisance of multiple different names for "the by sewardj · 19 years ago
  37. 93baf94 Allow more syscalls. by sewardj · 19 years ago
  38. 8813eef Make the selection of the default platform a bit more sophisticated, by sewardj · 19 years ago
  39. 848a1c3 Get the core thread modelling code compiling again - uncomment the by tom · 19 years ago
  40. 33afdb5 Change the default --trace-notbelow= number from zero to infinity, by sewardj · 19 years ago
  41. 774453b The symbol table reader hides all that dot crazyness on ppc64-linux now. by sewardj · 19 years ago
  42. cf95181 ppc64-linux: set R2 before running __libc_freeres by sewardj · 19 years ago
  43. 658f05a More ppc64-linux function replacement/wrapping stuff. by sewardj · 19 years ago
  44. 461df9c These files all speak about instrumentation functions. by sewardj · 19 years ago
  45. 63fed7f Add test code for checking that m_debuginfo's tocptr-reading code on by sewardj · 19 years ago
  46. 641a5cb Fix copy-n-paste error. by sewardj · 19 years ago
  47. 34593e5 Rewrite VG_(translate) to make it clearer (it had grown like Topsy for by sewardj · 19 years ago
  48. 40c186c Further refine ppc64-linux ELF symbol table reading to try to by sewardj · 19 years ago
  49. 69724e6 Tidy up ELF symbol table reading a bit. Make a completely new by sewardj · 19 years ago
  50. 74d6e0e Fix bogus assertions. by sewardj · 19 years ago
  51. 78c0c09 Use VG_(am_mmap_anon_float_valgrind) to allocate the unredirected by tom · 19 years ago
  52. 360ed5d Decode NOREDIR events properly in debug output. by tom · 19 years ago
  53. 1a85f4f by sewardj · 19 years ago
  54. a591a05 Make function wrapping work on ppc32-linux. by sewardj · 19 years ago
  55. a7e0cf5 Make function wrapping work on amd64-linux. by sewardj · 19 years ago
  56. 0ec07f3 Merge in function wrapping support from the FNWRAP branch. That by sewardj · 19 years ago
  57. b44c0b6 Handle the <<= and >>= operators in stabs. Fixes bug #119914. by tom · 19 years ago
  58. 50e77b2 Even more ppc64-linux syscalls. by sewardj · 19 years ago
  59. ac39b46 This is logically part of r5501 (ppc64-linux symbol reading fixes) by sewardj · 19 years ago
  60. 8588865 Make symbol table reading understand the .opd section conventions used by sewardj · 19 years ago
  61. f0915fc Initial redirect stuff for ppc64-linux. by sewardj · 19 years ago
  62. 73e1636 More syscalls ... by sewardj · 19 years ago
  63. 0126214 by sewardj · 19 years ago
  64. bae22cf Tidy up some ppc64 assembly & comments a little. by cerion · 19 years ago
  65. d74076b Signal-related syscall support. by sewardj · 19 years ago
  66. 8a8934d casting paranoia (harmless) by sewardj · 19 years ago
  67. 2c6502d First cut at signal frame build/removal for ppc64-linux. Ghastly by sewardj · 19 years ago
  68. e390bdf Enable various syscalls. by sewardj · 19 years ago
  69. 4246fc6 Oops, fix interrupted-syscall snafu. by sewardj · 19 years ago
  70. 38a88b7 Recrystallise the warp core on ppc64-linux. by sewardj · 19 years ago
  71. a7421c9 Fun n games making sys_clone() work. by sewardj · 19 years ago
  72. 83008d6 More paranoia please. by sewardj · 19 years ago
  73. 1a0e39f Read dwarf2 line number information even if a .debug_str section was by sewardj · 19 years ago
  74. 13247ca Finally fix the bug causing dynamic ppc64-linux executables not to by sewardj · 19 years ago
  75. 5325844 A couple more ppc64-linux syscalls. by sewardj · 19 years ago
  76. ee03863 More ppc64-linux syscalls. by sewardj · 19 years ago
  77. 452ed2a Fix up ppc64 dispatcher following the changes made by r5441. by sewardj · 19 years ago
  78. 018895d Tentative fix for #117332: No line numbers printed by Valgrind 3.1.0 by sewardj · 19 years ago
  79. 3ae3dd3 VG_(getgroups) fix (Shinichi Noda) by sewardj · 19 years ago
  80. f843ad2 Check that the two sigprocmasks haven't failed. by sewardj · 19 years ago
  81. 3387dda More dispatcher tuning for ppc32/64. Makes a big difference for perf/tinycc. by sewardj · 19 years ago
  82. 95c2329 code layout wibbles only by njn · 19 years ago
  83. c0ec8e9 by njn · 19 years ago
  84. 2bf9ba6 A minor performance improvement -- make swizzle() faster. by njn · 19 years ago
  85. 755e126 Fix read-after-free in VG_(HT_destruct). This fixes by sewardj · 19 years ago
  86. afa1226 by njn · 19 years ago
  87. db2ac81 Make ppc64-linux stack unwinding work. by sewardj · 19 years ago
  88. 53ee1fc Deal with function pointer vs function entry crazyness on ppc64-linux. by sewardj · 19 years ago
  89. 1f0d814 Track changes to PPC naming convention - VEX r1504 by cerion · 19 years ago
  90. 26c80bd Use rt_sigprocmask, and check for errors correctly. (Not yet done: amd64-linux). by sewardj · 19 years ago
  91. 3d6320c Add enough syscalls to run bzip2 on ppc64-linux. by sewardj · 19 years ago
  92. 39e8160 Properly return error codes resulting from sigprocmask failures. by sewardj · 19 years ago
  93. 331dc98 Comment-only changes by sewardj · 19 years ago
  94. cda391f Add comment about log2(). by njn · 19 years ago
  95. 2537616 Make async-style syscalls work on ppc64, by using rt_sigprocmask by sewardj · 19 years ago
  96. f7fe0ee More ppc64-linux syscalls. by sewardj · 19 years ago
  97. 297c88f fixed up ppc64 assembly with .opd sections by cerion · 19 years ago
  98. 55c9fa9 When switching threads on ppc64, clear the reservation pseudo-reg, as on ppc32. by sewardj · 19 years ago
  99. e004d72 Add a destructor function to OSet_Destroy() which can be called for each node. by njn · 19 years ago
  100. 860b8dd Make a start adding syscalls. by sewardj · 19 years ago