1. 4f08a65 Sort out the mess that is pread64/pwrite64 properly. All three platforms by tom · 19 years ago
  2. 0087c50 by njn · 19 years ago
  3. cdaec51 Avoid magic numbers. by njn · 19 years ago
  4. 0ae787c by njn · 19 years ago
  5. 310ed28 Simplify atfork to only provide the functionality we need. by njn · 19 years ago
  6. 7b2c38c VG_() -> ML() for ppc32, amd64 (plus a few scattered ones in comments etc) by cerion · 19 years ago
  7. af839f5 by njn · 19 years ago
  8. f845f8f by njn · 19 years ago
  9. 7eb7c58 by sewardj · 19 years ago
  10. 351d006 by njn · 19 years ago
  11. 419bbcb Slight reduce m_syswrap's dependence on m_signals by moving by njn · 19 years ago
  12. 899ce73 by njn · 19 years ago
  13. 85665ca Finally, valgrind on ppc32. by cerion · 19 years ago
  14. f4c5016 by njn · 19 years ago
  15. ae7359b by njn · 19 years ago
  16. c7561b9 by njn · 19 years ago
  17. 8a4eeaf by njn · 19 years ago[Renamed from coregrind/m_syscalls/syswrap-generic.c]
  18. c1b0181 by njn · 19 years ago[Renamed (99%) from coregrind/m_syscalls/syscalls-generic.c]
  19. 9abd608 by njn · 19 years ago
  20. 16eeb4e by njn · 19 years ago
  21. 1fa7d2c Be quieter when outputting XML. by sewardj · 19 years ago
  22. 7b85dd5 by njn · 19 years ago
  23. f39e9a3 Finished the modularisation of vg_mylibc.c, which meant it could be removed. by njn · 19 years ago
  24. e9befc6 by njn · 19 years ago
  25. af1d7df Having moved VG_(arena_strdup)() out of core.h, core.h no longer by njn · 19 years ago
  26. de62cbf Modularised signal libc stuff into m_libcsignal. by njn · 19 years ago
  27. e6d5e72 Clean up after m_syscalls changes: reinstate enough syscalls that by sewardj · 19 years ago
  28. e7aa4ae Clean up after m_syscalls changes: unbreak amd64-linux. by sewardj · 19 years ago
  29. 696c551 Clean up after m_syscalls changes: reinstate about half the syscalls by sewardj · 19 years ago
  30. 8c9ea4e Clean up after m_syscalls changes: reinstate a bunch more (x86) by sewardj · 19 years ago
  31. 78b50e4 Clean up after m_syscalls changes: reinstate enough syscalls (x86) to by sewardj · 19 years ago
  32. 8c25732 Clean up after m_syscalls changes: fix more NPTL ish syscalls (x86) by sewardj · 19 years ago
  33. bc22cf7 Cleanup after m_syscalls changes: fix some NPTL ish syscalls (x86) by sewardj · 19 years ago
  34. a8d8e23 by sewardj · 19 years ago[Renamed (66%) from coregrind/m_syscalls/syscalls.c]
  35. eb8896b Modularised file and socket libc stuff in m_libcfile. by njn · 19 years ago
  36. 132bfcc by njn · 19 years ago
  37. 36a20fa by njn · 19 years ago
  38. 13bfd85 by njn · 19 years ago
  39. 97405b2 by njn · 19 years ago
  40. 31513b4 by njn · 19 years ago
  41. 04e1698 by njn · 19 years ago
  42. 1075931 debug-logging (-d) totally didn't work when one Valgrindified process by sewardj · 19 years ago
  43. 1d88711 by sewardj · 19 years ago
  44. fc8dc42 Unbreak AMD64 compilation. by njn · 19 years ago
  45. 7df470b by njn · 19 years ago
  46. e8a13d9 Eliminate VGP_GET_MMAP_ARGS. by njn · 19 years ago
  47. 6c6b59e Make VG_(sanitize_client_sigmask)() local to m_syscalls. by njn · 19 years ago
  48. 02bc4b8 by njn · 19 years ago
  49. 43b9a8a Modularised the core/tool interface ('details', 'needs' and VG_(tdict)) by njn · 19 years ago
  50. 51d827b by njn · 19 years ago
  51. 2521d32 by njn · 19 years ago[Renamed (99%) from coregrind/vg_syscalls.c]
  52. 502badb by njn · 19 years ago
  53. 4fbc86c by njn · 19 years ago
  54. 55f9d1a by sewardj · 19 years ago
  55. 50ba34e by njn · 19 years ago
  56. a8d1ec6 Move the gettid system call to the linux specific section. by tom · 19 years ago
  57. 60df38c Implement the gettid system call which seems to have got lost in the merge. by tom · 19 years ago
  58. 03f1e58 The two patches attached resolve the exit-hang (of OOo) bug for me. The first by njn · 19 years ago
  59. 6260159 More amd64 signal handling fixes (Tom Hughes) by sewardj · 19 years ago
  60. f6d228b Use VGP_ prefix more consistently for platform-specific exports. by njn · 19 years ago
  61. d01fef7 by njn · 19 years ago
  62. b369c5e Various amd64 syscall improvements (Tom Hughes) by sewardj · 19 years ago
  63. d0d9731 PRE_(mmap2) and PRE(old_mmap): if not MAP_FIXED but addr != 0, don't by sewardj · 19 years ago
  64. 3876e8d Stop sys_sigprocmask from dying with assertion failures. by sewardj · 19 years ago
  65. 16063e6 Allow mmaps etc all the way down to zero. This 'fixes' as_mmap. by sewardj · 19 years ago
  66. 8138974 Fix another merge-related problem. I think this may resolve the by sewardj · 19 years ago
  67. 9f46df6 by njn · 19 years ago
  68. 5361242 Update copyright notice for 2005 on all relevant files. Don't bother trying by njn · 19 years ago
  69. 565b1ed Detect and reject misaligned args for mmap. This makes by sewardj · 19 years ago
  70. 8e33279 Un-break --trace-children=yes. by sewardj · 19 years ago
  71. 6f46a30 Fix a printf formatting inconsistency. by njn · 19 years ago
  72. a922b61 Fix PRE wrapper for sys_exit. by sewardj · 19 years ago
  73. b5f6f51 by sewardj · 19 years ago
  74. 987a8eb Clean up handling of socket system calls on amd64-linux, so that the by sewardj · 20 years ago
  75. 9efbbef Factor out all the socket-related syscall handlers into their own by sewardj · 20 years ago
  76. a93f66a Fix more RES-is-not-set assertions, and move a couple of comments to by sewardj · 20 years ago
  77. 004e8ca When handling syscalls, don't try to figure out if the pre-handler set by sewardj · 20 years ago
  78. 1024cf7 Various cleanups to revised low-level memory manager. by sewardj · 20 years ago
  79. 79048ce Further cleanups to low-level memory management. It's still a by sewardj · 20 years ago
  80. e517b80 Turn off tons of debug printing. by sewardj · 20 years ago
  81. 548be6d Major rewrite of the machinery which keeps track of segments: by sewardj · 20 years ago
  82. 4ab4505 Fix bug causing __NR_read on amd64-linux to always be considered to have by sewardj · 20 years ago
  83. 970ac79 gcc-2.96 build fixes. by sewardj · 20 years ago
  84. 1f27662 Fix segfaults caused by the impedance matches in sys_sigprocmask. by sewardj · 20 years ago
  85. b9c427c Changed message at the top of files, and the startup message, and the by njn · 20 years ago
  86. 6aba9ec Comment change only. by njn · 20 years ago
  87. ca6fef0 by njn · 20 years ago
  88. b249fd7 by njn · 20 years ago
  89. c616819 by njn · 20 years ago
  90. e1268d3 Use better syscall argument names for two wrappers, now that "res" and by njn · 20 years ago
  91. 22cfccb Moved some duplicated macros out of arch/OS/platform-specific parts, by njn · 20 years ago
  92. 61fa0af by njn · 20 years ago
  93. ca0518d by njn · 20 years ago
  94. cf45fd4 by njn · 20 years ago
  95. cfb8ad5 The syscall wrappers for sys_fcntl{,64} were too simplistic -- the 3rd by njn · 20 years ago
  96. 31ebc3f Remove useless parameters to TL_(pre_syscall)() and TL_(post_syscall)(). by njn · 20 years ago
  97. 26f0251 Converted the SK_ prefix to TL_ everywhere. by njn · 20 years ago
  98. 4be0a69 Renamed some profiling events. by njn · 20 years ago
  99. 093047d Yipes - my last checking borked the memcheck scalar test. This should by rjwalsh · 20 years ago
  100. 17d8530 Allow readlink to handle /proc/self/exe and /proc/<pid>/exe properly. by rjwalsh · 20 years ago