1. 49f80e8 DARWIN sync: minor layout things, comments. by njn · 15 years ago
  2. a842d79 DARWIN sync: tweak debuglog output. by njn · 15 years ago
  3. 2f72209 DARWIN sync: whitespace change only. by njn · 15 years ago
  4. 48d04bd DARWIN sync: param name. by njn · 15 years ago
  5. 99109fe Merge r9472 (tkill() param renaming) from the DARWIN branch. by njn · 15 years ago
  6. 5ed05a5 On x86-linux, send debuglog output to stderr, not stdout. by njn · 15 years ago
  7. c8a9107 DARWIN sync: spacing. by njn · 15 years ago
  8. bb5851e DARWIN sync: remove unused VG_UCONTEXT_SYSCALL_NUM. by njn · 15 years ago
  9. d61bc2a DARWIN sync: conditional compilation and spacing/comments. by njn · 15 years ago
  10. 6dad504 DARWIN sync: use Word instead of UWord for sysno in two places. by njn · 15 years ago
  11. 3373755 DARWIN sync: change how newlines are printed for --trace-syscalls. by njn · 15 years ago
  12. 559ba67 Be more consistent with the spacing of syscall nums. by njn · 15 years ago
  13. 252d72f Remove an unnecessary #include. by njn · 15 years ago
  14. 63e5e6e DARWIN sync: add some 'const' attributes. by njn · 15 years ago
  15. 9506f0d DARWIN sync: UInt -> Int. by njn · 15 years ago
  16. de706e3 DARWIN sync: put conditional compilation alternatives in the usual order. by njn · 15 years ago
  17. eeff47a DARWIN sync: comment change. by njn · 15 years ago
  18. 27cfc4c DARWIN sync: stabs wibble. by njn · 15 years ago
  19. 9c20ece Merge r9993, r9995 (comment changes about vg_stat) from the DARWIN branch, by njn · 15 years ago
  20. e74fbdf DARWIN sync: malloc_usable_size return value should be SizeT. by njn · 15 years ago
  21. d2597c2 DARWIN sync: wibble. by njn · 15 years ago
  22. 7b1edbd DARWIN sync: pread64 and pwrite64 wrappers. by njn · 15 years ago
  23. 5ec1a17 DARWIN sync comment wibble. by njn · 15 years ago
  24. f9dcb3b Param names sync wibble. by njn · 15 years ago
  25. 5b6b8fa Tweak VG_(exit). by njn · 15 years ago
  26. 6002394 comment wibble by njn · 15 years ago
  27. 99778ee DARWIN sync comment. by njn · 15 years ago
  28. 9f0205a DARWIN sync: include m_ume/*.c in COMMON_SOURCES. by njn · 15 years ago
  29. 569dbc3 DARWIN sync: use AM_CFLAGS_PIC in more places. by njn · 15 years ago
  30. bdf957c DARWIN sync wibble. by njn · 15 years ago
  31. 13deb46 DARWIN sync wibble. by njn · 15 years ago
  32. 63ae69a Sync m_initimg with the DARWIN branch. by njn · 15 years ago
  33. 265aae7 Add comment to sync with DARWIN branch. by njn · 15 years ago
  34. 481342c Remove a dead declaration. by njn · 15 years ago
  35. cda2f0f Merged non-Darwin-specific parts of r9397,r9423,r9490, 9461, 9462 from the by njn · 15 years ago
  36. 5f5ef2a Factor out the name of the libpthread library. Also fix a minor stack trace by njn · 15 years ago
  37. dd37258 Merge r9828 (fix aspacem layering violation) from the DARWIN branch. by njn · 15 years ago
  38. ac1e033 Created a new module, m_aspacehl. Factored out three(!) copies of by njn · 15 years ago
  39. 3a4b58f Fix up some stack trace inconsistencies: by njn · 15 years ago
  40. 29a5c01 Fix bug #191182, where printing the leak checker results was really slow if by njn · 15 years ago
  41. 1ee02e3 Add some comments about signals, from Julian. by njn · 15 years ago
  42. 23105e6 Merge r9754 (#includes tweak) from the DARWIN branch. Also remove a by njn · 15 years ago
  43. dad944a Merged r9750, r9751 (remove m_aspacemgr layering violation) from the DARWIN by njn · 15 years ago
  44. b4cfbc4 Don't compile Linux-only redirects on non-Linux platforms. by njn · 15 years ago
  45. 2d5ff4f Merge part of r9709 (m_signals.c clean-ups) from the DARWIN branch. by njn · 15 years ago
  46. b7a4e2e Renamed various things for clarity. Added some comments. And fixed the by njn · 15 years ago
  47. 9698605 Split up sync_sighandler into three functions, and refactor the code within by njn · 15 years ago
  48. c387496 Don't use obviously Linux-specific things unless on Linux. (Nb: This change by njn · 15 years ago
  49. 492f00b Fix test breakage caused by r9694. by njn · 15 years ago
  50. d6f6a42 Convert more VG_(message) calls to VG_*MSG. by njn · 15 years ago
  51. 26e4544 by njn · 15 years ago
  52. 52040a4 Be safer in sanitize_si_code. by njn · 15 years ago
  53. 81f52d1 Make --trace-signals=yes output better. by njn · 15 years ago
  54. 3b6b2aa Factor out some repeated code. by njn · 15 years ago
  55. 5a350be Merge parts of r9397 from the DARWIN branch, mostly layout cleanups, a by njn · 15 years ago
  56. 26db80b Merged r9678 (removed a compile warning) from the DARWIN branch. by njn · 15 years ago
  57. 27a0024 Add some extra symbol comparisons, based on those from the DARWIN branch. by njn · 15 years ago
  58. 059539d Merge r9661 (remove m_signals.c magic numbers) from the DARWIN branch. by njn · 15 years ago
  59. 81b975c Merged r9657 (fdleak fixes) from the DARWIN branch. by njn · 15 years ago
  60. 36fce1b Merged r9653..r9655 (fixed terminal signal handling in Darwin) from DARWIN by njn · 15 years ago
  61. bcaa2c8 Comment-only change: add comments pertaining to revs 9329 and 9469, by sewardj · 15 years ago
  62. 9c53325 Merge r9600 (separate VG_ and ML_ definitions for C and asm files) from the by njn · 15 years ago
  63. ae508b0 Merged r9596 (build system tweaks, minus the Darwin bits) from the DARWIN by njn · 15 years ago
  64. fa1e787 Put LINUX_SOURCES in alphabetical order. by njn · 15 years ago
  65. c8259b8 by sewardj · 15 years ago
  66. b8329f0 Made the Valgrind abort/crash message clearer about the fact that it can be by njn · 15 years ago
  67. 70ecd6b Avoid non-local asm labels. Fixes bug #189054. by njn · 15 years ago
  68. 36b6517 Merge r9529 (better memalign abort message) from the DARWIN branch. by njn · 15 years ago
  69. 80b8b09 Handle DW_CFA_same_value opcodes in DWARF CFI data. by tom · 15 years ago
  70. a2ec4f5 Add SIOCGSTAMPNS support. Fixes #188530. by tom · 15 years ago
  71. ce9dd9e Check whether the symbol table is in the main object file or the debug by tom · 15 years ago
  72. 00556da whitespace-only change by njn · 15 years ago
  73. 79c4ae8 Fix some incorrect end comments. by njn · 15 years ago
  74. 5e40aba Tweak the format of stack traces, so they're more consistent. by njn · 15 years ago
  75. 4c245e5 Fix all the non-VEX problems identified with the Clang Static Analyzer. by njn · 15 years ago
  76. 6f74a7e Added some shortcuts for VG_(message)(), and used them in a few places (but by njn · 15 years ago
  77. 9f20746 Updated copyright years. by njn · 15 years ago
  78. 402c9ee Keep track of the svma and bias values for the debug data separately by tom · 15 years ago
  79. aab814e Use "status" as the argname for 'exit' and 'exit_group'. by njn · 15 years ago
  80. b881b25 Get rid of the second argument ("PtrdiffT debug_offset") to by sewardj · 15 years ago
  81. 08ce7b3 Remove dead code relating to interface versions. by njn · 15 years ago
  82. 132fdb0 Add more testing to memcheck/tests/unit_libcbase.c. by njn · 15 years ago
  83. 83df0b6 atoll() is a terrible function -- you can't do any error checking with it. by njn · 15 years ago
  84. 1dcee09 Remove a number of unused parameters, found with -Wunused-parameter. by njn · 15 years ago
  85. 889a5d6 Declared those function arguments that are not modified as const. by bart · 15 years ago
  86. 4d3f7a4 Use dashes rather than underscores in library names (njn). by sewardj · 15 years ago
  87. 096ccdd Merge a large chunk of r8949 (the part that moved fcntl and ioctl wrappers by njn · 15 years ago
  88. ded294b Make fcntl and fcntl64 wrappers more consistent. by njn · 15 years ago
  89. f6ff365 VG_(OSetGen_ResetIterAt)() now also works for OSet's that do not have an by bart · 15 years ago
  90. 8a0b704 - Add 'unit_libcbase', the beginnings of a unit test module for m_libcbase. by njn · 15 years ago
  91. 8b140de In the core, include malloc_usable_size() as one of the functions that must by njn · 15 years ago
  92. f37a81b Merged r9185 (fix up getsockopt mess) from the DARWIN branch, minus the by njn · 15 years ago
  93. ac31b05 Merge the non-Darwin parts of r9140 (install vgpreload .dSYMs), just to keep by njn · 15 years ago
  94. 6b7611b Cleaned up the demangling mess: by njn · 15 years ago
  95. 6bf365c Changed the way files are installed. Instead of going into by njn · 15 years ago
  96. 6882443 Cleaned up the mess that was the treatment of "below main" functions such as by njn · 15 years ago
  97. e615466 Merge part of r9129 (factor out duplicated Z-encodings of names) from the by njn · 15 years ago
  98. 808e20e Merged r9120 (Merge Makefile.{inplace,install}.am, and simplify installation by njn · 15 years ago
  99. 3e65340 Make Makefile.install.am much less confusing. by njn · 15 years ago
  100. 4f350d1 Removed Makefile.core.am with some judicious refactoring. Also fix a stupid by njn · 15 years ago