1. 2d2b154 Remove dead function VG_(exit_single)(). by njn · 19 years ago
  2. 3516553 Get the CFI-based frame-unwinder to the point where it works at least by sewardj · 19 years ago
  3. 55f9d1a by sewardj · 19 years ago
  4. 1cf558c by sewardj · 19 years ago
  5. 50ae1a7 by njn · 19 years ago
  6. 990e90c by njn · 19 years ago
  7. dde6c0f Avoid truncating addresses returned from mmap on 64 bit platforms. by tom · 19 years ago
  8. be73f43 by njn · 19 years ago
  9. 6260159 More amd64 signal handling fixes (Tom Hughes) by sewardj · 19 years ago
  10. 0c0f32a Make our VG_(isspace)() match libc's isspace(). And remove ISSPACE and by njn · 19 years ago
  11. f6d228b Use VGP_ prefix more consistently for platform-specific exports. by njn · 19 years ago
  12. db9b773 Use "VGA_" prefix more consistently. by njn · 19 years ago
  13. d01fef7 by njn · 19 years ago
  14. 96f71e1 Initial get-threads-working patch (Tom Hughes) by sewardj · 19 years ago
  15. 4d89e30 Fill in a bunch of amd64-specific crud. Still won't link though. by sewardj · 19 years ago
  16. 5361242 Update copyright notice for 2005 on all relevant files. Don't bother trying by njn · 19 years ago
  17. 499eaad by njn · 19 years ago
  18. b5f6f51 by sewardj · 19 years ago
  19. 79048ce Further cleanups to low-level memory management. It's still a by sewardj · 20 years ago
  20. b9c427c Changed message at the top of files, and the startup message, and the by njn · 20 years ago
  21. eda97bb Remove some ancient comments. by njn · 20 years ago
  22. ca6fef0 by njn · 20 years ago
  23. c616819 by njn · 20 years ago
  24. 94065fd by njn · 20 years ago
  25. 6799325 Renamed VG_(skin_panic) as VG_(tool_panic). by njn · 20 years ago
  26. 93246cf 64-bit cleanness wibbles. by nethercote · 20 years ago
  27. 5b9fafd by nethercote · 20 years ago
  28. 50397c2 by nethercote · 20 years ago
  29. bf77968 64-bit cleanness: fix some more pointer casts to UInt. by nethercote · 20 years ago
  30. fbd6ffd Format wibbles. by nethercote · 20 years ago
  31. cf51cc4 64-bit cleanness: convert some (UInt) casts of pointers to (UWord) casts. by nethercote · 20 years ago
  32. acac2fd by nethercote · 20 years ago
  33. 928a5f7 by nethercote · 20 years ago
  34. 8b5f40c by nethercote · 20 years ago
  35. 73b526f by nethercote · 20 years ago
  36. 856e587 Arch-abstraction: - use less x86-specific var names by nethercote · 20 years ago
  37. 848907a Use tgkill instead of tkill if it is available. This is the newer and by thughes · 20 years ago
  38. 6456ab1 by nethercote · 20 years ago
  39. 8ef6d96 It seems there are some kernels around where the getpid system call has by thughes · 20 years ago
  40. 671ce38 Fixed mistake in yesterday's signal trace patch. by thughes · 20 years ago
  41. 5876d55 When dieing because a fatal signal was received, print a stack trace for by thughes · 20 years ago
  42. 0060050 Fix minor off-by-one error. by nethercote · 20 years ago
  43. 1abedd9 Arch-abstraction: - abstract out some inline asm by nethercote · 20 years ago
  44. fb583e2 minor fixes by nethercote · 20 years ago
  45. 820bd8c by nethercote · 20 years ago
  46. f1e5e15 by nethercote · 20 years ago
  47. 759dda3 by nethercote · 20 years ago
  48. 60a96c5 by nethercote · 20 years ago
  49. 85cdd34 by nethercote · 20 years ago
  50. d8b4015 Merge equivalent if statements. by nethercote · 20 years ago
  51. c314eba by nethercote · 20 years ago
  52. cd4e334 Add some more assertion checking where it was lacking. by nethercote · 20 years ago
  53. 96729f8 Format wibble. by nethercote · 20 years ago
  54. b4250ae by nethercote · 20 years ago
  55. e757d6e Change allocation failure message which is no longer true thanks to FV. by nethercote · 20 years ago
  56. 4792edf by nethercote · 20 years ago
  57. 4ad52d0 Removed all uses of nested functions as they only work with gcc and by thughes · 20 years ago
  58. ad1c956 Implement an emulated soft limit for file descriptors in addition to by thughes · 20 years ago
  59. f854867 by nethercote · 20 years ago
  60. c0b63de Add a strrchr implementation. by thughes · 20 years ago
  61. abab839 Fix assertion failure when using VG_(system) near program termination. by fitzhardinge · 21 years ago
  62. b50068f Fix the use of brk. This change removes the requirement for the "real" brk by fitzhardinge · 21 years ago
  63. 60f5b82 "VG_AR_SKIN" --> "VG_AR_TOOL" by nethercote · 21 years ago
  64. ff9721d Patch from Tom Hughes: by nethercote · 21 years ago
  65. 426f9e6 Oops, make base static. by fitzhardinge · 21 years ago
  66. 6687169 Don't use TSC for internal timing purposes. This is for two reasons: by fitzhardinge · 21 years ago
  67. 7cc9c23 Convert "skin" to "tool" in various places; almost entirely within comments, by nethercote · 21 years ago
  68. bb1c991 Updated copyright dates for 2004. Also added a couple of missing headers and by nethercote · 21 years ago
  69. 920d04e Fix typo in VG_(munmap)() error checking, which made it never remove by fitzhardinge · 21 years ago
  70. b791a19 Fix a bug in the last VG_(max_fd) change; VG_(safe_fd) doesn't work before by fitzhardinge · 21 years ago
  71. f0046f2 Patch from Tom Hughes: set VG_(max_fd) based on the current file by fitzhardinge · 21 years ago
  72. 98abfc7 This jumbo-checkin is the Full Virtualization checkin. This eliminates by fitzhardinge · 21 years ago
  73. a772847 Change the --track-fds code to use VG_AR_CORE rather than by fitzhardinge · 21 years ago
  74. 421281e Updated all "report bugs to..." messages to point to valgrind.kde.org; also by nethercote · 21 years ago
  75. f5f536f Add a facility for tracking open file descriptors. Information about by rjwalsh · 21 years ago
  76. a09a1b5 Fix some bugs in syscall/signal handling: by fitzhardinge · 21 years ago
  77. e1c06d8 Update some stuff related to the syscalls change: by fitzhardinge · 21 years ago
  78. 92c5436 Fixed VG_(ssort)(), which was broken for the size != {1,2,4} general case. by njn · 21 years ago
  79. f3c3f1a When creating a logfile name, add a sequence number to the name in case by jsgf · 21 years ago
  80. 855d93d A complete reworking of Valgrind's handling of system calls and signals, by jsgf · 21 years ago
  81. d3b0c5f by njn · 21 years ago
  82. 607adfc by njn · 21 years ago
  83. e7442cf Made VG_(read_millisecond_timer)() available to skins. Also made it cope by njn · 21 years ago
  84. 99ccf08 Added VG_(getcwd_alloc)(), which is much easier to use than VG_(getcwd)(). by njn · 21 years ago
  85. b1db123 be more specific which allocation failed by daywalker · 21 years ago
  86. 3222e0a fix compiler warnings by daywalker · 21 years ago
  87. e54b69d string_match_wrk(): increase max recursion depth to 500. by sewardj · 21 years ago
  88. 05bcdcb gcc-3.3 as supplied with SuSE 8.2 ("gcc version 3.3 20030226 by sewardj · 21 years ago
  89. 13f0293 by njn · 21 years ago
  90. 96330bd Add \n in failure message. by sewardj · 21 years ago
  91. 366ee1e report_and_quit: Tell people to look at the FAQ.txt for advice. by sewardj · 21 years ago
  92. 0e1b514 Updated copyright notices for 2003. Only 4 months late. by njn · 21 years ago
  93. fa4690b by njn · 22 years ago
  94. 6d68e79 by njn · 22 years ago
  95. 6e008cb Change the behaviour of VG_(get_fnname) back to what it was, viz, not by sewardj · 22 years ago
  96. 1771e17 by sewardj · 22 years ago
  97. d222067 Disallow logging sockets < 1024. by sewardj · 22 years ago
  98. 4f094a7 Rename VG_CLO_DEFAULT_LOGSOCKET to VG_CLO_DEFAULT_LOGPORT. by sewardj · 22 years ago
  99. 570f890 Robustification of logging to a socket. If the listener process dies by sewardj · 22 years ago
  100. 73cf3bc Implement logging to a network socket. So it's now possible to do by sewardj · 22 years ago