1. f854867 by nethercote · 20 years ago
  2. 27fec90 by nethercote · 20 years ago
  3. ebed998 Fixed the NPTL cleanup handler support to try and make sure it will by thughes · 20 years ago
  4. 11975ff It appears that NPTL uses a new system for dealing with cleanup by thughes · 20 years ago
  5. 4f10ada Partial fix for bug 76869. This fixes the problem with returning from by fitzhardinge · 20 years ago
  6. e4e779d Fix bug 73655. by rjwalsh · 20 years ago
  7. 6618e63 by nethercote · 20 years ago
  8. 4dea4ab Commit rewrite of semaphore handling to avoid having a fixed upper by thughes · 20 years ago
  9. f1beb25 This change does two things: one is the implementation of by fitzhardinge · 21 years ago
  10. 98c4dc0 Make the sigaltstack per-thread state, so that two threads handling a by fitzhardinge · 21 years ago
  11. d65dcad Fix bug 69872. This change adds a coredumper to vg_signal.c. This means by fitzhardinge · 21 years ago
  12. dffad08 Adjust vg_pthread_cond_t so it works with an older glibc. by nethercote · 21 years ago
  13. 1f0173b Some newer systems have a new version of pthreadtypes.h that comes from glibc by nethercote · 21 years ago
  14. b50068f Fix the use of brk. This change removes the requirement for the "real" brk by fitzhardinge · 21 years ago
  15. c9f3692 Adding Massif, the heap profiler. by nethercote · 21 years ago
  16. 1018bdd Heroic patch from Tom Hughes: by nethercote · 21 years ago
  17. 1d44709 Killed the terminally wounded --stop-after option. by nethercote · 21 years ago
  18. 60f5b82 "VG_AR_SKIN" --> "VG_AR_TOOL" by nethercote · 21 years ago
  19. ff9721d Patch from Tom Hughes: by nethercote · 21 years ago
  20. 04d0fbc Patch from Tom Hughes: by nethercote · 21 years ago
  21. 42602b1 Anti-globalisation by nethercote · 21 years ago
  22. 6687169 Don't use TSC for internal timing purposes. This is for two reasons: by fitzhardinge · 21 years ago
  23. 0df2ac2 Virtualize CPUID. Rather than just using the host CPU's CPUID, by fitzhardinge · 21 years ago
  24. 71980f0 by nethercote · 21 years ago
  25. c2dbbac Fix bug 73219. This adds a general mechanism for querying the host CPU's by fitzhardinge · 21 years ago
  26. 47735af This change implements the TLS extension to the x86 ABI. This allows by fitzhardinge · 21 years ago
  27. f0dd7e1 Fix bug 72484. Set the process signal mask to match the client's before by fitzhardinge · 21 years ago
  28. 31ba905 Fix bug 72650. Only restart syscalls on signal if the client asked for it. by fitzhardinge · 21 years ago
  29. b727d04 Make --gdb-attach=yes work properly; rather than trying to attach gdb by fitzhardinge · 21 years ago
  30. bb1c991 Updated copyright dates for 2004. Also added a couple of missing headers and by nethercote · 21 years ago
  31. f217c73 implement cmpxchg8b, patch by Tom Hughes. CCMAIL: 69688-done@bugs.kde.org by mueller · 21 years ago
  32. 9236079 Statically allocate a page in the client address space for trampoline by fitzhardinge · 21 years ago
  33. 1a4adf0 Fix nasty use after free bug revealed by last munmap fix. by fitzhardinge · 21 years ago
  34. 1a30304 Re-add proper support for mremap(). Also, fix a bug in munmap(). by fitzhardinge · 21 years ago
  35. f0046f2 Patch from Tom Hughes: set VG_(max_fd) based on the current file by fitzhardinge · 21 years ago
  36. 462f4f9 An experiment in generating branch-prediction hints. Enable them with by fitzhardinge · 21 years ago
  37. a49f9b5 Auto-generate stage2.lds so that the linker script matches the local linker. by fitzhardinge · 21 years ago
  38. 98abfc7 This jumbo-checkin is the Full Virtualization checkin. This eliminates by fitzhardinge · 21 years ago
  39. 2822eba test for PARENT_SETTID support in clone() of the kernel instead by mueller · 21 years ago
  40. 421281e Updated all "report bugs to..." messages to point to valgrind.kde.org; also by nethercote · 21 years ago
  41. f5f536f Add a facility for tracking open file descriptors. Information about by rjwalsh · 21 years ago
  42. 77eba60 by nethercote · 21 years ago
  43. a09a1b5 Fix some bugs in syscall/signal handling: by fitzhardinge · 21 years ago
  44. 39de4b4 Patch from Robert Walsh <rjwalsh@durables.org>. Adds some new client by fitzhardinge · 21 years ago
  45. 89f9a32 Add a --assume-2.4=yes|no CLO. This overrides the normal check to see by fitzhardinge · 21 years ago
  46. e1c06d8 Update some stuff related to the syscalls change: by fitzhardinge · 21 years ago
  47. 855d93d A complete reworking of Valgrind's handling of system calls and signals, by jsgf · 21 years ago
  48. e7442cf Made VG_(read_millisecond_timer)() available to skins. Also made it cope by njn · 21 years ago
  49. 59fb25c Increase size of block-tracking hash table(s) from 997 to 4999. by sewardj · 21 years ago
  50. b18d253 implement IN and OUT opcodes. by daywalker · 21 years ago
  51. fa1016e by njn · 21 years ago
  52. 3222e0a fix compiler warnings by daywalker · 21 years ago
  53. 6c84655 by njn · 21 years ago
  54. 4700f04 Increase VG_N_FORKHANDLERSTACK from 2 to 4. For reasons known only to by sewardj · 21 years ago
  55. 7271864 by njn · 21 years ago
  56. c6b0fe5 Use init_ExeContext_storage instead of relying (unintentionally) on by sewardj · 21 years ago
  57. 6024b21 Add patch from Sami Liedes <sliedes@cc.hut.fi> making GDB use more flexible: by sewardj · 21 years ago
  58. ecf8e10 In vg_memory.c, startup_segment_callback, fix initialisation ordering by sewardj · 21 years ago
  59. 8a77ffb A bit of cleaning up now that symbol table reading is no longer optional. by sewardj · 21 years ago
  60. 25c7c3a by sewardj · 21 years ago
  61. 7e73e5f spelling fixes by daywalker · 21 years ago
  62. 9a07c22 by njn · 21 years ago
  63. 839299f When exiting with VgSrc_BbsDone (switching back to real CPU because by sewardj · 21 years ago
  64. d6251f1 by njn · 21 years ago
  65. d304045 by njn · 21 years ago
  66. 633de32 by njn · 21 years ago
  67. 61821c0 Increase VG_N_CLEANUPSTACK to 16. by sewardj · 21 years ago
  68. 97ad552 Unchain translations when doing VALGRIND_DISCARD_TRANSLATIONS. Otherwise by sewardj · 21 years ago
  69. 4c79121 by njn · 21 years ago
  70. 6eba4ef Added "_W" suffix to stack sizes to indicate they are in words. by njn · 21 years ago
  71. 12a5714 Removed magic numbers for VG_(stack) size and VG_(sigstack) size, made into by njn · 21 years ago
  72. b91ae7f by sewardj · 21 years ago
  73. 11f0bb4 by sewardj · 21 years ago
  74. 49e630d Record the correct address of the initial thread's stack, as determined by sewardj · 21 years ago
  75. 8a6b6c0 by njn · 21 years ago
  76. 47363ab by njn · 21 years ago
  77. 0e1b514 Updated copyright notices for 2003. Only 4 months late. by njn · 21 years ago
  78. 3e88418 ----------------------------------------------------------------------------- by njn · 21 years ago
  79. 43c799e by njn · 21 years ago
  80. 9b007f6 ----------------------------------------------------------------------------- by njn · 21 years ago
  81. d5815ec by sewardj · 21 years ago
  82. 838654f startup_segment_callback: Get rid of completely pointless check re by sewardj · 22 years ago
  83. fdc28af by njn · 22 years ago
  84. 53fe458 Further cleanups re new method for finding the stack segment at startup. by sewardj · 22 years ago
  85. f4ce3d3 by njn · 22 years ago
  86. 211b6ad by njn · 22 years ago
  87. 120281f Made the setting of VG_(details).avg_translation_sizeB optional, defaulting to by njn · 22 years ago
  88. 563f96f Renamed VG_(nameCondcode)() as VG_(name_UCondcode)() to make it consistent by njn · 22 years ago
  89. ae17bec by njn · 22 years ago
  90. 99aac97 by sewardj · 22 years ago
  91. 5109643 by sewardj · 22 years ago
  92. 3237b94 by sewardj · 22 years ago
  93. fa492d4 by sewardj · 22 years ago
  94. b5ff83e by sewardj · 22 years ago
  95. 2370f3b by sewardj · 22 years ago
  96. 22854b9 by sewardj · 22 years ago
  97. c0d8f68 by sewardj · 22 years ago
  98. 6c3769f by sewardj · 22 years ago
  99. 810086f by njn · 22 years ago
  100. d8acdf2 by sewardj · 22 years ago