profile/ivi/syslinux.git
16 years agochain: use shuffle API; support loading a boot file
H. Peter Anvin [Fri, 13 Jun 2008 00:11:42 +0000 (17:11 -0700)]
chain: use shuffle API; support loading a boot file

Use the shuffle API, and support loading a boot file instead of the
standard boot sector.  This should be able to load NTLDR.

16 years agoNEWS: update the blurb about the new MEMDISK geometry stuff.
H. Peter Anvin [Thu, 12 Jun 2008 23:48:00 +0000 (16:48 -0700)]
NEWS: update the blurb about the new MEMDISK geometry stuff.

16 years agofdgeo.pl: exit values; fix division by zero
H. Peter Anvin [Tue, 10 Jun 2008 23:36:30 +0000 (16:36 -0700)]
fdgeo.pl: exit values; fix division by zero

Return exit values to go with the error messages; don't divide by zero
in case of range error.

16 years agoFix DOS interrupt error messages syslinux-3.70-pre16
H. Peter Anvin [Tue, 10 Jun 2008 23:32:00 +0000 (16:32 -0700)]
Fix DOS interrupt error messages

16 years agoWhen erroring out on an DOS interrupt, print info
H. Peter Anvin [Tue, 10 Jun 2008 23:15:23 +0000 (16:15 -0700)]
When erroring out on an DOS interrupt, print info

Print the interrupt number, AX, and CS:IP of the offending system
call.

16 years agoldlinux: search_dos_dir returns attributes in DL syslinux-3.70-pre15
H. Peter Anvin [Tue, 10 Jun 2008 22:40:11 +0000 (15:40 -0700)]
ldlinux: search_dos_dir returns attributes in DL

search_dos_dir returns attributes in DL, so we shouldn't push/pop DX
around this function!

16 years agoAdd *.cp to .gitignore
H. Peter Anvin [Tue, 10 Jun 2008 19:17:08 +0000 (12:17 -0700)]
Add *.cp to .gitignore

16 years agoAdd file missing from previous checkin
H. Peter Anvin [Tue, 10 Jun 2008 17:20:36 +0000 (10:20 -0700)]
Add file missing from previous checkin

Add file missing from checkin 012d53b0453ac7a5ec03fb802434fe64e6f85bf5

16 years agoWhitespace cleanup
H. Peter Anvin [Mon, 9 Jun 2008 23:32:09 +0000 (16:32 -0700)]
Whitespace cleanup

16 years agoPXELINUX: Enable idle calls on select platforms
H. Peter Anvin [Mon, 9 Jun 2008 23:16:31 +0000 (16:16 -0700)]
PXELINUX: Enable idle calls on select platforms

Enable idle calls on select platforms, based on device ID.
In particular, certain Broadcom chips need them to avoid FIFO stalls.

16 years agoFAT: make all codepage data derived from the same place
H. Peter Anvin [Mon, 9 Jun 2008 19:21:05 +0000 (12:21 -0700)]
FAT: make all codepage data derived from the same place

Make the codepage data all derive from the Unicode tables, and create
files that could be dynamically loaded in the future.

16 years agoNEWS: remove redundant clause
H. Peter Anvin [Sat, 7 Jun 2008 21:46:44 +0000 (14:46 -0700)]
NEWS: remove redundant clause

16 years agoMEMDISK: algorithmic determination of floppy formats
H. Peter Anvin [Sat, 7 Jun 2008 21:39:01 +0000 (14:39 -0700)]
MEMDISK: algorithmic determination of floppy formats

Consider all disks < 4 MB to be floppies, and guess their geometry
algorithmically.

16 years agoMEMDISK: Use aligning memcpy/memset, compile with -mregparm=3 syslinux-3.70-pre14
H. Peter Anvin [Fri, 6 Jun 2008 19:38:42 +0000 (12:38 -0700)]
MEMDISK: Use aligning memcpy/memset, compile with -mregparm=3

