Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | entrydump: trivial program to probe PXE entry conditions | H. Peter Anvin | 2009-02-18 | 1 | -1/+1 |
| | | | | | | | Small debugging hack program to probe the PXE stack entry conditions. This is mostly useful when developing a PXE stack, but might possibly be handy for finding workarounds for a stack, too. | ||||
* | Move vesainfo.c32 from "samples" to "modules" | H. Peter Anvin | 2008-10-13 | 1 | -1/+1 |
| | | | | | | | vesainfo.c32 is turning into an invaluable debugging tool. Put it in "modules" instead of "samples", to encourage distros to package it. Signed-off-by: H. Peter Anvin <hpa@zytor.com> | ||||
* | Fix "make clean" confusionsyslinux-3.72 | H. Peter Anvin | 2008-09-25 | 1 | -1/+2 |
| | | | | | | | | "make clean" must NOT remove stuff that "make installer" should not rebuild. This is a somewhat unfortunate choice of naming, but that's the way it is. Signed-off-by: H. Peter Anvin <hpa@zytor.com> | ||||
* | Major Makefile cleanups; gcc 4.3.0 compatiblity | H. Peter Anvin | 2008-08-20 | 1 | -59/+3 |
| | | | | | Cleanup and centralize the Makefile system even more. Fix a gcc 4.3 incompatibility in memdisk (definition of strlen). | ||||
* | com32: compile with -std=gnu99 | H. Peter Anvin | 2008-08-12 | 1 | -2/+4 |
| | | | | | | | Compile with -std=gnu99, this allows us to define initializers inside for() loops, which makes certain kinds of ugly macros easier to write. Signed-off-by: H. Peter Anvin <hpa@zytor.com> | ||||
* | Centralize configurables; better "make install" etc | H. Peter Anvin | 2008-05-29 | 1 | -1/+0 |
| | | | | | | | Begin the process of centralizing configurables. Improve "make install" and "make netinstall"; add "make extbootinstall". | ||||
* | Move files out of root into core, dos, and utils | H. Peter Anvin | 2008-05-29 | 1 | -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 Bucur | 2008-05-12 | 1 | -1/+1 |
| | | | | -fstack-protector flag enabled by default. | ||||
* | Remove reference to readpit.c32, an experimental module | H. Peter Anvin | 2008-03-08 | 1 | -1/+1 |
| | | | | | Remove reference to readpit.c32, an experimental module never intended for release. | ||||
* | Use $(CC) in gcc_ok macro, not plain gcc | H. Peter Anvin | 2008-03-05 | 1 | -2/+2 |
| | | | | | Use $(CC) in gcc_ok macro, not plain gcc. This seems to work, iff the gcc_ok macro is declared with =, not := | ||||
* | Prevent inclusion of system include files when inappropriate | H. Peter Anvin | 2008-03-03 | 1 | -2/+3 |
| | | | | | Use "-nostdinc -iwithprefix include" to prevent the inclusion of system header files, but still permitting *compiler* header files. | ||||
* | com32: remove dependency files for "make tidy" | H. Peter Anvin | 2008-02-19 | 1 | -2/+2 |
| | |||||
* | Add dependency generation for com32 samples. | H. Peter Anvin | 2008-02-19 | 1 | -2/+7 |
| | |||||
* | Merge commit 'origin/master' into adv | H. Peter Anvin | 2008-01-10 | 1 | -1/+1 |
|\ | | | | | | | | | | | Conflicts: extlinux/extlinux.c | ||||
| * | Update copyright year | H. Peter Anvin | 2008-01-10 | 1 | -1/+1 |
| | | |||||
* | | Initial support for auxilliary data vector | H. Peter Anvin | 2007-12-13 | 1 | -0/+1 |
|/ | | | | | Initial support for the auxillary data vector, a storage mechanism intended to support boot-once and similar features. | ||||
* | Makefiles: create NASMOPT variable | H. Peter Anvin | 2007-10-10 | 1 | -1/+2 |
| | | | | | Create NASMOPT variable, defaulting to -O9999. Mostly there to test beta versions of NASM. | ||||
* | localboot.c32: sample/test program for invoking syslinux_local_boot() | H. Peter Anvin | 2007-09-21 | 1 | -0/+1 |
| | | | | Simple test program which simply invokes syslinux_local_boot(). | ||||
* | Simple program to dump serial console info | H. Peter Anvin | 2007-05-31 | 1 | -1/+1 |
| | |||||
* | Don't clobber /dev/null when compiling as root | Luciano Rocha | 2007-05-25 | 1 | -2/+4 |
| | | | | | | 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. | ||||
* | Stealth whitespace cleanup (automated) | H. Peter Anvin | 2007-03-14 | 1 | -2/+2 |
| | |||||
* | Deal with various distributions breaking gcc in weird ways | H. Peter Anvin | 2007-02-06 | 1 | -1/+1 |
| | |||||
* | vesainfo: program to dump all VESA modes | H. Peter Anvin | 2006-09-12 | 1 | -1/+1 |
| | |||||
* | Remove VESA demo and function used only by it | H. Peter Anvin | 2006-09-12 | 1 | -1/+1 |
| | |||||
* | Test program for the VESA code | H. Peter Anvin | 2006-08-28 | 1 | -1/+1 |
| | |||||
* | Remove more CVS-era $Id$ tags. | H. Peter Anvin | 2006-08-17 | 1 | -1/+0 |
| | |||||
* | Across-the-board stealth whitespace cleanup | H. Peter Anvin | 2006-05-03 | 1 | -1/+1 |
| | |||||
* | Build native (not necessarily i386) binaries | hpa | 2005-01-04 | 1 | -4/+4 |
| | |||||
* | Fix using the resolver function from the API (with DS != CS); addsyslinux-3.00-pre8 | hpa | 2004-12-28 | 1 | -1/+1 |
| | | | | test/sample file to do that; fix bug in chain.c. | ||||
* | extlinux: Document need for MBR, and usage on a RAID system. | hpa | 2004-12-21 | 1 | -2/+2 |
| | | | | Add cat.c32 as one of the sample programs. | ||||
* | Compile with regparm turned on.syslinux-2.20-pre2 | hpa | 2004-12-16 | 1 | -1/+1 |
| | |||||
* | Make "make install" do the right thing for the com32 library | hpa | 2004-12-14 | 1 | -0/+2 |
| | |||||
* | Update copyright headers. | hpa | 2004-12-14 | 1 | -3/+3 |
| | |||||
* | Separate modules (intended to be production code used for real stuff) | hpa | 2004-12-08 | 1 | -0/+80 |
and samples (demo code). |