<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openslx-ng/ipxe.git/src/core/job.c, branch v1.20.1</title>
<subtitle>Fork of ipxe; additional commands and features</subtitle>
<id>https://git.openslx.org/openslx-ng/ipxe.git/atom/src/core/job.c?h=v1.20.1</id>
<link rel='self' href='https://git.openslx.org/openslx-ng/ipxe.git/atom/src/core/job.c?h=v1.20.1'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/'/>
<updated>2015-03-02T14:17:31+00:00</updated>
<entry>
<title>[legal] Relicense files under GPL2_OR_LATER_OR_UBDL</title>
<updated>2015-03-02T14:17:31+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2015-03-02T11:54:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=b6ee89ffb5029d02cb1d8668757fa2b74b11e0a3'/>
<id>urn:sha1:b6ee89ffb5029d02cb1d8668757fa2b74b11e0a3</id>
<content type='text'>
Relicense files for which I am the sole author (as identified by
util/relicense.pl).

Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[job] Allow job_progress() to return an ongoing job status code, if known</title>
<updated>2013-11-01T16:17:28+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2013-11-01T15:05:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=5674a3c087bf1bde65b61b6b0ca26035dd47baa3'/>
<id>urn:sha1:5674a3c087bf1bde65b61b6b0ca26035dd47baa3</id>
<content type='text'>
Some background jobs have a meaningful ongoing status code (e.g. the
current link status for a job waiting for a network link to come up).
Allow this to be exposed via the job_progress() method.

Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[legal] Update FSF mailing address in GPL licence texts</title>
<updated>2012-07-20T18:55:45+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2012-07-20T18:55:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=c3b4860ce3fb25b907a2ca3e46955df34c0ae9fd'/>
<id>urn:sha1:c3b4860ce3fb25b907a2ca3e46955df34c0ae9fd</id>
<content type='text'>
Suggested-by: Daniel P. Berrange &lt;berrange@redhat.com&gt;
Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[interface] Convert all job-control interfaces to generic interfaces</title>
<updated>2010-06-22T13:40:09+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2008-06-12T20:47:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=a03dd97e6b4c6d1d30ac9dc7e63f87402434d9bc'/>
<id>urn:sha1:a03dd97e6b4c6d1d30ac9dc7e63f87402434d9bc</id>
<content type='text'>
Remove job-control as an interface type, and replace job-control
interfaces with generic interfaces supporting the close() method.
(Both done() and kill() are absorbed into the function of close();
kill() is merely close(-ECANCELED).)

Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[build] Rename gPXE to iPXE</title>
<updated>2010-04-19T22:43:39+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2010-04-19T19:16:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=8406115834d38bb743e01f35bfd36e835532415e'/>
<id>urn:sha1:8406115834d38bb743e01f35bfd36e835532415e</id>
<content type='text'>
Access to the gpxe.org and etherboot.org domains and associated
resources has been revoked by the registrant of the domain.  Work
around this problem by renaming project from gPXE to iPXE, and
updating URLs to match.

Also update README, LOG and COPYRIGHTS to remove obsolete information.

Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[job] Add missing job_progress() interface method</title>
<updated>2009-08-31T18:33:05+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2009-08-31T18:33:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=0fc13add3196216cb440fbcee136903263a82f3f'/>
<id>urn:sha1:0fc13add3196216cb440fbcee136903263a82f3f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[legal] Add a selection of FILE_LICENCE declarations</title>
<updated>2009-05-18T07:33:25+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2009-05-01T14:41:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=c44a193d0d147ed6f98741124569864e516e9d4b'/>
<id>urn:sha1:c44a193d0d147ed6f98741124569864e516e9d4b</id>
<content type='text'>
Add FILE_LICENCE declarations to almost all files that make up the
various standard builds of gPXE.
</content>
</entry>
<entry>
<title>Unplug before sending close() message, to avoid screwing up interfaces</title>
<updated>2007-07-10T05:25:30+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2007-07-10T05:25:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=4075f7596bd7b879706516fd84f4acbf19a7d2c5'/>
<id>urn:sha1:4075f7596bd7b879706516fd84f4acbf19a7d2c5</id>
<content type='text'>
which respond to close with a reopen() (e.g. iSCSI).
</content>
</entry>
<entry>
<title>Added monojob controller in lieu of a full working shell.</title>
<updated>2007-06-28T13:53:12+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2007-06-28T13:53:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=6209d20779b48e19213715fecf3bc7014de8c401'/>
<id>urn:sha1:6209d20779b48e19213715fecf3bc7014de8c401</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Kill off job::start() (it was only ever added as part of an aborted</title>
<updated>2007-06-28T00:09:45+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2007-06-28T00:09:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=73fe1ba9ddbdd56bff220c01311280a0d73b0584'/>
<id>urn:sha1:73fe1ba9ddbdd56bff220c01311280a0d73b0584</id>
<content type='text'>
attempt at triggering TCP-related protocols to start).
</content>
</entry>
</feed>