Use the aligning memcpy/memset from libcom32.  Switch memdisk to
compiling with -mregparm=3, except for the interfaces to assembly.

16 years agoAligning memcpy/memmove/mempcpy/memset for libcom32
H. Peter Anvin [Fri, 6 Jun 2008 19:18:18 +0000 (12:18 -0700)]
Aligning memcpy/memmove/mempcpy/memset for libcom32

Aligning versions of memcpy/memmove/mempcpy/memset for libcom32.

16 years agocore: do aligned transfers in bcopy32
H. Peter Anvin [Fri, 6 Jun 2008 17:57:06 +0000 (10:57 -0700)]
core: do aligned transfers in bcopy32

Always align the destination in transfers in bcopy32.  We should also
do this in the varous other implementations, especially in com32.

16 years agoFAT: Support VFAT long filenames syslinux-3.70-pre13
H. Peter Anvin [Fri, 6 Jun 2008 07:08:13 +0000 (00:08 -0700)]
FAT: Support VFAT long filenames

Initial support for VFAT long filenames; currently hard-coded to
codepage 865, no support for other codepages or for accessing files
with names which aren't in the current codepage.  This hopefully
shouldn't be an issue for SYSLINUX applications.

16 years agocore: fail the link if we push above the 64K point
H. Peter Anvin [Thu, 5 Jun 2008 23:37:24 +0000 (16:37 -0700)]
core: fail the link if we push above the 64K point

If the base section stuff exceeds 64K, then fail.

16 years agocodepage: add "make spotless" target
H. Peter Anvin [Thu, 5 Jun 2008 23:33:58 +0000 (16:33 -0700)]
codepage: add "make spotless" target

16 years agoAdd support for creating codepage/Unicode mapping tables
H. Peter Anvin [Thu, 5 Jun 2008 23:09:50 +0000 (16:09 -0700)]
Add support for creating codepage/Unicode mapping tables

Add support for creating codepage/Unicode mapping tables; this is a
step toward VFAT long filename support.

16 years agopxelinux: remove RBFG section
H. Peter Anvin [Thu, 5 Jun 2008 22:19:30 +0000 (15:19 -0700)]
pxelinux: remove RBFG section

We haven't had the RBFG section in the proper place for quite a while,
and there are better options than RBFG now anyway, so just drop it.

16 years agocore: actually enable debugging info
H. Peter Anvin [Thu, 5 Jun 2008 22:18:56 +0000 (15:18 -0700)]
core: actually enable debugging info

Need to use -g -F stabs, not just -F stabs.

16 years agoUpdate gPXE from gPXE git
H. Peter Anvin [Thu, 5 Jun 2008 01:52:18 +0000 (18:52 -0700)]
Update gPXE from gPXE git

16 years agopxelinux: add colon to label by itself
H. Peter Anvin [Wed, 4 Jun 2008 23:09:58 +0000 (16:09 -0700)]
pxelinux: add colon to label by itself

Newer versions of NASM warn about a label on a line by itself (because
it could have been a typoed opcode.)  Add a colon.

16 years agoCentralize configurables; better "make install" etc
H. Peter Anvin [Fri, 30 May 2008 00:53:42 +0000 (17:53 -0700)]
Centralize configurables; better "make install" etc

Begin the process of centralizing configurables.

Improve "make install" and "make netinstall"; add "make
extbootinstall".

16 years agoShut up gpxe Makefiles when making spotless
H. Peter Anvin [Thu, 29 May 2008 23:11:30 +0000 (16:11 -0700)]
Shut up gpxe Makefiles when making spotless

gpxe Makefiles are just way too loud, especially when just cleaning up.

16 years agoWe're explicitly setting EMBEDDED_IMAGE, so leave src/Config unchanged
H. Peter Anvin [Thu, 29 May 2008 23:10:45 +0000 (16:10 -0700)]
We're explicitly setting EMBEDDED_IMAGE, so leave src/Config unchanged

