1. f5c8e37 Extend stack-permissions-change fast-case machinery to handle +/- 112, by sewardj · 18 years ago
  2. 1ecb540 Fix typo. by tom · 18 years ago
  3. 1b96ee6 Add missing VKI_ prefixes. by tom · 18 years ago
  4. c1369aa Implement the vm86 and vm86old system calls based on a patch by tom · 18 years ago
  5. 5d2af67 Implement a few extra ioctls based on patch from Eric Pouech in bug #120728. by tom · 18 years ago
  6. 86df155 Synthesise and deliver SIGTRAP to clients when requested to do so by vex. by sewardj · 18 years ago
  7. 9af10a1 Change the number of client request args from 4 to 5 as that may by sewardj · 18 years ago
  8. 38de099 Make fn wrapping work again on ppc32-linux. by sewardj · 18 years ago
  9. 66226cc x86 function wrapping fixes. by sewardj · 18 years ago
  10. c885844 Make amd64 function wrapping work again following recent changes. by sewardj · 18 years ago
  11. d68ac3e Changes to make function wrapping work better on ppc64-linux: by sewardj · 18 years ago
  12. 461df9c These files all speak about instrumentation functions. by sewardj · 18 years ago
  13. 9734b20 ppc64-linux function wrapping support (does not work properly) by sewardj · 18 years ago
  14. 1a85f4f by sewardj · 19 years ago
  15. 0ec07f3 Merge in function wrapping support from the FNWRAP branch. That by sewardj · 19 years ago
  16. ae23547 Comment-only change. by sewardj · 19 years ago
  17. c0ec8e9 by njn · 19 years ago
  18. afa1226 by njn · 19 years ago
  19. c281233 ppc64 ELF allows the 288 bytes below the stack pointer to be accessed. by sewardj · 19 years ago
  20. 53ee1fc Deal with function pointer vs function entry crazyness on ppc64-linux. by sewardj · 19 years ago
  21. cda391f Add comment about log2(). by njn · 19 years ago
  22. e004d72 Add a destructor function to OSet_Destroy() which can be called for each node. by njn · 19 years ago
  23. 93fe3b2 Renamed coregrind.h to pub_core_clreq.h and introduced pub_tool_clreq.h to by njn · 19 years ago
  24. bcd75fc Remove all remaining profiling gunk. by njn · 19 years ago
  25. 2108204 Take ppc64 startup further along the road by cerion · 19 years ago
  26. 42c8355 Change hp2ps to output .ps files in the same dir that the .hp input files by njn · 19 years ago
  27. 2c48c7b Add framework for ppc64 support. Apologies in advance for the by sewardj · 19 years ago
  28. a103e14 comment-only change by njn · 19 years ago
  29. 05e4f8e Removed vki_ntohs definition and the infrastructure that supported by tom · 19 years ago
  30. bcaf047 Move VG_(am_get_filename) to the tool accessible aspacemgr header file. by tom · 19 years ago
  31. 2f93288 Handle some ALSA ioctls that don't have size or direction hints. by tom · 19 years ago
  32. 148250b Add named constants for si_code values to replace the magic numbers. by tom · 19 years ago
  33. a5ad9ba Cachegrind was aborting if it hit a client request. Now it doesn't. by njn · 19 years ago
  34. 0109322 Do ptrace_setregs in a ppc32 compatible way instead of a ppc64 way. by tom · 19 years ago
  35. 0e500f1 Try to fill in ptrace_setregs. Dunno if it's right. by sewardj · 19 years ago
  36. 6550519 Handle the PROT_GROWSDOWN and PROT_GROWSUP mprotect flags properly by tom · 19 years ago
  37. 3849cc5 Handle sys_sigaction on ppc32-linux. by sewardj · 19 years ago
  38. f4c2310 Get core dumping working again - the architecture specific code that by tom · 19 years ago
  39. 5bbef3a rm the skiplist module, as it has been superseded by the AVL-tree by sewardj · 19 years ago
  40. 4ba057c Change the core-tool interface so that tools are fully aware of both by sewardj · 19 years ago
  41. 09ca09b augment comment by njn · 19 years ago
  42. c438e08 Comment-only changes. by njn · 19 years ago
  43. 5155dec by sewardj · 19 years ago
  44. 98e68a4 If the launcher can't figure out what it's own name is, don't bail by sewardj · 19 years ago
  45. 1340c35 Create a new SkShmC segment type for shared memory segments so that we by tom · 19 years ago
  46. f61fea0 Get the SHM_RDONLY test the right way round. Fixes bug #113796. by tom · 19 years ago
  47. 274461d Plumb 64-bit file offsets throughout the address space manager. Untested. by sewardj · 19 years ago
  48. 5f229e2 Get rid of some macros used only by the old aspacemgr, and tidy up by sewardj · 19 years ago
  49. 45f4e7c by sewardj · 19 years ago
  50. 5eaff2f Fix incorrect computation of miss rates due to Int/Long mixups <sigh>. by njn · 19 years ago
  51. d111d10 Don't print the client's argv[i] if it's null, and related changes. by njn · 19 years ago
  52. 1aa5737 Handle the SCTP_GET_LOCAL_ADDRS and SCTP_GET_PEER_ADDRS getsockopt by tom · 19 years ago
  53. 09b8480 by njn · 19 years ago
  54. 7b4e5ba by njn · 19 years ago
  55. acaec5f Incorporate a patch from Craig Chaney which gives better stack by sewardj · 19 years ago
  56. aac88d5 vki_stat64 as defined in the 2.6.10 sources looks significantly by sewardj · 19 years ago
  57. aa260e8 Added VG_(OSet_LookupWithCmp)(), which can be useful. by njn · 19 years ago
  58. 1d0cb0d by njn · 19 years ago
  59. e1b2b96 by njn · 19 years ago
  60. 1af7972 Added an iterator to VgHashTable. by njn · 19 years ago
  61. 246a9d2 by njn · 19 years ago
  62. 34582fb Give variable a better name. by njn · 19 years ago
  63. 6c93c4f If the pre-handler for the execve system call fails to state the file by tom · 19 years ago
  64. 62ba758 Handle the TIOCMGET ioctl. by tom · 19 years ago
  65. 2c2bc25 Handle the HDIO_GETGEO ioctl. Secondary problem found from bug #109780. by tom · 19 years ago
  66. edd26f1 Define extra block device ioctls. by tom · 19 years ago
  67. b807de1 Removed dead declaration. by njn · 19 years ago
  68. f9b5b7d Make VG_(clo_vex_control) tool-visible so tools can control how by sewardj · 19 years ago
  69. 9264559 A commit which is almost all trivial change. by sewardj · 19 years ago
  70. 2af58f2 Yet more system calls. by tom · 19 years ago
  71. e6f883e Remove bogus legacy declarations, from the time when the AMD64 by njn · 19 years ago
  72. e7203a8 Bring the vki_sigevent_t definition into line with current kernels. by tom · 19 years ago
  73. f38dad9 Move config.h inclusion from pub_tool_basics.h to pub_core_basics.h so it's by njn · 19 years ago
  74. 768db0e New command line option: --xml-user-comment=XMLTEXT, which allows by sewardj · 19 years ago
  75. d655564 Handle the BLKGETSIZE64 ioctl. Fixes bug #104797. by tom · 19 years ago
  76. 7a5915e Fix comments. by njn · 19 years ago
  77. 6e340c7 Clean up endianness macros a bit. Now pub_tool_basics.h defines by sewardj · 19 years ago
  78. 9828b34 by njn · 19 years ago
  79. 3c45f5b Rename VG_(get_obj)() as VG_(find_seginfo) to be more consistent by njn · 19 years ago
  80. b15785d Comment changes only. by njn · 19 years ago
  81. f69f945 by njn · 19 years ago
  82. 4a83015 Removed the remnants of the attempt at an ARM port, because it had by njn · 19 years ago
  83. 0087c50 by njn · 19 years ago
  84. 3dd0a91 by njn · 19 years ago
  85. 856c54e by njn · 19 years ago
  86. 4f612c2 by njn · 19 years ago
  87. d9e5fd7 Rename functions to make the type involved clearer. by njn · 19 years ago
  88. b69f7c1 by njn · 19 years ago
  89. 40e7358 by njn · 19 years ago
  90. 508aef5 Enabled a bunch more syscalls by cerion · 19 years ago
  91. c7e1071 "make dist" fixes from Ralf Wildenhues. by njn · 19 years ago
  92. af839f5 by njn · 19 years ago
  93. 7eb7c58 by sewardj · 19 years ago
  94. ae71dd4 argh! there were loads of the little beggars .... by de · 19 years ago
  95. d0ef55f I forgot to remove this a while back. by njn · 19 years ago
  96. 57ca7ab by njn · 19 years ago
  97. 351d006 by njn · 19 years ago
  98. b506bd8 by njn · 19 years ago
  99. fc51f8d Malloc replacement worked very much like a 'need', but wasn't one. by njn · 19 years ago
  100. 64c8324 by njn · 19 years ago