profile/ivi/syslinux.git
2004-12-20 hpaMore fixes to the extlinux installer; change back to...
2004-12-20 hpaFurther clean up the ext*fs installer
2004-12-20 hpaextlinux installer.
2004-12-19 hpaMake extlinux actually compile. No words on actually...
2004-12-19 hpaA lot more work on extlinux. Should have most of the...
2004-12-19 hpaDocument compressed vkernels.
2004-12-19 hpaMake compressed vkernels actually work.
2004-12-19 hpaFix some additional common code issues; fix dangling...
2004-12-19 hpaMore common code cleanup; actually use the code to...
2004-12-19 hpaUpdate with fixed version from the dos directory
2004-12-19 hpaMake DOS installer use our homegrown 64-bit divide
2004-12-19 hpaBeef up the sanity checking of the boot sector. For...
2004-12-18 hpaMake the DOS-based installer actually work; mark debugg...
2004-12-18 hpaFix handling of alignment issues
2004-12-18 hpaFix dec/hex bug in crt0.S; do -msoft-float just in...
2004-12-18 hpaResurrect printf(), and create a library. This way...
2004-12-17 hpaFlesh out getfssec
2004-12-17 hpaAdditional fixes for the proper argc/argv parsing
2004-12-17 hpaMore regparmization
2004-12-17 hpaAdd code to parse argc, argv; REGPARM-ize assembly...
2004-12-17 hpaActually parse argc/argv properly.
2004-12-17 hpaOutput \n as \r\n
2004-12-17 hpaCharacter to print goes in DL, not in BL
2004-12-17 hpaHumble beginnings of an extlinux program.
2004-12-17 hpaFactor out the cache code into a separate file.
2004-12-17 hpaFix memcpy/memset to match the use of regparm and ...
2004-12-17 hpaFix the use of MAC handling in pxelinux; fix copy_over_self
2004-12-17 hpaFix the RLL-packing code; include it by default (not...
2004-12-17 hpaMake sure unused parts of the VKernelBuf are zero-fille...
2004-12-17 hpaActually use sections, and move common variables into...
2004-12-17 hpaMove the .bss to a separate section so we can at least...
2004-12-17 hpaVery simple RLL packer/unpacker; should be good for...
2004-12-17 hpaUpdate the TODO list.
2004-12-16 hpaAdd -DREGPARM=3 to go along with -mregparm=3
2004-12-16 hpaCompile with regparm turned on.
2004-12-16 hpaConvert to using -mregparm=3; makes the code slightly...
2004-12-16 hpaCorrect the handling for full 64K regions safe; correct...
2004-12-16 hpaGenerate the length correctly
2004-12-16 hpaCluster -> Sector conversion has to add the DataArea...
2004-12-16 hpaFix possible infinite loop on invalid input
2004-12-16 hpaCorrect finding the first sector
2004-12-16 hparepe cmpsb trashes di, not just si
2004-12-16 hpaFix the sense of a couple of tests. We now get to...
2004-12-16 hpaFix some cut-and-paste bugs...
2004-12-16 hpaCorrections to self-loading sequence; we now get that...
2004-12-16 hpaFix some cases of bad pointer arithmetric
2004-12-16 hpaFirst cut at new searchdir for FAT boot loader; uses...
2004-12-16 hpaRemove unneccesary blank line
2004-12-16 hpascas uses the destination operand, so don't use it.
2004-12-16 hpaMore cleanups; try to get rid of the now-obsolete defin...
2004-12-16 hpaBuild sector-oriented getfssec routine
2004-12-16 hpaFix make of win32
2004-12-16 hpamalloc.h is internal; put in lib/
2004-12-16 hpaReorganize memory map to make use of 0x3000..0x5000...
2004-12-16 hpaMSDN says the 0x08 forms of the lock calls are OK for...
2004-12-15 hpaUse the DOS version to determine whether to use the...
2004-12-15 hpaPut in MS-DOS 7 locking support
2004-12-15 hpa@:\LDLINUX.SYS not @:LDLINUX.SYS
2004-12-15 hpaAdjust the interface to syslxmod.c so the DOS installer...
2004-12-15 hpaMake the CC_IS_OK hack work again.
2004-12-15 hpaSimple memset/memcpy implementation
2004-12-15 hpaTweak optimizations.
2004-12-15 hpaConvert the DOS installer to C like everything else.
2004-12-15 hpaTell the world what we've changed...
2004-12-15 hpaMore adjustment to the Brave New World<TM>
2004-12-15 hpaChange the win32 build procedure to match the new world...
2004-12-15 hpaInitial hack at making this somewhat sane in the brave...
2004-12-15 hpaPrepping for new 2.20 version: rewrite main syslinux...
2004-12-14 hpaMake sure we get all the scripts...
2004-12-14 hpaBreak the devel package
2004-12-14 hpaDocument makefile/specfile changes
2004-12-14 hpaTry getting the RPM to do the right thing for the com32...
2004-12-14 hpaMake "make install" do the right thing for the com32...
2004-12-14 hpaWe don't use the list file to get patch offsets anymore.
2004-12-14 hpaUpdate copyright headers.
2004-12-14 hpaFix the spelling of "Boston"
2004-12-14 hpaThis is now the 2.13 tree
2004-12-14 hpaFix MEMDISK command-line parsing; add "raw" memory...
2004-12-10 hpaUpdate TODO list
2004-12-10 hpaAdded write protect to MEMDISK
2004-12-10 hpaSupport making the disk readonly
2004-12-09 hpaSupport non-mkisofs mastering programs
2004-12-08 hpaRemove hello.exe when doing make tidy
2004-12-08 hpaC compiler test file
2004-12-08 hpaUpdate
2004-12-08 hpaSeparate modules (intended to be production code used...
2004-12-08 hpaCorrect the spelling of __stack_size
2004-12-08 hpaFix list of sources
2004-12-08 hpaBe less hostile to building on a mingw-less system.
2004-12-08 hpaAdd comment about win32
2004-12-08 hpaAdd stack.o to the list of library objects.
2004-12-08 hpaMake sure DATE and HEXDATE is exported to submakefiles
2004-12-08 hpaDocument fix for linker bug
2004-12-08 hpaMove all 16-bit code into one assembly file so we don...
2004-12-07 hpaRegister-dumping routine; handy to add for debugging
2004-12-07 hpaRemove residual exception-handling stuff (not supported)
2004-12-03 hpaFix COM32 file length loading bug.
2004-12-03 hpaMake sure to save/restore the file length
2004-12-03 hpaThis is sample code.
2004-12-03 hpaThe chain loader has been moved to the main com32 direc...
next