aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2006-08-24Support building extlinux with klibcH. Peter Anvin1-1/+1
2006-08-17Remove more CVS-era $Id$ tags.H. Peter Anvin1-1/+0
2006-05-03Add "klibc" target.H. Peter Anvin1-0/+5
2006-05-03Across-the-board stealth whitespace cleanupH. Peter Anvin1-5/+5
2005-08-30Fix generation of dependencies for isolinux; fix totaltimeout commandhpa1-12/+10
2005-08-20Reorganize memory so we don't have to relocate pxelinux and have morehpa1-1/+6
2005-04-02Install mbr.bin in AUXDIRhpa1-1/+1
2005-01-06Commit 3.10 changes to mainline. In particular, support multi-filehpa1-2/+2
2005-01-05Allow the user to override the extlinux detected geometry; add online helphpa1-2/+6
2005-01-02Don't fail on install if win32/syslinux.exe is missing.hpa1-2/+3
2004-12-30Install extlinux in /sbin, not /usr/sbinsyslinux-3.00-pre10hpa1-2/+2
2004-12-30extlinux belongs in /sbinhpa1-1/+7
2004-12-30We want extlinux installed too!!hpa1-1/+1
2004-12-30Remove stuff related to the old libraryhpa1-9/+0
2004-12-30Fix BTARGET/ITARGET dependencieshpa1-7/+10
2004-12-30Fix installer -> installer-localhpa1-1/+1
2004-12-27More work on using sections for memory alignment. Make bcopy32 alwayshpa1-12/+13
2004-12-22Add MBR-writing options to the Win32 installer. Probably should besyslinux-3.00-pre3hpa1-9/+8
2004-12-20Use %define instead of equ to work around NASM 0.98.38 bug;hpa1-1/+1
2004-12-20extlinux installer.hpa1-3/+9
2004-12-19A lot more work on extlinux. Should have most of the pieces now;hpa1-2/+13
2004-12-15More adjustment to the Brave New World<TM>hpa1-38/+34
2004-12-15Initial hack at making this somewhat sane in the brave new worldhpa1-9/+5
2004-12-15Prepping for new 2.20 version: rewrite main syslinux program to supporthpa1-1/+1
2004-12-14Make "make install" do the right thing for the com32 libraryhpa1-1/+2
2004-12-14We don't use the list file to get patch offsets anymore.hpa1-1/+1
2004-12-14Update copyright headers.hpa1-4/+4
2004-12-09Support non-mkisofs mastering programssyslinux-2.12-pre11hpa1-6/+9
2004-12-08Be less hostile to building on a mingw-less system.hpa1-2/+2
2004-12-08Add comment about win32hpa1-1/+5
2004-12-08Make sure DATE and HEXDATE is exported to submakefileshpa1-0/+2
2004-11-30Fix looping over directorieshpa1-1/+1
2004-11-17Update Makefile to handle subdirectories cleaner; fix qsorthpa1-19/+10
2004-02-02Add menu systemhpa1-1/+1
2004-01-24Adjust options to work on 64-bit machines, and clean up nuisance warningshpa1-1/+1
2003-11-26Add a "make tidy" target for the sample directoryhpa1-0/+1
2003-07-15Add list of known bugs; update TODOhpa1-1/+1
2003-07-11New win32 installer; librarize some stuffsyslinux-2.05-pre3hpa1-4/+13
2003-04-16[ foo ] && bar results in exit 1 if not foosyslinux-2.04-pre4hpa1-1/+1
2003-04-16Only ldconfig if we're not using an INSTALLROOThpa1-1/+1
2003-04-16Make libsyslinux available as a shared library.hpa1-4/+15
2003-04-16Resurrect the no-mtools installersyslinux-2.04-pre1hpa1-2/+6
2003-04-05Yet another attempt at getting the paths to workhpa1-1/+1
2003-02-06FIX SECURITY HOLE: large offsets; environment to mount(8)hpa1-1/+1
2003-01-30Make it possible (but optional) to install the library.syslinux-2.01hpa1-3/+16
2003-01-30Use -MM instead of -M for generating dependencieshpa1-2/+2
2003-01-30Change how to make header filessyslinux-2.01-pre4hpa1-2/+2
2003-01-30Need syslinux.h as a source filehpa1-1/+1
2003-01-29Make a small library (libsyslinux.a) of SYSLINUX; fix make dependhpa1-9/+18
2002-10-03Add missing files.hpa1-1/+1
2002-10-03Add tool to create a DOS-formatted hard drive image; minor tidying of thehpa1-1/+5
2002-06-12Export com32/include instead of com32.hhpa1-1/+1
2002-06-11Add com32.h as documentation.syslinux-2.00-pre1hpa1-1/+1
2002-06-11Add an API for COMBOOT images, and add support for "COM32" -- 32-bithpa1-14/+15
2002-06-02Remove remaining references to genstupid.plsyslinux-1.75-pre1hpa1-1/+0
2002-06-02Major rewrite of the very early SYSLINUX code. Generate the "stupid"hpa1-18/+14
2002-04-29Fix the make clean rulessyslinux-1.73-pre7hpa1-1/+1
2002-04-29kwdhash.gen is a BTARGEThpa1-1/+1
2002-04-29Rename generated include files from *.inc -> *.gen to avoid Makefilehpa1-9/+9
2002-04-28Factor out CPU initialization and some common configuration intosyslinux-1.73-pre6hpa1-4/+4
2002-04-27Simplify the rule for pxelinux.0, to help out the automaticsyslinux-1.73-pre3hpa1-2/+5
2002-04-27*** empty log message ***hpa1-3/+3
2002-04-27Move configuration file handling to separate file (currently PXELINUXhpa1-9/+14
2002-04-26Move some of the common header crap into header files.hpa1-0/+4
2002-04-26Add support for automatic dependency generationhpa1-14/+23
2002-04-23Rename bootsect.bin -> ldlinux.bsssyslinux-1.72hpa1-6/+6
2002-04-17Make the various clean conventions really match...syslinux-1.70hpa1-2/+6
2002-04-17Make the MEMDISK directory use the same clean conventions as thehpa1-0/+2
2002-03-19Make "make install" depend on "installer" not on "all"syslinux-1.70-pre1hpa1-1/+1
2001-12-13Make "make install" actually install all the things that shouldsyslinux-1.65-pre10hpa1-2/+8
2001-12-13Print a copyright string in memdisk; clean up the handling of dateshpa1-10/+10
2001-12-11Really build memdisk...syslinux-1.65-pre4hpa1-2/+7
2001-12-11Fix syntax errorhpa1-1/+1
2001-12-11List memdisk as OTHER so it'll get included in the release bundlehpa1-1/+1
2001-12-11Some makefile changes to account for memdiskhpa1-3/+9
2001-05-07Install ppmtolss16; lss16toppm; honour INSTALLROOT.hpa1-2/+2
2001-04-10Add lss16toppm to the list of files to distribute.hpa1-1/+1
2001-04-09isolinux-debug.lst is not a precious file.hpa1-1/+1
2001-04-09Clean up the error messages code; move some uninitialized variables tohpa1-1/+7
2001-04-08Clean up the "tidy" target, and add isolinux.lst to it.hpa1-1/+2
2001-04-08Add isolinux.asm to the list of sources.hpa1-1/+2
2001-04-08Build isolinux by default.hpa1-4/+14
2001-04-05We need ppmtolss16 in the release tree :)hpa1-1/+1
2001-04-05The great graphics merge! We're now officially working on version 1.60.hpa1-3/+7
2001-03-10Add gethostip.c to the list of SOURCESsyslinux-1.53-pre5hpa1-1/+1
2001-03-10Explicit rule gethostip.c -> gethostip.ohpa1-0/+2
2001-03-10More robust DHCP parsing; document "gethostip" program.hpa1-3/+8
2001-03-10Clean up core files, too.hpa1-1/+1
2001-02-27Rename pxelinux.bin to pxelinux.0 to match common PXE server conventions.syslinux-1.53-pre1hpa1-3/+5
2000-07-06Split private Makefile targets off into Makefile.privatehpa1-39/+2
2000-06-22The kernel command line always lives at 9xxxxh, as idiotic as that is.hpa1-2/+5
1999-09-17pxe.inc is also a source filehpa1-1/+2
1999-09-17pxelinux.asm is a source file.hpa1-1/+1
1999-09-17Hey, it looks like it might actually *work*. Still need the prefix code,hpa1-1/+1
1999-09-06make clean deletes pxelinux.lsthpa1-1/+1
1999-09-06Beginnings of a PXE network boot loader (PXELINUX).hpa1-4/+7
1999-03-05Add sys2ansi.pl to the list of distributed fileshpa1-1/+2
1998-12-05Update documentation; include doc file for distributors.syslinux-1.42hpa1-1/+1
1998-12-04Change the boot loader/installer boundary slightlyhpa1-6/+11
1998-12-04Split the build between boot loader proper and installers; this willsyslinux-1.42-0x366788f5syslinux-1.42-0x36678377hpa1-9/+21
1998-12-03Fix.syslinux-1.42-0x366654a7hpa1-1/+1
1998-12-03Store all pre-releases in a subdirectory.hpa1-11/+16
1998-12-01Generate a uuencoded file when making prereleases.syslinux-1.41-0x36639a99hpa1-3/+4
1998-05-07Clean up "make prerel" a bit.hpa1-4/+6
1998-05-07- Fix new division code.hpa1-0/+13
1998-05-07- (Hopefully) fix the track 65536 problem.hpa1-2/+3
1998-05-07Update the DOS installers to use the new INT 25h/26h interface ifhpa1-2/+5
1998-04-15Fix old kernel, OS/2, and mem= bugs. Ready for 1.36 release.syslinux-1.36hpa1-1/+1
1998-04-14Link in stupid.ohpa1-1/+2
1998-04-14Patch generator for the -s (stupid) option.hpa1-5/+12
1998-04-14Added keytab-lilo.doc to list of documentation fileshpa1-1/+1
1998-04-14Don't install keytab-lilo.pl.hpa1-2/+1
1998-04-14Updated documentation, added keytab-lilo.pl.hpa1-2/+3
1998-02-06Finished "make release" mechanism.hpa1-4/+22
1998-02-04I think we're pretty much ready to rock!hpa1-1/+18
1998-02-03Bug fixes. Looks like the bloody thing works now.hpa1-4/+4
1998-02-03Added install targethpa1-0/+5
1998-02-03Yet more work on Linux installer, changed cleanup targetshpa1-3/+6
1998-02-03Changing Linux installer to be a C program.hpa1-7/+15
1998-02-03Beginning outline of Linux installerhpa1-1/+8
1998-02-02Added TODO file; working on DOS installer program.hpa1-1/+5
1998-02-01Additional optimizations. Do an ls -l in the Makefile so we know justhpa1-0/+2
1998-01-31Fixed dependencyhpa1-1/+1
1998-01-31Slightly less ugly Id tag.hpa1-2/+2
1998-01-31Added Id tags.hpa1-0/+17
1998-01-31Initial revisionsyslinux-inithpa1-0/+18