Since we're explicitly setting EMBEDDED_IMAGE in gpxe/Makefile, no
need to set src/Config.

16 years agoDocument change of directory structure
H. Peter Anvin [Thu, 29 May 2008 23:00:08 +0000 (16:00 -0700)]
Document change of directory structure

16 years agocore/Makefile: remove vestiges of subdirectory machinery
H. Peter Anvin [Thu, 29 May 2008 22:49:01 +0000 (15:49 -0700)]
core/Makefile: remove vestiges of subdirectory machinery

16 years agombr: clean up *_bin.c files
H. Peter Anvin [Thu, 29 May 2008 22:48:46 +0000 (15:48 -0700)]
mbr: clean up *_bin.c files

16 years agoThe only thing still in the root is version.{h,gen}; needed early syslinux-3.70-pre12
H. Peter Anvin [Thu, 29 May 2008 22:43:18 +0000 (15:43 -0700)]
The only thing still in the root is version.{h,gen}; needed early

The only things we still have in the root is version.h and
version.gen.  As a result, move all the subdirectories later, since
they are common prerequisites.

16 years agomkdir the prerel directory
H. Peter Anvin [Thu, 29 May 2008 22:34:54 +0000 (15:34 -0700)]
mkdir the prerel directory

16 years agoStop using Cogito
H. Peter Anvin [Thu, 29 May 2008 22:33:50 +0000 (15:33 -0700)]
Stop using Cogito

Replace remaining Cogito commands with plain git commands.

16 years agoMove files out of root into core, dos, and utils
H. Peter Anvin [Thu, 29 May 2008 22:11:38 +0000 (15:11 -0700)]
Move files out of root into core, dos, and utils

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.

16 years agoFix localboot stack bug; cleanup section handling in the ELF universe syslinux-3.70-pre11
H. Peter Anvin [Thu, 29 May 2008 05:11:57 +0000 (22:11 -0700)]
Fix localboot stack bug; cleanup section handling in the ELF universe

Fix and clean up section handling in ELF; fix stack reset in localboot
directive (for non-pxelinux, that is.)

16 years agoAssemble via ELF, to enable future linking
H. Peter Anvin [Thu, 29 May 2008 01:58:00 +0000 (18:58 -0700)]
Assemble via ELF, to enable future linking

Assemble all files to ELF instead of using the NASM built-in linker.
This can enable us to do actual linking in the future.

16 years agopxenv: save away the PXE return code so COMBOOT can return it syslinux-3.70-pre10
H. Peter Anvin [Wed, 28 May 2008 16:47:44 +0000 (09:47 -0700)]
pxenv: save away the PXE return code so COMBOOT can return it

PXELINUX itself doesn't actually use the PXE return code, but the
COMBOOT interface is supposed to return it.  Accordingly, make sure it
is stashed away so we can return it; for code that doesn't care, it
just writes a dedicated status variable which can be safely ignored.

16 years agoMerge commit 'origin/master' into gpxe-added
H. Peter Anvin [Wed, 28 May 2008 16:23:57 +0000 (09:23 -0700)]
Merge commit 'origin/master' into gpxe-added

Conflicts:

NEWS
version

16 years agoDocument GPT boot protocol; add !GPT signature
H. Peter Anvin [Wed, 14 May 2008 01:30:20 +0000 (18:30 -0700)]
Document GPT boot protocol; add !GPT signature

Document the GPT boot protocol; add additional assurance by
requiring that EAX contains "!GPT" for the GPT information
to be valid.

16 years agoAdd NEWS for 3.64 syslinux-3.64-pre1
H. Peter Anvin [Wed, 14 May 2008 00:59:21 +0000 (17:59 -0700)]
Add NEWS for 3.64

16 years agoMerge commit 'origin/gptmbr'
H. Peter Anvin [Wed, 14 May 2008 00:52:26 +0000 (17:52 -0700)]
Merge commit 'origin/gptmbr'

