profile/ivi/syslinux.git
15 years agoMerge branch 'master' into core32
H. Peter Anvin [Mon, 1 Jun 2009 04:55:09 +0000 (21:55 -0700)]
Merge branch 'master' into core32

Conflicts:
core/isolinux.asm

15 years agoMerge branch 'syslinux-3.8x'
H. Peter Anvin [Mon, 1 Jun 2009 04:53:53 +0000 (21:53 -0700)]
Merge branch 'syslinux-3.8x'

Conflicts:
NEWS

15 years agobin2hex: actually account for the number of bytes written syslinux-3.82-pre3
H. Peter Anvin [Fri, 29 May 2009 22:47:20 +0000 (15:47 -0700)]
bin2hex: actually account for the number of bytes written

Unlike C, in Perl printf() doesn't return the number of bytes written.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoisohdpfx: actually generate the stack frame isolinux expects syslinux-3.82-pre2
H. Peter Anvin [Mon, 1 Jun 2009 04:29:59 +0000 (21:29 -0700)]
isohdpfx: actually generate the stack frame isolinux expects

Actually generate the stack frame isolinux expects.  This is not the
optimal order, but it appears to be what both earlier and later
versions of isolinux expects...

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoisolinux: can't clobber edx when dx contains the drive number...
H. Peter Anvin [Mon, 1 Jun 2009 04:29:12 +0000 (21:29 -0700)]
isolinux: can't clobber edx when dx contains the drive number...

Use ebx to hold the upper half of the partition offset, not edx.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoNEWS: add changes since 3.81 syslinux-3.82-pre1
H. Peter Anvin [Mon, 1 Jun 2009 03:25:43 +0000 (20:25 -0700)]
NEWS: add changes since 3.81

15 years agocore: when calling abort_check, we're not idle
H. Peter Anvin [Mon, 1 Jun 2009 03:23:58 +0000 (20:23 -0700)]
core: when calling abort_check, we're not idle

When we call abort_check, we're not idle even though we are polling
the keyboard.  Handle that by calling reset_idle near the top.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoisolinux: bsHidden can't be in data; it is set before checksumming
H. Peter Anvin [Mon, 1 Jun 2009 03:19:33 +0000 (20:19 -0700)]
isolinux: bsHidden can't be in data; it is set before checksumming

We cannot put bsHidden in initializated data, as it is set before we
run the global checksumming.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoversion: next version will be 3.82
H. Peter Anvin [Mon, 1 Jun 2009 03:19:17 +0000 (20:19 -0700)]
version: next version will be 3.82

15 years agoisolinux: handle systems which disables interrupts in El Torito
H. Peter Anvin [Mon, 1 Jun 2009 03:13:08 +0000 (20:13 -0700)]
isolinux: handle systems which disables interrupts in El Torito

At least one system has been identified which disables interrupts when
El Torito INT 13h is executed.  Thus, save/restore IF around INT 13h.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agocore: export a symbol for the raw address of xfer_buf_seg
H. Peter Anvin [Sun, 31 May 2009 18:12:48 +0000 (11:12 -0700)]
core: export a symbol for the raw address of xfer_buf_seg

Export a symbol (core_xfer_buf) for the linear address of the
xfer_bug_seg, for easier use in 32-bit code.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoMerge branch 'master' into core32
H. Peter Anvin [Fri, 29 May 2009 22:52:02 +0000 (15:52 -0700)]
Merge branch 'master' into core32

Conflicts:
version

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agobin2hex: actually account for the number of bytes written
H. Peter Anvin [Fri, 29 May 2009 22:47:20 +0000 (15:47 -0700)]
bin2hex: actually account for the number of bytes written

Unlike C, in Perl printf() doesn't return the number of bytes written.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoAssume the next version will be 3.82
H. Peter Anvin [Fri, 29 May 2009 22:41:43 +0000 (15:41 -0700)]
Assume the next version will be 3.82

