Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1999-05-04 | Remove pregenerated info file | Stan Shebs | 1 | -219/+0 | |
1999-04-16 | Initial creation of sourceware repositorygdb-4_18-branchpoint | Stan Shebs | 25 | -0/+5513 | |
1999-04-16 | Initial creation of sourceware repository | Stan Shebs | 1 | -0/+219 | |
1999-04-16 | Initial creation of sourceware repository | Stan Shebs | 26 | -4833/+0 | |
1996-12-28 | * Makefile.in (mm.o): New target that combines all the functions | Fred Fish | 2 | -0/+38 | |
into a single object module. This avoids client programs picking up part of the allocation routines from mmalloc and part from libc, which can lead to undefined behavior. (CFILES): Add mm.c (TARGETOBJS): Define to be either the individual objects or the single combined object. (TARGETLIB): Create the archive using TARGETOBJS. * mm.c: New file that simply #includes the other source C files. | |||||
1996-09-05 | * configure configure.in: Don't default CC to cc. It causes problems | Stu Grossman | 1 | -0/+9 | |
when starting a compile in the mmalloc directory. | |||||
1996-07-13 | * mmap-sup.c (mmalloc_findbase): Change to not require /dev/zero | Fred Fish | 1 | -0/+5 | |
if MMAP_ANONYMOUS is available. | |||||
1996-07-11 | * detach.c (mmalloc_detach): Fix bug in computation of negative | Fred Fish | 3 | -1/+219 | |
brk value. * mmcheck.c (mmcheckf): Renamed from mmcheck and new FORCE argument added. Replaced hack that always allowed checking routines to be installed and enforce restriction that they have to be installed prior to allocating any memory on the used heap or the FORCE argument has to be non-NULL. (mmcheck): New function that calls mmcheckf with FORCE set to zero, for backwards compatibility. * mmalloc.c (malloc): Store result in local variable before returning it. Makes debugging much easier at negligible cost. * mmalloc.h (mmcheckf): Declare. * attach.c (reuse): Call mmcheckf rather than mmcheck. * mmap-sup.c (__mmalloc_mmap_morecore): Improve to allow mmap to select a base mapping address if none is otherwise given. (mmalloc_findbase): New function that user can call to find an available mapping address of a given size. | |||||
1996-06-25 | * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir): | Jason Molenda | 1 | -0/+21 | |
Use autoconf-set values. (docdir): Removed. * configure.in (AC_PREREQ): autoconf 2.5 or higher. * configure: Rebuilt. | |||||
1996-03-30 | * mmalloc.h (mmtrace): Add prototype. | Fred Fish | 1 | -0/+30 | |
1995-11-05 | * configure.in: AC_CHECK_HEADERS, not AC_CHECK_HEADER. | Jason Molenda | 3 | -6/+17 | |
Sigh. It's one of those days. | |||||
1995-11-05 | * configure.in: add check for stddef.h | Jason Molenda | 4 | -1/+36 | |
* mmalloc.h: include stddef.h if HAVE_STDDEF_H is defined. | |||||
1995-11-05 | * configure.in: add AC_HEADER_STDC check. | Jason Molenda | 5 | -369/+1070 | |
* mmalloc.h: check if STDC_HEADERS instead of __STDC__. * mmprivate.h: check if STDC_HEADERS instead of __STDC__. This change is necessary to build under AIX 3.2.5 w/ cc after Stan's Oct 24 change. I'm not convinced that changing mmalloc.h in this way is such a good thing--if a directory that doesn't use autoconf (or one that DOES use autoconf but doesn't put all the defines on the command line), and it includes mmalloc.h, the right thing won't happen. I believe gdb is the only directory which uses mmalloc, though, so it should be OK. | |||||
1995-10-24 | * mmprivate.h: Remove declarations (PTR, etc) that are already | Stan Shebs | 2 | -0/+386 | |
provided by ansidecl.h, include mmalloc.h earlier in file. | |||||
1995-05-04 | * Makefile.in, configure.in: Converted to use autoconf. | J.T. Conklin | 2 | -1/+13 | |
* configure: New file, generated with autoconf 2.3. * config/{mh-go32, mh-irix, mh-ncr3000, mh-sunos4, mh-sysv4}: Removed. | |||||
1994-10-28 | * mmprivate.h: New file, was mmalloc.h. | Stan Shebs | 2 | -5/+40 | |
(mmalloc.h): Include. * mmalloc.h: Remove all but declarations of mmalloc functions. (ansidecl.h): Include. * attach.c, et al: Include mmprivate.h instead of mmalloc.h. | |||||
1993-11-17 | * COPYING.LIB: New file (standard version 2 LGPL, as already cited | Jim Kingdon | 2 | -0/+482 | |
by the source files). | |||||
1993-11-01 | * mmalloc.texi: Fix typo ("for for" -> "for"). | Jim Kingdon | 1 | -0/+11 | |
1993-08-02 | Remove '.Sanitize' from explicit list of Things-to-lose. It is now implicitly | Fred Fish | 1 | -1/+0 | |
added to the list by Sanitize, unless Sanitize knows it needs to keep it. | |||||
1993-07-30 | Add .Sanitize to Things-to-lose list. | Fred Fish | 1 | -0/+1 | |
1993-07-30 | Add test1.c to Things-to-lose list. | Fred Fish | 1 | -0/+1 | |
1993-07-16 | * Makefile.in (TAGS): make work when srcdir != objdir. | Jim Kingdon | 2 | -26/+44 | |
1993-07-15 | * attach.c, detach.c: Include <sys/types.h> before <fcntl.h>. | Jim Kingdon | 1 | -0/+12 | |
1993-05-27 | added things-to-lose sections | K. Richard Pixley | 1 | -0/+4 | |
1993-05-04 | Add list of things explicitly sanitize away, and description of each. | Fred Fish | 1 | -0/+4 | |
1993-03-13 | consistent use of -solaris2* | David D. Zuhn | 1 | -0/+27 | |
1992-12-08 | recording file death | K. Richard Pixley | 2 | -2001/+0 | |
1992-10-02 | use canonical triple | David D. Zuhn | 2 | -9/+32 | |
1992-06-30 | Go ahead and make the TODO file part of the distribution, so we have a | Fred Fish | 1 | -0/+1 | |
recognized place to note things which are not yet implemented. | |||||
1992-06-30 | * mmalloc.h (struct mdesc): Add FIXME comments to point out the | Fred Fish | 2 | -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. | |||||
1992-06-29 | * mmtrace.c: Lint. | Fred Fish | 2 | -0/+176 | |
1992-06-13 | Avoid ANSI C "empty translation unit" idiocy. | John Gilmore | 1 | -0/+4 | |
1992-06-10 | * config/{mh-ncr3000, mh-sysv4}: Add definition for INSTALL using | Fred Fish | 1 | -0/+9 | |
/usr/ucb/install. | |||||
1992-04-21 | pass CFLAGS, remove MINUS_G, default CFLAGS to -g | K. Richard Pixley | 1 | -0/+11 | |
1992-04-17 | * TODO: New file. | Fred Fish | 2 | -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. | |||||
1992-04-11 | Recognize new ncr3000 config. Add MINUS_G macro, default to -g. | Fred Fish | 1 | -0/+8 | |
1992-04-08 | Remove obsolete README file, and update mmalloc.texi to closer reflect | Fred Fish | 1 | -1/+0 | |
reality. Minor fix to comment in mmalloc.c. Remove README from .Sanitize | |||||
1992-04-08 | Fix prototype for pointer to function to get more core. | Fred Fish | 1 | -0/+4 | |
1992-04-08 | Only redefine size_t and CHAR_BIT if they are not already defined. | Fred Fish | 2 | -3/+11 | |
1992-04-07 | keep mmalloc.texi | Roland Pesch | 1 | -0/+1 | |
1992-04-07 | Converted from Fred's original README; no changes in substance. | Roland Pesch | 1 | -0/+272 | |
1992-04-07 | Get rid of the other half of the ugly kludge as well... | Fred Fish | 1 | -5/+0 | |
1992-04-07 | Get rid of include of <stdlib.h>, which is not guaranteed to be present | Fred Fish | 2 | -17/+5 | |
even when __STDC__ is defined. This also causes the ugly malloc/realloc/etc kludge to go away. | |||||
1992-04-06 | * detach.c (mmalloc_detach): Arg should be PTR, not void *. | Stu Grossman | 1 | -0/+5 | |
Fixes complaints from non __STDC__ systems. | |||||
1992-04-01 | Add kludge to work around broken <stdlib.h> in gcc installation on Suns. | Fred Fish | 3 | -0/+736 | |
Fixup some comments in mcalloc, mfree, mmalloc, and mrealloc. | |||||
1992-03-27 | Document requirements for calling mmcheck to install corruption checking | Fred Fish | 3 | -0/+412 | |
hooks and set up to enforce the requirements. However, we still allow unconditional installation until some complications are resolved. | |||||
1992-03-25 | added standard targets, fixed install directories | K. Richard Pixley | 1 | -0/+4 | |
1992-03-15 | New memory malloc malloc library, based on GNU malloc. | Fred Fish | 15 | -0/+3018 | |