16 years agoFixed the various Makefiles so that SYSLINUX compiles on platforms with GCC -fstack...
Stefan Bucur [Mon, 12 May 2008 18:47:23 +0000 (21:47 +0300)]
Fixed the various Makefiles so that SYSLINUX compiles on platforms with GCC -fstack-protector flag enabled by default.

16 years agochain.c32: fix booting from logical partitions
Sergey Vlasov [Thu, 24 Apr 2008 19:33:54 +0000 (23:33 +0400)]
chain.c32: fix booting from logical partitions

Booting from a logical partition failed with the "Requested logical
partition not found" error due to a wrong test for partition signature
in find_logical_partition().

Signed-off-by: Sergey Vlasov <vsu@altlinux.ru>
16 years agoNext version on this branch would be 3.64
H. Peter Anvin [Sun, 20 Apr 2008 04:57:05 +0000 (00:57 -0400)]
Next version on this branch would be 3.64

16 years agolocalboot.inc: file missing from previous checkin
H. Peter Anvin [Sun, 20 Apr 2008 04:55:29 +0000 (00:55 -0400)]
localboot.inc: file missing from previous checkin

16 years agoSupport LOCALBOOT (ISOLINUX-style) in SYSLINUX/EXTLINUX
H. Peter Anvin [Sat, 19 Apr 2008 15:40:10 +0000 (11:40 -0400)]
Support LOCALBOOT (ISOLINUX-style) in SYSLINUX/EXTLINUX

Add support for ISOLINUX-style LOCALBOOT in SYSLINUX/EXTLINUX.  No way
to do the same for PXELINUX, due to the keyword collision.  Suck.

16 years agosyslinux 3.63: Use $(CC) for examining compiler options
Maciej W. Rozycki [Thu, 17 Apr 2008 22:46:08 +0000 (23:46 +0100)]
syslinux 3.63: Use $(CC) for examining compiler options

 Following changes to other Makefiles use $(CC) for examining compiler
options here as well.

16 years agosyslinux 3.63: Rename $GZIP to $GZIPPROG
Maciej W. Rozycki [Thu, 17 Apr 2008 22:57:52 +0000 (23:57 +0100)]
syslinux 3.63: Rename $GZIP to $GZIPPROG

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 \
> syslogo.lss
gzip.gz: No such file or directory
204480 pixels, 25715 bytes, (74.85% compression)

Use $GZIPPROG instead.

16 years agoMerge commit 'syslinux-3.63' into gpxe-added syslinux-3.70-pre9
H. Peter Anvin [Thu, 10 Apr 2008 17:41:32 +0000 (10:41 -0700)]
Merge commit 'syslinux-3.63' into gpxe-added

Conflicts:

NEWS
com32/modules/Makefile

16 years agoNEWS: Add link to MSDN article on how to build a ramdisk image. syslinux-3.63
H. Peter Anvin [Wed, 9 Apr 2008 23:23:06 +0000 (16:23 -0700)]
NEWS: Add link to MSDN article on how to build a ramdisk image.

Hopefully other users might have better luck than me :-/

16 years agomovebits: rewrite significant chunks of the algorithm syslinux-3.63-pre5
H. Peter Anvin [Wed, 9 Apr 2008 17:56:09 +0000 (10:56 -0700)]
movebits: rewrite significant chunks of the algorithm

Rewrite the algorithm to prefer entries which can be directly moved
into their target slots; this should reduce the number of descriptors
in most cases (although not necessarily *all* cases.)

Try to clean up the code some while we're at it... the code is
confusing enough as it is.

16 years agozonelist.c: Fix the coalescing of identical ranges
H. Peter Anvin [Wed, 9 Apr 2008 17:49:51 +0000 (10:49 -0700)]
zonelist.c: Fix the coalescing of identical ranges

The old code could fail to coalesce backwards in the case where a
range is totally obliterated.  For now, just scan the whole list.

