summaryrefslogtreecommitdiff
path: root/coregrind/m_initimg
AgeCommit message (Expand)AuthorFilesLines
2011-07-12Duh, do r11879 correctly (Android doesn't have an auxv entry calledsewardj1-2/+2
2011-07-12Android doesn't have an auxv entry called AT_FPUCW.sewardj1-0/+2
2011-06-28Delete the AIX5 port. The last release this worked for is 3.4.1,sewardj1-549/+0
2011-06-26Add support for PIC executables (e.g. firefox on Ubuntu 11) by addingsewardj1-0/+10
2011-05-04setup_client_stack: use have_exename to consistently guard usessewardj1-1/+1
2011-04-11Make MacOS builds work again following fixes for #259977sewardj1-0/+1
2011-04-11Create new module m_libcsetjmp, which wraps up uses ofsewardj2-1/+1
2011-03-28Remove a bunch more warnings generated by gcc-4.6 about deadsewardj1-3/+3
2011-03-07Add a port to IBM z/Architecture (s390x) running Linux -- Valgrindsewardj1-0/+15
2010-09-09arm-linux: determine whether the host supports Neon by looking at oursewardj1-0/+8
2010-08-22Merge from branches/THUMB: track renaming of guest_R15 to guest_R15T.sewardj1-2/+2
2010-06-14Fixed compiler warnings about casting from const char * to char *.bart2-2/+2
2010-05-03Update copyright dates to 2010.sewardj2-2/+2
2010-02-15Add debug printing for the env-mashing machinery, to help investigatesewardj1-2/+14
2010-01-01Merge from branches/ARM, all parts of the ARM-Linux port except forsewardj1-0/+16
2009-09-07Unmap the vdso as well as suppressing it by dropping the auxvtom1-1/+9
2009-09-04Support AT_EXECFN in the ELF auxv, filling it in with the path oftom1-0/+11
2009-09-04Add support for AT_BASE_PLATFORM in the ELF auxv.tom1-1/+7
2009-06-24This commit merges the BUILD_TWEAKS branch onto the trunk. It has thenjn4-2/+20
2009-05-28Add support for AT_RANDOM to keep glibc happy when it is builttom1-0/+15
2009-05-28Merge the DARWIN branch onto the trunk.njn1-0/+621
2009-05-19Sync m_initimg with the DARWIN branch.njn3-99/+188
2009-05-18Merged non-Darwin-specific parts of r9397,r9423,r9490, 9461, 9462 from thenjn1-6/+6
2009-03-15Fix all the non-VEX problems identified with the Clang Static Analyzer.njn1-0/+6
2009-03-10Updated copyright years.njn2-2/+2
2009-02-11Changed the way files are installed. Instead of going intonjn2-25/+29
2009-01-21- Split up m_ume.c into m_ume/{main,elf,script}.c. This will make mergingnjn1-5/+37
2008-12-03Assert that the guest state size is a multiple of 16, not 8.sewardj2-5/+5
2008-09-18Merge all remaining changes from branches/PTRCHECK. These are somesewardj2-11/+10
2008-07-07Merged FORMATCHECK branch (r8368) to trunk.bart1-2/+2
2008-05-01Merge branches/OTRACK_BY_INSTRUMENTATION into the trunk. This addssewardj2-12/+18
2008-02-11Update copyright dates ("200X-2007" --> "200X-2008").sewardj2-2/+2
2007-12-18Improve handling of programs which require very large main threadsewardj1-16/+19
2007-12-15Print a nice message if allocation of the stack fails, rather than justsewardj1-6/+20
2007-12-15When allocating space for the client stack on Linux, take notice ofsewardj1-2/+18
2007-04-29Add disclaimers.sewardj1-0/+5
2007-03-19Make ptrace-based launchers able to handle --help, --version etc.sewardj1-0/+4
2007-02-27Track recent XArray changes.sewardj1-6/+11
2007-02-25Get rid of the type XArrayStrings in m_clientstate and use new genericsewardj1-4/+11
2007-01-08Update copyright dates.sewardj2-2/+2
2006-11-17Redo the interface to m_initimg (module for setting up the initialsewardj2-124/+125
2006-10-17Merge r6102/6103:sewardj3-2/+1034
2006-10-15Move code that creates the initial Linux memory image (stack, env,sewardj1-0/+998