1. b50068f Fix the use of brk. This change removes the requirement for the "real" brk by fitzhardinge · 20 years ago
  2. 60f5b82 "VG_AR_SKIN" --> "VG_AR_TOOL" by nethercote · 20 years ago
  3. ff9721d Patch from Tom Hughes: by nethercote · 20 years ago
  4. 426f9e6 Oops, make base static. by fitzhardinge · 20 years ago
  5. 6687169 Don't use TSC for internal timing purposes. This is for two reasons: by fitzhardinge · 20 years ago
  6. 7cc9c23 Convert "skin" to "tool" in various places; almost entirely within comments, by nethercote · 20 years ago
  7. bb1c991 Updated copyright dates for 2004. Also added a couple of missing headers and by nethercote · 21 years ago
  8. 920d04e Fix typo in VG_(munmap)() error checking, which made it never remove by fitzhardinge · 21 years ago
  9. b791a19 Fix a bug in the last VG_(max_fd) change; VG_(safe_fd) doesn't work before by fitzhardinge · 21 years ago
  10. f0046f2 Patch from Tom Hughes: set VG_(max_fd) based on the current file by fitzhardinge · 21 years ago
  11. 98abfc7 This jumbo-checkin is the Full Virtualization checkin. This eliminates by fitzhardinge · 21 years ago
  12. a772847 Change the --track-fds code to use VG_AR_CORE rather than by fitzhardinge · 21 years ago
  13. 421281e Updated all "report bugs to..." messages to point to valgrind.kde.org; also by nethercote · 21 years ago
  14. f5f536f Add a facility for tracking open file descriptors. Information about by rjwalsh · 21 years ago
  15. a09a1b5 Fix some bugs in syscall/signal handling: by fitzhardinge · 21 years ago
  16. e1c06d8 Update some stuff related to the syscalls change: by fitzhardinge · 21 years ago
  17. 92c5436 Fixed VG_(ssort)(), which was broken for the size != {1,2,4} general case. by njn · 21 years ago
  18. f3c3f1a When creating a logfile name, add a sequence number to the name in case by jsgf · 21 years ago
  19. 855d93d A complete reworking of Valgrind's handling of system calls and signals, by jsgf · 21 years ago
  20. d3b0c5f by njn · 21 years ago
  21. 607adfc by njn · 21 years ago
  22. e7442cf Made VG_(read_millisecond_timer)() available to skins. Also made it cope by njn · 21 years ago
  23. 99ccf08 Added VG_(getcwd_alloc)(), which is much easier to use than VG_(getcwd)(). by njn · 21 years ago
  24. b1db123 be more specific which allocation failed by daywalker · 21 years ago
  25. 3222e0a fix compiler warnings by daywalker · 21 years ago
  26. e54b69d string_match_wrk(): increase max recursion depth to 500. by sewardj · 21 years ago
  27. 05bcdcb gcc-3.3 as supplied with SuSE 8.2 ("gcc version 3.3 20030226 by sewardj · 21 years ago
  28. 13f0293 by njn · 21 years ago
  29. 96330bd Add \n in failure message. by sewardj · 21 years ago
  30. 366ee1e report_and_quit: Tell people to look at the FAQ.txt for advice. by sewardj · 21 years ago
  31. 0e1b514 Updated copyright notices for 2003. Only 4 months late. by njn · 21 years ago
  32. fa4690b by njn · 21 years ago
  33. 6d68e79 by njn · 21 years ago
  34. 6e008cb Change the behaviour of VG_(get_fnname) back to what it was, viz, not by sewardj · 22 years ago
  35. 1771e17 by sewardj · 22 years ago
  36. d222067 Disallow logging sockets < 1024. by sewardj · 22 years ago
  37. 4f094a7 Rename VG_CLO_DEFAULT_LOGSOCKET to VG_CLO_DEFAULT_LOGPORT. by sewardj · 22 years ago
  38. 570f890 Robustification of logging to a socket. If the listener process dies by sewardj · 22 years ago
  39. 73cf3bc Implement logging to a network socket. So it's now possible to do by sewardj · 22 years ago
  40. 4cf0569 by sewardj · 22 years ago
  41. 2d2b188 Merge patch from Jeremy Fitzhardinge: by sewardj · 22 years ago
  42. 78e3cd9 Merge patch from Jeremy Fitzhardinge: by sewardj · 22 years ago
  43. 7ab2aca merge patches from Jeremy Fitzhardinge: by sewardj · 22 years ago
  44. 4155712 by njn · 22 years ago
  45. 4aca2d2 by njn · 22 years ago
  46. d04b7c6 by njn · 22 years ago
  47. c953984 by njn · 22 years ago
  48. e427a66 by njn · 22 years ago
  49. dcaf312 Rename VG_(kill) and VG_(sigpending) to VG_(kkill) and VG_(ksigpending) by sewardj · 22 years ago
  50. 7c2020b layout wibble by sewardj · 22 years ago
  51. 4ba5a79 by njn · 22 years ago
  52. e49d8e7 Files updated, added and removed in order to turn the ERASER branch into HEAD by njn25 · 22 years ago
  53. efbfcdf Implement sigpending(). All absolutely horrible. Sigh. by sewardj · 22 years ago
  54. 09c55fd Allow detected CPU clock rates down to 50 MHz -- slower than the slowest by sewardj · 22 years ago
  55. 7cf0bd3 by njn · 22 years ago
  56. e904795 Minor mods to stop make the leak detector behave properly for the by sewardj · 22 years ago
  57. 2d94c11 Clean up assertion stuff for the vg_libpthread.c by sewardj · 22 years ago
  58. a70ca3f demangle_number: handle base-36 numbers. by sewardj · 22 years ago
  59. cad5c21 stringMatch_wrk: reduce max recursion depth to 250 (paranoia) by sewardj · 22 years ago
  60. 018f762 In accordance with "build one to throw away, you will anyway (tm)", by sewardj · 22 years ago
  61. b48e500 Add support for pthread_sigmask() and sigwait(). All absolutely by sewardj · 22 years ago
  62. 3984b85 In order to catch timeout events on fds which are readable and which by sewardj · 22 years ago
  63. b358620 Remove valgrind's use of libc-supplied stat() and sbrk(). Now the only by sewardj · 22 years ago
  64. 4f9c934 by njn · 22 years ago
  65. 5f07b66 by sewardj · 22 years ago
  66. e6a2524 GDB-attach cleanups. Have our own system() so we don't have to use by sewardj · 22 years ago
  67. 15a43e1 Show backtraces for all threads in vg_assert, VG_(panic) and by sewardj · 22 years ago
  68. 79be106 Get rid of the muraroa.demon.co.uk references since that account is by sewardj · 22 years ago
  69. 2e93c50 by sewardj · 22 years ago
  70. de4a1d0 Initial revision by sewardj · 22 years ago