16 years ago3.63: update NEWS syslinux-3.63-pre4
H. Peter Anvin [Wed, 9 Apr 2008 00:00:05 +0000 (17:00 -0700)]
3.63: update NEWS

16 years agomemdisk: allow up to 1024 e820 descriptors
H. Peter Anvin [Tue, 8 Apr 2008 23:53:49 +0000 (16:53 -0700)]
memdisk: allow up to 1024 e820 descriptors

There are plenty of systems out there with more than 64 e820
descriptors.  The hard-coded limit is only used during initialization,
so we might as well go nuts.

16 years agosdi.c32: be a tad more verbose.
H. Peter Anvin [Tue, 8 Apr 2008 23:52:21 +0000 (16:52 -0700)]
sdi.c32: be a tad more verbose.

Print minimal message while loading.

16 years agomovebits: use the memmap data structure for the freelist
H. Peter Anvin [Tue, 8 Apr 2008 23:47:12 +0000 (16:47 -0700)]
movebits: use the memmap data structure for the freelist

Use the syslinux_memmap data structure for the free memory list.  This
means we get range coalescing; this sometimes generates lists that are
vastly shorter than without range coalescing.

16 years agomovebits: handle the case of an upward overlap move with obstacles
H. Peter Anvin [Tue, 8 Apr 2008 23:02:40 +0000 (16:02 -0700)]
movebits: handle the case of an upward overlap move with obstacles

Handle the case of an upward move when there is something in the way.
This happens when loading an SDI image.

16 years agoextlinux: Correct the directory block end condition syslinux-3.63-pre3
H. Peter Anvin [Mon, 7 Apr 2008 23:39:15 +0000 (16:39 -0700)]
extlinux: Correct the directory block end condition

ext2/3 directory blocks are *not* ended with inode == 0; that reflects
a deleted block (like 0xe5 in FAT.)  Directory blocks are ended by
directory block exhaustion; the last block is simply made as large as
the whole directory block.

16 years agoAdd gpxelinux.0 to NETINSTALLABLE
H. Peter Anvin [Tue, 1 Apr 2008 23:40:07 +0000 (16:40 -0700)]
Add gpxelinux.0 to NETINSTALLABLE

16 years agoCOM32 module to load a Microsoft System Deployment Image
H. Peter Anvin [Mon, 31 Mar 2008 20:11:32 +0000 (13:11 -0700)]
COM32 module to load a Microsoft System Deployment Image

COM32 module to load a Microsoft System Deployment Image (SDI) file.

16 years agoMerge commit 'origin/gpxe-added' into gpxe-added syslinux-3.70-pre8
H. Peter Anvin [Mon, 31 Mar 2008 12:29:08 +0000 (05:29 -0700)]
Merge commit 'origin/gpxe-added' into gpxe-added

16 years agoMerge gpxe-for-syslinux
H. Peter Anvin [Mon, 31 Mar 2008 12:27:05 +0000 (05:27 -0700)]
Merge gpxe-for-syslinux

Merge gpxe-for-syslinux up to commit
71c509be409820a12efeebf31f486e144c9efdae; upstream commit
b107637008d15e00a4d95cdb5c8f5c11fda490f7.

16 years agoNEWS: Document integration of gPXE
H. Peter Anvin [Mon, 31 Mar 2008 12:26:29 +0000 (05:26 -0700)]
NEWS: Document integration of gPXE

16 years agoMerge commit 'origin/gpxe-support' into gpxe-added
H. Peter Anvin [Sat, 29 Mar 2008 05:20:26 +0000 (22:20 -0700)]
Merge commit 'origin/gpxe-support' into gpxe-added

16 years agogPXE SAN boot module
H. Peter Anvin [Sat, 29 Mar 2008 05:11:11 +0000 (22:11 -0700)]
gPXE SAN boot module

Trivial COM32 module which accepts a sanboot command and passes it on
to gPXE.

16 years agoAdd stpcpy() and implement version/derivative queries
H. Peter Anvin [Sat, 29 Mar 2008 05:10:01 +0000 (22:10 -0700)]
Add stpcpy() and implement version/derivative queries

