<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openslx-ng/ipxe.git/src/core/misc.c, 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/core/misc.c?h=v0.9.6</id>
<link rel='self' href='https://git.openslx.org/openslx-ng/ipxe.git/atom/src/core/misc.c?h=v0.9.6'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/'/>
<updated>2008-03-18T03:14:05+00:00</updated>
<entry>
<title>[libc] Fix a validation bug in strtoul()</title>
<updated>2008-03-18T03:14:05+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2008-03-18T03:14:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=6fe585642a79c071ed3657547acc9d4133c7abf8'/>
<id>urn:sha1:6fe585642a79c071ed3657547acc9d4133c7abf8</id>
<content type='text'>
strtoul() was accepting the characters immediately above ASCII 0..9 as
valid hex digits, due to a missing comparison.
</content>
</entry>
<entry>
<title>Modify gPXE core and drivers to work with the new timer subsystem</title>
<updated>2008-03-02T00:41:10+00:00</updated>
<author>
<name>Alexey Zaytsev</name>
</author>
<published>2008-03-02T00:41:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=a1572e0ab0f5fab9a1f0185ded593bec811aa175'/>
<id>urn:sha1:a1572e0ab0f5fab9a1f0185ded593bec811aa175</id>
<content type='text'>
Signed-off-by: Alexey Zaytsev &lt;alexey.zaytsev@gmail.com&gt;
</content>
</entry>
<entry>
<title>Introduce the new timer subsystem.</title>
<updated>2008-03-02T00:15:07+00:00</updated>
<author>
<name>Alexey Zaytsev</name>
</author>
<published>2007-12-01T04:07:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=4006d229e50204c93c1aa04c58385ce2e66d597e'/>
<id>urn:sha1:4006d229e50204c93c1aa04c58385ce2e66d597e</id>
<content type='text'>
	Timer subsystem initialization code in core/timer.c

	Split the BIOS and RTDSC timer drivers from i386_timer.c

	Split arch/i386/firmware/pcbios/bios.c into the RTSDC
	timer driver and arch/i386/core/nap.c

	Split the headers properly:
		include/unistd.h - delay functions to be used by the
					gPXE core and drivers.

		include/gpxe/timer.h - the fimer subsystem interface
					to be used by the timer drivers
					and currticks() to be used by
					the code gPXE subsystems.

		include/latch.h	- removed
		include/timer.h - scheduled for removal. Some driver
					are using currticks, which is
					only for core subsystems.

Signed-off-by: Alexey Zaytsev &lt;alexey.zaytsev@gmail.com&gt;
</content>
</entry>
<entry>
<title>Dead code removal.</title>
<updated>2007-07-14T14:42:26+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2007-07-14T14:42:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=e330db3c749c3ee638e8d652c5c3ae08c13af8e5'/>
<id>urn:sha1:e330db3c749c3ee638e8d652c5c3ae08c13af8e5</id>
<content type='text'>
Kill off use of etherboot.h outside drivers/net.
</content>
</entry>
<entry>
<title>Warnings purge of src/core</title>
<updated>2007-07-02T19:26:40+00:00</updated>
<author>
<name>Marty Connor</name>
</author>
<published>2007-07-02T19:26:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=bf871c4d03f1dd00a196e15df5267e8be0c8878c'/>
<id>urn:sha1:bf871c4d03f1dd00a196e15df5267e8be0c8878c</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>Make shutdown functions callable by OS image's exec methods.</title>
<updated>2007-01-14T00:16:41+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2007-01-14T00:16:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=c2708df14ae58e45626525d930c6d5560f28500a'/>
<id>urn:sha1:c2708df14ae58e45626525d930c6d5560f28500a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added isspace() and made strtoul() accept whitespace, as per POSIX.</title>
<updated>2007-01-12T19:11:28+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2007-01-12T19:11:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=ca3db0bf111f57cddba99872ae3153253e446f4a'/>
<id>urn:sha1:ca3db0bf111f57cddba99872ae3153253e446f4a</id>
<content type='text'>
</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>Fix prototype of sleep() and move it to unistd.h</title>
<updated>2006-12-20T03:14:59+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2006-12-20T03:14:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=637a891264f4f81533e58f1b5ed850324ddfb134'/>
<id>urn:sha1:637a891264f4f81533e58f1b5ed850324ddfb134</id>
<content type='text'>
</content>
</entry>
</feed>
