<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib/libc/stdlib/malloc.3, branch release/3.0.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F3.0.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F3.0.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>1999-01-21T00:55:32Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>1999-01-21T00:55:32Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1999-01-21T00:55:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2e61cbb7f50878e738849ea4384118c13733f09c'/>
<id>urn:sha1:2e61cbb7f50878e738849ea4384118c13733f09c</id>
<content type='text'>
'RELENG_3_0_0_RELEASE'.

This commit was manufactured to restore the state of the 3.0-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>o Don't reference non-existant function freealloc.</title>
<updated>1998-09-16T04:07:31Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>1998-09-16T04:07:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e70c6df9585ae3947e27e3cf45928a8f67a98dda'/>
<id>urn:sha1:e70c6df9585ae3947e27e3cf45928a8f67a98dda</id>
<content type='text'>
o Properly order things

Pointed out by: bde
</content>
</entry>
<entry>
<title>Add reallocf to the library.  This function is simliar to realloc, but</title>
<updated>1998-09-14T20:34:34Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>1998-09-14T20:34:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=94ad719cf47118069c9d840583e10ee17b5dfe50'/>
<id>urn:sha1:94ad719cf47118069c9d840583e10ee17b5dfe50</id>
<content type='text'>
when it returns NULL to indicate failure, it will also free the memory
that was passed to it, if that was non-null.

This does not change the semantics of realloc.

A second commit will be done to commit the conversion of those places in
the code that can safely use this to avoid memory leaks when confronted
with low memory situations.

Beaten-to-death-but-finally-approved-in: -current
</content>
</entry>
<entry>
<title>environmental -&gt; environment.</title>
<updated>1997-09-18T06:55:21Z</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>1997-09-18T06:55:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=34384756cd560fbdfacc1100579776ba7808d7be'/>
<id>urn:sha1:34384756cd560fbdfacc1100579776ba7808d7be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Malloc option H is now default.</title>
<updated>1997-08-27T06:40:34Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1997-08-27T06:40:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=cd15afa3e802b9c49edcb6751aeafaa703e39102'/>
<id>urn:sha1:cd15afa3e802b9c49edcb6751aeafaa703e39102</id>
<content type='text'>
</content>
</entry>
<entry>
<title>malloc_sysv used before initialized, reported in PR4002 by</title>
<updated>1997-07-01T18:39:38Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1997-07-01T18:39:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=db7f90903d3752feaa315aec450f7e589db0606e'/>
<id>urn:sha1:db7f90903d3752feaa315aec450f7e589db0606e</id>
<content type='text'>
Dmitrij Tejblum &lt;dima@tejblum.dnttm.rssi.ru&gt;

Various cleanup from Keith Bostic

Reinstate calloc() as a separate funtion, in its own source/object file.
leave the manpage integrated with malloc.3 and friends.  Too many things
were broken in this respect.

PR:		4002
Reviewed by:	phk
Submitted by:	Dmitrij Tejblum &lt;dima@tejblum.dnttm.rssi.ru&gt;
Submitted by:	Keith Bostic &lt;bostic@bostic.com&gt;
</content>
</entry>
<entry>
<title>Integrate calloc with the rest of the gang.</title>
<updated>1997-06-22T17:54:27Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1997-06-22T17:54:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e3553c0365db7315346fcc7df012818fbc126766'/>
<id>urn:sha1:e3553c0365db7315346fcc7df012818fbc126766</id>
<content type='text'>
Various portability and stylistic cleanups.
Kill MALLOC_STATS &amp; the 'D' option.
Fix the 'V' option.
Major overhaul of the man-page.
You milage should not vary.

Reviewed by:	Keith Bostic &lt;bostic@bostic.com&gt;
Submitted by:	Keith Bostic &lt;bostic@bostic.com&gt;
</content>
</entry>
<entry>
<title>Add yet an option, this time on how to deal with malloc(0) and realloc(ptr.0)</title>
<updated>1997-06-12T12:45:45Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1997-06-12T12:45:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7c5232c617e7ac5b125a22b9817ccbb28ba53164'/>
<id>urn:sha1:7c5232c617e7ac5b125a22b9817ccbb28ba53164</id>
<content type='text'>
Prompted by:	X11 &amp; XFree86
</content>
</entry>
<entry>
<title>Malloc flag X makes malloc behave like the canonical xmalloc() wrapper.</title>
<updated>1997-05-30T20:39:32Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1997-05-30T20:39:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7e2a8bde3e6e2474267217ee4108e1737fd4b4db'/>
<id>urn:sha1:7e2a8bde3e6e2474267217ee4108e1737fd4b4db</id>
<content type='text'>
Untested support for Solaris from John-Mark Gurney

Reviewed by:	phk
Submitted by:	(partially) John-Mark Gurney &lt;gurney_j@resnet.uoregon.edu&gt;
</content>
</entry>
<entry>
<title>Remove an extra comma.</title>
<updated>1997-03-22T23:48:12Z</updated>
<author>
<name>Mike Pritchard</name>
<email>mpp@FreeBSD.org</email>
</author>
<published>1997-03-22T23:48:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1c2eb98219a8a4b610c4fb8b9c90385ad6bf9016'/>
<id>urn:sha1:1c2eb98219a8a4b610c4fb8b9c90385ad6bf9016</id>
<content type='text'>
</content>
</entry>
</feed>
