<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openslx-ng/ipxe.git/src/usr/imgmgmt.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/usr/imgmgmt.c?h=v0.9.6</id>
<link rel='self' href='https://git.openslx.org/openslx-ng/ipxe.git/atom/src/usr/imgmgmt.c?h=v0.9.6'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/'/>
<updated>2008-07-08T02:50:44+00:00</updated>
<entry>
<title>[image] Fail "imgexec"/"boot" if the image to execute is ambiguous</title>
<updated>2008-07-08T02:50:44+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2008-07-08T02:50:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=0436e417bcb9acd658b73a65172474a71eb12b83'/>
<id>urn:sha1:0436e417bcb9acd658b73a65172474a71eb12b83</id>
<content type='text'>
If there is more than one loaded image, refuse to automatically select
the image to execute.  There are at least two possible cases, with
different "correct" answers:

1. User loads image A by mistake, then loads image B and types "boot".
   User wants to execute image B.

2. User loads image A, then loads image B (which patches image A), then
   types "boot".  User wants to execute image A.

If a user actually wants to load multiple images, they must explicitly
specify which image is to be executed.
</content>
</entry>
<entry>
<title>Display name and status of each file as it is downloaded.</title>
<updated>2007-08-03T11:49:21+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2007-08-03T11:49:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=218651e1259da924a19db66e7cb9ae885075892f'/>
<id>urn:sha1:218651e1259da924a19db66e7cb9ae885075892f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow images to hold references to the originating URI.</title>
<updated>2007-08-02T19:18:32+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2007-08-02T19:18:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=d4947c05b27449b4320179d57028a0542fd1394f'/>
<id>urn:sha1:d4947c05b27449b4320179d57028a0542fd1394f</id>
<content type='text'>
Some shuffling around of the image management code; this needs tidying up.
</content>
</entry>
<entry>
<title>Removed debugging statements that should not have been checked in.</title>
<updated>2007-06-28T16:57:10+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2007-06-28T16:57:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=e4c9c91d6ee360d744e89924b90ffc4882a9ec22'/>
<id>urn:sha1:e4c9c91d6ee360d744e89924b90ffc4882a9ec22</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Quick hack to get image booting working again</title>
<updated>2007-06-28T16:55:29+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2007-06-28T16:55:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=4b08f4cf0f06b3345466f7d5d7ef4c04d45ecc56'/>
<id>urn:sha1:4b08f4cf0f06b3345466f7d5d7ef4c04d45ecc56</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Scripts temporarily deregister themselves while executing.  This</title>
<updated>2007-06-09T18:00:34+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2007-06-09T18:00:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=b256900d4f6fe187cb93ed91bbf12c723e6b9364'/>
<id>urn:sha1:b256900d4f6fe187cb93ed91bbf12c723e6b9364</id>
<content type='text'>
allows us to avoid execution loops without having to hack around the
image registration order.
</content>
</entry>
<entry>
<title>Keep HTTP progress updated, and display a progress indicator during the</title>
<updated>2007-01-29T04:19:45+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2007-01-29T04:19:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=bde8878eef55434428da0d8531c8c17d42867427'/>
<id>urn:sha1:bde8878eef55434428da0d8531c8c17d42867427</id>
<content type='text'>
download
</content>
</entry>
<entry>
<title>Use stdio.h instead of vsprintf.h</title>
<updated>2007-01-19T01:13:12+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2007-01-19T01:13:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=73b09ecba6dad0070e106a74eeed4bc388d60e02'/>
<id>urn:sha1:73b09ecba6dad0070e106a74eeed4bc388d60e02</id>
<content type='text'>
</content>
</entry>
<entry>
<title>HTTP/DNS now working fully asynchronously.  HTTP/IP addresses and any</title>
<updated>2007-01-18T03:39:45+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2007-01-18T03:39:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=dd6d94004f2cd33401978a91353f5c352caa1313'/>
<id>urn:sha1:dd6d94004f2cd33401978a91353f5c352caa1313</id>
<content type='text'>
other protocol won't work at the moment.
</content>
</entry>
<entry>
<title>Rename e{malloc,realloc,free} to u{malloc,realloc,free}, to more obviously</title>
<updated>2007-01-16T08:36:42+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2007-01-16T08:36:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=544fa259287a2b919d8ed05bc201a5133032ef05'/>
<id>urn:sha1:544fa259287a2b919d8ed05bc201a5133032ef05</id>
<content type='text'>
reflect the fact that they allocate and deallocate user memory (i.e.
things reached through a userptr_t).
</content>
</entry>
</feed>
