1. cd65604 by nethercote · 20 years ago
  2. 0060050 Fix minor off-by-one error. by nethercote · 20 years ago
  3. 187fdb7 vg_replace_malloc.c doesn't need to be included in "make dist", because it's by nethercote · 20 years ago
  4. b030c6c Arch-abstraction: by nethercote · 20 years ago
  5. b35a8b9 by nethercote · 20 years ago
  6. 1174fed Add support for the SIOCGPGRP ioctl and mark SIOCSPGRP as non-blocking by thughes · 20 years ago
  7. 1abedd9 Arch-abstraction: - abstract out some inline asm by nethercote · 20 years ago
  8. 6432669 Removed result checks from ioctl POST handlers as the POST handler is by thughes · 20 years ago
  9. 15218bd by nethercote · 20 years ago
  10. 5b788fb Add system call wrappers for some CD related ioctls. Based on a by thughes · 20 years ago
  11. fc5cd00 Add system call wrappers for the TIOCMBIS/TIOCMBIC/TIOMSET ioctls. Based by thughes · 20 years ago
  12. 2f8d5f8 Add system call wrappers for sched_{get,set}affinity. Based on patch by thughes · 20 years ago
  13. aa4fb11 Make the virtualise setrlimit(RLIMIT_DATA) return EPERM when an attempt by thughes · 20 years ago
  14. c37184f Virtualise the stack rlimit for the main thread and make valgrind enforce by thughes · 20 years ago
  15. 511e406 Arch-abstraction: - abstractify various uses of the stack pointer by nethercote · 20 years ago
  16. 3e901a2 Arch-abstraction: - minor tweaks for handling client requests on PPC by nethercote · 20 years ago
  17. 66b3af6 Slightly more informative error msgs for some cl reqs. by nethercote · 20 years ago
  18. bb4222b by nethercote · 20 years ago
  19. 0c7c927 Whoops, file should be called ".cvsignore", not ".cvgsigore". by nethercote · 20 years ago
  20. 60bd18c by nethercote · 20 years ago
  21. f9b5941 by nethercote · 20 years ago
  22. f94fe2f by nethercote · 20 years ago
  23. cf97ffb by nethercote · 20 years ago
  24. d2e3711 Use C89 compatible local declaration. by fitzhardinge · 20 years ago
  25. fd7da3a Pull permissions checking out into a separate function to clean things up a bit. by fitzhardinge · 20 years ago
  26. ca9bd9c When loading a -fpie executable, put it where info.exebase wants it, since by fitzhardinge · 20 years ago
  27. 72ddff6 Use MAP_NORESERVE for potentially large mappings. by fitzhardinge · 20 years ago
  28. fb583e2 minor fixes by nethercote · 20 years ago
  29. 820bd8c by nethercote · 20 years ago
  30. 775508a by nethercote · 20 years ago
  31. 9380b4a by nethercote · 20 years ago
  32. 6a27d83 by nethercote · 20 years ago
  33. 2e05c33 by nethercote · 20 years ago
  34. a131bb8 Arch-abstraction: arch-neutralise the startup message. by nethercote · 20 years ago
  35. 3d4a0b1 Arch-abstraction: minor name change of params. by nethercote · 20 years ago
  36. d073550 Remove unnecessary #includes. by nethercote · 20 years ago
  37. b8ef9d8 Arch-abstraction: by nethercote · 20 years ago
  38. 86c5dcb by nethercote · 20 years ago
  39. 80013e9 Move env variables out of core_asm.h into core.h, where they should be. by nethercote · 20 years ago
  40. 410bfe6 Simplify calculation of VG_(shadow_end) to avoid an obscure bug on Paul M's PPC by nethercote · 20 years ago
  41. fbfc108 Arch-abstraction: introduce constants for min and max instruction sizes. by nethercote · 20 years ago
  42. b24cbc8 by nethercote · 20 years ago
  43. 0800081 by nethercote · 20 years ago
  44. c470211 Avoid spurious warning about using posix_memalign() by nethercote · 20 years ago
  45. c06e213 Arch-abstraction: by nethercote · 20 years ago
  46. 80cca43 Tweaked comment. by nethercote · 20 years ago
  47. d9818da by nethercote · 20 years ago
  48. 7be4725 by nethercote · 20 years ago
  49. 776ac36 Update docs for filename change. by nethercote · 20 years ago
  50. 1334313 Tweak some comments. by nethercote · 20 years ago
  51. 5a2664c by nethercote · 20 years ago
  52. ac95010 Arch-abstraction: whoops II, forgot to add the (residual) vg_skin.h, which just by nethercote · 20 years ago
  53. 37aac2e Arch-abstraction: Whoops, forgot to add tool.h.base. Also updated .cvsignore. by nethercote · 20 years ago
  54. 4606320 by nethercote · 20 years ago
  55. 6d225b0 Remove unnecessary #include statement. by nethercote · 20 years ago
  56. 109d0df by nethercote · 20 years ago
  57. 7109a8c Fix some vg_include.h references. by rjwalsh · 20 years ago
  58. f1e5e15 by nethercote · 20 years ago
  59. d4b17c0 Update .cvsignore for recently added regression tests. by nethercote · 20 years ago
  60. 4388a40 by nethercote · 20 years ago
  61. 5f2ad77 'valgrind' (ie. stage1) does not need to be installed in $PREFIX/lib/valgrind/; by nethercote · 20 years ago
  62. f7a86d1 Move the include of linux/fs.h before the include of sys/un.h as the by thughes · 20 years ago
  63. fb6f200 Make some of the parallel port ioctls conditional as older systems by thughes · 20 years ago
  64. dc0b4e8 HEAD now reports 2.3.0.CVS. by jseward · 20 years ago
  65. 447f12b --> 2.2.0 by jseward · 20 years ago
  66. c557452 version -> 2.2.0 by jseward · 20 years ago
  67. 2eb002b Hopefully final changes for 2.2.0. by jseward · 20 years ago
  68. 9fd5459 Add comments about limitations wrt self-modifying code. by jseward · 20 years ago
  69. b0e80b7 Add vki_itimerspec definition for POSIX timer support. by thughes · 20 years ago
  70. e1a925d Add support for POSIIX clocks and timers. by thughes · 20 years ago
  71. d472262 Print a message if shadow memory cannot be allocated, rather than just by nethercote · 20 years ago
  72. 43a15ce Avoid divisions by zero. This fixes bug 78765. by nethercote · 20 years ago
  73. 7d180d9 Try to summarise 2.0.0 -> 2.2.0 changes. by jseward · 20 years ago
  74. 34ed74f Document 2.1.2 -> 2.2.0 deltas (2.0.0 -> 2.2.0 not yet done) by jseward · 20 years ago
  75. fd8a380 Recognise X.Org servers and treat them the same as XFree86 4.x servers. This by thughes · 20 years ago
  76. 6dbad73 Switch to using the newer forms of AC_INIT and AM_INIT_AUTOMAKE so that by thughes · 20 years ago
  77. 911304e When delivering SIGFPE make sure we patch up si_addr in any siginfo by thughes · 20 years ago
  78. 8ba345e Include the filename in the system call trace for the access syscall. by thughes · 20 years ago
  79. a3afffc If we return from a signal handler to a thread that was waiting to by thughes · 20 years ago
  80. b669ef7 Change things so that stage2's location is controlled by a single variable. by nethercote · 20 years ago
  81. ce47126 by nethercote · 20 years ago
  82. 56ee542 Remove three unnecessary compile-time warnings. by nethercote · 20 years ago
  83. 85c8a50 Removed comma at the end of an enumerator list - this is allowed by thughes · 20 years ago
  84. 03b1948 by nethercote · 20 years ago
  85. b7dceef by nethercote · 20 years ago
  86. 537e894 by nethercote · 20 years ago
  87. 33448cc Only check whether linux/mii.h can be processed so that we don't by thughes · 20 years ago
  88. 2baf9aa Add a reassuring warnings about the linux/mii.h warning. by nethercote · 20 years ago
  89. 6bd3ebd Update for filename change. by nethercote · 20 years ago
  90. cbc3bcd The size passed to VG_(st_mkfloat) should be in bytes, not bits. by thughes · 20 years ago
  91. dfd8067 Added code to decode a number of additional negative type numbers by thughes · 20 years ago
  92. 7bddb34 Prevent a memcpy of zero bytes from complaining if one or both of the by thughes · 20 years ago
  93. 18b6631 Add explanatory comment. by rjwalsh · 20 years ago
  94. ebca8b4 Fix to allow 32-bit Valgrind to run on AMD64 boxes. Note: this does by rjwalsh · 20 years ago
  95. 2148535 Don't version the sem_xxx symbols that have more than one version in by thughes · 20 years ago
  96. a4670f6 Here's a couple more I missed in the last commit. by nethercote · 20 years ago
  97. 427e951 Use SYSNO and res, etc, instead of tst->m_eax in a few places to make things by nethercote · 20 years ago
  98. fab000e Makefile.am minor correction by nethercote · 20 years ago
  99. eec4630 Small step in factoring out arch-specific code: replace by nethercote · 20 years ago
  100. 888ecb7 by nethercote · 20 years ago