summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2003-04-10Correct the list of source filessyslinux-2.03-pre4hpa1-1/+1
2003-04-10Formatting...hpa1-1/+1
2003-04-10Support compressed MEMDISK images.hpa8-28/+1468
2003-04-10Convert to using a 32-bit installer framework, in preparation forhpa8-246/+187
2003-04-10Document fixed perl scriptshpa1-0/+1
2003-04-10Add "use bytes" pragmashpa9-0/+18
2003-04-08Use small synthesized thunks for the PXE/PXENV calls; fix the stack-syslinux-2.03-pre3hpa1-13/+13
2003-04-08One more instance of gateway-settinghpa1-0/+6
2003-04-07Override routing table and use our own default routing.hpa2-7/+27
2003-04-05Encapsulate calls to the PXE stack into a single function;syslinux-2.03-pre2hpa3-21/+46
2003-04-05Update year to 2003hpa1-1/+1
2003-04-05rm -rf $(PRIVATE)syslinux-2.03-pre1hpa1-2/+2
2003-04-05Yet another attempt at getting the paths to workhpa2-6/+4
2003-04-05One more mkdir rulehpa1-0/+1
2003-04-05Quiet a warninghpa1-1/+1
2003-04-05Add rules to make com32 directoryhpa1-0/+1
2003-04-05Actually come up with stack-switch code which has a prayer of workinghpa3-8/+24
2003-04-05Try to deal with funny PXE stack problems...hpa3-24/+51
2003-04-04Correct syntaxhpa1-15/+15
2003-03-07Support 1680K and 1722K as standard floppy formatshpa2-0/+4
2003-02-25Working toward version 2.03hpa1-1/+1
2003-02-25Actually support comment lines.hpa6-22/+30
2003-02-13Working on 2.02syslinux-2.02hpa1-1/+1
2003-02-10Change the installer to use mtools instead of trying to play gameshpa2-227/+47
2003-02-07Security fixes thanks to Dan Hollishpa1-33/+34
2003-02-06Even more paranoiahpa1-3/+3
2003-02-06FIX SECURITY HOLE: large offsets; environment to mount(8)hpa2-6/+15
2003-01-30Make it possible (but optional) to install the library.syslinux-2.01hpa2-4/+18
2003-01-30Add copyright/version headerhpa1-0/+13
2003-01-30Give us at least a prayer to work with nonpartitioned hard disk devices.syslinux-2.01-pre5hpa2-3/+4
2003-01-30Use -MM to generate dependencies.hpa1-2/+2
2003-01-30Use __builtin_memcmp() instead of memcmp() to be explicit abouthpa1-1/+1
2003-01-30Use -MM instead of -M for generating dependencieshpa1-2/+2
2003-01-30Update to year 2003hpa1-1/+1
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-30Support "owner" in /etc/fstabhpa3-3/+5
2003-01-30Header file for syslinux libraryhpa1-0/+32
2003-01-30Syslinux library codehpa1-0/+107
2003-01-29Make a small library (libsyslinux.a) of SYSLINUX; fix make dependhpa5-33/+41
2003-01-28Really replace "append" with "option" this time...hpa1-2/+2
2003-01-28The "append" command doesn't work in dhcpd anymore, replace with alternativehpa1-6/+6
2003-01-04Paranoia cleanupshpa1-5/+5
2002-11-19Fix a bug in bug fix...syslinux-2.01-pre3hpa1-1/+0
2002-11-19Add second hello world samplehpa4-2/+78
2002-11-19Fix the write string ABI call.hpa3-0/+10
2002-11-18Fix the COM32 sample programsyslinux-2.01-pre2hpa6-15/+36
2002-11-18Fix MEMDISK initalization bugshpa3-14/+36
2002-10-29Support DOSEMU-style hard disk imagessyslinux-2.01-pre1hpa3-20/+62
2002-10-29Update for 2.01hpa2-1/+5
2002-10-29Handle mtools funnies betterhpa1-5/+35
2002-10-28Add some notes about the generic DOS CD-ROM and NDIS drivers...hpa1-0/+17
2002-10-25Grammar fixhpa1-1/+2
2002-10-25Update copyright dates; URLssyslinux-2.00hpa1-3/+3
2002-10-25Update copyright dateshpa2-2/+5
2002-10-25Use a more conventional stack arrangement in PXELINUX. Also make itsyslinux-2.00-pre16hpa4-29/+73
2002-10-25LDLINUX: Fix "kaboom" bug when booting off hard disksyslinux-2.00-pre15hpa3-2/+65
2002-10-25Remove debugging codesyslinux-2.00-pre14hpa1-6/+0
2002-10-25Fixed PXELINUX timeout issue...hpa1-0/+2
2002-10-25Work around NASM bug that would lead to no timeout at all before resethpa1-11/+17
2002-10-24Fix command-line parsing bug... destroyed the flags while live... oops.syslinux-2.00-pre13hpa1-2/+2
2002-10-24Yes it is, just not for nonofficial buildshpa1-1/+1
2002-10-24DATE isn't defined in the MEMDISK directoryhpa1-1/+1
2002-10-24Fix dependencieshpa1-2/+5
2002-10-24(Hopefully) fix bug related to very long configuration filessyslinux-2.00-pre12hpa5-13/+35
2002-10-24Fix bug which causes ISOLINUX to choke on initrds > 128 MB.hpa2-3/+8
2002-10-24Add option to display the generated filesystem offsetsyslinux-2.00-pre11hpa1-2/+19
2002-10-24* Unify the command-line handling and extension-scanning codesyslinux-2.00-pre10hpa6-1033/+443
2002-10-22Fix PXELINUX memory overwrite bug.syslinux-2.00-pre9hpa2-0/+11
2002-10-03Add missing files.hpa1-1/+1
2002-10-03Add tool to create a DOS-formatted hard drive image; minor tidying of thehpa4-2/+123
2002-08-28Make the syslinux installer be setuid safe (we hope...)syslinux-2.00-pre8hpa2-27/+76
2002-08-13Fix for Toshiba laptops; ported from 1.xx branchsyslinux-2.00-pre7hpa2-29/+4
2002-07-20Update the documentation for COMBOOT imageshpa1-30/+7
2002-07-15Finally get around to fixing the MBR code.syslinux-2.00-pre6hpa2-15/+14
2002-06-17Correct the "invoke PXE stack" call...syslinux-2.00-pre5hpa2-2/+6
2002-06-17Add API call to determine the serial console configuration.hpa6-1/+33
2002-06-17Document changes due to the use of a stack frame; add new "get derivativehpa3-4/+88
2002-06-17Support reporting extended characters as <NUL>...; use a stack registerhpa3-98/+179
2002-06-16Document new "write serial port" syscallhpa1-1/+8
2002-06-15Merge in changes from SYSLINUX 1.75syslinux-2.00-pre4hpa8-40/+126
2002-06-12Yet another case of cp -r -> cp -rPsyslinux-2.00-pre3hpa1-1/+1
2002-06-12Use the new <com32.h> definitionshpa1-2/+2
2002-06-12Correct the CFLAGS for building com32 fileshpa1-1/+1
2002-06-12Export com32/include instead of com32.hhpa2-2/+2
2002-06-12Document the new structure definitions.hpa1-17/+24
2002-06-12Add <stdint.h>hpa1-0/+146
2002-06-12Move com32.h to a subdirectory; we expect to have more stuff here...hpa1-16/+23
2002-06-12Remove the noop API call, and instead use function 0 for internalhpa2-15/+13
2002-06-12Fix the implementation of API call 0009h (Call PXE Stack)hpa1-0/+1
2002-06-12Patch ported from the 1.xx branch: correct chainloading of PXE NBPs.hpa2-0/+8
2002-06-12Add an API call to invoke the PXE stack directly.hpa2-0/+22
2002-06-11Make sure "make clean" does the right thing.hpa1-1/+1
2002-06-11Update documentation; return ClustSize not SecPerClust on an open request...syslinux-2.00-pre2hpa2-2/+36
2002-06-11Add com32.h as documentation.syslinux-2.00-pre1hpa2-1/+50
2002-06-11Add an API for COMBOOT images, and add support for "COM32" -- 32-bithpa18-181/+1102
2002-06-11Eliminate "near"ssyslinux-1.xxhpa1-0/+2
2002-06-10Remove all explicit "near" declarations, except the ones that arehpa7-45/+45
2002-06-07Remove some redundant move-via-register of segmentshpa3-6/+3
2002-06-06Fix COMBOOT return; support DOS system calls 00 and 4C (both are EXIT.)syslinux-1.75-pre3hpa5-21/+45
2002-06-06Clean up major bugs in the extension-detection code.hpa3-19/+28
2002-06-06Fix the aborted_msghpa1-1/+1
2002-06-03Comment updatehpa1-1/+4
2002-06-03No more .depend files...syslinux-1.75-pre2hpa1-0/+1
2002-06-03Remove .depend files when packaging...hpa1-1/+1
2002-06-03Additional El Torito BIOS workarounds...hpa2-6/+54
2002-06-02Build SYSLINUX, not NASMhpa1-2/+2
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"hpa10-470/+411
2002-06-01If ClustSize is a dword we might as well use it as such...syslinux-1.74hpa1-2/+1
2002-06-01Fix egg-on-face bug (accessing several word variables as dword)hpa3-9/+14
2002-05-16Use INT 13h reset to turn off the floppy, not an explicit out.syslinux-1.73hpa1-7/+5
2002-04-30Further rationalize command-line parsing by allowing functions tosyslinux-1.73-pre9hpa6-184/+114
2002-04-30Fix parsing bug which caused the last vkernel to be lostsyslinux-1.73-pre8hpa1-16/+10
2002-04-29Fix the make clean rulessyslinux-1.73-pre7hpa1-1/+1
2002-04-29Hide an echo statementhpa1-1/+1
2002-04-29Add macro to undo a prereleasehpa1-0/+4
2002-04-29kwdhash.gen is a BTARGEThpa1-1/+1
2002-04-29Rename generated include files from *.inc -> *.gen to avoid Makefilehpa4-13/+13
2002-04-29Change keywords to match the documentation.hpa4-4/+4
2002-04-28Null-pad the .0 extensionhpa1-1/+1
2002-04-28Change, and document, the search sequence of extensions.hpa3-10/+13
2002-04-28Document the SAY command, remove references to SYSLINUX 1.0hpa1-21/+8
2002-04-28Add call to crlfhpa1-0/+1
2002-04-28Save a few bytes...hpa1-1/+2
2002-04-28Factor out CPU initialization and some common configuration intosyslinux-1.73-pre6hpa10-288/+225
2002-04-28Add rules for isolinux testinghpa1-0/+7
2002-04-28Make the setup of the bootup entry state saner.hpa3-26/+22
2002-04-28Generalize and factor out bootsector-generation code.syslinux-1.73-pre5hpa9-104/+196
2002-04-27More factoring of common codehpa7-3201/+1278
2002-04-27We *are* breaking up the source...syslinux-elf-test-1hpa1-2/+1
2002-04-27Simplify the rule for pxelinux.0, to help out the automaticsyslinux-1.73-pre3hpa1-2/+5
2002-04-27Don't rely on non-preprocessor referenceshpa5-3/+20
2002-04-27Complete conversion to new config file parserhpa1-0/+29
2002-04-27*** empty log message ***hpa7-784/+142
2002-04-27Generate hashes for the new parserhpa1-0/+21
2002-04-27Move configuration file handling to separate file (currently PXELINUXhpa4-301/+363
2002-04-27Commit missing include filehpa1-0/+364
2002-04-26Even more common code factoringsyslinux-1.73-pre2hpa5-1191/+115
2002-04-26New command parser (not yet used)hpa1-0/+79
2002-04-26More common code factoring: getc library, font handling codehpa5-1074/+404
2002-04-26Move VGA graphics code to a shared include filehpa4-916/+336
2002-04-26Move some of the common header crap into header files.hpa8-490/+298
2002-04-26Add support for automatic dependency generationhpa6-35/+87
2002-04-23Make esp. ldlinux.asm more similar to other modules.syslinux-1.73-pre1hpa4-75/+89
2002-04-23New working version...hpa1-1/+1
2002-04-23Rename bootsect.bin -> ldlinux.bsssyslinux-1.72hpa2-7/+7
2002-04-23Now working on version 1.72hpa1-1/+1
2002-04-23Add news for 1.72hpa1-0/+3
2002-04-23Set up %fs before invoking the final transfer sequence.hpa2-6/+12
2002-04-18Correct stack corruption problem.syslinux-1.71hpa3-42/+39
2002-04-18Brown paper bag bug :(hpa1-0/+3
2002-04-18Update to version 1.71hpa1-1/+1
2002-04-18Fix use of incorrect size for [ClustSize].hpa3-6/+9
2002-04-17Make the various clean conventions really match...syslinux-1.70hpa2-2/+8
2002-04-17Make the MEMDISK directory use the same clean conventions as thehpa2-2/+6
2002-04-17Port the conventional memory relaxing from the 1.6x-1 branch.hpa5-9/+10
2002-04-17Fixes to the installer.hpa2-40/+69
2002-04-17Note that the syslinux -o parameter has, presumably, been fixed.hpa1-0/+2
2002-03-19Make "make install" depend on "installer" not on "all"syslinux-1.70-pre1hpa1-1/+1
2002-03-19Merge with 1.6x branchhpa7-7/+26
2002-02-11tftpd32 needs version 2.11 or later.hpa1-1/+2
2002-01-16Update the non-branched version number to 1.70.hpa2-2/+4
2002-01-02Be obnoxiously correct and set start_sys_seg to 0x1000.hpa1-1/+1
2002-01-02Even better way to do the "kernel version string" pointer stuffhpa2-3/+30
2002-01-02Do the version string pointer in the file header correctly.hpa2-13/+9
2002-01-02Update copyright date, and change work-in-progress version to 1.67.hpa6-11/+14
2001-12-23Code restructuring: common subroutine to load a file into high memoryhpa4-267/+362
2001-12-17Fix other Makefile braindeadnesssyslinux-1.66-pre1hpa1-1/+1
2001-12-17Fix quoting problem in Makefilehpa1-2/+2
2001-12-17Clean up gcc version dependencies, mostly related to asm() statements.hpa9-35/+57
2001-12-16Make a valiant, and probably futile, attempt to free memory aftersyslinux-1.65hpa4-5/+194
2001-12-15Document geometry limits.syslinux-1.65-pre13hpa1-3/+7
2001-12-15Preserve DL except for the rather few calls for which DL is part of thehpa1-10/+38
2001-12-15Minor cleanupshpa2-36/+75
2001-12-15DOS now boots floppy and harddisk, but something is still amiss...syslinux-1.65-pre12hpa3-72/+54
2001-12-14Be even more anal...hpa2-19/+159
2001-12-14Correct the computation of the various termssyslinux-1.65-pre11hpa1-7/+7
2001-12-14Use the correct drive number variable, please...hpa1-4/+3
2001-12-14Correctly handle very large kernel images and very large ramdisks.hpa3-88/+88
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 dateshpa3-12/+18
2001-12-13Nonsense change because it makes me feel bettersyslinux-1.65-pre9hpa1-2/+2
2001-12-13Fix the command-line parser, compile with -Wallhpa3-14/+13
2001-12-12Support parsing the command line, and setting the geometry that way.syslinux-1.65-pre8hpa5-43/+160
2001-12-12Don't count partitions for which type == 0 (no partition)hpa1-15/+17
2001-12-12We're doing better, now...syslinux-1.65-pre7hpa1-12/+4
2001-12-12Clean up another annoying debugging message.hpa1-1/+0
2001-12-12Prune the error messages; examine the partition table for hard diskhpa1-36/+125
2001-12-12Make the memory configuration calls actually work properly, especiallysyslinux-1.65-pre6hpa3-32/+32
2001-12-11Document at least the existence of memdisk.syslinux-1.65-pre5hpa2-0/+59
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 memdiskhpa2-4/+9
2001-12-11Make the thing actually work!!! Yoo-hoo!!!hpa3-18/+25
2001-12-11Fix a couple of stack mishandling bugs...hpa1-6/+6
2001-12-11Checkpoint: many many changes, now successfully loads thehpa4-73/+110
2001-12-11Don't initialize the E820 map statically -- it's too bighpa3-7/+19
2001-12-11Checkpoint: add printf() for debugging, remove query of E881 (seemshpa9-110/+508