summaryrefslogtreecommitdiff
path: root/memdump
Commit message (Collapse)AuthorAgeFilesLines
* Makefile: Move Makefile fragments into mk/Matt Fleming2011-04-071-1/+2
| | | | | | | | | | | | | | | | | | Move the MCONFIG files into a mk/ directory and give them more descriptive names. This is purely a cosmetic change to make the 'include' directives a bit more coherent by making it obvious exactly which MCONFIG file we're including. For example, in com32/lua/src/Makefile we exchange the line, include ../../MCONFIG for the much more comprehensible, include $(MAKEDIR)/com32.mk Signed-off-by: Matt Fleming <matt.fleming@linux.intel.com>
* memdump: srecs need a length, and max 32 data bytesH. Peter Anvin2010-02-051-7/+2
| | | | | | Length + 32 data bytes max... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* memdump: allow outputting S-recordsH. Peter Anvin2010-02-058-26/+176
| | | | | | | | Allow outputting S-records, for users who only have the capability of passively monitoring a serial port as opposed to being able to capture the contents directly. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* Run Nindent on memdump/ymsend.hH. Peter Anvin2009-05-291-7/+7
| | | | | | | | | 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>
* Run Nindent on memdump/ymsend.cH. Peter Anvin2009-05-291-135/+135
| | | | | | | | | 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>
* Run Nindent on memdump/strtoul.cH. Peter Anvin2009-05-291-46/+44
| | | | | | | | | 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>
* Run Nindent on memdump/string.hH. Peter Anvin2009-05-291-4/+4
| | | | | | | | | 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>
* Run Nindent on memdump/stdlib.hH. Peter Anvin2009-05-291-1/+1
| | | | | | | | | 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>
* Run Nindent on memdump/stdio.hH. Peter Anvin2009-05-291-1/+1
| | | | | | | | | 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>
* Run Nindent on memdump/stdint.hH. Peter Anvin2009-05-291-28/+28
| | | | | | | | | 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>
* Run Nindent on memdump/skipatou.cH. Peter Anvin2009-05-291-4/+4
| | | | | | | | | 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>
* Run Nindent on memdump/serial.cH. Peter Anvin2009-05-291-53/+53
| | | | | | | | | 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>
* Run Nindent on memdump/printf.cH. Peter Anvin2009-05-291-235/+246
| | | | | | | | | 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>
* Run Nindent on memdump/mystuff.hH. Peter Anvin2009-05-291-3/+2
| | | | | | | | | 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>
* Run Nindent on memdump/malloc.hH. Peter Anvin2009-05-291-5/+5
| | | | | | | | | 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>
* Run Nindent on memdump/main.cH. Peter Anvin2009-05-291-78/+78
| | | | | | | | | 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>
* Run Nindent on memdump/io.hH. Peter Anvin2009-05-291-12/+12
| | | | | | | | | 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>
* Run Nindent on memdump/conio.cH. Peter Anvin2009-05-291-11/+11
| | | | | | | | | 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>
* Run Nindent on memdump/argv.cH. Peter Anvin2009-05-291-41/+41
| | | | | | | | | 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>
* Run Nindent on memdump/__udivmoddi4.cH. Peter Anvin2009-05-291-21/+21
| | | | | | | | | 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>
* Run Nindent on memdump/__divdi3.cH. Peter Anvin2009-05-291-15/+15
| | | | | | | | | 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>
* Unify dependency generation: MCONFIG.embeddedH. Peter Anvin2009-04-271-5/+5
| | | | | | | Unify dependency generation and move common rules into MCONFIG.embedded. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* Clean up embedded Makefile targets; fix build failureH. Peter Anvin2008-08-221-14/+3
| | | | | | Unify common pieces to "embedded" targets (those that produce code that runs neither in the host nor in a com32 environment); this fixes the broken sample/ directory Makefile.
* Major Makefile cleanups; gcc 4.3.0 compatiblityH. Peter Anvin2008-08-201-20/+33
| | | | | Cleanup and centralize the Makefile system even more. Fix a gcc 4.3 incompatibility in memdisk (definition of strlen).
* Move files out of root into core, dos, and utilsH. Peter Anvin2008-05-291-1/+1
| | | | | | | | 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.
* Fixed the various Makefiles so that SYSLINUX compiles on platforms with GCC ↵Stefan Bucur2008-05-121-1/+2
| | | | -fstack-protector flag enabled by default.
* Use $(CC) in gcc_ok macro, not plain gccH. Peter Anvin2008-03-051-1/+1
| | | | | Use $(CC) in gcc_ok macro, not plain gcc. This seems to work, iff the gcc_ok macro is declared with =, not :=
* "begin Ymodem download" is supposed to be an imperative...H. Peter Anvin2008-02-201-1/+1
|
* Whitespace cleanup...syslinux-3.62-pre11H. Peter Anvin2008-02-191-4/+0
|
* memdump: fix typoH. Peter Anvin2008-02-181-1/+1
|
* memdump: avoid comma in filenamesH. Peter Anvin2008-02-081-1/+1
| | | | | Avoid using commas in filenames, since not all systems can handle them.
* memdump: add .bin suffix to generated filenamesH. Peter Anvin2008-02-081-1/+1
| | | | Add a .bin suffix to generated filenames
* Update copyright yearH. Peter Anvin2008-01-103-3/+3
|
* memdump: remove debugging code never meant for releaseH. Peter Anvin2007-10-021-12/+0
|
* Fix building on a 64-bit system without a 32-bit system installedsyslinux-3.52-pre10syslinux-3.52H. Peter Anvin2007-09-243-1/+144
| | | | | A bunch of glibc header files were bogusly included. We should not depend on having a 32-bit glibc installed, since we don't use it.
* memdump: a debugging utility to dump memory over a serial portH. Peter Anvin2007-09-2126-0/+3608
A memory-dumping utility which runs in real mode. Thus, it can be used to get memory dumps from a relatively pristine system.