profile/ivi/syslinux.git
2001-12-10 hpaSimple console I/O, mostly for debugging.
2001-12-10 hpaFix support for small pseudo-kernels.
2001-12-10 hpaAdd postprocessing to set the number of setup sectors.
2001-12-10 hpaAdd support for "pseudo-kernels" < 64K in size.
2001-12-10 hpaYet another snapshot. Now we can actually compile...
2001-12-10 hpaBoot protocol version 2.03 support.
2001-12-09 hpaMore work at patching and setup; load the boot sector...
2001-12-09 hpaSnapshot the work.
2001-12-09 hpaReinstate memdisk.asm
2001-12-09 hpaRemove memdisk (moved into memdisk directory)
2001-12-09 hpaInitial work for the in-memory disk emulator
2001-12-06 hpaUpdate NEWS file; turn off tracers; add warning about...
2001-12-06 hpaISOLINUX: Support booting from image files (if the...
2001-12-06 hpaMore work on the memory disk image driver
2001-11-26 hpaDocument tftpd32 for Win32 systems.
2001-11-24 hpaUpdate documentation -- point to hardware information...
2001-11-21 hpaDocument missing serial port test.
2001-11-21 hpaMake an attempt at detecting nonexistent serial port...
2001-11-21 hpaCorrect serial port/no flow control.
2001-11-20 hpaEven more tweaks at flow control support
2001-11-20 hpaCorrect parsing of serial flow control
2001-11-20 hpaModify the way serial flow control works.
2001-11-20 hpaFix parsing of hardware flow control
2001-11-20 hpaFix restoring text mode with a font set (uninitialized...
2001-09-07 hpaBe more explicit about errors, so we can debug problems.
2001-09-07 hpaTry to placate recent versions of Windows when using...
2001-09-06 hpaFirst cut of "hardware" flowcontrol support for serial...
2001-08-07 hpaIt may not just be an Award bug...
2001-08-04 hpaFix short jump out of range
2001-08-04 hpaBug workaround for Award BIOSes.
2001-07-20 hpaTry to avoid font problems when returning to text mode.
2001-05-28 hpaFix stack-smash bug.
2001-05-09 hpaWorking on version 1.63.
2001-05-09 hpaCorrect the handling of "equal buckets conversion"...
2001-05-07 hpaInstall ppmtolss16; lss16toppm; honour INSTALLROOT.
2001-05-07 hpaRemove obsolete debugging code; reinstate error messages
2001-05-07 hpaMake an attempt to do color assignment correctly even...
2001-04-24 hpaDocument disk image support as a TODO.
2001-04-24 hpaUse the undocumented "append" command instead of hackin...
2001-04-24 hpa- Graphics fixes
2001-04-19 hpaTSR for virtual INT 13h disk in high memory (under...
2001-04-19 hpaNote that booting other OSes currently applies to SYSLI...
2001-04-19 hpaIntroduce a way to return to text mode. Clean up the...
2001-04-17 hpaFix reversed values in "ip=" option.
2001-04-13 hpaAdd DHCP option to set PXELINUX reset timeout.
2001-04-13 hpaAllow the DHCP server to override PXELINUX default...
2001-04-12 hpaUpdate the maximum pathname length to 63 characters.
2001-04-12 hpaFix for full pathname lookup algorithm.
2001-04-12 hpaDeclare this to be the beginning of version 1.61, and...
2001-04-12 hpaSupport filenames up to 64 characters.
2001-04-12 hpaSupport full pathname searches.
2001-04-11 hpaID 0x33 is ISOLINUX.
2001-04-10 hpaUse Perl constructs that are somewhat cleaner.
2001-04-10 hpaHeader cleanups.
2001-04-10 hpaAdd lss16toppm to the list of files to distribute.
2001-04-10 hpaProgram to convert an LSS-16 image to PPM.
2001-04-10 hpaSpecify which version of cdrecord contains mkisofs...
2001-04-10 hpaCheck in example of using <Ctrl-P> for comments, and...
2001-04-10 hpaMove "call vgaclearmode" in case of kaboom to the corre...
2001-04-10 hpaClear graphics mode before trying to reboot.
2001-04-10 hpaFix for register corruption while displaying F-key...
2001-04-09 hpaTry to improve the relability of the error routine.
2001-04-09 hpaIssue a CR LF before printing a message file. Introduc...
2001-04-09 hpaAdd note about mode control characters.
2001-04-09 hpaAlways use ScrollAttribute for scrolling.
2001-04-09 hpaSupport mode controls.
2001-04-09 hpaAdd mode-specific control sequences.
2001-04-09 hpaDocumentation change listing...
2001-04-09 hpaMore pruning of debug messages.
2001-04-09 hpaDocument isolinux-debug.bin.
2001-04-09 hpaClean up useless align directive.
2001-04-09 hpaisolinux-debug.lst is not a precious file.
2001-04-09 hpaClean up the error messages code; move some uninitializ...
2001-04-09 hpaIf we get a disk error, do the "kaboom" thing.
2001-04-09 hpaIf we hit a disk error, actually report the correct...
2001-04-09 hpaAdd note about PXELINUX not searching for path names...
2001-04-09 hpaAdd note about the Win9x LOCK command.
2001-04-09 hpaGraphics mode scrolling fixes; remove traces of IPAppen...
2001-04-09 hpaGraphics mode scrolling fixes.
2001-04-09 hpaGraphics scrolling fix; disable .bs and .bss since...
2001-04-09 hpaDocument that the "isolinux" directory now is reality.
2001-04-09 hpaClean up copyright messages.
2001-04-09 hpaMore bug fixes, including the handling of VidRows/VidCo...
2001-04-09 hpaIntroduce "current directory" support for the isolinux...
2001-04-09 hpaImprove the ISO filename comparison algorithm; should...
2001-04-09 hpaAdd pointer to home page.
2001-04-09 hpaCall vgaclearmode before doing a local boot.
2001-04-09 hpaAdd pointers to pxelinux.doc and isolinux.doc
2001-04-08 hpaHandle filenames without an extension (have to append...
2001-04-08 hpaClean up the "tidy" target, and add isolinux.lst to it.
2001-04-08 hpaAdd isolinux.asm to the list of sources.
2001-04-08 hpaWell, it seems to actually boot. Still needs tons...
2001-04-08 hpaUse symbolic BS instead of 08h in strings...
2001-04-08 hpaNote about what we don't support.
2001-04-08 hpaOfficially admit the existence of isolinux :)
2001-04-08 hpaActually look for the configuration file and open it.
2001-04-08 hpaBuild isolinux by default.
2001-04-06 hpaClean up to the point where it compiles.
2001-04-06 hpaMacroize the 2048-byte sector size.
2001-04-06 hpaMerge pxelinux changes up to and including 1.49 (graphi...
next