Add stpcpy(), and actually implement syslinux_version() and
syslinux_derivative_info().

16 years agoAdd gPXE into the source tree; build unified image syslinux-3.70-pre7
H. Peter Anvin [Wed, 26 Mar 2008 23:25:35 +0000 (16:25 -0700)]
Add gPXE into the source tree; build unified image

16 years agoDocument gPXE extensions. syslinux-3.70-pre6
H. Peter Anvin [Wed, 26 Mar 2008 22:26:02 +0000 (15:26 -0700)]
Document gPXE extensions.

16 years agoPXELINUX: When doing a gPXE FILE_READ, actually handle errors
H. Peter Anvin [Wed, 26 Mar 2008 22:21:31 +0000 (15:21 -0700)]
PXELINUX: When doing a gPXE FILE_READ, actually handle errors

If gPXE FILE_READ returns an actual error, don't loop forever.

16 years agoPXELINUX: add gPXE PXENV_FILE_API_CHECK call; clean up pxenv
H. Peter Anvin [Wed, 26 Mar 2008 21:59:51 +0000 (14:59 -0700)]
PXELINUX: add gPXE PXENV_FILE_API_CHECK call; clean up pxenv

Add gPXE PXENV_FILE_API_CHECK call, and rationalize the pxenv wrapper
subroutine.  We now always accept the return value in AX and convert
it to a carry, and we always preserve all registers.

16 years agopxelinux: don't rely on PXENV_GET_FILE_SIZE in gPXE support mode
H. Peter Anvin [Tue, 25 Mar 2008 22:03:09 +0000 (15:03 -0700)]
pxelinux: don't rely on PXENV_GET_FILE_SIZE in gPXE support mode

Don't rely on PXENV_GET_FILE_SIZE in gPXE support mode.  It sometimes
successfully returns wrong information.

16 years agoPXELINUX: make the gPXE support actually work. We hope.
H. Peter Anvin [Tue, 25 Mar 2008 21:07:01 +0000 (14:07 -0700)]
PXELINUX: make the gPXE support actually work.  We hope.

With this patch, and the very latest gPXE tree from today, I can
download my usual boot setup via http.

16 years agorunkernel: remove debugging code
H. Peter Anvin [Mon, 24 Mar 2008 23:34:54 +0000 (16:34 -0700)]
runkernel: remove debugging code

Remove debugging code which prevents building with tracers on.

16 years agopxelinux: fix merge issues
H. Peter Anvin [Mon, 24 Mar 2008 23:34:28 +0000 (16:34 -0700)]
pxelinux: fix merge issues

Clean up merge issues between the nolen and gpxe-support branches.

16 years agoMerge commit 'origin/nolen' into gpxe-support
H. Peter Anvin [Mon, 24 Mar 2008 23:03:48 +0000 (16:03 -0700)]
Merge commit 'origin/nolen' into gpxe-support

16 years agoMerge commit 'origin/master' into nolen
H. Peter Anvin [Mon, 24 Mar 2008 23:03:21 +0000 (16:03 -0700)]
Merge commit 'origin/master' into nolen

16 years agoAdd target to install into /tftpboot
H. Peter Anvin [Sun, 23 Mar 2008 00:38:23 +0000 (17:38 -0700)]
Add target to install into /tftpboot

16 years agoMerge commit 'origin/nolen' into gpxe-support
H. Peter Anvin [Sun, 23 Mar 2008 00:25:31 +0000 (17:25 -0700)]
Merge commit 'origin/nolen' into gpxe-support

Conflicts:

NEWS
dnsresolv.inc
pxelinux.asm

16 years agoMerge commit 'syslinux-3.63-pre2' into nolen syslinux-3.70-pre5
H. Peter Anvin [Fri, 21 Mar 2008 01:01:31 +0000 (18:01 -0700)]
Merge commit 'syslinux-3.63-pre2' into nolen

