platform/upstream/syslinux.git
2004-12-28 hpaDocument the -m and -a options.
2004-12-28 hpaFix the scanning of the partition table (for the -a...
2004-12-28 hpaSupport the -m and -a options for the DOS installer...
2004-12-28 hpaFQDNs no longer required.
2004-12-28 hpaAdd support for non-FQDN hostnames.
2004-12-28 hpaWe now officially support FQDNs in TFTP prefixes.
2004-12-28 hpaCorrect bogus register usage
2004-12-28 hpaFix pxelinux relocation; work around infinite loop...
2004-12-28 hpaAdd layout file
2004-12-27 hpaSupport shift in/shift out -> DEC VT symbols;
2004-12-27 hpaSave list of DNS servers; do DNS lookup for hostnames
2004-12-27 hpaUse skip of 2 for the magic A20 numbers
2004-12-27 hpaMore work on using sections for memory alignment. ...
2004-12-27 hpaReorganize memory slightly; split .bss into .bss and...
2004-12-27 hpaComplete the DNS resolver.
2004-12-27 hpaMinor cleanups
2004-12-27 hpaMore work on the DNS resolver; now just need the reply...
2004-12-27 hpaMore work on the DNS resolver
2004-12-27 hpaBeginnings of a DNS resolver
2004-12-22 hpaWrite the partition offset into the superblock as we...
2004-12-22 hpaFix the -m and -a options for Win32; add support for...
2004-12-22 hpaAdd MBR-writing options to the Win32 installer. Probab...
2004-12-22 hpaDetect null filenames correctly (problems in both pxeli...
2004-12-22 hpaSupport cursor on/cursor off sequences, and use them...
2004-12-22 hpaFix handling of attributes when clearing the screen.
2004-12-22 hpaSupport alternate TFTP servers via filename syntax.
2004-12-22 hpa2.20 -> 3.00
2004-12-22 hpaLet's call the next version 3.00
2004-12-22 hpaBetter document how to do chain loading.
2004-12-22 hpaFix pointers/block calculation
2004-12-22 hpaFix bugs in the conversion to partition-relative sector...
2004-12-22 hpaFix handling of -o offset
2004-12-22 hpaFix miscompare of FAT32
2004-12-22 hpaAllow creation of FAT32 filesystems
2004-12-22 hpaHandle partition offset
2004-12-22 hpaBe more picky about syntax.
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...
next