1. 06bc3d5 whoops by nethercote · 20 years ago
  2. 7f39002 If PIE (position-independent executables) are supported, build valgrind's by nethercote · 20 years ago
  3. 6b57370 Actually call VGA_(has_tls) rather than just testing the function by thughes · 20 years ago
  4. 1543adf Rename two params named 'syscall' as 'syscallname' to avoid clashes with a new by nethercote · 20 years ago
  5. 89dd255 Don't bother with -fomit-frame-pointer for the demangler. by nethercote · 20 years ago
  6. cf4d997 Arch-abstraction: - factor out different CFLAGS in Makefiles by nethercote · 20 years ago
  7. 2b72e94 Arch-abstraction: - factor out KICKSTART_BASE by nethercote · 20 years ago
  8. 442ed47 Fix for 91844... by nethercote · 20 years ago
  9. 799fb80 by nethercote · 20 years ago
  10. b4e55d8 Fix typo, courtesy of Aleksander Salwa. by nethercote · 20 years ago
  11. 6d41bea When nuking threads we set their status to VgTs_Empty. This patch by thughes · 20 years ago
  12. 3cf8d93 by nethercote · 20 years ago
  13. ca788ff by nethercote · 20 years ago
  14. a8bc380 readability fiddle by nethercote · 20 years ago
  15. bdf9a77 Whoops, syscall.S is platform-specific, and so must go in x86-linux/ rather by nethercote · 20 years ago
  16. 986202f by nethercote · 20 years ago
  17. 9b3c765 by nethercote · 20 years ago
  18. 691e8ee Arch-abstraction: by nethercote · 20 years ago
  19. f24712c Really fix statically initialised read-write locks this time... by thughes · 20 years ago
  20. 848907a Use tgkill instead of tkill if it is available. This is the newer and by thughes · 20 years ago
  21. 6eb106b Tweak type of VGA_(thread_syscall), and related variable name changes. by nethercote · 20 years ago
  22. 24e0d44 Arch-abstraction: by nethercote · 20 years ago
  23. 0e8f51b Back-out accidental commit. by thughes · 20 years ago
  24. 2c337fa Make statically initialised read-write locks work. by thughes · 20 years ago
  25. 3512291 Arch-abstraction: by nethercote · 20 years ago
  26. 3b38c1d Increase the size of M_VG_ERRTXT from 512B to 4KB, increasing the size of C++ by nethercote · 20 years ago
  27. 41c75da Arch-abstraction: - factor out code for restarting syscalls by nethercote · 20 years ago
  28. 6456ab1 by nethercote · 20 years ago
  29. 2513064 by nethercote · 20 years ago
  30. 39569e1 Add a couple of lines that were missed out in the long timeouts patch. by thughes · 20 years ago
  31. c25c449 by nethercote · 20 years ago
  32. e761bef Fix problems with very long timeouts given when waiting on a mutex or by thughes · 20 years ago
  33. e321d49 Implement pthread_mutex_timedlock. This resolves bug 78422. by thughes · 20 years ago
  34. c41c6f4 When returning from handling a signal check whether any mutex that the by thughes · 20 years ago
  35. f726923 If a thread is waiting on a mutex or condition variable when a signal is by thughes · 20 years ago
  36. 4ec0af4 Remove unnecessary glibc #includes; use VKI_O_RDONLY instead of O_RDONLY as by nethercote · 20 years ago
  37. 8542e0f Remove the limit on the number of pthread read/write locks. This works by thughes · 20 years ago
  38. 4750181 Add a dummy implementation of pthread_attr_getinheritsched. by thughes · 20 years ago
  39. 8abf392 When signal routing is in use (because we are running on an older kernel by thughes · 20 years ago
  40. 737cf76 Yet another attempt to quash the assertions in the pthread forwarding code. by thughes · 20 years ago
  41. 8ef6d96 It seems there are some kernels around where the getpid system call has by thughes · 20 years ago
  42. 83d479f Remove duplicate declaration. by nethercote · 20 years ago
  43. ecce61c Remove unnecessary #includes. by nethercote · 20 years ago
  44. 265b63a Replace glibc header with equivalent kernel header, which fixes a compile by nethercote · 20 years ago
  45. 06e9bd2 by nethercote · 20 years ago
  46. f4eb6eb Arch-abstraction: replace direct mentions of x86/ directory with ${VG_ARCH}. by nethercote · 20 years ago
  47. cca9725 Implement pthread_mutexattr_gettype. by thughes · 20 years ago
  48. 9d07242 Rename hoops() as main() -- much clearer. by nethercote · 20 years ago
  49. 107e1c0 by nethercote · 20 years ago
  50. 969ecf1 Cleaned up ume.h by moving some functions around. by nethercote · 20 years ago
  51. c0cd60b Stage2 doesn't need ume_go.c. by nethercote · 20 years ago
  52. 1dfcf64 Arch-abstraction: - whoops, missed one ucontext use in last commit by nethercote · 20 years ago
  53. e5a3e2b Arch-abstraction: by nethercote · 20 years ago
  54. 5fd9085 Arch-abstraction: by nethercote · 20 years ago
  55. 4d71438 Fix for bug 91162: cope with jumps to bogus addresses when there is a SEGV by nethercote · 20 years ago
  56. bdaa89f Arch-abstraction: - abstract out three ELF constants by nethercote · 20 years ago
  57. 3221433 typo by nethercote · 20 years ago
  58. 8c1ce43 Improve error message. by nethercote · 20 years ago
  59. 2988f49 Turn off stabs debugging. by thughes · 20 years ago
  60. 60d62a7 More fixes for stabs generated by the GNAT compiler. This patch by thughes · 20 years ago
  61. 8c34d52 Added a module level stabs_debug flag to turn on all debugging. by thughes · 20 years ago
  62. b9019d8 Assert on any attempt to make a symbol a typedef for itself. by thughes · 20 years ago
  63. 671ce38 Fixed mistake in yesterday's signal trace patch. by thughes · 20 years ago
  64. b1a111b Fix conversion of timeval to milliseconds - tv_usec is microseconds by thughes · 20 years ago
  65. 5876d55 When dieing because a fatal signal was received, print a stack trace for by thughes · 20 years ago
  66. 54d0859 Don't free the interpreter structure until we've actually finished by thughes · 20 years ago
  67. 90efa30 Improve the checks in PRE(execve) to check that the file being executed by thughes · 20 years ago
  68. a996d3b Fixed the statfs64 wrapper to look at the right argument for the by thughes · 20 years ago
  69. cf5534b If a name is marked as both a typedef and a tag then ignore the tag marker by thughes · 20 years ago
  70. 4dc3aea The fix for bug 85811 added decoding of many extra negative type by thughes · 20 years ago
  71. aff1c77 by nethercote · 20 years ago
  72. e2925e9 Arch-abstraction: by nethercote · 20 years ago
  73. fedd810 by nethercote · 20 years ago
  74. 6eec460 by nethercote · 20 years ago
  75. 6b9c847 by nethercote · 20 years ago
  76. 0d3db0a Fix off-by-one error when counting the number of BBs executed. by nethercote · 20 years ago
  77. c009ebe Remove suppression files that have never been used, and don't get included in by nethercote · 20 years ago
  78. caca002 When augmenting the argument vector from the VALGRIND_OPTS environment by thughes · 20 years ago
  79. 3a1b817 Only mark the section of the stack that has actually been used as by thughes · 20 years ago
  80. 7587d47 wibble by nethercote · 20 years ago
  81. cd65604 by nethercote · 20 years ago
  82. 0060050 Fix minor off-by-one error. by nethercote · 20 years ago
  83. 187fdb7 vg_replace_malloc.c doesn't need to be included in "make dist", because it's by nethercote · 20 years ago
  84. 1174fed Add support for the SIOCGPGRP ioctl and mark SIOCSPGRP as non-blocking by thughes · 20 years ago
  85. 1abedd9 Arch-abstraction: - abstract out some inline asm by nethercote · 20 years ago
  86. 6432669 Removed result checks from ioctl POST handlers as the POST handler is by thughes · 20 years ago
  87. 15218bd by nethercote · 20 years ago
  88. 5b788fb Add system call wrappers for some CD related ioctls. Based on a by thughes · 20 years ago
  89. fc5cd00 Add system call wrappers for the TIOCMBIS/TIOCMBIC/TIOMSET ioctls. Based by thughes · 20 years ago
  90. 2f8d5f8 Add system call wrappers for sched_{get,set}affinity. Based on patch by thughes · 20 years ago
  91. aa4fb11 Make the virtualise setrlimit(RLIMIT_DATA) return EPERM when an attempt by thughes · 20 years ago
  92. c37184f Virtualise the stack rlimit for the main thread and make valgrind enforce by thughes · 20 years ago
  93. 511e406 Arch-abstraction: - abstractify various uses of the stack pointer by nethercote · 20 years ago
  94. 3e901a2 Arch-abstraction: - minor tweaks for handling client requests on PPC by nethercote · 20 years ago
  95. 66b3af6 Slightly more informative error msgs for some cl reqs. by nethercote · 20 years ago
  96. bb4222b by nethercote · 20 years ago
  97. 0c7c927 Whoops, file should be called ".cvsignore", not ".cvgsigore". by nethercote · 20 years ago
  98. 60bd18c by nethercote · 20 years ago
  99. f9b5941 by nethercote · 20 years ago
  100. f94fe2f by nethercote · 20 years ago