15 years agoMerge branch 'master' into core32
H. Peter Anvin [Fri, 29 May 2009 22:26:38 +0000 (15:26 -0700)]
Merge branch 'master' into core32

15 years agoAdd back spaces around ellipses in case statements
H. Peter Anvin [Fri, 29 May 2009 22:25:40 +0000 (15:25 -0700)]
Add back spaces around ellipses in case statements

GNU C allows the ellipsis (...) to be used in case statements to
indicate a range.  However, it requires spaces around it to be valid.
Nindent stripped those off, put them back.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoMerge branch 'master' into core32
H. Peter Anvin [Fri, 29 May 2009 22:23:09 +0000 (15:23 -0700)]
Merge branch 'master' into core32

15 years agoRevert "Run Nindent on mbr/adjust.h"
H. Peter Anvin [Fri, 29 May 2009 22:22:39 +0000 (15:22 -0700)]
Revert "Run Nindent on mbr/adjust.h"

This reverts commit f3ae12c8f7a2af6656c613549555f2b08b2d9708.

adjust.h is an assembly file, not C.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on lzo/prepcore.c
H. Peter Anvin [Fri, 29 May 2009 22:20:14 +0000 (15:20 -0700)]
Run Nindent on lzo/prepcore.c

Automatically reformat lzo/prepcore.c using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on core/rllpack.c
H. Peter Anvin [Fri, 29 May 2009 22:20:14 +0000 (15:20 -0700)]
Run Nindent on core/rllpack.c

Automatically reformat core/rllpack.c using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on core/hello.c
H. Peter Anvin [Fri, 29 May 2009 22:20:14 +0000 (15:20 -0700)]
Run Nindent on core/hello.c

Automatically reformat core/hello.c using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoMerge branch 'master' into core32
H. Peter Anvin [Fri, 29 May 2009 22:16:22 +0000 (15:16 -0700)]
Merge branch 'master' into core32

Conflicts:
com32/include/netinet/in.h
com32/include/sys/cpu.h
dos/argv.c
dos/malloc.c
dos/syslinux.c
extlinux/main.c
libinstaller/setadv.c
libinstaller/syslinux.h
libinstaller/syslxint.h
libinstaller/syslxmod.c
linux/syslinux.c
mtools/syslinux.c
win32/syslinux.c

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on win32/syslinux.c
H. Peter Anvin [Fri, 29 May 2009 22:10:37 +0000 (15:10 -0700)]
Run Nindent on win32/syslinux.c

Automatically reformat win32/syslinux.c using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on win32/hello.c
H. Peter Anvin [Fri, 29 May 2009 22:10:37 +0000 (15:10 -0700)]
Run Nindent on win32/hello.c

Automatically reformat win32/hello.c using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on utils/gethostip.c
H. Peter Anvin [Fri, 29 May 2009 22:10:37 +0000 (15:10 -0700)]
Run Nindent on utils/gethostip.c

Automatically reformat utils/gethostip.c using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on sample/skipatou.c
H. Peter Anvin [Fri, 29 May 2009 22:10:37 +0000 (15:10 -0700)]
Run Nindent on sample/skipatou.c

Automatically reformat sample/skipatou.c using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on sample/printf.c
H. Peter Anvin [Fri, 29 May 2009 22:10:37 +0000 (15:10 -0700)]
Run Nindent on sample/printf.c

Automatically reformat sample/printf.c using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on sample/mdiskchk.c
H. Peter Anvin [Fri, 29 May 2009 22:10:37 +0000 (15:10 -0700)]
Run Nindent on sample/mdiskchk.c

Automatically reformat sample/mdiskchk.c using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on sample/hello2.c
H. Peter Anvin [Fri, 29 May 2009 22:10:37 +0000 (15:10 -0700)]
Run Nindent on sample/hello2.c

Automatically reformat sample/hello2.c using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on sample/hello.c
H. Peter Anvin [Fri, 29 May 2009 22:10:36 +0000 (15:10 -0700)]
Run Nindent on sample/hello.c

