Age | Commit message (Expand) | Author | Files | Lines |
2009-01-15 | Introduce a new type, PtrdiffT. Replace lots of uses of OffT (all those | njn | 2 | -7/+7 |
2008-10-27 | Speed up VG_(am_find_nsegment). This is kind-of required by r8712, | sewardj | 1 | -2/+60 |
2008-08-18 | The address space manager, and in particular the NSegment type, | sewardj | 3 | -35/+34 |
2008-05-01 | Merge branches/OTRACK_BY_INSTRUMENTATION into the trunk. This adds | sewardj | 1 | -4/+4 |
2008-02-11 | Update copyright dates ("200X-2007" --> "200X-2008"). | sewardj | 4 | -4/+4 |
2008-01-08 | Made the argument to VG_(am_get_filename) const as it doesn't need | tom | 1 | -1/+1 |
2007-12-22 | AIX5 counterpart to r7302: Improve handling of programs which require | sewardj | 1 | -3/+28 |
2007-04-29 | Add disclaimers. | sewardj | 1 | -0/+5 |
2007-01-08 | Update copyright dates. | sewardj | 4 | -4/+4 |
2007-01-07 | Merge r6480 (parse_procselfmaps: don't hand zero-length mappings to | sewardj | 1 | -3/+4 |
2006-12-30 | Merge (from 3_2_BRANCH) r6457/8 (Support 64k pages on ppc32/64-linux | sewardj | 1 | -1/+3 |
2006-12-01 | When being an 'inner valgrind' on 64-bit platforms, ensure the stack | sewardj | 1 | -1/+4 |
2006-10-17 | Merge r6105: | sewardj | 3 | -27/+2690 |
2006-10-14 | Split m_aspacemgr into a generic part and a Linux-specific part. | sewardj | 3 | -365/+559 |
2006-10-14 | Create a new module, m_vki, and move all knowledge about the kernel | sewardj | 1 | -0/+1 |
2006-10-14 | Create a new module, m_vkiscnums, and move all the system call numbers | sewardj | 1 | -1/+1 |
2006-09-11 | When unmapping segments from below aspacem_minAddr, convert them back | sewardj | 1 | -0/+4 |
2006-08-28 | Increase number of segnames available (Stu Robinson). | sewardj | 1 | -1/+1 |
2006-08-16 | Extra paranoia that should really have been committed in r6003. | sewardj | 1 | -0/+2 |
2006-08-16 | When handling mremap, disallow an expanding in-place remap if it would | sewardj | 1 | -0/+9 |
2006-08-16 | When a segment becomes free, and it is above aspacem_maxAddr, mark it | sewardj | 1 | -2/+29 |
2006-07-24 | Allow even more segments. | sewardj | 1 | -1/+1 |
2006-06-05 | Update copyright dates. | sewardj | 1 | -1/+1 |
2006-05-22 | When moving an address range add the new range before marking the old | tom | 1 | -13/+13 |
2006-05-22 | Validate the fnIdx for a file segment when doing a sanity check. | tom | 1 | -0/+2 |
2006-05-09 | Add a comment. | njn | 1 | -0/+1 |
2006-05-09 | Ignore offset information in anonymous mmap calls. Fixes bug #126722. | tom | 1 | -1/+1 |
2006-04-04 | Comment-only change. | sewardj | 1 | -2/+8 |
2006-04-03 | Don't use the presence of a filename to decide if a segment in the | tom | 1 | -4/+2 |
2006-03-29 | Hmm. Why is this file still here? (It got folded into aspacemgr.c | sewardj | 1 | -37/+0 |
2006-03-15 | A couple of initialisations to keep gcc-4.1.0 happy. | sewardj | 1 | -0/+2 |
2005-11-29 | Add framework for ppc64 support. Apologies in advance for the | sewardj | 1 | -1/+1 |
2005-11-13 | Hacks to enable self-hosting on amd64, so as to facilitate | sewardj | 1 | -2/+5 |
2005-11-13 | Make the address space manager use fstat64 when it is available. There | tom | 1 | -3/+46 |
2005-11-13 | Hacks needed for MontaVista Linux 3.1 (ppc32). | sewardj | 1 | -0/+5 |
2005-11-02 | The sloppyRXcheck logic in the sync checker was not correct - it was | tom | 1 | -18/+21 |
2005-11-01 | Whitespace only change (test commit to see if auto-mail-on-commit is | sewardj | 1 | -1/+2 |
2005-11-01 | Fix a couple of gcc warnings following recent coredumping changes | sewardj | 1 | -3/+3 |
2005-10-31 | Get core dumping working again - the architecture specific code that | tom | 1 | -7/+15 |
2005-10-15 | Add comments re loss of pointercheck. | sewardj | 1 | -0/+10 |
2005-10-14 | Add a large comment giving an overview of what it does and how it | sewardj | 1 | -0/+198 |
2005-10-11 | Make sync checking work on recent x86 kernels (eg SuSE 10) which mark | sewardj | 1 | -11/+30 |
2005-10-06 | Adjustments to the sync-checker: | sewardj | 1 | -5/+22 |
2005-10-04 | Create a new SkShmC segment type for shared memory segments so that we | tom | 1 | -5/+43 |
2005-10-04 | Check permissions when sanity checking the segment list against | tom | 1 | -2/+9 |
2005-10-02 | Plumb 64-bit file offsets throughout the address space manager. | sewardj | 1 | -8/+26 |
2005-09-30 | Removed surplus parenthesis. | tom | 1 | -1/+1 |
2005-09-30 | Rationalise the mmap system call handling - after examining the kernel | tom | 1 | -14/+3 |
2005-09-29 | Fix a very stupid bug in the new aspacemgr, in which mmap "hint-style" | sewardj | 1 | -8/+33 |
2005-09-28 | Increase some sizes to deal better with the new multigigabyte world: | sewardj | 1 | -2/+2 |