16 years agopxelinux: allow class E addresses as unicast syslinux-3.63-pre2
H. Peter Anvin [Thu, 20 Mar 2008 23:37:17 +0000 (16:37 -0700)]
pxelinux: allow class E addresses as unicast

Class E IPv4 addresses are expected to be reassigned as available for
unicast addresses (probably for site-local use, but that is a major
usage domain of PXE.)

16 years agoMerge commit 'f9ac61d6178d4994cd646fd4b6c4bb891351624c'
H. Peter Anvin [Thu, 20 Mar 2008 23:36:34 +0000 (16:36 -0700)]
Merge commit 'f9ac61d6178d4994cd646fd4b6c4bb891351624c'

16 years agoFixing wrong offsets in dmi
Sebastian Herbszt [Sat, 8 Mar 2008 21:56:53 +0000 (22:56 +0100)]
Fixing wrong offsets in dmi

DMI code have some wrong offsets.
This patch fixes this offsets and improve the grammar.

Signed-off-by: Sebastian Herbszt <herbszt@gmx.de>
16 years agoPCI detection code doesn't corrupt memory anymore (2nd try)
Erwan [Sat, 8 Mar 2008 21:51:54 +0000 (22:51 +0100)]
PCI detection code doesn't corrupt memory anymore (2nd try)

  From : Erwan Velu <erwan.velu@free.fr>

This patch fixes the pci detection stuff demo'd in pcitest.c32
- Fix a wrong type in malloc
- Incorrect use of strdup
- Replacing strncpy by strnlcpy (thx hpa)

This two fixes makes pcitest.c32 working far better, no more crash when
running it twice.

I'd like to thank Sebastian Herbszt for its reports and tests.

This patch was made for 3.62-pre16 but applies fine on 3.63-pre1.

Signed-off-by:Erwan Velu <erwan.velu@free.fr>

--------------------------------------------------------------------------------
Les opinions et prises de position emises par le signataire du present
message lui sont propres et ne sauraient engager la responsabilite de la
societe SEANODES.

Ce message ainsi que les eventuelles pieces jointes constituent une
correspondance privee et confidentielle a l'attention exclusive du
destinataire designe ci-dessus. Si vous n'etes pas le destinataire du
present message ou une personne susceptible de pouvoir le lui delivrer, il
vous est signifie que toute divulgation, distribution ou copie de cette
transmission est strictement interdite. Si vous avez recu ce message par
erreur, nous vous remercions d'en informer l'expediteur par telephone ou de
lui retourner le present message, puis d'effacer immediatement ce message de
votre systeme.

The views and opinions expressed by the author of this message are personal.
SEANODES shall assume no liability, express or implied for such message.

This e-mail and any attachments is a confidential correspondence intended
only for use of the individual or entity named above. If you are not the
intended recipient or the agent responsible for delivering the message to
the intended recipient, you are hereby notified that any disclosure,
distribution or copying of this communication is strictly prohibited. If you
have received this communication in error, please notify the sender by phone
or by replying this message, and then delete this message from your system.

16 years agoRemove reference to readpit.c32, an experimental module
H. Peter Anvin [Sat, 8 Mar 2008 10:12:47 +0000 (11:12 +0100)]
Remove reference to readpit.c32, an experimental module

Remove reference to readpit.c32, an experimental module never intended
for release.

16 years agoUse $(CC) in gcc_ok macro, not plain gcc
H. Peter Anvin [Thu, 6 Mar 2008 06:31:00 +0000 (22:31 -0800)]
Use $(CC) in gcc_ok macro, not plain gcc

Use $(CC) in gcc_ok macro, not plain gcc.  This seems to work, iff the
gcc_ok macro is declared with =, not :=

16 years agowin32/Makefile: clean hello.exe on "make tidy"
H. Peter Anvin [Tue, 4 Mar 2008 06:10:20 +0000 (22:10 -0800)]
win32/Makefile: clean hello.exe on "make tidy"