Automatically reformat sample/hello.c using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on sample/filetest.c
H. Peter Anvin [Fri, 29 May 2009 22:10:36 +0000 (15:10 -0700)]
Run Nindent on sample/filetest.c

Automatically reformat sample/filetest.c using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on sample/fd.c
H. Peter Anvin [Fri, 29 May 2009 22:10:36 +0000 (15:10 -0700)]
Run Nindent on sample/fd.c

Automatically reformat sample/fd.c using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on sample/conio.c
H. Peter Anvin [Fri, 29 May 2009 22:10:36 +0000 (15:10 -0700)]
Run Nindent on sample/conio.c

Automatically reformat sample/conio.c using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on sample/c32echo.c
H. Peter Anvin [Fri, 29 May 2009 22:10:36 +0000 (15:10 -0700)]
Run Nindent on sample/c32echo.c

Automatically reformat sample/c32echo.c using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on sample/atou.c
H. Peter Anvin [Fri, 29 May 2009 22:10:36 +0000 (15:10 -0700)]
Run Nindent on sample/atou.c

Automatically reformat sample/atou.c using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on mtools/syslinux.c
H. Peter Anvin [Fri, 29 May 2009 22:10:36 +0000 (15:10 -0700)]
Run Nindent on mtools/syslinux.c

Automatically reformat mtools/syslinux.c using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on memdump/ymsend.h
H. Peter Anvin [Fri, 29 May 2009 22:10:36 +0000 (15:10 -0700)]
Run Nindent on memdump/ymsend.h

Automatically reformat memdump/ymsend.h using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on memdump/ymsend.c
H. Peter Anvin [Fri, 29 May 2009 22:10:36 +0000 (15:10 -0700)]
Run Nindent on memdump/ymsend.c

Automatically reformat memdump/ymsend.c using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on memdump/strtoul.c
H. Peter Anvin [Fri, 29 May 2009 22:10:36 +0000 (15:10 -0700)]
Run Nindent on memdump/strtoul.c

Automatically reformat memdump/strtoul.c using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on memdump/string.h
H. Peter Anvin [Fri, 29 May 2009 22:10:36 +0000 (15:10 -0700)]
Run Nindent on memdump/string.h

Automatically reformat memdump/string.h using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on memdump/stdlib.h
H. Peter Anvin [Fri, 29 May 2009 22:10:36 +0000 (15:10 -0700)]
Run Nindent on memdump/stdlib.h

Automatically reformat memdump/stdlib.h using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on memdump/stdio.h
H. Peter Anvin [Fri, 29 May 2009 22:10:36 +0000 (15:10 -0700)]
Run Nindent on memdump/stdio.h

Automatically reformat memdump/stdio.h using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on memdump/stdint.h
H. Peter Anvin [Fri, 29 May 2009 22:10:36 +0000 (15:10 -0700)]
Run Nindent on memdump/stdint.h

Automatically reformat memdump/stdint.h using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on memdump/skipatou.c
H. Peter Anvin [Fri, 29 May 2009 22:10:36 +0000 (15:10 -0700)]
Run Nindent on memdump/skipatou.c

Automatically reformat memdump/skipatou.c using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on memdump/serial.c
H. Peter Anvin [Fri, 29 May 2009 22:10:36 +0000 (15:10 -0700)]
Run Nindent on memdump/serial.c

Automatically reformat memdump/serial.c using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on memdump/printf.c
H. Peter Anvin [Fri, 29 May 2009 22:10:36 +0000 (15:10 -0700)]
Run Nindent on memdump/printf.c

Automatically reformat memdump/printf.c using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on memdump/mystuff.h
H. Peter Anvin [Fri, 29 May 2009 22:10:36 +0000 (15:10 -0700)]
Run Nindent on memdump/mystuff.h

Automatically reformat memdump/mystuff.h using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on memdump/malloc.h
H. Peter Anvin [Fri, 29 May 2009 22:10:36 +0000 (15:10 -0700)]
Run Nindent on memdump/malloc.h

