1. 34fb044 Cast _zzq_default to 64-bit before assigning it to a 64bit register by Bernhard Rosenkränzer · 9 years ago
  2. e3f6a5f Fix a comment. Do not enumerate segment kinds as all segments by florian · 9 years ago
  3. e437427 Have the hash table 'gen' functions comparing the key instead of the by philippe · 9 years ago
  4. 416bb8b Fix unhandled syscall: unix:473 (readlinkat) on OS X 10.10 bz#344936 by rhyskidd · 9 years ago
  5. 71ed3c9 This patch reduces the memory needed for the linesF. by philippe · 9 years ago
  6. 4ac3621 Changes for tilegx: Use VKI_AT_FDCWD not AT_FDCWD. by florian · 9 years ago
  7. d4dc5fc This patch adds a function that allows to directly properly size an xarray by philippe · 9 years ago
  8. 68c6293 Move a comment useful to the caller to the .h, rather than keeping it in the .c by philippe · 9 years ago
  9. 2010b15 Add support for LL_IOC_PATH2FID and LL_IOC_GETPARENT Lustre ioctls by bart · 9 years ago
  10. 9c120ae Remove SysRes::_valEx from common code as it is specific to mips. by florian · 9 years ago
  11. 596b3fe Remove function sr_ResHI from Linux specific code. by florian · 9 years ago
  12. f81fbe4 Add TILEGX arch. specific syscall #245, __NR_cacheflush By:Zhi-Gang Liu by zliu · 9 years ago
  13. 40648e2 Remove useless arguments in sparsewa, that were inheritated from WordFM by philippe · 9 years ago
  14. 112711a Add a port to Linux/TileGx. Zhi-Gang Liu (zliu@tilera.com) by sewardj · 9 years ago
  15. 695dde8 The linux launcher showed some odd behaviour. When given a shell script by florian · 9 years ago
  16. ea73483 Tweak STATIC_ASSERT such that there is no warning about an unused by florian · 9 years ago
  17. d59d978 Fix function sr_EQ which compares two SysRes values. On Linux it was by florian · 9 years ago
  18. 05be8f5 Fix Darwin: -v does not show kernel version bz#201435 by rhyskidd · 9 years ago
  19. c13d544 Add STATIC_ASSERT and use it. by florian · 9 years ago
  20. 7bac7ec Simplify expression. by florian · 9 years ago
  21. b97e44b PRE(sys_prctl): handle PR_SET_SECCOMP. by sewardj · 9 years ago
  22. 7463e49 Include pub_core_aspacemgr.h only where needed. Also fixes BZ #344235. by florian · 9 years ago
  23. e3e61c5 Bug #344318 socketcall should wrap recvmmsg and sendmmsg by mjw · 9 years ago
  24. 0fa2167 Fix OS X 10.10 (Yosemite) - missing system calls and fcntl code, courtesy of Bill Zissimopoulos by rhyskidd · 9 years ago
  25. ea8a88c Pass in a mask of segment kinds to VG_(get_segment_starts) by florian · 9 years ago
  26. 79896d2 Correctly handle prctl(VKI_PR_SET_PTRACER, ..) so as to avoid false by sewardj · 9 years ago
  27. 6329ec8 Translations are allowed from all client segments. Update comments by florian · 9 years ago
  28. 1324b6f Update a few comments. by florian · 9 years ago
  29. 1e802b6 Add command line flag --max-threads=<integer> to increase the number of by florian · 9 years ago
  30. 87d812e arm32-linux: for the magic-call CALL_FN_* macros, add r12 to the asm by sewardj · 9 years ago
  31. ccc9bb8 Update to track v4l2 API for kernel version 3.19 changes. Patch from by sewardj · 9 years ago
  32. f6f25a5 Add wrapper support for I2C_SMBUS ioctls. Patch from by sewardj · 9 years ago
  33. 8d47a61 Allow the user to specify precise-exception behaviour for translations by sewardj · 9 years ago
  34. 95af4ce Replace the SegName array with a simple string table. by florian · 9 years ago
  35. bcf1d7f Remove unused field from NSegment structure. by florian · 9 years ago
  36. d3166c4 VG_(am_get_filename) returns a pointer to memory that belongs to the by florian · 9 years ago
  37. 67d4603 Move comments next to the function prototypes they describe. by florian · 9 years ago
  38. 98a4007 Write proper wrappers for ioctls ION_IOC_ALLOC, ION_IOC_MAP and by sewardj · 9 years ago
  39. 5f1aeb6 Export VG_(discard_tranalsations_safely) to the tools. It is by florian · 9 years ago
  40. 82b9285 Add VG_(gettimeofday) such that callgrind can use it without a bloody hack. by florian · 9 years ago
  41. ddd61ff Change most remaining use of Addr64 in coregrind and the tools to Addr. by florian · 9 years ago
  42. 9b3da11 The definition of type Addr has moved to VEX and by florian · 9 years ago
  43. d65f726 Import offsetof and vg_alignof from VEX (tracking VEX r3049). by florian · 9 years ago
  44. af93042 Move definition of type SizeT to VEX (see VEX r3046). by florian · 9 years ago
  45. 44bd446 Remove the type AddrH. The code assumes in many places that the host by florian · 9 years ago
  46. d0da968 Fix 341539 VG_(describe_addr) should not describe address as belonging to client by philippe · 9 years ago
  47. f4384f4 Simplify the VG_(get_filename_linenum) interface by removing by florian · 9 years ago
  48. 227a1ec Add limited support for printing floating point numbers to by florian · 9 years ago
  49. 5b99e66 Fix BZ 334802. Patch by Mark Wielaard with a few mods to make it apply. by florian · 10 years ago
  50. f7ec77f Change pub_tool_addrinfo.h AddrInfo and VG_(describe_addr) so as to describe by philippe · 10 years ago
  51. 3540ee8 Use unsigned long int instead of unsigned long long int on LP64 by florian · 10 years ago
  52. e08950b Merge revisions 14445 and 14446 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  53. 7534dd8 * add syscall wrappers for some new OSX 10.10 specific calls by sewardj · 10 years ago
  54. 5274f80 Update system call lists. by tom · 10 years ago
  55. b314d10 Comment only changes. by philippe · 10 years ago
  56. 79143f4 Add a no-op wrapper for a new-in-10.10 syscall: getattrlistbulk by sewardj · 10 years ago
  57. eac59d4 Adds initial support for new syscalls on MacOS X 10.10, including new by sewardj · 10 years ago
  58. 0da1259 Fix symbol name typo (correct: DARWIN_VERS wrong: DARWIN_VERSION). by sewardj · 10 years ago
  59. 770a8d2 Merge r14308 from the BUF_REMOVAL branch to trunk by florian · 10 years ago
  60. 1399481 fix 338995 shmat with hugepages (SHM_HUGETLB) fails with EINVAL by philippe · 10 years ago
  61. 12d2eb5 Merge revisions 14222, 14268, and 14270 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  62. 10ef725 Merge revisions 14255, 14293, and 14294 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  63. 46cc045 Merge r14202 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  64. 518850b Constify coregrind. by florian · 10 years ago
  65. 1ef70c6 Change VG_(allocEltDedupPA) to return a pointer to const. The reason is by florian · 10 years ago
  66. 70a5de1 Enable -Wcast-qual when compiling the valgrind source. by florian · 10 years ago
  67. a9ccca3 Add support for ioctl(fd, TIOCSIG, signal_number) which used by florian · 10 years ago
  68. 8e3fbb5 Constify the tool interface. by florian · 10 years ago
  69. 2fa8a5f Constify. by florian · 10 years ago
  70. ee0d0e9 Constify m_oset, m_sparsewa, and m_wordfm. by florian · 10 years ago
  71. 09a4c79 Change the definition of VgHashTable to not have pointer type. by florian · 10 years ago
  72. 19e2c94 -Wmissing-enum seems to have arrived at the MacOS builds for some by sewardj · 10 years ago
  73. a175ffb Merge revisions 14210 and 14626 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  74. 3e81b8b Merge revisions 14230, 14602, and 14604 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  75. dea1603 Followup to r14600. Copy the contents of pub_core_guest.h to pub_tool_guest.h by florian · 10 years ago
  76. 29d82f6 Merge 14206,14207,14261,14577,14578 from BUF_REMOVAL branch to trunk. by florian · 10 years ago
  77. 9e431f0 implement KVM_KVMCLOCK_CTRL. Interestingly, the kernel does not check by cborntra · 10 years ago
  78. 3c0c947 Ripple from constifying parameters of instrumentation functions and by florian · 10 years ago
  79. 0af05d4 Handle explicitely all enum values in 'switch' on AddrInfo tag by philippe · 10 years ago
  80. fd40d8b Remove a comment that is no longer valid. The real reason we (now) by florian · 10 years ago
  81. 91ed8cc Tidy up m_xarray.c. by florian · 10 years ago
  82. 5e1e923 Document NULL-ness of the return value of the dedup allocation functions. by florian · 10 years ago
  83. 6a65074 Document that VG_(newPA) and VG_(allocEltPA) never return NULL. by florian · 10 years ago
  84. b9d8fbb Document that VG_(newRangeMap) never returns NULL. Remove pointless asserts. by florian · 10 years ago
  85. 6aa8bd0 Tidy up m_wordfm. by florian · 10 years ago
  86. fc252b5 Document that VG_(newSWA) never returns NULL (because its by florian · 10 years ago
  87. 9c39f51 Document the NULL-ness of the return values of HT_construct and HT_to_array. by florian · 10 years ago
  88. b49e4a5 Tidy up m_oset.c by florian · 10 years ago
  89. 77eb20b Use wrapper functions VG_(malloc) and friends consistently across the by florian · 10 years ago
  90. e464e80 Rename VG_(malloc_usable_size) to VG_(cli_malloc_usable_size) by florian · 10 years ago
  91. c5090fb Bug 338974 glibc 2.20 changed size of struct sigaction sa_flags on s390 by mjw · 10 years ago
  92. 0138505 Improved argument checking for sys_kcmp. Derived from patch from by sewardj · 10 years ago
  93. 2fe4619 add more system call numbers for s390. While we are at it by cborntra · 10 years ago
  94. 66fbb21 Patch adding support for V4L2/media ioctls. Patch from Hans Verkuil by sewardj · 10 years ago
  95. 12d5abc Add Xen 4.4 evtchn ioctl wrappers. Patch from Antony Saba by sewardj · 10 years ago
  96. 9e4ec3a Add support for Xen hypercalls used by libvmi. Patch from Antony Saba by sewardj · 10 years ago
  97. 2fee870 Add support for sys_kcmp. Patch from Chris Jones by sewardj · 10 years ago
  98. 4450a0e Improvements for Android: by sewardj · 10 years ago
  99. 5a5031e Add support for some more tun/tap ioctls. BZ#315952. by tom · 10 years ago
  100. b69cd96 VG_(getdents64) is only needed on Linux, and causes build problems by sewardj · 10 years ago