<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openslx-ng/ipxe.git/src/include/stdlib.h, branch v0.9.6</title>
<subtitle>Fork of ipxe; additional commands and features</subtitle>
<id>https://git.openslx.org/openslx-ng/ipxe.git/atom/src/include/stdlib.h?h=v0.9.6</id>
<link rel='self' href='https://git.openslx.org/openslx-ng/ipxe.git/atom/src/include/stdlib.h?h=v0.9.6'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/'/>
<updated>2008-11-19T19:12:53+00:00</updated>
<entry>
<title>[i386] Rename __cdecl to __asmcall</title>
<updated>2008-11-19T19:12:53+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2008-11-19T00:18:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=dc60c2414658f27b88f212bba8a36180ab8657fb'/>
<id>urn:sha1:dc60c2414658f27b88f212bba8a36180ab8657fb</id>
<content type='text'>
__cdecl is a misleading name, since it currently encapsulates both
cdecl and regparm(0) attributes.  Rename to __asmcall.
</content>
</entry>
<entry>
<title>[libc] Add function declaration for main() in stdlib.h</title>
<updated>2008-10-07T21:04:50+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2008-09-12T01:06:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=19a0452205baf114b505050d49ff6a826743954a'/>
<id>urn:sha1:19a0452205baf114b505050d49ff6a826743954a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use malloc attribute</title>
<updated>2007-08-20T18:29:50+00:00</updated>
<author>
<name>Holger Lubitz</name>
</author>
<published>2007-08-20T18:29:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=6f61e254dc801da7fab388ed4791ac9de73aaeba'/>
<id>urn:sha1:6f61e254dc801da7fab388ed4791ac9de73aaeba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Renamed _calloc() to zalloc(), ready to be used as a standalone function.</title>
<updated>2007-06-11T20:36:10+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2007-06-11T20:36:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=058b20052914ee2b0ccff4a89b71a61bf9d29a27'/>
<id>urn:sha1:058b20052914ee2b0ccff4a89b71a61bf9d29a27</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Split random number generation out into core/random.c, and create the</title>
<updated>2007-01-19T02:02:59+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2007-01-19T02:02:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=4256b3338a414d7f2e63b0be403d362a0782a707'/>
<id>urn:sha1:4256b3338a414d7f2e63b0be403d362a0782a707</id>
<content type='text'>
correct prototypes for srandom(), rand() and srand().
</content>
</entry>
<entry>
<title>Add missing prerequisite include</title>
<updated>2007-01-19T00:39:12+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2007-01-19T00:39:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=b02a564297afbc48f7eb1c9d0482b9a3c3ac0b25'/>
<id>urn:sha1:b02a564297afbc48f7eb1c9d0482b9a3c3ac0b25</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't always zero memory in malloc().  This saves around 2us on a</title>
<updated>2007-01-18T12:54:18+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2007-01-18T12:54:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=35776f481c02caa700369db0e884bd9f7c7d3c0e'/>
<id>urn:sha1:35776f481c02caa700369db0e884bd9f7c7d3c0e</id>
<content type='text'>
full-length PKB allocation.
</content>
</entry>
<entry>
<title>Fix prototype of random() and move to stdlib.h</title>
<updated>2006-12-22T01:44:51+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2006-12-22T01:44:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=73e3e02367e1b8aa45dd3d137ba81f94ee76f0f9'/>
<id>urn:sha1:73e3e02367e1b8aa45dd3d137ba81f94ee76f0f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added execv() and system().</title>
<updated>2006-12-08T01:23:11+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2006-12-08T01:23:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=f3d817d512f0f0a33f3476c11da657f7bbe3c2f5'/>
<id>urn:sha1:f3d817d512f0f0a33f3476c11da657f7bbe3c2f5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move ANSI C standard prototypes to stdlib.h; leave the gPXE-specific</title>
<updated>2006-12-02T20:10:21+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2006-12-02T20:10:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=3e0286dee3ae01047666f4944d304dbbee2e58a5'/>
<id>urn:sha1:3e0286dee3ae01047666f4944d304dbbee2e58a5</id>
<content type='text'>
function prototypes (e.g. malloc_dma()) in malloc.h.
</content>
</entry>
</feed>