Automatically reformat memdump/malloc.h using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on memdump/main.c
H. Peter Anvin [Fri, 29 May 2009 22:10:36 +0000 (15:10 -0700)]
Run Nindent on memdump/main.c

Automatically reformat memdump/main.c using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on memdump/io.h
H. Peter Anvin [Fri, 29 May 2009 22:10:36 +0000 (15:10 -0700)]
Run Nindent on memdump/io.h

Automatically reformat memdump/io.h using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on memdump/conio.c
H. Peter Anvin [Fri, 29 May 2009 22:10:36 +0000 (15:10 -0700)]
Run Nindent on memdump/conio.c

Automatically reformat memdump/conio.c using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on memdump/argv.c
H. Peter Anvin [Fri, 29 May 2009 22:10:36 +0000 (15:10 -0700)]
Run Nindent on memdump/argv.c

Automatically reformat memdump/argv.c using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on memdump/__udivmoddi4.c
H. Peter Anvin [Fri, 29 May 2009 22:10:36 +0000 (15:10 -0700)]
Run Nindent on memdump/__udivmoddi4.c

Automatically reformat memdump/__udivmoddi4.c using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on memdump/__divdi3.c
H. Peter Anvin [Fri, 29 May 2009 22:10:36 +0000 (15:10 -0700)]
Run Nindent on memdump/__divdi3.c

Automatically reformat memdump/__divdi3.c using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on memdisk/unzip.c
H. Peter Anvin [Fri, 29 May 2009 22:10:36 +0000 (15:10 -0700)]
Run Nindent on memdisk/unzip.c

Automatically reformat memdisk/unzip.c using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on memdisk/setup.c
H. Peter Anvin [Fri, 29 May 2009 22:10:36 +0000 (15:10 -0700)]
Run Nindent on memdisk/setup.c

Automatically reformat memdisk/setup.c using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on memdisk/msetup.c
H. Peter Anvin [Fri, 29 May 2009 22:10:36 +0000 (15:10 -0700)]
Run Nindent on memdisk/msetup.c

Automatically reformat memdisk/msetup.c using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on memdisk/memdisk.h
H. Peter Anvin [Fri, 29 May 2009 22:10:35 +0000 (15:10 -0700)]
Run Nindent on memdisk/memdisk.h

Automatically reformat memdisk/memdisk.h using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on memdisk/inflate.c
H. Peter Anvin [Fri, 29 May 2009 22:10:34 +0000 (15:10 -0700)]
Run Nindent on memdisk/inflate.c

Automatically reformat memdisk/inflate.c using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on memdisk/e820test.c
H. Peter Anvin [Fri, 29 May 2009 22:10:34 +0000 (15:10 -0700)]
Run Nindent on memdisk/e820test.c

Automatically reformat memdisk/e820test.c using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on memdisk/e820func.c
H. Peter Anvin [Fri, 29 May 2009 22:10:33 +0000 (15:10 -0700)]
Run Nindent on memdisk/e820func.c

Automatically reformat memdisk/e820func.c using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on memdisk/e820.h
H. Peter Anvin [Fri, 29 May 2009 22:10:33 +0000 (15:10 -0700)]
Run Nindent on memdisk/e820.h

Automatically reformat memdisk/e820.h using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on memdisk/conio.c
H. Peter Anvin [Fri, 29 May 2009 22:10:33 +0000 (15:10 -0700)]
Run Nindent on memdisk/conio.c

Automatically reformat memdisk/conio.c using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on mbr/adjust.h
H. Peter Anvin [Fri, 29 May 2009 22:10:33 +0000 (15:10 -0700)]
Run Nindent on mbr/adjust.h

Automatically reformat mbr/adjust.h using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on linux/syslinux.c
H. Peter Anvin [Fri, 29 May 2009 22:10:33 +0000 (15:10 -0700)]
Run Nindent on linux/syslinux.c

