<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openslx-ng/ipxe.git/src/commandline, branch master</title>
<subtitle>Fork of ipxe; additional commands and features</subtitle>
<id>https://git.openslx.org/openslx-ng/ipxe.git/atom/src/commandline?h=master</id>
<link rel='self' href='https://git.openslx.org/openslx-ng/ipxe.git/atom/src/commandline?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/'/>
<updated>2006-12-20T00:31:34+00:00</updated>
<entry>
<title>Move nvo_cmd.c to hci/commands.</title>
<updated>2006-12-20T00:31:34+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2006-12-20T00:31:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=a1685cb3e2ef4c3a808496576dfca0e216258566'/>
<id>urn:sha1:a1685cb3e2ef4c3a808496576dfca0e216258566</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Functionality now replaced by a combination of readline() and system().</title>
<updated>2006-12-20T00:27:11+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2006-12-20T00:27:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=4d0d275ce4e4e5dca6b77a7f590f4180c10d6242'/>
<id>urn:sha1:4d0d275ce4e4e5dca6b77a7f590f4180c10d6242</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Print welcome banner in bold (which will come out as bright white text</title>
<updated>2006-12-18T01:31:33+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2006-12-18T01:31:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=530bbf7cca1866f545797dda91b0437b236836f1'/>
<id>urn:sha1:530bbf7cca1866f545797dda91b0437b236836f1</id>
<content type='text'>
on the BIOS console, or genuine bold font on a xterm "serial" console),
just to prove the concept of the ANSI escape sequence handling.
</content>
</entry>
<entry>
<title>Added "clear" command</title>
<updated>2006-12-12T15:52:19+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2006-12-12T15:52:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=240c9512bbb49f0a307699b75bccdffcd574874b'/>
<id>urn:sha1:240c9512bbb49f0a307699b75bccdffcd574874b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added "exit" back in as a standardised command.</title>
<updated>2006-12-08T01:40:06+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2006-12-08T01:40:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=cc697eeb1f4a4fbd98cb86053c66932cd6095263'/>
<id>urn:sha1:cc697eeb1f4a4fbd98cb86053c66932cd6095263</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cmdlinelib.c now calls system() rather than doing its own tokenisation</title>
<updated>2006-12-08T01:26:11+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2006-12-08T01:26:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=7de5d32ff534191232039a275c68ad3552d8ff58'/>
<id>urn:sha1:7de5d32ff534191232039a275c68ad3552d8ff58</id>
<content type='text'>
(which was extremely heavy on calls to malloc()).

Moved include/command.h to include/gpxe/command.h, since it's
gPXE-specific.
</content>
</entry>
<entry>
<title>Tidy up some more output.  The command-line code needs some severe</title>
<updated>2006-12-05T10:27:16+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2006-12-05T10:27:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=c6060a8feaf61ec29f2723dd6268085608126e7f'/>
<id>urn:sha1:c6060a8feaf61ec29f2723dd6268085608126e7f</id>
<content type='text'>
overhauling, but this is not the time to do it.
</content>
</entry>
<entry>
<title>Slightly tidied up console messages.</title>
<updated>2006-12-05T10:14:58+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2006-12-05T10:14:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=e852f8e504a70348fe0259078db9926a452dacd1'/>
<id>urn:sha1:e852f8e504a70348fe0259078db9926a452dacd1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tied NVO commands into the human-interactable settings code that I</title>
<updated>2006-12-05T02:40:03+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2006-12-05T02:40:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=d041d74054e6f202e6780f28f1cbd3327b5a960e'/>
<id>urn:sha1:d041d74054e6f202e6780f28f1cbd3327b5a960e</id>
<content type='text'>
completely forgot I'd written ages ago.
</content>
</entry>
<entry>
<title>Added quick and dirty commands for testing the new NVO code.</title>
<updated>2006-12-04T23:40:35+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2006-12-04T23:40:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=d9f32726b46665165b9004797aebd58c7f2b03f4'/>
<id>urn:sha1:d9f32726b46665165b9004797aebd58c7f2b03f4</id>
<content type='text'>
</content>
</entry>
</feed>
