summaryrefslogtreecommitdiff
path: root/mmalloc/attach.c
Commit message (Collapse)AuthorAgeFilesLines
* 2006-05-04 Steve Ellcey <sje@cup.hp.com>Daniel Jacobowitz2006-05-041-221/+0
| | | | * blt, iwidgets, mmalloc: Remove directories.
* From 2000-02-17 RodneyBrown@pmsc.com:Andrew Cagney2000-02-181-1/+4
| | | | | mm.c, attach.c, mmap-sup.c, sbrk-sup.c: Include <unistd.h> for sbrk and lseek declarations.
* Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1999-04-161-0/+218
|
* Initial creation of sourceware repositoryStan Shebs1999-04-161-216/+0
|
* * mmalloc.h (struct mdesc): Add FIXME comments to point out theFred Fish1992-06-301-6/+14
| | | | | | | need to save some data on a per-process basis for mapped regions that are shared. * attach.c (reuse): Update the morecore field for reused mapped regions to be correct for the current process.
* Document requirements for calling mmcheck to install corruption checkingFred Fish1992-03-271-0/+208
hooks and set up to enforce the requirements. However, we still allow unconditional installation until some complications are resolved.