1. 05675c8 Comment changes only -- compacting by nethercote · 20 years ago
  2. 885dd91 by nethercote · 20 years ago
  3. 3a42fb8 Tweak stats printing -- use more consistent function names, improve output by nethercote · 20 years ago
  4. caee10d alloc_UCodeBlock didn't need to be in vg_include.h. Also tweaked how it works by nethercote · 20 years ago
  5. d1da90e Moved *definitions* of VALGRIND_INTERNAL_PRINTF and by nethercote · 20 years ago
  6. 59a122d by nethercote · 20 years ago
  7. 81f9a6f Removed 6 global variables from vg_include.h without even having to add by nethercote · 20 years ago
  8. 996901a Comment changes only: s/skin/tool/ by nethercote · 20 years ago
  9. 60a96c5 by nethercote · 20 years ago
  10. f971ab7 by nethercote · 20 years ago
  11. 844e712 Scheduler counts don't need to be in vg_include.h. Replace with a print by nethercote · 20 years ago
  12. bee3fd9 by nethercote · 20 years ago
  13. 3129482 Tweak to remove another global variable from vg_include.h by nethercote · 20 years ago
  14. f2b1148 by nethercote · 20 years ago
  15. 4a18490 Make the Supp and Error types local to vg_errcontext.h; they don't need to be by nethercote · 20 years ago
  16. 97ccd5e by nethercote · 20 years ago
  17. 75d2624 by nethercote · 20 years ago
  18. 85cdd34 by nethercote · 20 years ago
  19. 6e4f9dc Removed unused VG_AR_CLIENT_STACKBASE_REDZONE_SZW. by nethercote · 20 years ago
  20. baa46e5 Add support for allowing the POST function for a system call to be called by thughes · 20 years ago
  21. 9aaebc3 Implement support for the async I/O system calls in 2.6 kernels. This by thughes · 20 years ago
  22. c314eba by nethercote · 20 years ago
  23. b4250ae by nethercote · 20 years ago
  24. 4792edf by nethercote · 20 years ago
  25. daa3456 Commit the patch from bug 69508 that seeks to make more of the pthread by thughes · 20 years ago
  26. ad1c956 Implement an emulated soft limit for file descriptors in addition to by thughes · 20 years ago
  27. 47dd12c Convert VG_(exitcode), a global variable, into a local variable. by nethercote · 20 years ago
  28. f854867 by nethercote · 20 years ago
  29. 27fec90 by nethercote · 20 years ago
  30. ebed998 Fixed the NPTL cleanup handler support to try and make sure it will by thughes · 20 years ago
  31. 11975ff It appears that NPTL uses a new system for dealing with cleanup by thughes · 20 years ago
  32. 4f10ada Partial fix for bug 76869. This fixes the problem with returning from by fitzhardinge · 20 years ago
  33. e4e779d Fix bug 73655. by rjwalsh · 20 years ago
  34. 6618e63 by nethercote · 20 years ago
  35. 4dea4ab Commit rewrite of semaphore handling to avoid having a fixed upper by thughes · 20 years ago
  36. f1beb25 This change does two things: one is the implementation of by fitzhardinge · 21 years ago
  37. 98c4dc0 Make the sigaltstack per-thread state, so that two threads handling a by fitzhardinge · 21 years ago
  38. d65dcad Fix bug 69872. This change adds a coredumper to vg_signal.c. This means by fitzhardinge · 21 years ago
  39. dffad08 Adjust vg_pthread_cond_t so it works with an older glibc. by nethercote · 21 years ago
  40. 1f0173b Some newer systems have a new version of pthreadtypes.h that comes from glibc by nethercote · 21 years ago
  41. b50068f Fix the use of brk. This change removes the requirement for the "real" brk by fitzhardinge · 21 years ago
  42. c9f3692 Adding Massif, the heap profiler. by nethercote · 21 years ago
  43. 1018bdd Heroic patch from Tom Hughes: by nethercote · 21 years ago
  44. 1d44709 Killed the terminally wounded --stop-after option. by nethercote · 21 years ago
  45. 60f5b82 "VG_AR_SKIN" --> "VG_AR_TOOL" by nethercote · 21 years ago
  46. ff9721d Patch from Tom Hughes: by nethercote · 21 years ago
  47. 04d0fbc Patch from Tom Hughes: by nethercote · 21 years ago
  48. 42602b1 Anti-globalisation by nethercote · 21 years ago
  49. 6687169 Don't use TSC for internal timing purposes. This is for two reasons: by fitzhardinge · 21 years ago
  50. 0df2ac2 Virtualize CPUID. Rather than just using the host CPU's CPUID, by fitzhardinge · 21 years ago
  51. 71980f0 by nethercote · 21 years ago
  52. c2dbbac Fix bug 73219. This adds a general mechanism for querying the host CPU's by fitzhardinge · 21 years ago
  53. 47735af This change implements the TLS extension to the x86 ABI. This allows by fitzhardinge · 21 years ago
  54. f0dd7e1 Fix bug 72484. Set the process signal mask to match the client's before by fitzhardinge · 21 years ago
  55. 31ba905 Fix bug 72650. Only restart syscalls on signal if the client asked for it. by fitzhardinge · 21 years ago
  56. b727d04 Make --gdb-attach=yes work properly; rather than trying to attach gdb by fitzhardinge · 21 years ago
  57. bb1c991 Updated copyright dates for 2004. Also added a couple of missing headers and by nethercote · 21 years ago
  58. f217c73 implement cmpxchg8b, patch by Tom Hughes. CCMAIL: 69688-done@bugs.kde.org by mueller · 21 years ago
  59. 9236079 Statically allocate a page in the client address space for trampoline by fitzhardinge · 21 years ago
  60. 1a4adf0 Fix nasty use after free bug revealed by last munmap fix. by fitzhardinge · 21 years ago
  61. 1a30304 Re-add proper support for mremap(). Also, fix a bug in munmap(). by fitzhardinge · 21 years ago
  62. f0046f2 Patch from Tom Hughes: set VG_(max_fd) based on the current file by fitzhardinge · 21 years ago
  63. 462f4f9 An experiment in generating branch-prediction hints. Enable them with by fitzhardinge · 21 years ago
  64. a49f9b5 Auto-generate stage2.lds so that the linker script matches the local linker. by fitzhardinge · 21 years ago
  65. 98abfc7 This jumbo-checkin is the Full Virtualization checkin. This eliminates by fitzhardinge · 21 years ago
  66. 2822eba test for PARENT_SETTID support in clone() of the kernel instead by mueller · 21 years ago
  67. 421281e Updated all "report bugs to..." messages to point to valgrind.kde.org; also by nethercote · 21 years ago
  68. f5f536f Add a facility for tracking open file descriptors. Information about by rjwalsh · 21 years ago
  69. 77eba60 by nethercote · 21 years ago
  70. a09a1b5 Fix some bugs in syscall/signal handling: by fitzhardinge · 21 years ago
  71. 39de4b4 Patch from Robert Walsh <rjwalsh@durables.org>. Adds some new client by fitzhardinge · 21 years ago
  72. 89f9a32 Add a --assume-2.4=yes|no CLO. This overrides the normal check to see by fitzhardinge · 21 years ago
  73. e1c06d8 Update some stuff related to the syscalls change: by fitzhardinge · 21 years ago
  74. 855d93d A complete reworking of Valgrind's handling of system calls and signals, by jsgf · 21 years ago
  75. e7442cf Made VG_(read_millisecond_timer)() available to skins. Also made it cope by njn · 21 years ago
  76. 59fb25c Increase size of block-tracking hash table(s) from 997 to 4999. by sewardj · 21 years ago
  77. b18d253 implement IN and OUT opcodes. by daywalker · 21 years ago
  78. fa1016e by njn · 21 years ago
  79. 3222e0a fix compiler warnings by daywalker · 21 years ago
  80. 6c84655 by njn · 21 years ago
  81. 4700f04 Increase VG_N_FORKHANDLERSTACK from 2 to 4. For reasons known only to by sewardj · 21 years ago
  82. 7271864 by njn · 21 years ago
  83. c6b0fe5 Use init_ExeContext_storage instead of relying (unintentionally) on by sewardj · 21 years ago
  84. 6024b21 Add patch from Sami Liedes <sliedes@cc.hut.fi> making GDB use more flexible: by sewardj · 21 years ago
  85. ecf8e10 In vg_memory.c, startup_segment_callback, fix initialisation ordering by sewardj · 21 years ago
  86. 8a77ffb A bit of cleaning up now that symbol table reading is no longer optional. by sewardj · 21 years ago
  87. 25c7c3a by sewardj · 21 years ago
  88. 7e73e5f spelling fixes by daywalker · 21 years ago
  89. 9a07c22 by njn · 21 years ago
  90. 839299f When exiting with VgSrc_BbsDone (switching back to real CPU because by sewardj · 21 years ago
  91. d6251f1 by njn · 21 years ago
  92. d304045 by njn · 21 years ago
  93. 633de32 by njn · 21 years ago
  94. 61821c0 Increase VG_N_CLEANUPSTACK to 16. by sewardj · 21 years ago
  95. 97ad552 Unchain translations when doing VALGRIND_DISCARD_TRANSLATIONS. Otherwise by sewardj · 21 years ago
  96. 4c79121 by njn · 21 years ago
  97. 6eba4ef Added "_W" suffix to stack sizes to indicate they are in words. by njn · 21 years ago
  98. 12a5714 Removed magic numbers for VG_(stack) size and VG_(sigstack) size, made into by njn · 21 years ago
  99. b91ae7f by sewardj · 21 years ago
  100. 11f0bb4 by sewardj · 21 years ago