Automatically reformat linux/syslinux.c using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on libinstaller/syslxmod.c
H. Peter Anvin [Fri, 29 May 2009 22:10:33 +0000 (15:10 -0700)]
Run Nindent on libinstaller/syslxmod.c

Automatically reformat libinstaller/syslxmod.c using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on libinstaller/syslxint.h
H. Peter Anvin [Fri, 29 May 2009 22:10:33 +0000 (15:10 -0700)]
Run Nindent on libinstaller/syslxint.h

Automatically reformat libinstaller/syslxint.h using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on libinstaller/syslinux.h
H. Peter Anvin [Fri, 29 May 2009 22:10:33 +0000 (15:10 -0700)]
Run Nindent on libinstaller/syslinux.h

Automatically reformat libinstaller/syslinux.h using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on libinstaller/setadv.c
H. Peter Anvin [Fri, 29 May 2009 22:10:33 +0000 (15:10 -0700)]
Run Nindent on libinstaller/setadv.c

Automatically reformat libinstaller/setadv.c using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on libfat/ulint.h
H. Peter Anvin [Fri, 29 May 2009 22:10:33 +0000 (15:10 -0700)]
Run Nindent on libfat/ulint.h

Automatically reformat libfat/ulint.h using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on libfat/searchdir.c
H. Peter Anvin [Fri, 29 May 2009 22:10:33 +0000 (15:10 -0700)]
Run Nindent on libfat/searchdir.c

Automatically reformat libfat/searchdir.c using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on libfat/open.c
H. Peter Anvin [Fri, 29 May 2009 22:10:33 +0000 (15:10 -0700)]
Run Nindent on libfat/open.c

Automatically reformat libfat/open.c using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on libfat/libfatint.h
H. Peter Anvin [Fri, 29 May 2009 22:10:33 +0000 (15:10 -0700)]
Run Nindent on libfat/libfatint.h

Automatically reformat libfat/libfatint.h using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on libfat/libfat.h
H. Peter Anvin [Fri, 29 May 2009 22:10:33 +0000 (15:10 -0700)]
Run Nindent on libfat/libfat.h

Automatically reformat libfat/libfat.h using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on libfat/fatchain.c
H. Peter Anvin [Fri, 29 May 2009 22:10:33 +0000 (15:10 -0700)]
Run Nindent on libfat/fatchain.c

Automatically reformat libfat/fatchain.c using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on libfat/fat.h
H. Peter Anvin [Fri, 29 May 2009 22:10:32 +0000 (15:10 -0700)]
Run Nindent on libfat/fat.h

Automatically reformat libfat/fat.h using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on libfat/cache.c
H. Peter Anvin [Fri, 29 May 2009 22:10:32 +0000 (15:10 -0700)]
Run Nindent on libfat/cache.c

Automatically reformat libfat/cache.c using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on extlinux/main.c
H. Peter Anvin [Fri, 29 May 2009 22:10:32 +0000 (15:10 -0700)]
Run Nindent on extlinux/main.c

Automatically reformat extlinux/main.c using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on extlinux/ext2_fs.h
H. Peter Anvin [Fri, 29 May 2009 22:10:32 +0000 (15:10 -0700)]
Run Nindent on extlinux/ext2_fs.h

Automatically reformat extlinux/ext2_fs.h using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on dummy.c
H. Peter Anvin [Fri, 29 May 2009 22:10:32 +0000 (15:10 -0700)]
Run Nindent on dummy.c

Automatically reformat dummy.c using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on dos/syslinux.c
H. Peter Anvin [Fri, 29 May 2009 22:10:32 +0000 (15:10 -0700)]
Run Nindent on dos/syslinux.c

Automatically reformat dos/syslinux.c using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on dos/string.h
H. Peter Anvin [Fri, 29 May 2009 22:10:32 +0000 (15:10 -0700)]
Run Nindent on dos/string.h

Automatically reformat dos/string.h using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on dos/stdlib.h
H. Peter Anvin [Fri, 29 May 2009 22:10:32 +0000 (15:10 -0700)]
Run Nindent on dos/stdlib.h

