profile/ivi/syslinux.git
2004-12-22 hpaUpdate the Win32 installer.
2004-12-21 hpaSupport timeout in the menu
2004-12-21 hpaAdd NOESCAPE command to disable Shift key; update NEWS.
2004-12-21 hpaDocument the need/lack thereof to run the installer.
2004-12-21 hpaextlinux: Document need for MBR, and usage on a RAID...
2004-12-21 hpaI think the menu system actually works now...
2004-12-21 hpaAdd strlcpy(), strlcat()
2004-12-21 hpaAdd [v]asprintf
2004-12-21 hpaConfig file is extlinux.conf
2004-12-21 hpaWe have strcpy, use it
2004-12-21 hpaFix argv parsing
2004-12-21 hpaFix typo
2004-12-21 hpaAdd an API function to get the IPAPPEND strings.
2004-12-21 hpaMore work on menu module. Looks like the file libc...
2004-12-21 hpaAdd code to edit the command line in the simple menu
2004-12-20 hpaInitial work on simple menu system; add <minmax.h>...
2004-12-20 hpaActually get things working with nonblocking raw consol...
2004-12-20 hpaAdd support to deal with EAGAIN
2004-12-20 hpaMake the raw input console non-blocking with a timeout...
2004-12-20 hpaFix EQUs
2004-12-20 hpaClean up some old crap
2004-12-20 hpaActually fix the block calculation. I think it works...
2004-12-20 hpaFurther fixes to linear address computation, now works...
2004-12-20 hpaMore docs.
2004-12-20 hpaUpdate some documentation
2004-12-20 hpaFix regparm in libcom32; make extlinux actually work...
2004-12-20 hpaUse %define instead of equ to work around NASM 0.98...
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...
next