profile/ivi/syslinux.git
2005-01-04 hpaUse libfat to set the MS-DOS attributes when using...
2005-01-04 hpaPrint an error message if the configuration file seems...
2005-01-04 hpaExplain what "the appropriate location" is.
2005-01-04 hpaIf BLKGETSIZE64 isn't defined, define it.
2005-01-03 hpaAllow compilation on systems without BLKGETSIZE64
2005-01-03 hpaAdd missing note w.r.t. 3.01.
2005-01-03 hpa2004 -> 2005
2005-01-03 hpaIt's 2005, that should be the copyright year
2005-01-03 hpaDisplay only heads and sectors, since that's all that...
2005-01-03 hpaClean up compile problems.
2005-01-02 hpaWorking on a 3.01 release.
2005-01-02 hpaDon't fail on install if win32/syslinux.exe is missing.
2005-01-02 hpaHDIO_GETGEO_BIG is deprecated, so stop using it; add...
2004-12-31 hpaDocument more files...
2004-12-31 hpaDocument extlinux.doc
2004-12-31 hpaRemove redundant "ebp" reference
2004-12-30 hpaHandle autosizing on real files
2004-12-30 hpaAdd code to automatically determine the size of the...
2004-12-30 hpaFix spelling of GrUB
2004-12-30 hpaInstall extlinux in /sbin, not /usr/sbin
2004-12-30 hpaextlinux belongs in /sbin
2004-12-30 hpaWe want extlinux installed too!!
2004-12-30 hpaMake a distinction between modules and test files.
2004-12-30 hpalibsyslinux is obsolete, don't install it
2004-12-30 hpaRemove stuff related to the old library
2004-12-30 hpaMake the various Makefiles agree what is BTARGET and...
2004-12-30 hpaUpdate for 3.00.
2004-12-30 hpaFix BTARGET/ITARGET dependencies
2004-12-30 hpaReorganize slightly for more space; add link to SBM
2004-12-30 hpaDocumentation about USB keys
2004-12-30 hpaUpdate so it can, among other things, be used to initia...
2004-12-30 hpaDon't leave tracers on by default!
2004-12-30 hpaFix installer -> installer-local
2004-12-29 hpaBe consistent in capitalization
2004-12-29 hpaDocument MEMDISK querying the loader.
2004-12-29 hpaCorrectly handle different values of the memdisk info...
2004-12-29 hpaRemove __attribute__((packed)) which seems to cause...
2004-12-29 hpaAdd code to detect the boot loader to mdiskchk
2004-12-29 hpaAdd boot loader ID to the memdisk info structure
2004-12-29 hpaClean up using an alternate NASM
2004-12-28 hpaFix using the resolver function from the API (with...
2004-12-28 hpaDocument resolve hostname API
2004-12-28 hpaUpdate to reflect the current state of the universe.
2004-12-28 hpaSupport menu hotkeys.
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
next