1. 7ce8311 by njn · 19 years ago
  2. 4ae4040 by njn · 19 years ago
  3. 2a3b929 avoid compiler warning by njn · 19 years ago
  4. 402c861 Make the allocator's access functions slightly stricter in their by njn · 19 years ago
  5. 33d17fa Even more ppc32 syscalls. by sewardj · 19 years ago
  6. 5598ef9 Make sure vex_svnversion.h is updated after an svn update and declare by tom · 19 years ago
  7. 64ab429 rm now-redundant macros. by sewardj · 19 years ago
  8. acaec5f Incorporate a patch from Craig Chaney which gives better stack by sewardj · 19 years ago
  9. a9fff9b Enable a few more syscalls on ppc32-linux. by sewardj · 19 years ago
  10. 60beca1 - Fix bug causing thread slots not to get reused - yet more syscalls on ppc32 by sewardj · 19 years ago
  11. 5addd6c Enable a couple more syscalls on ppc32. by sewardj · 19 years ago
  12. 721f2c8 Make show_segments() public, and use it when VG_(get_memory_from_mmap)() by njn · 19 years ago
  13. 966d663 Make it possible to match against "???" line in suppressions, by njn · 19 years ago
  14. ad50be3 The strlen that ld.so uses on ppc32 causes a lot of false errors in by sewardj · 19 years ago
  15. aa260e8 Added VG_(OSet_LookupWithCmp)(), which can be useful. by njn · 19 years ago
  16. 5496c30 Pass AM_CFLAGS to the compiler when extracting the default linker by tom · 19 years ago
  17. 088bfb4 Partial implementation of mallinfo(). It still puts zero in all by njn · 19 years ago
  18. 2dc09e6 by njn · 19 years ago
  19. dc294c3 Don't assert if execve fails. Fixes bug #110875. by tom · 19 years ago
  20. 9a46324 lots of little wibbles by njn · 19 years ago
  21. 504b72b Give more info about seginfo dropping. by njn · 19 years ago
  22. 0684dd4 by njn · 19 years ago
  23. 1d0cb0d by njn · 19 years ago
  24. 1d68e53 wibble by njn · 19 years ago
  25. 6db3470 Trim some fat; removing this assertion makes Remove() about 5% faster. by njn · 19 years ago
  26. b6979de Forgot this file. by njn · 19 years ago
  27. e1b2b96 by njn · 19 years ago
  28. 1af7972 Added an iterator to VgHashTable. by njn · 19 years ago
  29. 4b70e8c Clarify comment. by njn · 19 years ago
  30. 246a9d2 by njn · 19 years ago
  31. b3edb1f by njn · 19 years ago
  32. 4e72d20 Partially evaluate m_stacks.c to simplify and shrink it a bit. by njn · 19 years ago
  33. 46a4a76 Make sure we have enough space for the name if the path is empty. Patch by tom · 19 years ago
  34. 34582fb Give variable a better name. by njn · 19 years ago
  35. 3a24e72 fixed endianness bug for ppc xml output by cerion · 19 years ago
  36. 753673f Print all XML output with a consistent nesting style, so as to make it by sewardj · 19 years ago
  37. 3961820 When printing error counts, print the <unique> in the same way that by sewardj · 19 years ago
  38. 9b52a34 Fix system call name in error messages. by tom · 19 years ago
  39. 7821e2e Make Valgrind work again on x86 CPUs which don't have SSE. This is a by sewardj · 19 years ago
  40. d9cac2f Check the fields of the new structure passed to sigaction individually by tom · 19 years ago
  41. 5438a01 Valgrind-side stub for dealing with x86 sysenter artefacts from Vex. by sewardj · 19 years ago
  42. 95d23cc Enable the inotify system calls on amd64. by tom · 19 years ago
  43. b47a2e8 Resync system call lists with the 2.6.13-rc5 kernel source. by tom · 19 years ago
  44. 6c93c4f If the pre-handler for the execve system call fails to state the file by tom · 19 years ago
  45. 0605fd6 Implement the waitid system call. Fixes bug #110202. by tom · 19 years ago
  46. 5cbecb7 Allow a NULL second argument to clock_getres. Fixes bug #110203. by tom · 19 years ago
  47. e21058c Fix up do_syscall_clone_ppc32_linux. Seems to improve thread exiting. by sewardj · 19 years ago
  48. 1053733 ppc32-linux: clear reservation before running thread; see attached by sewardj · 19 years ago
  49. 6a32449 ppc32-linux: implement a bunch more syscalls, and also fix up clone by sewardj · 19 years ago
  50. f4b690f ppc32-linux: bring a bunch more syscalls into circulation by sewardj · 19 years ago
  51. cdd81cb ppc32-linux only: HACK: for now, mess with the auxv handed to the by sewardj · 19 years ago
  52. bd77403 Replace out-of-date email address. by njn · 19 years ago
  53. 3e19fc2 Double static limits for safety. by sewardj · 19 years ago
  54. 50b8f77 "Fix" (kludge) highly obscure bug in flag settings for growdown stacks by sewardj · 19 years ago
  55. a43a651 Update this-cpu-not-supported message. by sewardj · 19 years ago
  56. 7be5509 When identifying stacks so as to decide whether or not to make a self by sewardj · 19 years ago
  57. cbd2f03 Don't show CFI reader warnings without -v. This is intended to hide by sewardj · 19 years ago
  58. 2d7c396 Enable sys_fchmod and sys_fchown. by sewardj · 19 years ago
  59. 3b86ae5 Take the address of the ifr_index member when testing if it is defined by tom · 19 years ago
  60. c2bf09c A static const variable must have a constant initialiser, so remove the by tom · 19 years ago
  61. e3a384b Handle a failure case more gracefully. by sewardj · 19 years ago
  62. 62ba758 Handle the TIOCMGET ioctl. by tom · 19 years ago
  63. 2c2bc25 Handle the HDIO_GETGEO ioctl. Secondary problem found from bug #109780. by tom · 19 years ago
  64. eafc49b Handle a number of additional block device ioctls. Fixes bug #109780. by tom · 19 years ago
  65. deca43f Move (commented out) call to VG_(tm_thread_switchto) to VG_(set_running) so by tom · 19 years ago
  66. 20d3572 Handle the fadvise64 system calls correctly on 32 bit platforms. by tom · 19 years ago
  67. f9b5b7d Make VG_(clo_vex_control) tool-visible so tools can control how by sewardj · 19 years ago
  68. 5b742c3 If --log-file-qualifier= is set, and we're logging to a file or by sewardj · 19 years ago
  69. a305450 Make VG_(discard_translations) 64-bit clean. As JosefW points out, it by sewardj · 19 years ago
  70. 1bf724a Fix a very suspicious-looking bug in the translation-discard stuff. by sewardj · 19 years ago
  71. 85a9dca Makefile stuff, partly from Tom, which uses the SVN-externall'd VEX by sewardj · 19 years ago
  72. ce54555 Recategorise options in the usage message. by njn · 19 years ago
  73. a1d5680 Fix some inconsistent system call trace messages. by tom · 19 years ago
  74. 0bcaf2a Add support for the inotify system calls based on a patch by tom · 19 years ago
  75. d527cca Update unistd headers to match the 2.6.13-rc3 kernel source. by tom · 19 years ago
  76. 3448a1c Don't claim that the --single-step= and --optimise= flags exist any by sewardj · 19 years ago
  77. 33e6042 Rename tags in XML <status> block. by sewardj · 19 years ago
  78. 8637545 --branchpred= doesn't do anything (I'm not sure what it ever did do). Rm'd. by sewardj · 19 years ago
  79. 3d7c2f0 Get rid of --support-elan3=. This flag wasn't doing anything since by sewardj · 19 years ago
  80. 6c3a219 Rename --smc-support= to --smc-check=. by sewardj · 19 years ago
  81. ca33405 Enable sys_poll. by sewardj · 19 years ago
  82. 97746bb Remove dead #undef. by sewardj · 19 years ago
  83. 7906958 Replace a bunch of useless memory-to-memory copies with some highly by sewardj · 19 years ago
  84. e75d157 When canonicalising CFI information, truncate overlapping address by sewardj · 19 years ago
  85. eccb2d8 Fix comment. by sewardj · 19 years ago
  86. f9a82d1 Change the criteria by which translations are discarded in the presence of by sewardj · 19 years ago
  87. 0a400c7 Change some int uses to Int (the house types). by sewardj · 19 years ago
  88. 9264559 A commit which is almost all trivial change. by sewardj · 19 years ago
  89. 2af58f2 Yet more system calls. by tom · 19 years ago
  90. f6ec8ec Re-institute SegInfo reference counting and deallocation. by njn · 19 years ago
  91. a514661 Enable rt_sigpending on amd64. Fixes bug #109429. by tom · 19 years ago
  92. 265eb5c Allow negative sizes for structure members in stabs. Fixed bug #109385. by tom · 19 years ago
  93. 07720f3 Handle a 'd' stab that indicates a file in pascal. Fixes bug #89914. by tom · 19 years ago
  94. b9b10c7 Make VG_(kill_self) use kill to send the signal, not tkill, as we are by tom · 19 years ago
  95. d8d0ad2 Handle stabs builtin type -30 (wide characters, 16 bit unsigned). by tom · 19 years ago
  96. b0987f0 Document different argument order for clone on amd64. by tom · 19 years ago
  97. f38dad9 Move config.h inclusion from pub_tool_basics.h to pub_core_basics.h so it's by njn · 19 years ago
  98. 67c5364 The timeout argument to rt_sigtimedwait is in the third argument not by tom · 19 years ago
  99. 1b1a223 More system call fixups. by tom · 19 years ago
  100. 507ae56 Yet more amd64 system calls. by tom · 19 years ago