<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openslx-ng/ipxe.git/src/net/retry.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/net/retry.c?h=v0.9.6</id>
<link rel='self' href='https://git.openslx.org/openslx-ng/ipxe.git/atom/src/net/retry.c?h=v0.9.6'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/'/>
<updated>2008-10-12T14:11:20+00:00</updated>
<entry>
<title>[retry] Use a separate flag to indicate that a retry timer is running</title>
<updated>2008-10-12T14:11:20+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2008-10-12T14:04:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=f945d6d201901b204eceae0b8ee7d6a8d0912402'/>
<id>urn:sha1:f945d6d201901b204eceae0b8ee7d6a8d0912402</id>
<content type='text'>
Using start==0 to indicate a stopped timer is dangerous, because 0 is a
valid value for the current tick counter.
</content>
</entry>
<entry>
<title>[retry] Added configurable timeouts to retry timer</title>
<updated>2008-08-12T00:05:26+00:00</updated>
<author>
<name>Andrew Schran</name>
</author>
<published>2008-08-12T00:05:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=ff2b6a512d7a4f351e48dc9a042099a1010342a3'/>
<id>urn:sha1:ff2b6a512d7a4f351e48dc9a042099a1010342a3</id>
<content type='text'>
New min_timeout and max_timeout fields in struct retry_timer allow
users of this timer to set their own desired minimum and maximum
timeouts, without being constrained to a single global minimum and
maximum. Users of the timer can still elect to use the default global
values by leaving the min_timeout and max_timeout fields as 0.
</content>
</entry>
<entry>
<title>[retry] Add start_timer_fixed()</title>
<updated>2008-06-11T08:37:58+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2008-06-11T08:37:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=32e8ab4df028248665456e3d6a42e1285b332291'/>
<id>urn:sha1:32e8ab4df028248665456e3d6a42e1285b332291</id>
<content type='text'>
Allow for timers to be started with fixed timeouts.
</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>Add start_timer_nodelay()</title>
<updated>2007-08-13T17:59:00+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2007-08-13T17:59:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=0a3c2b80ea5171cc794131ce29b5cb8d209a4a49'/>
<id>urn:sha1:0a3c2b80ea5171cc794131ce29b5cb8d209a4a49</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use a linker-table based system to automatically mark and start up</title>
<updated>2007-07-03T19:09:14+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2007-07-03T19:09:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=fd86c819ba559760b9bf7eaca1b21a0fd81ef6b6'/>
<id>urn:sha1:fd86c819ba559760b9bf7eaca1b21a0fd81ef6b6</id>
<content type='text'>
permanent processes, rather than requiring each one to have its own
initialisation function.
</content>
</entry>
<entry>
<title>Modify process semantics; rescheduling is now automatic.</title>
<updated>2007-05-26T15:00:56+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2007-05-26T15:00:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=360110338147844bfa4612ae2d6351f1d1054626'/>
<id>urn:sha1:360110338147844bfa4612ae2d6351f1d1054626</id>
<content type='text'>
Add reference-counting to processes.

Add timer_running() test.
</content>
</entry>
<entry>
<title>Move start/stop/expire debug messages to DBG2() level.</title>
<updated>2007-01-09T17:39:52+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2007-01-09T17:39:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=8a268073a7c349ae820d8d4f1a3993fe6eedd636'/>
<id>urn:sha1:8a268073a7c349ae820d8d4f1a3993fe6eedd636</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added times to start/stop log messages</title>
<updated>2006-12-27T22:56:39+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2006-12-27T22:56:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=1a11cc5c5bf3c3cd3d646e2d5176eb5f5e3017f9'/>
<id>urn:sha1:1a11cc5c5bf3c3cd3d646e2d5176eb5f5e3017f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make start_timer() and stop_timer() robust against incorrect usage.</title>
<updated>2006-12-22T01:35:21+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2006-12-22T01:35:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=66a7ed23cb3fbfea574b79d3ca4aed9f626c6e3f'/>
<id>urn:sha1:66a7ed23cb3fbfea574b79d3ca4aed9f626c6e3f</id>
<content type='text'>
</content>
</entry>
</feed>
