summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2001-12-10Move %fs initialization to assembly code; initialize %es explicitly.hpa2-10/+16
2001-12-10Hello, World now working...syslinux-1.65-pre3hpa1-5/+11
2001-12-10Make sure we use calll/retl for the C code, so the stack frame layouthpa3-4/+7
2001-12-10Simple console I/O, mostly for debugging.hpa2-0/+72
2001-12-10Fix support for small pseudo-kernels.hpa5-4/+7
2001-12-10Add postprocessing to set the number of setup sectors.hpa2-1/+44
2001-12-10Add support for "pseudo-kernels" < 64K in size.hpa4-6/+44
2001-12-10Yet another snapshot. Now we can actually compile the sucker...hpa6-165/+462
2001-12-10Boot protocol version 2.03 support.syslinux-1.65-pre2hpa4-8/+39
2001-12-09More work at patching and setup; load the boot sector when donehpa1-11/+46
2001-12-09Snapshot the work.hpa3-28/+174
2001-12-09Reinstate memdisk.asmhpa1-0/+418
2001-12-09Remove memdisk (moved into memdisk directory)hpa2-836/+0
2001-12-09Initial work for the in-memory disk emulatorhpa8-0/+456
2001-12-06Update NEWS file; turn off tracers; add warning about broken BIOSes tosyslinux-1.65-pre1hpa3-1/+12
2001-12-06ISOLINUX: Support booting from image files (if the BIOS works).hpa4-10/+215
2001-12-06More work on the memory disk image driverhpa2-10/+134
2001-11-26Document tftpd32 for Win32 systems.hpa1-0/+5
2001-11-24Update documentation -- point to hardware information pagesyslinux-1.64hpa2-36/+21
2001-11-21Document missing serial port test.hpa1-0/+2
2001-11-21Make an attempt at detecting nonexistent serial port hardware.syslinux-1.64-pre6hpa4-6/+34
2001-11-21Correct serial port/no flow control.syslinux-1.64-pre5hpa4-3/+7
2001-11-20Even more tweaks at flow control supportsyslinux-1.64-pre4hpa4-25/+81
2001-11-20Correct parsing of serial flow controlhpa3-0/+9
2001-11-20Modify the way serial flow control works.syslinux-1.64-pre3hpa4-44/+58
2001-11-20Fix parsing of hardware flow controlhpa4-12/+29
2001-11-20Fix restoring text mode with a font set (uninitialized use of ES)hpa4-15/+30
2001-09-07Be more explicit about errors, so we can debug problems.syslinux-1.64-pre2hpa1-13/+58
2001-09-07Try to placate recent versions of Windows when using the DOS installer.hpa2-52/+135
2001-09-06First cut of "hardware" flowcontrol support for serial console.syslinux-1.64-pre1hpa6-56/+144
2001-08-07It may not just be an Award bug...syslinux-1.63hpa1-1/+2
2001-08-04Fix short jump out of rangesyslinux-1.63-pre3hpa1-2/+2
2001-08-04Bug workaround for Award BIOSes.hpa2-4/+12
2001-07-20Try to avoid font problems when returning to text mode.hpa4-53/+19
2001-05-28Fix stack-smash bug.syslinux-1.63-pre1hpa2-1/+4
2001-05-09Working on version 1.63.hpa2-1/+7
2001-05-09Correct the handling of "equal buckets conversion". This is probablyhpa1-3/+3
2001-05-07Install ppmtolss16; lss16toppm; honour INSTALLROOT.hpa1-2/+2
2001-05-07Remove obsolete debugging code; reinstate error messageshpa1-27/+3
2001-05-07Make an attempt to do color assignment correctly even without havinghpa1-36/+65
2001-04-24Document disk image support as a TODO.syslinux-1.62hpa1-0/+3
2001-04-24Use the undocumented "append" command instead of hacking aroundsyslinux-1.62-pre4hpa1-15/+18
2001-04-24- Graphics fixessyslinux-1.62-pre3hpa6-72/+468
2001-04-19TSR for virtual INT 13h disk in high memory (under development.)hpa2-0/+334
2001-04-19Note that booting other OSes currently applies to SYSLINUX only; if you'rehpa1-0/+4
2001-04-19Introduce a way to return to text mode. Clean up the handling ofhpa5-156/+202
2001-04-17Fix reversed values in "ip=" option.syslinux-1.62-pre2hpa2-2/+4
2001-04-13Add DHCP option to set PXELINUX reset timeout.syslinux-1.62-pre1hpa2-3/+31
2001-04-13Allow the DHCP server to override PXELINUX default options;hpa4-16/+146
2001-04-12Update the maximum pathname length to 63 characters.syslinux-1.61hpa1-1/+1
2001-04-12Fix for full pathname lookup algorithm.syslinux-1.61-pre1hpa1-3/+2
2001-04-12Declare this to be the beginning of version 1.61, and update thehpa4-15/+23
2001-04-12Support filenames up to 64 characters.hpa1-1/+1
2001-04-12Support full pathname searches.hpa1-13/+57
2001-04-11ID 0x33 is ISOLINUX.hpa1-2/+2
2001-04-10Use Perl constructs that are somewhat cleaner.syslinux-1.60hpa1-5/+2
2001-04-10Header cleanups.hpa2-10/+24
2001-04-10Add lss16toppm to the list of files to distribute.hpa1-1/+1
2001-04-10Program to convert an LSS-16 image to PPM.hpa1-0/+97
2001-04-10Specify which version of cdrecord contains mkisofs 1.13.hpa1-2/+2