hello.exe isn't really anything we care about; clean it up on "make tidy".

16 years agoAdd stuff to "make dist" to clean up crap that shouldn't be there
H. Peter Anvin [Tue, 4 Mar 2008 05:59:10 +0000 (21:59 -0800)]
Add stuff to "make dist" to clean up crap that shouldn't be there

16 years agoClean up .*.d files for "make tidy" in libutil
H. Peter Anvin [Tue, 4 Mar 2008 05:23:52 +0000 (21:23 -0800)]
Clean up .*.d files for "make tidy" in libutil

16 years agoClean up .*.d files for "make tidy" in libutil
H. Peter Anvin [Tue, 4 Mar 2008 05:23:52 +0000 (21:23 -0800)]
Clean up .*.d files for "make tidy" in libutil

16 years agoMerge commit 'origin/master' into nolen syslinux-3.70-pre4
H. Peter Anvin [Tue, 4 Mar 2008 04:20:09 +0000 (20:20 -0800)]
Merge commit 'origin/master' into nolen

Conflicts:

version

16 years agoThe next release on *this* branch would be 3.63 syslinux-3.63-pre1
H. Peter Anvin [Tue, 4 Mar 2008 04:19:24 +0000 (20:19 -0800)]
The next release on *this* branch would be 3.63

16 years agoPrevent inclusion of system include files when inappropriate
H. Peter Anvin [Tue, 4 Mar 2008 04:18:10 +0000 (20:18 -0800)]
Prevent inclusion of system include files when inappropriate

Use "-nostdinc -iwithprefix include" to prevent the inclusion of
system header files, but still permitting *compiler* header files.

16 years agoVESA: Simplify the lss16 decoder
H. Peter Anvin [Tue, 4 Mar 2008 01:43:41 +0000 (17:43 -0800)]
VESA: Simplify the lss16 decoder

Simplify the lss16 decoder slightly.

16 years agoDrop unnecessary CLD instructions.
H. Peter Anvin [Tue, 4 Mar 2008 00:55:15 +0000 (16:55 -0800)]
Drop unnecessary CLD instructions.

The EFI ABI spec states that DF=0 on ABI boundaries, and gcc expects
this.  Assume it is safe to rely upon everywhere; drop unnecessary cld
instructions, except on entry and (obviously) after std.

16 years agoVESA library: add support for reading lss16 images
H. Peter Anvin [Tue, 4 Mar 2008 00:50:17 +0000 (16:50 -0800)]
VESA library: add support for reading lss16 images

Add support for reading lss16 images, for compatibility with the CLI.

16 years agoMake description of the lss16 format match reality
H. Peter Anvin [Tue, 4 Mar 2008 00:46:36 +0000 (16:46 -0800)]
Make description of the lss16 format match reality

The comment in ppmtolss16 is perhaps how the lss16 format *should*
work, but not actually how it *does* work.

16 years agoMerge commit 'origin/master' into nolen
H. Peter Anvin [Mon, 3 Mar 2008 23:53:51 +0000 (15:53 -0800)]
Merge commit 'origin/master' into nolen

16 years agosimple menu: break off execute() into its own source file
H. Peter Anvin [Mon, 3 Mar 2008 06:20:08 +0000 (22:20 -0800)]
simple menu: break off execute() into its own source file

Break off execute() into its own source file, with the intent of being
able to re-use it for a CLI module.

16 years agoAdd missing file <syslinux/zio.h> syslinux-3.70-pre3
H. Peter Anvin [Sun, 2 Mar 2008 20:02:45 +0000 (12:02 -0800)]
Add missing file <syslinux/zio.h>

This include file has been inadvertently omitted from previous
checkins.

16 years agoMerge commit 'origin/master' into nolen
H. Peter Anvin [Sun, 2 Mar 2008 20:01:11 +0000 (12:01 -0800)]
Merge commit 'origin/master' into nolen