aboutsummaryrefslogtreecommitdiff
path: root/coregrind/m_aspacemgr
AgeCommit message (Expand)Author
2009-05-20DARWIN sync: UInt -> Int.njn
2009-05-18Merged non-Darwin-specific parts of r9397,r9423,r9490, 9461, 9462 from thenjn
2009-05-04Merge r9754 (#includes tweak) from the DARWIN branch. Also remove anjn
2009-05-04Merged r9750, r9751 (remove m_aspacemgr layering violation) from the DARWINnjn
2009-03-15Fix all the non-VEX problems identified with the Clang Static Analyzer.njn
2009-03-10Updated copyright years.njn
2009-01-15Introduce a new type, PtrdiffT. Replace lots of uses of OffT (all thosenjn
2008-10-27Speed up VG_(am_find_nsegment). This is kind-of required by r8712,sewardj
2008-08-18The address space manager, and in particular the NSegment type,sewardj
2008-05-01Merge branches/OTRACK_BY_INSTRUMENTATION into the trunk. This addssewardj
2008-02-11Update copyright dates ("200X-2007" --> "200X-2008").sewardj
2008-01-08Made the argument to VG_(am_get_filename) const as it doesn't needtom
2007-12-22AIX5 counterpart to r7302: Improve handling of programs which requiresewardj
2007-04-29Add disclaimers.sewardj
2007-01-08Update copyright dates.sewardj
2007-01-07Merge r6480 (parse_procselfmaps: don't hand zero-length mappings tosewardj
2006-12-30Merge (from 3_2_BRANCH) r6457/8 (Support 64k pages on ppc32/64-linuxsewardj
2006-12-01When being an 'inner valgrind' on 64-bit platforms, ensure the stacksewardj
2006-10-17Merge r6105:sewardj
2006-10-14Split m_aspacemgr into a generic part and a Linux-specific part.sewardj
2006-10-14Create a new module, m_vki, and move all knowledge about the kernelsewardj
2006-10-14Create a new module, m_vkiscnums, and move all the system call numberssewardj
2006-09-11When unmapping segments from below aspacem_minAddr, convert them backsewardj
2006-08-28Increase number of segnames available (Stu Robinson).sewardj
2006-08-16Extra paranoia that should really have been committed in r6003.sewardj
2006-08-16When handling mremap, disallow an expanding in-place remap if it wouldsewardj
2006-08-16When a segment becomes free, and it is above aspacem_maxAddr, mark itsewardj
2006-07-24Allow even more segments.sewardj
2006-06-05Update copyright dates.sewardj
2006-05-22When moving an address range add the new range before marking the oldtom
2006-05-22Validate the fnIdx for a file segment when doing a sanity check.tom
2006-05-09Add a comment.njn
2006-05-09Ignore offset information in anonymous mmap calls. Fixes bug #126722.tom
2006-04-04Comment-only change.sewardj
2006-04-03Don't use the presence of a filename to decide if a segment in thetom
2006-03-29Hmm. Why is this file still here? (It got folded into aspacemgr.csewardj
2006-03-15A couple of initialisations to keep gcc-4.1.0 happy.sewardj
2005-11-29Add framework for ppc64 support. Apologies in advance for thesewardj
2005-11-13Hacks to enable self-hosting on amd64, so as to facilitatesewardj
2005-11-13Make the address space manager use fstat64 when it is available. Theretom
2005-11-13Hacks needed for MontaVista Linux 3.1 (ppc32).sewardj
2005-11-02The sloppyRXcheck logic in the sync checker was not correct - it was tom
2005-11-01Whitespace only change (test commit to see if auto-mail-on-commit is sewardj
2005-11-01Fix a couple of gcc warnings following recent coredumping changessewardj
2005-10-31Get core dumping working again - the architecture specific code that tom
2005-10-15Add comments re loss of pointercheck.sewardj
2005-10-14Add a large comment giving an overview of what it does and how itsewardj
2005-10-11Make sync checking work on recent x86 kernels (eg SuSE 10) which marksewardj
2005-10-06Adjustments to the sync-checker:sewardj
2005-10-04Create a new SkShmC segment type for shared memory segments so that wetom