Automatically reformat dos/stdlib.h using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on dos/stdio.h
H. Peter Anvin [Fri, 29 May 2009 22:10:32 +0000 (15:10 -0700)]
Run Nindent on dos/stdio.h

Automatically reformat dos/stdio.h using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on dos/stdint.h
H. Peter Anvin [Fri, 29 May 2009 22:10:32 +0000 (15:10 -0700)]
Run Nindent on dos/stdint.h

Automatically reformat dos/stdint.h using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on dos/skipatou.c
H. Peter Anvin [Fri, 29 May 2009 22:10:32 +0000 (15:10 -0700)]
Run Nindent on dos/skipatou.c

Automatically reformat dos/skipatou.c using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on dos/printf.c
H. Peter Anvin [Fri, 29 May 2009 22:10:32 +0000 (15:10 -0700)]
Run Nindent on dos/printf.c

Automatically reformat dos/printf.c using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on dos/perror.c
H. Peter Anvin [Fri, 29 May 2009 22:10:32 +0000 (15:10 -0700)]
Run Nindent on dos/perror.c

Automatically reformat dos/perror.c using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on dos/mystuff.h
H. Peter Anvin [Fri, 29 May 2009 22:10:32 +0000 (15:10 -0700)]
Run Nindent on dos/mystuff.h

Automatically reformat dos/mystuff.h using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on dos/malloc.h
H. Peter Anvin [Fri, 29 May 2009 22:10:32 +0000 (15:10 -0700)]
Run Nindent on dos/malloc.h

Automatically reformat dos/malloc.h using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on dos/malloc.c
H. Peter Anvin [Fri, 29 May 2009 22:10:32 +0000 (15:10 -0700)]
Run Nindent on dos/malloc.c

Automatically reformat dos/malloc.c using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on dos/free.c
H. Peter Anvin [Fri, 29 May 2009 22:10:32 +0000 (15:10 -0700)]
Run Nindent on dos/free.c

Automatically reformat dos/free.c using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on dos/conio.c
H. Peter Anvin [Fri, 29 May 2009 22:10:32 +0000 (15:10 -0700)]
Run Nindent on dos/conio.c

Automatically reformat dos/conio.c using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on dos/atou.c
H. Peter Anvin [Fri, 29 May 2009 22:10:32 +0000 (15:10 -0700)]
Run Nindent on dos/atou.c

Automatically reformat dos/atou.c using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on dos/argv.c
H. Peter Anvin [Fri, 29 May 2009 22:10:32 +0000 (15:10 -0700)]
Run Nindent on dos/argv.c

Automatically reformat dos/argv.c using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on dos/__udivmoddi4.c
H. Peter Anvin [Fri, 29 May 2009 22:10:32 +0000 (15:10 -0700)]
Run Nindent on dos/__udivmoddi4.c

Automatically reformat dos/__udivmoddi4.c using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on dos/__divdi3.c
H. Peter Anvin [Fri, 29 May 2009 22:10:31 +0000 (15:10 -0700)]
Run Nindent on dos/__divdi3.c

Automatically reformat dos/__divdi3.c using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on com32/samples/serialinfo.c
H. Peter Anvin [Fri, 29 May 2009 22:10:31 +0000 (15:10 -0700)]
Run Nindent on com32/samples/serialinfo.c

Automatically reformat com32/samples/serialinfo.c using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on com32/samples/resolv.c
H. Peter Anvin [Fri, 29 May 2009 22:10:31 +0000 (15:10 -0700)]
Run Nindent on com32/samples/resolv.c

Automatically reformat com32/samples/resolv.c using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
15 years agoRun Nindent on com32/samples/localboot.c
H. Peter Anvin [Fri, 29 May 2009 22:10:31 +0000 (15:10 -0700)]
Run Nindent on com32/samples/localboot.c

Automatically reformat com32/samples/localboot.c using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>