<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/syslinux.git/com32/samples, branch syslinux-3.70-pre29</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>Centralize configurables; better "make install" etc</title>
<updated>2008-05-30T00:53:42+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-05-30T00:53:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=0596155be3f9cc9d3eb385497ee79935c69ec042'/>
<id>0596155be3f9cc9d3eb385497ee79935c69ec042</id>
<content type='text'>
Begin the process of centralizing configurables.

Improve "make install" and "make netinstall"; add "make
extbootinstall".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Begin the process of centralizing configurables.

Improve "make install" and "make netinstall"; add "make
extbootinstall".
</pre>
</div>
</content>
</entry>
<entry>
<title>Move files out of root into core, dos, and utils</title>
<updated>2008-05-29T22:11:38+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-05-29T22:11:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=b536209dfb7bd50c37061735fe10d2c19a97d26d'/>
<id>b536209dfb7bd50c37061735fe10d2c19a97d26d</id>
<content type='text'>
Move source files out of the root directory; the root is a mess and
has become virtually unmaintainable.  The Syslinux core now lives in
core/; the Linux and generic utilities has moved into utils/, and
copybs.com has moved into dos/; it had to go somewhere, and it seemed
as good a place as any.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move source files out of the root directory; the root is a mess and
has become virtually unmaintainable.  The Syslinux core now lives in
core/; the Linux and generic utilities has moved into utils/, and
copybs.com has moved into dos/; it had to go somewhere, and it seemed
as good a place as any.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed the various Makefiles so that SYSLINUX compiles on platforms with GCC -fstack-protector flag enabled by default.</title>
<updated>2008-05-12T18:47:23+00:00</updated>
<author>
<name>Stefan Bucur</name>
<email>stefanb@zytor.com</email>
</author>
<published>2008-05-12T18:47:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=4561fc3586957f5d745bc9eb3baf8d859897da17'/>
<id>4561fc3586957f5d745bc9eb3baf8d859897da17</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove reference to readpit.c32, an experimental module</title>
<updated>2008-03-08T10:12:47+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-03-08T10:12:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=f9ac61d6178d4994cd646fd4b6c4bb891351624c'/>
<id>f9ac61d6178d4994cd646fd4b6c4bb891351624c</id>
<content type='text'>
Remove reference to readpit.c32, an experimental module never intended
for release.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove reference to readpit.c32, an experimental module never intended
for release.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use $(CC) in gcc_ok macro, not plain gcc</title>
<updated>2008-03-06T06:31:00+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-03-06T06:31:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=b890569a44cf9c5afce6e5ca648dc9b589e964f9'/>
<id>b890569a44cf9c5afce6e5ca648dc9b589e964f9</id>
<content type='text'>
Use $(CC) in gcc_ok macro, not plain gcc.  This seems to work, iff the
gcc_ok macro is declared with =, not :=
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use $(CC) in gcc_ok macro, not plain gcc.  This seems to work, iff the
gcc_ok macro is declared with =, not :=
</pre>
</div>
</content>
</entry>
<entry>
<title>Prevent inclusion of system include files when inappropriate</title>
<updated>2008-03-04T04:18:10+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-03-04T04:18:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=03abbde81db7484ccdb4e1808881e1df20df2fb0'/>
<id>03abbde81db7484ccdb4e1808881e1df20df2fb0</id>
<content type='text'>
Use "-nostdinc -iwithprefix include" to prevent the inclusion of
system header files, but still permitting *compiler* header files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use "-nostdinc -iwithprefix include" to prevent the inclusion of
system header files, but still permitting *compiler* header files.
</pre>
</div>
</content>
</entry>
<entry>
<title>com32: remove dependency files for "make tidy"</title>
<updated>2008-02-20T00:51:25+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-02-20T00:48:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=fe7dbcbaec8b5210604f942f322cecf55a37abe0'/>
<id>fe7dbcbaec8b5210604f942f322cecf55a37abe0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add dependency generation for com32 samples.</title>
<updated>2008-02-20T00:51:25+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-02-20T00:47:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=cc30f7dc63648aa02625df65f7148569b578baaa'/>
<id>cc30f7dc63648aa02625df65f7148569b578baaa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>hello.c: print arguments, no input section</title>
<updated>2008-02-16T06:54:22+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-02-16T06:50:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=8404cd587d44f412819ce09adfb5f62b9b5e05e7'/>
<id>8404cd587d44f412819ce09adfb5f62b9b5e05e7</id>
<content type='text'>
Make "Hello, World!" a little bit more plain, but do print out its
arguments, if any.  Useful for testing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make "Hello, World!" a little bit more plain, but do print out its
arguments, if any.  Useful for testing.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge commit 'origin/master' into adv</title>
<updated>2008-01-10T19:16:16+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-01-10T19:16:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=c072d12df4b43aef3375c190358da4928a0c2a1e'/>
<id>c072d12df4b43aef3375c190358da4928a0c2a1e</id>
<content type='text'>
Conflicts:

	extlinux/extlinux.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:

	extlinux/extlinux.c
</pre>
</div>
</content>
</entry>
</feed>
