<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/syslinux.git/sample, branch syslinux-3.71</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>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>syslinux 3.63: Rename $GZIP to $GZIPPROG</title>
<updated>2008-04-18T02:09:04+00:00</updated>
<author>
<name>Maciej W. Rozycki</name>
<email>macro@linux-mips.org</email>
</author>
<published>2008-04-17T22:57:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=b84b154020dbd165abad9ff7010ea400210ef2a7'/>
<id>b84b154020dbd165abad9ff7010ea400210ef2a7</id>
<content type='text'>
If the variable GZIP exists in the environment, overriding it in the
Makefile exports it into the environment, causing failures:

gzip -cd syslogo.ppm.gz | \
		../ppmtolss16 \#000000=0 \#d0d0d0=7 \#f6f6f6=15	\
		&gt; syslogo.lss
gzip.gz: No such file or directory
204480 pixels, 25715 bytes, (74.85% compression)

Use $GZIPPROG instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the variable GZIP exists in the environment, overriding it in the
Makefile exports it into the environment, causing failures:

gzip -cd syslogo.ppm.gz | \
		../ppmtolss16 \#000000=0 \#d0d0d0=7 \#f6f6f6=15	\
		&gt; syslogo.lss
gzip.gz: No such file or directory
204480 pixels, 25715 bytes, (74.85% compression)

Use $GZIPPROG instead.
</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>Remove pngtopnm dependency from the samples/ directory</title>
<updated>2008-02-26T22:50:05+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-02-26T22:50:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=27b74666375cc1b4f381463cf85eece62d528605'/>
<id>27b74666375cc1b4f381463cf85eece62d528605</id>
<content type='text'>
Ship syslogo.ppm.gz instead of syslogo.png, thereby eliminating a
dependency on pngtopnm which apparently isn't installed by default on
some distros.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ship syslogo.ppm.gz instead of syslogo.png, thereby eliminating a
dependency on pngtopnm which apparently isn't installed by default on
some distros.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright year</title>
<updated>2008-01-10T19:13:57+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-01-10T19:13:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=244d2fe917cec1565b4fd992ea9e8cc46749a661'/>
<id>244d2fe917cec1565b4fd992ea9e8cc46749a661</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefiles: create NASMOPT variable</title>
<updated>2007-10-10T21:12:58+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2007-10-10T21:12:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=83d1b33a86685ede62933f761b8e0b61c48b269f'/>
<id>83d1b33a86685ede62933f761b8e0b61c48b269f</id>
<content type='text'>
Create NASMOPT variable, defaulting to -O9999.  Mostly there to test
beta versions of NASM.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Create NASMOPT variable, defaulting to -O9999.  Mostly there to test
beta versions of NASM.
</pre>
</div>
</content>
</entry>
<entry>
<title>Show list file addresses in absolute</title>
<updated>2007-06-09T00:13:51+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2007-06-09T00:13:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=9e3d217ee3869e4f4ddb1466621c079e14754660'/>
<id>9e3d217ee3869e4f4ddb1466621c079e14754660</id>
<content type='text'>
Small Perl script to postprocess the listfile and show absolute addresses
instead of section-relative.  This only applies to the main address, not
to addresses in bracketed fields.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Small Perl script to postprocess the listfile and show absolute addresses
instead of section-relative.  This only applies to the main address, not
to addresses in bracketed fields.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't clobber /dev/null when compiling as root</title>
<updated>2007-05-25T22:01:09+00:00</updated>
<author>
<name>Luciano Rocha</name>
<email>strange@nsk.no-ip.org</email>
</author>
<published>2007-05-23T20:50:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=1d81d5e3944dd5ac912150bc705fa7259eade541'/>
<id>1d81d5e3944dd5ac912150bc705fa7259eade541</id>
<content type='text'>
Compiling as root is highly discouraged, but some people do it anyway.
gcc_ok, however, can clobber /dev/null due to "-o /dev/null"; this is
bad.  Instead, write a temporary file and delete it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Compiling as root is highly discouraged, but some people do it anyway.
gcc_ok, however, can clobber /dev/null due to "-o /dev/null"; this is
bad.  Instead, write a temporary file and delete it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Restore intentional blank lines at the end of sample/sample.msg</title>
<updated>2007-03-15T05:12:34+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2007-03-15T05:12:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=4228ecdf1ed81e50625ded581faa8ad7429799e5'/>
<id>4228ecdf1ed81e50625ded581faa8ad7429799e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
