<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openslx-ng/ipxe.git/src/core/heap.c, branch openslx</title>
<subtitle>Fork of ipxe; additional commands and features</subtitle>
<id>https://git.openslx.org/openslx-ng/ipxe.git/atom/src/core/heap.c?h=openslx</id>
<link rel='self' href='https://git.openslx.org/openslx-ng/ipxe.git/atom/src/core/heap.c?h=openslx'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/'/>
<updated>2007-07-03T22:09:56+00:00</updated>
<entry>
<title>Separated out initialisation functions from startup/shutdown functions.</title>
<updated>2007-07-03T22:09:56+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2007-07-03T22:09:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=89349d7fad252f0b36be4a764369e6dd40a2e692'/>
<id>urn:sha1:89349d7fad252f0b36be4a764369e6dd40a2e692</id>
<content type='text'>
</content>
</entry>
<entry>
<title>SSL requires inordinately large data storage</title>
<updated>2007-02-01T07:22:13+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2007-02-01T07:22:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=abccb8b63c1b3908d5a93ba8c56c130d0784aa06'/>
<id>urn:sha1:abccb8b63c1b3908d5a93ba8c56c130d0784aa06</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move include/malloc.h to include/gpxe/malloc.h, since everything in there</title>
<updated>2007-01-18T20:11:04+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2007-01-18T20:11:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=6d4e37cf42a16c1e0b2393efe4902a2030907dbe'/>
<id>urn:sha1:6d4e37cf42a16c1e0b2393efe4902a2030907dbe</id>
<content type='text'>
is now gPXE-specific.  (The standard malloc() et al have been in stdlib.h
for a while).

Add free memory counter.
</content>
</entry>
<entry>
<title>Tear out old heap code, replace with code that simply allocates memory</title>
<updated>2006-05-16T15:00:36+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2006-05-16T15:00:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=0afa9db2deb36bd249e54549e200af25a91495ab'/>
<id>urn:sha1:0afa9db2deb36bd249e54549e200af25a91495ab</id>
<content type='text'>
for use by malloc().

This breaks the image-loading code (which previously used the heap to
allocate the buffer for downloading the image), but that's not a major
concern since I'm going to tear out all the image formats within the next
couple of days anyway.  Byebye, NBI!  :)
</content>
</entry>
<entry>
<title>Move init.h to gpxe/init.h.</title>
<updated>2006-04-30T01:08:52+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2006-04-30T01:08:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=352bf1bda2d4c0d08e9b674702d8ba754f4d1747'/>
<id>urn:sha1:352bf1bda2d4c0d08e9b674702d8ba754f4d1747</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Assertions are now handled via the POSIX-like &lt;assert.h&gt;.</title>
<updated>2006-03-23T19:33:57+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2006-03-23T19:33:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=af23ff8a24a9de9b725335527529e5cc743311eb'/>
<id>urn:sha1:af23ff8a24a9de9b725335527529e5cc743311eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use shared symbols for heap_ptr and heap_end</title>
<updated>2005-05-17T13:35:43+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2005-05-17T13:35:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=3ce6504f14855f40bc5f8aff09e53875d53993e4'/>
<id>urn:sha1:3ce6504f14855f40bc5f8aff09e53875d53993e4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add realloc, since the load buffer code requires it.</title>
<updated>2005-05-13T13:20:16+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2005-05-13T13:20:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=5c8ea0b93acadd56edea07ba052759b4e637e77b'/>
<id>urn:sha1:5c8ea0b93acadd56edea07ba052759b4e637e77b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added debugging</title>
<updated>2005-05-13T11:24:02+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2005-05-13T11:24:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=59a16629787d0907fe7aa616d5f64a71bde0dcc3'/>
<id>urn:sha1:59a16629787d0907fe7aa616d5f64a71bde0dcc3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tidied up init_heap()</title>
<updated>2005-05-13T11:16:14+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2005-05-13T11:16:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=42250e9b1a1c2f0d030cd102e8a6e14975e004af'/>
<id>urn:sha1:42250e9b1a1c2f0d030cd102e8a6e14975e004af</id>
<content type='text'>
</content>
</entry>
</feed>
