1. a0664b9 Upgrade to valgrind 3.12.0. by Elliott Hughes · 7 years ago
  2. 7823666 Fill out missing functionality on amd64 OS X to back up guest state to restart a system call. by rhyskidd · 9 years ago
  3. b3a1e4b Update copyright dates, to include 2015. No functional change. by sewardj · 9 years ago
  4. c365a37 Write a SysRes value as an unsigned number. by florian · 9 years ago
  5. b26101c Fix printf format inconsistencies as pointed out by gcc -Wformat-signedness. by florian · 9 years ago
  6. 8eb8bab Bug 345248 - add support for Solaris OS in valgrind by sewardj · 9 years ago
  7. bd664fd Fix "346411 MIPS: SysRes::_valEx handling is incorrect" by sewardj · 9 years ago
  8. 8f3cd17 Rename VG_(am_is_bogus_client_stack_pointer) to by florian · 9 years ago
  9. 596b3fe Remove function sr_ResHI from Linux specific code. by florian · 9 years ago
  10. faaf860 Remove a few unneeded header files. by florian · 9 years ago
  11. 112711a Add a port to Linux/TileGx. Zhi-Gang Liu (zliu@tilera.com) by sewardj · 9 years ago
  12. 017d8f5 Add VG_(am_is_bogus_client_stack_pointer)(Addr). by florian · 9 years ago
  13. e44ff79 Include the platform name in the unhandled system call message by tom · 9 years ago
  14. bc3770e Fix stack traces missing penultimate frame by rhyskidd · 9 years ago
  15. 15fa8a2 Produce a user message in case of stack overflow. by florian · 9 years ago
  16. be38cdd Update a comment. Apparently the code was refactored at some point... by florian · 9 years ago
  17. 1e802b6 Add command line flag --max-threads=<integer> to increase the number of by florian · 9 years ago
  18. c166ad7 Remove unneeded code. by florian · 9 years ago
  19. 67f7c03 Darwin only: add a filter mechanism that aims to remove pointless by sewardj · 10 years ago
  20. 1123362 Remove function VG_(sysnum_string_extra) as it was just a wrapper by florian · 10 years ago
  21. 582d582 This commit is for Bugzilla 334834. The Bugzilla contains patch 2 of 3 by carll · 10 years ago
  22. cae0cc2 This commit is for Bugzilla 334384. The Bugzilla contains patch 1 of 3 by carll · 10 years ago
  23. bec5ec5 Accuracy improvements to syscall wrappers for OSX 10.8 and 10.9. by sewardj · 10 years ago
  24. dbb328d arm64-linux: make restarting of syscalls interrupted by signals work by sewardj · 10 years ago
  25. f0c1250 Add support for ARMv8 AArch64 (the 64 bit ARM instruction set). by sewardj · 10 years ago
  26. 9c6b05d mips32: Adding mips32/Android support to Valgrind. by dejanj · 10 years ago
  27. 0f157dd Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
  28. 751c1e6 mips32/mips64: Fix compiler warnings. by dejanj · 11 years ago
  29. 4df0bfc mips: adding MIPS64LE support to Valgrind by petarj · 11 years ago
  30. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  31. 44d2c2b Fixing incorrect case in putSyscallArgsIntoGuestState for __NR_syscall. by petarj · 12 years ago
  32. 5db1540 Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
  33. ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  34. 27a4db0 Pretty up the debugging hack that allows printing of stack traces by sewardj · 13 years ago
  35. 6e9de46 Delete the AIX5 port. The last release this worked for is 3.4.1, by sewardj · 13 years ago
  36. fe7fd4b Add debugging hack, if 0'd, to print a stack trace at each syscall. by sewardj · 13 years ago
  37. 38a2859 Make MacOS builds work again following fixes for #259977 (revs 11687,8,9) by sewardj · 13 years ago
  38. 6c591e1 by sewardj · 13 years ago
  39. b5b8740 Add a port to IBM z/Architecture (s390x) running Linux -- Valgrind by sewardj · 13 years ago
  40. 2cdfa9e Update comment. by sewardj · 14 years ago
  41. 4dddd06 arm-linux: make restarting interrupted syscalls work in Thumb mode. by sewardj · 14 years ago
  42. 9dcfdff Merge from branches/THUMB: track renaming of guest_R15 to guest_R15T. by sewardj · 14 years ago
  43. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  44. 59570ff Merge from branches/ARM, all parts of the ARM-Linux port except for by sewardj · 14 years ago
  45. d864cad Add some newlines to make signal debugging messages more readable. by tom · 15 years ago
  46. bbcf0e2 If a signal arrives when a thread which has just finished executing a by tom · 15 years ago
  47. 738856f Merge coregrind/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  48. 1c0ce7a Merge in branches/DCAS. by sewardj · 15 years ago
  49. 4e8808b For no apparent reason, the machine-dependent syscall by njn · 15 years ago
  50. 12b9424 Don't print stack traces by default for unhandled syscalls -- it's not that by njn · 15 years ago
  51. 1a1e95c A number of changes relating to syscall numbering: by njn · 15 years ago
  52. f76d27a Merge the DARWIN branch onto the trunk. by njn · 15 years ago
  53. 40dd69e DARWIN sync: improve syscall retval tracking, and factor out position code. by njn · 15 years ago
  54. 6dad504 DARWIN sync: use Word instead of UWord for sysno in two places. by njn · 15 years ago
  55. 3373755 DARWIN sync: change how newlines are printed for --trace-syscalls. by njn · 15 years ago
  56. 559ba67 Be more consistent with the spacing of syscall nums. by njn · 15 years ago
  57. cda2f0f Merged non-Darwin-specific parts of r9397,r9423,r9490, 9461, 9462 from the by njn · 15 years ago
  58. 9f20746 Updated copyright years. by njn · 15 years ago
  59. 1dcee09 Remove a number of unused parameters, found with -Wunused-parameter. by njn · 15 years ago
  60. 2547532 Ensure the root thread's stack is suitably mapped before doing a by sewardj · 16 years ago
  61. a8ffda6 Format string fixes for ppc{32,64}-aix5. by sewardj · 16 years ago
  62. a0b6b2c Merged FORMATCHECK branch (r8368) to trunk. by bart · 16 years ago
  63. 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 16 years ago
  64. 4c99385 All platforms: make it clearer that missing syscalls constitute reportable bugs. by sewardj · 17 years ago
  65. 1829053 Document and tidy up one of the more arcane corners of signal by sewardj · 17 years ago
  66. 9ebd6e0 Update copyright dates. by sewardj · 17 years ago
  67. ad0a3a8 A naming-only change: rename VG_(set_running) to VG_(acquire_BigLock) by sewardj · 18 years ago
  68. ef1cf8b Merge r6140 (some of): by sewardj · 18 years ago
  69. 4cfea4f by sewardj · 18 years ago
  70. e4b0bf0 Update copyright dates. by sewardj · 18 years ago
  71. 2537616 Make async-style syscalls work on ppc64, by using rt_sigprocmask by sewardj · 18 years ago
  72. 2c48c7b Add framework for ppc64 support. Apologies in advance for the by sewardj · 19 years ago
  73. d6e91bc sys_tgkill: hand the syscall to the kernel in the standard way, rather by sewardj · 19 years ago
  74. 29acef0 Removed remaining traces of address space padding technology as it by tom · 19 years ago
  75. 60a4b0b Fix statement-before-declaration warnings for the core code. by tom · 19 years ago
  76. 1ae3f3a Get rid of pub_core_main.h, so that m_main is not imported by anyone, by sewardj · 19 years ago
  77. 45f4e7c by sewardj · 19 years ago
  78. 463b3d9 Track API changes in vex r1272. by sewardj · 19 years ago
  79. 1b9cd1c Change scope from VG_ to ML_ various assembly symbols to do with doing by sewardj · 19 years ago
  80. 7b2c38c VG_() -> ML() for ppc32, amd64 (plus a few scattered ones in comments etc) by cerion · 19 years ago
  81. af839f5 by njn · 19 years ago
  82. 7eb7c58 by sewardj · 19 years ago
  83. 351d006 by njn · 19 years ago
  84. 85665ca Finally, valgrind on ppc32. by cerion · 19 years ago
  85. f4c5016 by njn · 19 years ago
  86. c7561b9 by njn · 19 years ago
  87. 8a4eeaf by njn · 19 years ago[Renamed from coregrind/m_syscalls/syswrap-main.c]
  88. c1b0181 by njn · 19 years ago[Renamed (99%) from coregrind/m_syscalls/syscalls-main.c]
  89. 9abd608 by njn · 19 years ago
  90. f39e9a3 Finished the modularisation of vg_mylibc.c, which meant it could be removed. by njn · 19 years ago
  91. de62cbf Modularised signal libc stuff into m_libcsignal. by njn · 19 years ago
  92. d0edd9a Fix copy-n-paste error which could cause many syscalls to fail on amd64. by sewardj · 19 years ago
  93. e7aa4ae Clean up after m_syscalls changes: unbreak amd64-linux. by sewardj · 19 years ago
  94. a8d8e23 by sewardj · 19 years ago