<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openslx-ng/ipxe.git/src/core/getopt.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/getopt.c?h=v1.20.1</id>
<link rel='self' href='https://git.openslx.org/openslx-ng/ipxe.git/atom/src/core/getopt.c?h=v1.20.1'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/'/>
<updated>2015-03-02T14:50:42+00:00</updated>
<entry>
<title>[legal] Relicense files under GPL2_OR_LATER_OR_UBDL</title>
<updated>2015-03-02T14:50:42+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2015-03-02T12:28:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=626ccf76eafeaf22144e36bb3822766b08b5443e'/>
<id>urn:sha1:626ccf76eafeaf22144e36bb3822766b08b5443e</id>
<content type='text'>
Relicence files with kind permission from the following contributors:

  Alex Williamson &lt;alex.williamson@redhat.com&gt;
  Eduardo Habkost &lt;ehabkost@redhat.com&gt;
  Greg Jednaszewski &lt;jednaszewski@gmail.com&gt;
  H. Peter Anvin &lt;hpa@zytor.com&gt;
  Marin Hannache &lt;git@mareo.fr&gt;
  Robin Smidsrød &lt;robin@smidsrod.no&gt;
  Shao Miller &lt;sha0.miller@gmail.com&gt;
  Thomas Horsten &lt;thomas@horsten.com&gt;

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>[getopt] Accept "--" as an end-of-options marker</title>
<updated>2011-11-02T00:23:57+00:00</updated>
<author>
<name>Marin Hannache</name>
</author>
<published>2011-11-02T00:22:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=be90241ec292ba561562827b2685d2881bc92b5e'/>
<id>urn:sha1:be90241ec292ba561562827b2685d2881bc92b5e</id>
<content type='text'>
Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</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>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>Do not go past the end of the argv[] array.</title>
<updated>2007-01-14T02:01:26+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2007-01-14T02:01:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=98240d99f01edb9f211af4dfb5da53ea0d3b81e5'/>
<id>urn:sha1:98240d99f01edb9f211af4dfb5da53ea0d3b81e5</id>
<content type='text'>
This bug found by setting read and write watchpoints at NULL in bochs.
</content>
</entry>
<entry>
<title>Use common symbols to avoid dragging in getopt.o unless a getopt-using</title>
<updated>2006-12-19T16:27:15+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2006-12-19T16:27:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=70d20c4e7a156e3161b2578d3b048ae45f23f02a'/>
<id>urn:sha1:70d20c4e7a156e3161b2578d3b048ae45f23f02a</id>
<content type='text'>
command is linked in.
</content>
</entry>
<entry>
<title>Added a functional version of getopt() and getopt_long(), ready for use</title>
<updated>2006-12-07T03:54:57+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2006-12-07T03:54:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=be0cd1cddd18a29264091fabc69bf2ec7a1f2cd2'/>
<id>urn:sha1:be0cd1cddd18a29264091fabc69bf2ec7a1f2cd2</id>
<content type='text'>
in our commands.
</content>
</entry>
</feed>
