<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/syslinux.git/com32/modules, branch syslinux-3.7x</title>
<subtitle>git.kernel.org: pub/scm/boot/syslinux/syslinux.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/'/>
<entry>
<title>Makefiles: try to make "make install" do the right thing</title>
<updated>2009-04-06T23:33:43+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2009-04-06T23:33:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=b8f63328eb3061c23fd748964662f72220b408f6'/>
<id>b8f63328eb3061c23fd748964662f72220b408f6</id>
<content type='text'>
One more attempt at getting semi-sanity to "make install".
Realistically, the install/netinstall/install-all/... needs to be
pushed into the com32 Makefiles, but this is at least a quick hack.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
One more attempt at getting semi-sanity to "make install".
Realistically, the install/netinstall/install-all/... needs to be
pushed into the com32 Makefiles, but this is at least a quick hack.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright notices; add Intel notices where appropriate</title>
<updated>2009-04-04T21:48:10+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2009-04-04T21:48:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=390a4bf409a4574fe3272adf9f873ef78b78c167'/>
<id>390a4bf409a4574fe3272adf9f873ef78b78c167</id>
<content type='text'>
Update copyright notices.  Per agreement with my new employer, Intel
Corporation, add Intel copyright notices where appropriate.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update copyright notices.  Per agreement with my new employer, Intel
Corporation, add Intel copyright notices where appropriate.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>pci: Rename get_module_name_from_pci_ids</title>
<updated>2009-03-29T19:28:23+00:00</updated>
<author>
<name>Erwan Velu</name>
<email>erwan.velu@free.fr</email>
</author>
<published>2009-03-29T19:28:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=c4ddb8c11aadc695940715be3420c1a97364935a'/>
<id>c4ddb8c11aadc695940715be3420c1a97364935a</id>
<content type='text'>
Impact: none

Rename get_module_name_from_pci_ids to get_module_name_from_pcimap since
the module names are read from the modules.pcimap and not pci.ids file.

Signed-off-by: Sebastian Herbszt (herbszt@gmx.de)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Impact: none

Rename get_module_name_from_pci_ids to get_module_name_from_pcimap since
the module names are read from the modules.pcimap and not pci.ids file.

Signed-off-by: Sebastian Herbszt (herbszt@gmx.de)
</pre>
</div>
</content>
</entry>
<entry>
<title>pci modules: Check for pci_scan() == NULL.</title>
<updated>2009-03-23T09:15:11+00:00</updated>
<author>
<name>Erwan Velu</name>
<email>erwan.velu@free.fr</email>
</author>
<published>2009-03-23T09:15:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=83c407350cecf2e21ddead2c872acf720e719af3'/>
<id>83c407350cecf2e21ddead2c872acf720e719af3</id>
<content type='text'>
Impact: we don't have to grab more details if pci_scan returns NULL

Signed-off-by: Sebastian Herbszt (herbszt@gmx.de)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Impact: we don't have to grab more details if pci_scan returns NULL

Signed-off-by: Sebastian Herbszt (herbszt@gmx.de)
</pre>
</div>
</content>
</entry>
<entry>
<title>cmd.c32: simplify by passing the unparsed command line</title>
<updated>2009-03-14T23:18:44+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2009-03-14T23:18:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=1cb786fc4c9a11179b73d6f5005a2bd990a51b92'/>
<id>1cb786fc4c9a11179b73d6f5005a2bd990a51b92</id>
<content type='text'>
Instead of parsing and unparsing the command line, just pass the raw
command line the way we already have it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of parsing and unparsing the command line, just pass the raw
command line the way we already have it.
</pre>
</div>
</content>
</entry>
<entry>
<title>cmd.c32: use strpcpy() instead of sprintf()</title>
<updated>2009-03-13T04:23:54+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2009-03-13T04:23:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=7a708f025b241d8aca62014ebe7279fc605b1a46'/>
<id>7a708f025b241d8aca62014ebe7279fc605b1a46</id>
<content type='text'>
Make the cmd.c32 module a lot smaller (and avoid a warning) by using
strpcpy() instead of sprintf().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make the cmd.c32 module a lot smaller (and avoid a warning) by using
strpcpy() instead of sprintf().
</pre>
</div>
</content>
</entry>
<entry>
<title>Moving dmi &amp; cpuid stuff to gpl subdirs</title>
<updated>2009-03-12T21:40:38+00:00</updated>
<author>
<name>Erwan Velu</name>
<email>erwan.velu@free.fr</email>
</author>
<published>2009-03-12T21:40:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=be15fb5e6fe184eb1bb725f229e157a7d1967986'/>
<id>be15fb5e6fe184eb1bb725f229e157a7d1967986</id>
<content type='text'>
Fixing copyrights
Moving dmi includes to gplinclude/dmi
Moving dmi code to gpllib/dmi/
Moving cpuid includes to gplinclude/
Moving cpuid code to gpllib/
Fixing Makefiles accordingly
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixing copyrights
Moving dmi includes to gplinclude/dmi
Moving dmi code to gpllib/dmi/
Moving cpuid includes to gplinclude/
Moving cpuid code to gpllib/
Fixing Makefiles accordingly
</pre>
</div>
</content>
</entry>
<entry>
<title>Add gpllib, gplinclude</title>
<updated>2009-03-12T18:39:57+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2009-03-12T18:39:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=30e642826f25c07ae13138c0dabee1287f4c52c3'/>
<id>30e642826f25c07ae13138c0dabee1287f4c52c3</id>
<content type='text'>
Add separate gpllib and gplinclude directories, and have a NOGPL
variable in MCONFIG that can be set to exclude these directories.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add separate gpllib and gplinclude directories, and have a NOGPL
variable in MCONFIG that can be set to exclude these directories.
</pre>
</div>
</content>
</entry>
<entry>
<title>PCI: flexible modules.pcimap &amp; pci.ids paths</title>
<updated>2009-03-11T20:28:25+00:00</updated>
<author>
<name>Erwan Velu</name>
<email>erwan.velu@free.fr</email>
</author>
<published>2009-03-11T20:28:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=9c9636ce7596a4c72e3e36bb9afd19890ff2daed'/>
<id>9c9636ce7596a4c72e3e36bb9afd19890ff2daed</id>
<content type='text'>
While detecting the pci names, class name &amp; kernel modules, it's
better to let the user choosing the path instead of the harcoded value
"/" is not always the wanted path
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While detecting the pci names, class name &amp; kernel modules, it's
better to let the user choosing the path instead of the harcoded value
"/" is not always the wanted path
</pre>
</div>
</content>
</entry>
<entry>
<title>hdt: Cleaning DMI implementation</title>
<updated>2009-03-03T07:45:53+00:00</updated>
<author>
<name>erwan</name>
<email>erwan@laptopR1.(none)</email>
</author>
<published>2009-03-03T07:45:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=43b34490e3bb7fec7de8b3bc6f8efa257cf2cefc'/>
<id>43b34490e3bb7fec7de8b3bc6f8efa257cf2cefc</id>
<content type='text'>
Previous commit was incomplete.
Removing useless warnings by defining structures &amp; functions properly
Using existing types instead of u8,u16,u32
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previous commit was incomplete.
Removing useless warnings by defining structures &amp; functions properly
Using existing types instead of u8,u16,u32
</pre>
</div>
</content>
</entry>
</feed>
