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