summaryrefslogtreecommitdiff
path: root/coregrind/m_syscall.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-28Delete the AIX5 port. The last release this worked for is 3.4.1,sewardj1-229/+0
2011-03-07Add a port to IBM z/Architecture (s390x) running Linux -- Valgrindsewardj1-0/+61
2010-05-03Update copyright dates to 2010.sewardj1-1/+1
2010-01-01Merge from branches/ARM, all parts of the ARM-Linux port except forsewardj1-0/+41
2009-06-03A number of changes relating to syscall numbering:njn1-5/+5
2009-05-28Merge the DARWIN branch onto the trunk.njn1-0/+269
2009-05-18Merged non-Darwin-specific parts of r9397,r9423,r9490, 9461, 9462 from thenjn1-69/+82
2009-03-10Updated copyright years.njn1-1/+1
2008-02-11Update copyright dates ("200X-2007" --> "200X-2008").sewardj1-1/+1
2007-01-08Update copyright dates.sewardj1-1/+1
2006-11-10Syscall tidying.sewardj1-10/+10
2006-10-17Merge r6150 and 6151:sewardj1-10/+259
2006-10-14Create a new module, m_vki, and move all knowledge about the kernelsewardj1-0/+1
2006-06-05Update copyright dates.sewardj1-1/+1
2006-05-24Decode EOVERFLOW in VG_(strerror).tom1-0/+1
2006-01-02Recrystallise the warp core on ppc64-linux.sewardj1-2/+3
2005-12-22fixed up ppc64 assembly with .opd sectionscerion1-2/+9
2005-12-06Take ppc64 startup further along the roadcerion1-1/+0
2005-11-29Add framework for ppc64 support. Apologies in advance for thesewardj1-2/+52
2005-11-24ppc32 only: clarify meaning of second arg of VG_(mk_SysRes_ppc32_linux)sewardj1-6/+8
2005-11-19Counterpart to r5202: restore previous assembler state with .previoussewardj1-0/+3
2005-11-18Hmm. Perhaps all those top-level pieces of assembly weren't such asewardj1-0/+3
2005-10-14Get rid of various compilation warnings.sewardj1-3/+3
2005-09-27This commit merges in changes from branches/ASPACEM (specifically,sewardj1-0/+31
2005-06-20Although it doesn't actually matter from a generated-code point ofsewardj1-4/+3
2005-06-20Finally, valgrind on ppc32.cerion1-13/+71
2005-06-19Final commit for the initial modularisation pass:njn1-1/+1
2005-06-18Make do_syscall_WRK take UWord arguments and return UWord results totom1-4/+4
2005-06-17Moved the basic syscall stuff out of m_libcbase.c into a new modulenjn1-0/+163