| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move files out of root into core, dos, and utils | H. Peter Anvin | 2008-05-29 | 1 | -2/+2 |
| | | | | | | | | | 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/+2 |
| | | | | | -fstack-protector flag enabled by default. | ||||
| * | syslinux 3.63: Rename $GZIP to $GZIPPROG | Maciej W. Rozycki | 2008-04-17 | 1 | -2/+2 |
| | | | | | | | | | | | | | | 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. | ||||
| * | Use $(CC) in gcc_ok macro, not plain gcc | H. Peter Anvin | 2008-03-05 | 1 | -1/+1 |
| | | | | | | Use $(CC) in gcc_ok macro, not plain gcc. This seems to work, iff the gcc_ok macro is declared with =, not := | ||||
| * | Remove pngtopnm dependency from the samples/ directory | H. Peter Anvin | 2008-02-26 | 3 | -3/+8 |
| | | | | | | | Ship syslogo.ppm.gz instead of syslogo.png, thereby eliminating a dependency on pngtopnm which apparently isn't installed by default on some distros. | ||||
| * | Update copyright year | H. Peter Anvin | 2008-01-10 | 8 | -8/+8 |
| | | |||||
| * | Makefiles: create NASMOPT variable | H. Peter Anvin | 2007-10-10 | 1 | -2/+3 |
| | | | | | | Create NASMOPT variable, defaulting to -O9999. Mostly there to test beta versions of NASM. | ||||
| * | Show list file addresses in absolutesyslinux-3.50 | H. Peter Anvin | 2007-06-08 | 1 | -1/+1 |
| | | | | | | | 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. | ||||
| * | 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. | ||||
| * | Restore intentional blank lines at the end of sample/sample.msg | H. Peter Anvin | 2007-03-14 | 1 | -0/+2 |
| | | |||||
| * | Stealth whitespace cleanup (automated) | H. Peter Anvin | 2007-03-14 | 2 | -3/+1 |
| | | |||||
| * | Add a register-setting shuffle and boot for real mode; clean up headers.syslinux-3.40-pre14 | H. Peter Anvin | 2007-03-14 | 1 | -1/+1 |
| | | | | | | - Add an API function to shuffle and boot which sets *all* RM registers; - Move those structures to <syslinux/bootpm.h> and <syslinux/bootrm.h> | ||||
| * | Deal with various distributions breaking gcc in weird ways | H. Peter Anvin | 2007-02-06 | 1 | -1/+1 |
| | | |||||
| * | sample/Makefile: $(M32) is also needed in $(SFLAGS) | H. Peter Anvin | 2007-01-28 | 1 | -1/+1 |
| | | |||||
| * | Remove -m32 from the CC variable globally. | H. Peter Anvin | 2007-01-28 | 1 | -2/+2 |
| | | |||||
| * | Added a second sample background image | H. Peter Anvin | 2006-09-18 | 1 | -0/+0 |
| | | |||||
| * | Add sample splash image | H. Peter Anvin | 2006-09-14 | 1 | -0/+0 |
| | | |||||
| * | Remove more CVS-era $Id$ tags. | H. Peter Anvin | 2006-08-17 | 3 | -3/+1 |
| | | |||||
| * | Remove CVS-era $Id$ tags. | H. Peter Anvin | 2006-08-17 | 6 | -6/+0 |
| | | |||||
| * | Across-the-board stealth whitespace cleanup | H. Peter Anvin | 2006-05-03 | 13 | -53/+45 |
| | | |||||
| * | Clean up compile problems. | hpa | 2005-01-03 | 7 | -5/+14 |
| | | |||||
| * | Fix spelling of GrUB | hpa | 2004-12-30 | 2 | -1/+1 |
| | | |||||
| * | Be consistent in capitalizationsyslinux-3.00-pre9 | hpa | 2004-12-29 | 2 | -1/+1 |
| | | |||||
| * | Correctly handle different values of the memdisk info structure | hpa | 2004-12-29 | 2 | -1/+11 |
| | | |||||
| * | Add code to detect the boot loader to mdiskchk | hpa | 2004-12-29 | 2 | -3/+35 |
| | | |||||
| * | Update copyright headers. | hpa | 2004-12-14 | 1 | -3/+3 |
| | | |||||
| * | Fix the spelling of "Boston" | hpa | 2004-12-14 | 6 | -6/+6 |
| | | |||||
| * | This is sample code. | hpa | 2004-12-03 | 1 | -0/+6 |
| | | |||||
| * | The chain loader has been moved to the main com32 directory. | hpa | 2004-12-03 | 2 | -370/+2 |
| | | |||||
| * | Fix "make tidy" | hpa | 2004-08-16 | 1 | -2/+2 |
| | | |||||
| * | Clear some gcc warningssyslinux-2.10-pre5 | hpa | 2004-05-29 | 1 | -2/+4 |
| | | |||||
| * | Adjust options to work on 64-bit machines, and clean up nuisance warnings | hpa | 2004-01-24 | 1 | -5/+9 |
| | | |||||
| * | Conditionally add -m32 to be able to compile in a 64-bit environment | hpa | 2004-01-24 | 1 | -1/+2 |
| | | |||||
| * | Minor com32 wrapper code cleanup | hpa | 2003-12-13 | 3 | -4/+21 |
| | | |||||
| * | Add logical partition support for chainsyslinux-2.08 | hpa | 2003-12-11 | 1 | -9/+106 |
| | | |||||
| * | Split atou() and skip_atou() into separate modules | hpa | 2003-12-10 | 3 | -10/+15 |
| | | |||||
| * | Redistribute the library code; initial work on generic chainloader | hpa | 2003-12-10 | 5 | -320/+600 |
| | | |||||
| * | Fix spacing | hpa | 2003-12-05 | 1 | -2/+2 |
| | | |||||
| * | Add a bootstrap chainloading API, and include a sample program for it.syslinux-2.08-pre5 | hpa | 2003-11-26 | 2 | -1/+64 |
| | | |||||
| * | Add a "make tidy" target for the sample directory | hpa | 2003-11-26 | 1 | -2/+6 |
| | | |||||
| * | Add API to query for the existence of MEMDISK. | hpa | 2003-11-26 | 2 | -0/+105 |
| | | |||||
| * | Fix COMBOOT/COM32 command-line generation.syslinux-2.08-pre1 | hpa | 2003-11-24 | 3 | -1/+89 |
| | | | | | Add test programs. | ||||
| * | Fix the file read API for COMBOOT/COM32syslinux-2.07 | hpa | 2003-11-23 | 3 | -19/+438 |
| | | |||||
| * | opentest.c -> filetest.c | hpa | 2003-11-13 | 3 | -121/+61 |
| | | |||||
| * | Test for the OPEN API command | hpa | 2003-11-10 | 2 | -1/+121 |
| | | |||||
| * | COM32: Try to support both farcall and intcall | hpa | 2003-07-01 | 3 | -6/+55 |
| | | |||||
| * | Clean up a bit. | hpa | 2003-05-20 | 1 | -9/+15 |
| | | |||||
| * | Explain why we're doing this insane movl ...,%eax | hpa | 2003-04-21 | 1 | -0/+1 |
| | | |||||
| * | Add second hello world sample | hpa | 2002-11-19 | 2 | -1/+56 |
| | | |||||
| * | Fix the COM32 sample programsyslinux-2.01-pre2 | hpa | 2002-11-18 | 3 | -9/+25 |
| | | |||||
