summaryrefslogtreecommitdiffstats
path: root/mmalloc
Commit message (Collapse)AuthorAgeFilesLines
* * COPYING.LIB: New file (standard version 2 LGPL, as already citedJim Kingdon1993-11-172-0/+482
| | | | by the source files).
* * mmalloc.texi: Fix typo ("for for" -> "for").Jim Kingdon1993-11-011-0/+11
|
* Remove '.Sanitize' from explicit list of Things-to-lose. It is now implicitlyFred Fish1993-08-021-1/+0
| | | | added to the list by Sanitize, unless Sanitize knows it needs to keep it.
* Add .Sanitize to Things-to-lose list.Fred Fish1993-07-301-0/+1
|
* Add test1.c to Things-to-lose list.Fred Fish1993-07-301-0/+1
|
* * Makefile.in (TAGS): make work when srcdir != objdir.Jim Kingdon1993-07-162-26/+44
|
* * attach.c, detach.c: Include <sys/types.h> before <fcntl.h>.Jim Kingdon1993-07-151-0/+12
|
* added things-to-lose sectionsK. Richard Pixley1993-05-271-0/+4
|
* Add list of things explicitly sanitize away, and description of each.Fred Fish1993-05-041-0/+4
|
* consistent use of -solaris2*David D. Zuhn1993-03-131-0/+27
|
* recording file deathK. Richard Pixley1992-12-082-2001/+0
|
* use canonical tripleDavid D. Zuhn1992-10-022-9/+32
|
* Go ahead and make the TODO file part of the distribution, so we have aFred Fish1992-06-301-0/+1
| | | | recognized place to note things which are not yet implemented.
* * mmalloc.h (struct mdesc): Add FIXME comments to point out theFred Fish1992-06-302-6/+22
| | | | | | | 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.
* * mmtrace.c: Lint.Fred Fish1992-06-292-0/+176
|
* Avoid ANSI C "empty translation unit" idiocy.John Gilmore1992-06-131-0/+4
|
* * config/{mh-ncr3000, mh-sysv4}: Add definition for INSTALL usingFred Fish1992-06-101-0/+9
| | | | /usr/ucb/install.
* pass CFLAGS, remove MINUS_G, default CFLAGS to -gK. Richard Pixley1992-04-211-0/+11
|
* * TODO: New file.Fred Fish1992-04-172-0/+84
| | | | | * attach.c, mcalloc.c, mfree.c, mmalloc.c, mmalloc.h, mmap-sup.c, mmcheck.c, mtrace.c, mrealloc.c, mvalloc.c, sbrk-sup.c: Lint.
* Recognize new ncr3000 config. Add MINUS_G macro, default to -g.Fred Fish1992-04-111-0/+8
|
* Remove obsolete README file, and update mmalloc.texi to closer reflectFred Fish1992-04-081-1/+0
| | | | reality. Minor fix to comment in mmalloc.c. Remove README from .Sanitize
* Fix prototype for pointer to function to get more core.Fred Fish1992-04-081-0/+4
|
* Only redefine size_t and CHAR_BIT if they are not already defined.Fred Fish1992-04-082-3/+11
|
* keep mmalloc.texiRoland Pesch1992-04-071-0/+1
|
* Converted from Fred's original README; no changes in substance.Roland Pesch1992-04-071-0/+272
|
* Get rid of the other half of the ugly kludge as well...Fred Fish1992-04-071-5/+0
|
* Get rid of include of <stdlib.h>, which is not guaranteed to be presentFred Fish1992-04-072-17/+5
| | | | | even when __STDC__ is defined. This also causes the ugly malloc/realloc/etc kludge to go away.
* * detach.c (mmalloc_detach): Arg should be PTR, not void *.Stu Grossman1992-04-061-0/+5
| | | | Fixes complaints from non __STDC__ systems.
* Add kludge to work around broken <stdlib.h> in gcc installation on Suns.Fred Fish1992-04-013-0/+736
| | | | Fixup some comments in mcalloc, mfree, mmalloc, and mrealloc.
* Document requirements for calling mmcheck to install corruption checkingFred Fish1992-03-273-0/+412
| | | | | hooks and set up to enforce the requirements. However, we still allow unconditional installation until some complications are resolved.
* added standard targets, fixed install directoriesK. Richard Pixley1992-03-251-0/+4
|
* New memory malloc malloc library, based on GNU malloc.Fred Fish1992-03-1515-0/+3018
OpenPOWER on IntegriCloud