summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2006-06-05Update copyright dates.sewardj32-32/+32
2006-06-02Add a helpful comment.njn1-0/+5
2006-05-24Decode EOVERFLOW in VG_(strerror).tom1-0/+1
2006-05-21Un-break coredumping on ppc64-linux. Finally fixes #121617.sewardj1-0/+8
2006-05-17Implement the set_robust_list and get_robust_list system calls.tom1-0/+31
2006-05-08Add support for CDROMREADRAW and fix CDROMREADTOCENTRY to mark the righttom1-0/+2
2006-05-03Increase # supported threads to 300 (see #126217).sewardj1-1/+1
2006-04-19Almost all the stuff in pub_tool_libcsignal.h was not used by any tool;sewardj1-27/+0
2006-04-16Remove tool-specific code (which says which tools allow XML) from the corenjn1-3/+5
2006-04-14Un-break core dumping on ppc32-linux.sewardj1-0/+7
2006-04-12Recent GCCs (3.4+ at least) optimize static unused functions out, sosewardj1-8/+8
2006-04-12Add the O_LARGEFILE constant so people can use it when writing tools thatnjn4-0/+4
2006-04-04Cleanup/restructure m_debuginfo, as described insewardj1-3/+0
2006-03-31Make the BSD-style license notices slightly more accurate.njn1-3/+4
2006-03-31Terminology change: previously in Memcheck we had the four states:njn1-1/+1
2006-03-29Delete VG_(sigaltstack) and VG_(sigpending) as they are unused.sewardj1-2/+0
2006-03-27Merge in the COMPVBITS branch to the trunk. This is a big change tonjn3-2/+7
2006-03-12Add missing CALL_FN_* macros for ppc64-linux.sewardj1-4/+434
2006-03-12Add CALL_FN_* missing cases for ppc32-linux.sewardj1-5/+396
2006-03-11Complete CALL_FN_W_* wrappers for amd64-linux.sewardj1-0/+322
2006-03-11Add missing x86-linux CALL_FN_W_11W macro.sewardj1-0/+49
2006-03-09Add a couple of missing cases. Function wrapping is really ugly :-(sewardj1-0/+74
2006-02-18Add a missing case.sewardj1-0/+23
2006-02-12Extend stack-permissions-change fast-case machinery to handle +/- 112,sewardj1-13/+21
2006-02-12Fix typo.tom1-1/+1
2006-02-11Add missing VKI_ prefixes.tom1-2/+2
2006-02-11Implement the vm86 and vm86old system calls based on a patchtom1-0/+74
2006-02-11Implement a few extra ioctls based on patch from Eric Pouech in bug #120728.tom5-3/+24
2006-02-07Synthesise and deliver SIGTRAP to clients when requested to do so by vex.sewardj1-0/+6
2006-02-01Change the number of client request args from 4 to 5 as that maysewardj1-29/+36
2006-01-20Make fn wrapping work again on ppc32-linux.sewardj1-7/+7
2006-01-20x86 function wrapping fixes.sewardj1-31/+31
2006-01-20Make amd64 function wrapping work again following recent changes.sewardj1-16/+32
2006-01-20Changes to make function wrapping work better on ppc64-linux:sewardj2-51/+91
2006-01-17These files all speak about instrumentation functions.sewardj1-3/+17
2006-01-17ppc64-linux function wrapping support (does not work properly)sewardj1-0/+83
2006-01-12Fix more ppc64-linux function wrapping and symbol-table bits and pieces.sewardj1-23/+42
2006-01-12Merge in function wrapping support from the FNWRAP branch. Thatsewardj4-271/+924
2006-01-12Comment-only change.sewardj1-1/+1
2005-12-25Merge in r5435 from COMPVBITS. Also added a note tonjn1-1/+2
2005-12-24Fix a nasty 64-bit-uncleanness bug in OSet spotted by Julian -- for fastnjn1-1/+1
2005-12-23ppc64 ELF allows the 288 bytes below the stack pointer to be accessed.sewardj1-2/+3
2005-12-23Deal with function pointer vs function entry crazyness on ppc64-linux.sewardj1-0/+6
2005-12-22Add comment about log2().njn1-1/+1
2005-12-22Add a destructor function to OSet_Destroy() which can be called for eachnjn1-5/+8
2005-12-21Renamed coregrind.h to pub_core_clreq.h and introduced pub_tool_clreq.h tonjn2-0/+41
2005-12-19Remove all remaining profiling gunk.njn3-95/+0
2005-12-06Take ppc64 startup further along the roadcerion1-4/+4
2005-12-05Change hp2ps to output .ps files in the same dir that the .hp input filesnjn3-6/+3
2005-11-29Add framework for ppc64 support. Apologies in advance for thesewardj7-5/+870