1. aa02f66 Use safe_to_deref in coregrind syswrap-generic.c (msghdr_foreachfield). by mjw · 10 years ago
  2. 3995526 Handle IPv6 addresses when reporting open file descriptors. by tom · 10 years ago
  3. 68f338f Fix typo in poll wrapper by tom · 10 years ago
  4. 0f157dd Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
  5. 80fe549 Disallow client mmap calls with MAP_32BIT as a flag. by sewardj · 11 years ago
  6. c91f584 Fix inclusion of header files in coregrind. No pub_tool_*.h should be by florian · 11 years ago
  7. f93bbd9 Handle the sethostname system call. BZ#311922. by tom · 11 years ago
  8. 4cb663f Don't break platforms without AF_BLUETOOTH. by mjw · 11 years ago
  9. ada5ad7 Support Linux kernel AF_BLUETOOTH for bind(). by mjw · 11 years ago
  10. fc75e5e Don't check the flags word in msghdr for sendmsg as the by tom · 11 years ago
  11. 3e79863 Fix some casts that removed const-ness as pointed out by GCC's -Wcast-qual. by florian · 12 years ago
  12. 1636d33 Char/HChar fixups for m_debuginfo and m_gdbserver. by florian · 12 years ago
  13. 19f91bb Fix more Char/HChar mixups. Closing in... by florian · 12 years ago
  14. 4eefc8c restructure code for future fixing of 123837 (semctl GETVAL false positive) by philippe · 12 years ago
  15. e543f30 First round of Char/HChar fixups for coregrind and memcheck. by florian · 12 years ago
  16. c336038 Fix 308644 vgdb command for having the info for the track-fds option by philippe · 12 years ago
  17. 41ad7e7 Implement a fake /proc/self/auxv file for linux systems. by tom · 12 years ago
  18. 2d75ea2 Fix n-i-bz shmat of a segment > 4Gb does not work by philippe · 12 years ago
  19. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  20. aba260b Handle prlimit64 the same way we do getrlimit and setrlimit, with by tom · 12 years ago
  21. 8b3a609 Only mark data which has actually been filled in by recvmsg as defined. by tom · 12 years ago
  22. a499123 Add support for the sendmmsg and recvmmsg system calls. Fixes BZ#277779. by tom · 12 years ago
  23. 15e301e * none/tests/linux/mremap3.vgtest : new test by philippe · 13 years ago
  24. 5f2dcad Don't break fcntl locks when program does mmap. #280965. by sewardj · 13 years ago
  25. ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  26. cc3de2d Add a new simulation hint, --sim-hints=fuse-compatible, which causes by sewardj · 13 years ago
  27. a5e13dd Make do_mremap only check new_addr for wraparound if MREMAP_FIXED was by tom · 13 years ago
  28. 6e9de46 Delete the AIX5 port. The last release this worked for is 3.4.1, by sewardj · 13 years ago
  29. 997546c gdbserver: (#214909 c 82) by sewardj · 13 years ago
  30. 6c591e1 by sewardj · 13 years ago
  31. b5b8740 Add a port to IBM z/Architecture (s390x) running Linux -- Valgrind by sewardj · 13 years ago
  32. c6fe8a2 When a shmat() size is passed to the tool, round it up to a page size. This by njn · 14 years ago
  33. 9ab64a4 New command line option: --trace-children-skip-by-arg, which allows by sewardj · 14 years ago
  34. 6045709 Make client sys_shmat work properly on arm-linux by taking into by sewardj · 14 years ago
  35. 90741b2 get_shm_size(): pass VKI_IPC_64 to our shmctl call if it is available, by sewardj · 14 years ago
  36. 5484f38 Calling VG_(am_relocate_nooverlap_client) will destroy the descriptor by tom · 14 years ago
  37. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  38. 870f745 Removed dependency of include/pub_tool_basics.h on config.h. by bart · 15 years ago
  39. 0ca89e0 Fix type in r10951. Not sure why this didn't cause a compilation by sewardj · 15 years ago
  40. ca78724 Rename LOHI64 to MERGE64 and make it work correctly on big endian by tom · 15 years ago
  41. 0642127 New flag: --trace-children-skip=patt1,patt2,etc by sewardj · 15 years ago
  42. 9b533f8 Switched back from dynamic detection of whether the proc filesystem by bart · 15 years ago
  43. cf3f718 Renamed the function VG_(have_proc_filesystem)() into by bart · 15 years ago
  44. 299c2d3 The configure-time test whether the proc filesystem is mounted (introduced by bart · 15 years ago
  45. 738856f Merge coregrind/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  46. 8b68b64 This commit merges the BUILD_TWEAKS branch onto the trunk. It has the by njn · 15 years ago
  47. 9331c7b Make the sys_newlstat wrapper more like those of similar *stat() syscalls. by njn · 15 years ago
  48. 143377e Implement and test wrappers for lstat_extended, stat64_extended, by njn · 15 years ago
  49. 1a1e95c A number of changes relating to syscall numbering: by njn · 15 years ago
  50. f76d27a Merge the DARWIN branch onto the trunk. by njn · 15 years ago
  51. da8549d DARWIN sync: timeval. by njn · 15 years ago
  52. 89d43f7 DARWIN sync: sys_truncate64 and sys_ftruncate64 wrappers. by njn · 15 years ago
  53. 39ffe24 by njn · 15 years ago
  54. 70fa47d DARWIN sync: sys_open wrapper. by njn · 15 years ago
  55. cc1284f DARWIN sync: sys_readlink layout. by njn · 15 years ago
  56. ff42447 DARWIN sync: remove '.' from some field names for consistency, and factor by njn · 15 years ago
  57. 72bbd8d DARWIN sync: all the timeval stuff by njn · 15 years ago
  58. eb04c89 DARWIN sync: comment and braces. by njn · 15 years ago
  59. 1be9cf6 DARWIN sync: add ML_({PRE,POST}_unknown_ioctl). by njn · 15 years ago
  60. 58bbd94 Merge r10085, r10086 (post-fork handling) from the DARWIN branch. by njn · 15 years ago
  61. 7b1edbd DARWIN sync: pread64 and pwrite64 wrappers. by njn · 15 years ago
  62. cda2f0f Merged non-Darwin-specific parts of r9397,r9423,r9490, 9461, 9462 from the by njn · 15 years ago
  63. dd37258 Merge r9828 (fix aspacem layering violation) from the DARWIN branch. by njn · 15 years ago
  64. 81b975c Merged r9657 (fdleak fixes) from the DARWIN branch. by njn · 15 years ago
  65. 9f20746 Updated copyright years. by njn · 15 years ago
  66. aab814e Use "status" as the argname for 'exit' and 'exit_group'. by njn · 15 years ago
  67. 83df0b6 atoll() is a terrible function -- you can't do any error checking with it. by njn · 15 years ago
  68. 1dcee09 Remove a number of unused parameters, found with -Wunused-parameter. by njn · 15 years ago
  69. 096ccdd Merge a large chunk of r8949 (the part that moved fcntl and ioctl wrappers by njn · 15 years ago
  70. ded294b Make fcntl and fcntl64 wrappers more consistent. by njn · 15 years ago
  71. f37a81b Merged r9185 (fix up getsockopt mess) from the DARWIN branch, minus the by njn · 15 years ago
  72. 8aa41de by sewardj · 16 years ago
  73. a81465a The SG_GET_TIMEOUT ioctl doesn't write to memory - it returns the by tom · 16 years ago
  74. 5816a39 The SG_GET_VERSION_NUM ioctl writes to memory rather than reading it. by tom · 16 years ago
  75. d3263e5 Handle sys_lookup_dcookie on amd64-linux (Andrew Haley). Also take by sewardj · 16 years ago
  76. 9b27b82 Add ioctl wrappers for Linux wireless extensions version 22. by sewardj · 16 years ago
  77. 27f96b3 gcc-4.4.0 (snapshot) started complaining about buf.sem_nsems being by sewardj · 16 years ago
  78. e9ba34a - Reinstate the 'atfork' from 2.4.0, which was more powerful, and expose it to by njn · 16 years ago
  79. 9c606bd by sewardj · 16 years ago
  80. edc9547 Tidy up the wrappers for pread64 and pwrite64, and make these two by sewardj · 16 years ago
  81. a0b6b2c Merged FORMATCHECK branch (r8368) to trunk. by bart · 16 years ago
  82. 10ac144 Moved support for Linux-specific system call sys_init_module from generic to Linux wrappers. Added wrapper for sys_delete_module system call. by bart · 16 years ago
  83. 510521e Make sure the debug information is read before a tool is notified about an mmap() system call. by bart · 16 years ago
  84. 416b206 POST(sys_poll): mark the revents field even when RES==0. Fixes #158425. by sewardj · 16 years ago
  85. 7cf4e6b by sewardj · 16 years ago
  86. f5ceec8 Added support for epoll_pwait(), utimensat(), eventfd(), timerfd() and signalfd(). Fixes bug 160907. by bart · 16 years ago
  87. 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 16 years ago
  88. 6e31f80 Add a new flag, --child-silent-after-fork=no|yes [no]. When enabled, by sewardj · 17 years ago
  89. c74b3ba Make handling of setuid executables marginally more sensible, as by sewardj · 17 years ago
  90. d01b598 by sewardj · 17 years ago
  91. d5df125 Add support for some I2C ioctls. by tom · 17 years ago
  92. 14c7cc5 Get rid of the type XArrayStrings in m_clientstate and use new generic by sewardj · 17 years ago
  93. 9da79d1 When '-d' (one or more) is specified, disallow the client from closing by sewardj · 18 years ago
  94. 427d016 ML_(generic_PRE_sys_mmap): In the case of a hinted mapping (for the by sewardj · 18 years ago
  95. 9ebd6e0 Update copyright dates. by sewardj · 18 years ago
  96. d7cf487 Add support for some USB ioctls. Based on patches from Jon Burgess and by tom · 18 years ago
  97. 4278172 Rename VG_(get_lwp_tid) to VG_(lwpid_to_vgtid). by sewardj · 18 years ago
  98. 1aa4021 Tidy fd-leak stuff a bit. by sewardj · 18 years ago
  99. 53ec8aa Fix regression caused by recent merging, picked up by none/tests/shell. by sewardj · 18 years ago
  100. ef1cf8b Merge r6140 (some of): by sewardj · 18 years ago