summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Create libinstaller; actually implement boot-once for extlinuxH. Peter Anvin2007-12-141-1/+1
* Fix [BI]ESUBDIRS for make installer/tidy/clean/spotlessH. Peter Anvin2007-11-011-4/+6
* Makefiles: create NASMOPT variableH. Peter Anvin2007-10-101-2/+3
* memdump: a debugging utility to dump memory over a serial portH. Peter Anvin2007-09-211-2/+3
* Install sha1pass, md5passsyslinux-3.52-pre5H. Peter Anvin2007-07-241-1/+2
* Add support for Unix-standard MD5 passwordH. Peter Anvin2007-07-241-1/+2
* Show list file addresses in absolutesyslinux-3.50H. Peter Anvin2007-06-081-29/+8
* Don't clobber /dev/null when compiling as rootLuciano Rocha2007-05-251-2/+4
* Deal with various distributions breaking gcc in weird waysH. Peter Anvin2007-02-061-2/+8
* Fix additional references to mbr.binH. Peter Anvin2007-02-041-2/+2
* Move old MBR into the MBR directory; fix old reference to mbr.binH. Peter Anvin2007-02-041-1/+1
* New MBR which supports logical partitions.H. Peter Anvin2007-02-041-8/+10
* Use %-style of implicit rules when we don't have SUFFIXES set.syslinux-3.35H. Peter Anvin2007-01-281-1/+1
* Make including .depend obligatory (otherwise make might not generate it?)H. Peter Anvin2007-01-281-1/+1
* Remove redundant rule for gethostip.oH. Peter Anvin2007-01-281-2/+0
* Generate gethostip even when cross-compiling with -m32H. Peter Anvin2007-01-281-0/+1
* Set MAKEFLAGS to -r to suppress predefined rulesH. Peter Anvin2006-10-171-1/+4
* Support building extlinux with klibcH. Peter Anvin2006-08-241-1/+1
* Remove more CVS-era $Id$ tags.H. Peter Anvin2006-08-171-1/+0
* Add "klibc" target.H. Peter Anvin2006-05-031-0/+5
* Across-the-board stealth whitespace cleanupH. Peter Anvin2006-05-031-5/+5
* Fix generation of dependencies for isolinux; fix totaltimeout commandhpa2005-08-301-12/+10
* Reorganize memory so we don't have to relocate pxelinux and have morehpa2005-08-201-1/+6
* Install mbr.bin in AUXDIRhpa2005-04-021-1/+1
* Commit 3.10 changes to mainline. In particular, support multi-filehpa2005-01-061-2/+2
* Allow the user to override the extlinux detected geometry; add online helphpa2005-01-051-2/+6
* Don't fail on install if win32/syslinux.exe is missing.hpa2005-01-021-2/+3
* Install extlinux in /sbin, not /usr/sbinsyslinux-3.00-pre10hpa2004-12-301-2/+2
* extlinux belongs in /sbinhpa2004-12-301-1/+7
* We want extlinux installed too!!hpa2004-12-301-1/+1
* Remove stuff related to the old libraryhpa2004-12-301-9/+0
* Fix BTARGET/ITARGET dependencieshpa2004-12-301-7/+10
* Fix installer -> installer-localhpa2004-12-301-1/+1
* More work on using sections for memory alignment. Make bcopy32 alwayshpa2004-12-271-12/+13
* Add MBR-writing options to the Win32 installer. Probably should besyslinux-3.00-pre3hpa2004-12-221-9/+8
* Use %define instead of equ to work around NASM 0.98.38 bug;hpa2004-12-201-1/+1
* extlinux installer.hpa2004-12-201-3/+9
* A lot more work on extlinux. Should have most of the pieces now;hpa2004-12-191-2/+13
* More adjustment to the Brave New World<TM>hpa2004-12-151-38/+34
* Initial hack at making this somewhat sane in the brave new worldhpa2004-12-151-9/+5
* Prepping for new 2.20 version: rewrite main syslinux program to supporthpa2004-12-151-1/+1
* Make "make install" do the right thing for the com32 libraryhpa2004-12-141-1/+2
* We don't use the list file to get patch offsets anymore.hpa2004-12-141-1/+1
* Update copyright headers.hpa2004-12-141-4/+4
* Support non-mkisofs mastering programssyslinux-2.12-pre11hpa2004-12-091-6/+9
* Be less hostile to building on a mingw-less system.hpa2004-12-081-2/+2
* Add comment about win32hpa2004-12-081-1/+5
* Make sure DATE and HEXDATE is exported to submakefileshpa2004-12-081-0/+2
* Fix looping over directorieshpa2004-11-301-1/+1
* Update Makefile to handle subdirectories cleaner; fix qsorthpa2004-11-171-19/+10