<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/gnu/lib/libmalloc, branch release/2.1.5</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F2.1.5</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F2.1.5'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>1995-06-13T18:05:17Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_2_1_0'.</title>
<updated>1995-06-13T18:05:17Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1995-06-13T18:05:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e506c6f0ea9f3b267e874555538b2f22b5778b8f'/>
<id>urn:sha1:e506c6f0ea9f3b267e874555538b2f22b5778b8f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove trailing whitespace.</title>
<updated>1995-05-30T05:05:38Z</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>1995-05-30T05:05:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4399be3cbd35324f7a2c00d77229d995b4022138'/>
<id>urn:sha1:4399be3cbd35324f7a2c00d77229d995b4022138</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Last commit was slightly half-baked; try again.  Use &lt;sys/cdefs.h&gt; to get</title>
<updated>1994-08-05T21:31:51Z</updated>
<author>
<name>Garrett Wollman</name>
<email>wollman@FreeBSD.org</email>
</author>
<published>1994-08-05T21:31:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=fed0531ef573250e76c941374a134d12c0396cbd'/>
<id>urn:sha1:fed0531ef573250e76c941374a134d12c0396cbd</id>
<content type='text'>
__P defined, rather than trying to do it ourselves.
</content>
</entry>
<entry>
<title>Use __GNU_P ratherthan __P.</title>
<updated>1994-08-04T20:53:14Z</updated>
<author>
<name>Garrett Wollman</name>
<email>wollman@FreeBSD.org</email>
</author>
<published>1994-08-04T20:53:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f785cf91ff7c3f3df57a31b7ecb6334981a3c862'/>
<id>urn:sha1:f785cf91ff7c3f3df57a31b7ecb6334981a3c862</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove explicit specification of SHLIB major and minor nos.</title>
<updated>1994-05-27T10:53:33Z</updated>
<author>
<name>Geoff Rehmet</name>
<email>csgr@FreeBSD.org</email>
</author>
<published>1994-05-27T10:53:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4c640372f4ccbae01d6098a99f91b413e9e88ade'/>
<id>urn:sha1:4c640372f4ccbae01d6098a99f91b413e9e88ade</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update version to 1.0</title>
<updated>1993-12-28T07:54:51Z</updated>
<author>
<name>Scott Mace</name>
<email>smace@FreeBSD.org</email>
</author>
<published>1993-12-28T07:54:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=16ffb43c0f071589f45c6a19d21dbba1697e2e7e'/>
<id>urn:sha1:16ffb43c0f071589f45c6a19d21dbba1697e2e7e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added</title>
<updated>1993-11-09T20:25:14Z</updated>
<author>
<name>Paul Richards</name>
<email>paul@FreeBSD.org</email>
</author>
<published>1993-11-09T20:25:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=68fb91760f3268199a6d61fbd25b8c5ac23078e2'/>
<id>urn:sha1:68fb91760f3268199a6d61fbd25b8c5ac23078e2</id>
<content type='text'>
SHLIB_MAJOR=0
SHLIB_MINOR=0
</content>
</entry>
<entry>
<title>merge free.c realloc.c into malloc.c so that all three are linked in</title>
<updated>1993-10-19T18:22:37Z</updated>
<author>
<name>Rich Murphey</name>
<email>rich@FreeBSD.org</email>
</author>
<published>1993-10-19T18:22:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=adb52cac6c1185b85575b808e62b9a6c5bde97da'/>
<id>urn:sha1:adb52cac6c1185b85575b808e62b9a6c5bde97da</id>
<content type='text'>
if any are referenced.

libc's malloc.o contains malloc(), free() and realloc().  And libc
refers to realloc which will cause the linker to pull in redundant
malloc() and free() definitions from malloc.o if it isn't already
linked in from GNU malloc.  Rich
</content>
</entry>
<entry>
<title>This is gnu lib malloc from NetBSD verbatium, here is the version info</title>
<updated>1993-09-24T13:03:39Z</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>1993-09-24T13:03:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=936298e2bddb792a19a9e26392c8b0a509fe9097'/>
<id>urn:sha1:936298e2bddb792a19a9e26392c8b0a509fe9097</id>
<content type='text'>
that Chris created:
this version of GNU malloc was obtained from prep.ai.mit.edu on
9/22/1993.  There was no version noted.
</content>
</entry>
</feed>
