summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-08-18Handle MENU PASSWD correctlysyslinux-3.10-pre12hpa2-2/+11
2005-08-18Better NOESCAPE; handle comments without space (too common a mistake)hpa7-20/+22
2005-08-18Try again to make "noescape" actually work...hpa3-4/+8
2005-08-18NOESCAPE: run the default command if a load is interruptedsyslinux-3.10-pre11hpa1-6/+4
2005-08-18If onerror is set, invoke onerror on escapehpa7-144/+85
2005-08-18Make sure to zero-terminate display fileshpa1-0/+2
2005-08-18Merge updates to syslinux into extlinuxhpa1-123/+145
2005-08-18Fix incorrect use of esi which should have been sisyslinux-3.10-pre10hpa2-2/+3
2005-08-17Add localboot API callhpa3-0/+78
2005-08-16Don't modify data in the checksum region before we can checksum the code.syslinux-3.10-pre9hpa1-6/+7
2005-08-16Fix eax/edx corruption in EBIOS loop; remove transfer size adjustmenthpa1-7/+8
2005-08-09Add debugging code, if necessaryhpa1-1/+14
2005-08-09Try falling back to CBIOS if EBIOS totally fails.syslinux-3.10-pre8hpa1-79/+90
2005-08-09Reorganize the code for more spacesyslinux-3.10-pre7hpa1-107/+120
2005-08-09Copyright year updatehpa1-1/+1
2005-08-09Document what's up...hpa1-0/+3
2005-08-09Better tests for CM#1 and CM#2syslinux-3.10-pre6hpa1-33/+56
2005-08-09Out-of-line versions of intcall and farcallhpa2-0/+21
2005-08-09Out-of-line __intcall and __farcall; better detection mechanism for CM#2hpa4-24/+44
2005-08-09Explain conf method #2hpa2-2/+2
2005-08-08New retry strategysyslinux-3.10-pre5hpa1-50/+51
2005-08-08Explicitly detect the config typesyslinux-3.10-pre4hpa1-0/+2
2005-08-08Be even more anal about PCI BIOS detection.hpa1-2/+3
2005-08-05Fix help texthpa1-3/+3
2005-08-03Document diffs since 3.09syslinux-3.10-pre3hpa1-0/+5
2005-08-03Add PCI_CFG_BIOShpa1-0/+1
2005-08-03Actual implementation of the read/write through BIOShpa2-0/+30
2005-08-03Support PCI config via BIOShpa11-15/+56
2005-08-03Form the EBIOS DAPA on the stack instead of assuming it doesn't getsyslinux-3.10-pre2hpa1-26/+21
2005-08-03New version number; gcc 4.0.1 fixhpa2-2/+2
2005-06-16Change command line to 511 characters; 1023 caused .bss overrunssyslinux-3.09-pre2hpa3-4/+6
2005-06-16Beep the speaker on ^Ghpa3-0/+12
2005-05-19gcc4 compilation fixsyslinux-3.09-pre1hpa4-1/+21
2005-05-08New Multiboot module; increase command line limit to 1023syslinux-3.08hpa9-6/+1564
2005-04-29Don't clobber live registers, it's not nicesyslinux-3.08-pre10hpa1-3/+3
2005-04-29Use the correct registerhpa1-2/+2
2005-04-29Add new "bigraw" mode to memdisk.hpa4-12/+34
2005-04-28Advanced menu system update from Muralisyslinux-3.08-pre9hpa1-1/+3
2005-04-28Rewritten advanced menuing system from Murali.hpa35-1306/+3435
2005-04-08Document keystrokeshpa1-0/+16
2005-04-08Ctrl-X -> return to text mode immediatelyhpa2-3/+10
2005-04-06Initialize VKernelBuf to zerosyslinux-3.08-pre8hpa2-1/+7
2005-04-06Precedence fixhpa1-1/+1
2005-04-03Fix highlighting of digits and lower-case characters.hpa1-1/+1
2005-04-03extlinux: fix multiple directory-parsing bugs.syslinux-3.08-pre6hpa3-8/+25
2005-04-02Install mbr.bin in AUXDIRhpa1-1/+1
2005-03-08Actually use memcmp() for the DOSEMU comparison; we can't seem to gethpa2-2/+18
2005-01-25Document sparse files now handled correctly.syslinux-3.08-pre5hpa2-3/+3
2005-01-25extlinux: handle sparse files correctlyhpa2-2/+37
2005-01-24Allow setting a custom salthpa1-2/+5
2005-01-21Add password support to simple menu systemsyslinux-3.08-pre4hpa6-27/+141
2005-01-21More work on password support for the menu systems. Make the base64hpa10-15/+192
2005-01-20SHA-1 support in libutil; beginnings of menu passwd supporthpa6-14/+448
2005-01-20Improved handling of ARP wait; add idle function.syslinux-3.08-pre3hpa4-2/+23
2005-01-20Move idle function into libcom32; libutil function is now just a wrapper.hpa9-5/+193
2005-01-18Fix calculation of I/O block size in SYSLINUXsyslinux-3.08-pre2hpa6-7/+20
2005-01-12Private copy of <linux/ext2_fs.h>syslinux-3.07hpa3-1/+510
2005-01-12Fix zlib build problem.hpa1-0/+1
2005-01-12Move <zconf.h> to the right placesyslinux-3.07-pre2hpa1-0/+0
2005-01-12Disable tracerssyslinux-3.07-pre1hpa1-1/+1
2005-01-123.07: Fix chainloadinghpa7-76/+104
2005-01-10Move png header files in place; add documentationsyslinux-3.06hpa5-0/+5192
2005-01-10ftell() operationsyslinux-3.06-pre1hpa1-0/+18
2005-01-10Fix ramdisk lenhpa2-1/+4
2005-01-10Fix the su_ramdisklen fieldhpa1-1/+1
2005-01-08Add libpnghpa31-3/+41417
2005-01-08Move <zlib.h> to include directory; add prototype for ftell()hpa2-0/+3
2005-01-08Add zlib to libcom32hpa31-3/+12076
2005-01-08Sparse files don't work right, either.syslinux-3.05hpa1-2/+3
2005-01-08Change 3.10 -> 3.05hpa1-2/+2
2005-01-08Call the next version 3.05, so we can push it out quicker to fix thehpa2-3/+5
2005-01-08Fix bug in the handling of directories spanning multiple sectorshpa1-2/+1
2005-01-06Add missing header filesyslinux-3.10-pre1hpa1-0/+14
2005-01-06Commit 3.10 changes to mainline. In particular, support multi-filehpa14-146/+384
2005-01-05Document PCI config space changehpa1-1/+4
2005-01-05Fix dependency detection in subdirectorieshpa1-1/+2
2005-01-05Support PCI configuration space mechanism #2 if necessary.hpa11-88/+149
2005-01-05EXTLINUX: return derivative-specific information. Begin 3.03 devel cycle.hpa4-4/+9
2005-01-05Update TODO filehpa1-0/+7
2005-01-05Allow libcom32 to detect a disabled video console, and act appropriately.syslinux-3.02hpa3-2/+22
2005-01-05Fix command parsing; add mask supporthpa1-16/+39
2005-01-05Use DEC VT graphics and try to be compatible with as many terminalhpa1-23/+23
2005-01-05Total hack to work around machines with broken BLKGETSIZE64 definition.hpa1-1/+3
2005-01-05Clean up extlinux compilation issueshpa2-10/+11
2005-01-05Allow the user to override the extlinux detected geometry; add online helphpa4-20/+124
2005-01-05Add #include <sys/mount.h> just in case that helps with the ioctls...hpa1-0/+1
2005-01-05Check for a release directory before tagging anything...syslinux-3.02-pre4hpa1-0/+2
2005-01-05Spend little over half a kilobyte printing an error message at the end.hpa1-2/+5
2005-01-05New module "ethersel" which scans for devices and boots an appropriatehpa2-1/+257
2005-01-04Fix PCI access functionshpa8-7/+90
2005-01-04New CONSOLE directive to enable/disable the video console.syslinux-3.02-pre3hpa8-2/+30
2005-01-04More readable scroll barhpa1-1/+1
2005-01-04More details on serial console improvementssyslinux-3.02-pre2hpa1-1/+2
2005-01-04More navigation keyshpa2-0/+15
2005-01-04More serial console speed improvements.hpa1-35/+53
2005-01-04Serial console improvementshpa1-0/+2
2005-01-04Work better over a serial consolehpa1-7/+12
2005-01-04Use a scrollbar instead of [+] and [-]hpa1-29/+38
2005-01-04Fix xpread/xpwrite; call die() when we're dead to make sure we clean uphpa3-33/+33
2005-01-04Update copyright datesyslinux-3.02-pre1hpa1-1/+1
2005-01-04Hack for missing BLKGETSIZE64, toohpa1-0/+2
2005-01-04Document 3.02 news so farhpa2-1/+8
2005-01-04Build native (not necessarily i386) binarieshpa2-9/+9
2005-01-04Use libfat to set the MS-DOS attributes when using the unix installer.hpa3-13/+40
2005-01-04Print an error message if the configuration file seems empty.hpa2-8/+15
2005-01-04Explain what "the appropriate location" is.hpa1-2/+4
2005-01-04If BLKGETSIZE64 isn't defined, define it.hpa1-1/+5
2005-01-03Allow compilation on systems without BLKGETSIZE64hpa1-1/+4
2005-01-03Add missing note w.r.t. 3.01.hpa1-0/+2
2005-01-032004 -> 2005syslinux-3.01hpa1-1/+1
2005-01-03It's 2005, that should be the copyright yearhpa2-2/+2
2005-01-03Display only heads and sectors, since that's all that matters.hpa1-2/+2
2005-01-03Clean up compile problems.hpa7-5/+14
2005-01-02Working on a 3.01 release.hpa2-1/+4
2005-01-02Don't fail on install if win32/syslinux.exe is missing.hpa1-2/+3
2005-01-02HDIO_GETGEO_BIG is deprecated, so stop using it; add a few more fallbackhpa1-22/+28
2004-12-31Document more files...hpa1-8/+12
2004-12-31Document extlinux.dochpa1-0/+1
2004-12-31Remove redundant "ebp" referencehpa1-1/+1
2004-12-30Handle autosizing on real filessyslinux-3.00hpa1-1/+1
2004-12-30Add code to automatically determine the size of the device.hpa2-10/+56
2004-12-30Fix spelling of GrUBhpa2-1/+1
2004-12-30Install extlinux in /sbin, not /usr/sbinsyslinux-3.00-pre10hpa2-2/+6
2004-12-30extlinux belongs in /sbinhpa2-3/+10
2004-12-30We want extlinux installed too!!hpa2-1/+3
2004-12-30Make a distinction between modules and test files.hpa1-2/+3
2004-12-30libsyslinux is obsolete, don't install ithpa1-2/+0
2004-12-30Remove stuff related to the old libraryhpa1-9/+0
2004-12-30Make the various Makefiles agree what is BTARGET and what is ITARGEThpa1-4/+5
2004-12-30Update for 3.00.hpa1-8/+9
2004-12-30Fix BTARGET/ITARGET dependencieshpa1-7/+10
2004-12-30Reorganize slightly for more space; add link to SBMhpa1-73/+97
2004-12-30Documentation about USB keyshpa2-1/+51
2004-12-30Update so it can, among other things, be used to initialize "ziplike"hpa1-6/+36
2004-12-30Don't leave tracers on by default!hpa1-1/+1
2004-12-30Fix installer -> installer-localhpa1-1/+1
2004-12-29Be consistent in capitalizationsyslinux-3.00-pre9hpa2-1/+1
2004-12-29Document MEMDISK querying the loader.hpa1-0/+2
2004-12-29Correctly handle different values of the memdisk info structurehpa2-1/+11
2004-12-29Remove __attribute__((packed)) which seems to cause problemshpa1-2/+2
2004-12-29Add code to detect the boot loader to mdiskchkhpa4-3/+51
2004-12-29Add boot loader ID to the memdisk info structurehpa3-5/+17
2004-12-29Clean up using an alternate NASMhpa1-3/+4
2004-12-28Fix using the resolver function from the API (with DS != CS); addsyslinux-3.00-pre8hpa5-19/+94
2004-12-28Document resolve hostname APIhpa3-2/+44
2004-12-28Update to reflect the current state of the universe.hpa1-23/+2
2004-12-28Support menu hotkeys.hpa4-12/+81
2004-12-28Document the -m and -a options.syslinux-3.00-pre7hpa1-0/+8
2004-12-28Fix the scanning of the partition table (for the -a option)hpa1-0/+1
2004-12-28Support the -m and -a options for the DOS installer as wellhpa4-25/+244
2004-12-28FQDNs no longer required.syslinux-3.00-pre6hpa2-8/+7
2004-12-28Add support for non-FQDN hostnames.hpa3-2/+36
2004-12-28We now officially support FQDNs in TFTP prefixes.syslinux-3.00-pre5hpa4-22/+30
2004-12-28Correct bogus register usagehpa1-12/+14
2004-12-28Fix pxelinux relocation; work around infinite loop in pxelinux mangle_namehpa6-22/+24
2004-12-28Add layout filehpa1-0/+55
2004-12-27Support shift in/shift out -> DEC VT symbols;hpa1-2/+32
2004-12-27Save list of DNS servers; do DNS lookup for hostnameshpa2-4/+44
2004-12-27Use skip of 2 for the magic A20 numbershpa1-6/+5
2004-12-27More work on using sections for memory alignment. Make bcopy32 alwayshpa8-109/+62
2004-12-27Reorganize memory slightly; split .bss into .bss and .earlybss andhpa5-28/+56
2004-12-27Complete the DNS resolver.hpa1-15/+86
2004-12-27Minor cleanupshpa1-6/+10
2004-12-27More work on the DNS resolver; now just need the reply parserhpa1-1/+163
2004-12-27More work on the DNS resolverhpa1-21/+18
2004-12-27Beginnings of a DNS resolverhpa1-0/+115
2004-12-22Write the partition offset into the superblock as we are supposed to.syslinux-3.00-pre4hpa1-4/+11
2004-12-22Fix the -m and -a options for Win32; add support for a boot sector filehpa3-23/+54
2004-12-22Add MBR-writing options to the Win32 installer. Probably should besyslinux-3.00-pre3hpa5-16/+177
2004-12-22Detect null filenames correctly (problems in both pxelinux and extlinux)syslinux-3.00-pre2hpa6-3/+7
2004-12-22Support cursor on/cursor off sequences, and use them in the menu systemhpa2-19/+61
2004-12-22Fix handling of attributes when clearing the screen.hpa1-1/+1
2004-12-22Support alternate TFTP servers via filename syntax.syslinux-3.00-pre1hpa5-32/+161
2004-12-222.20 -> 3.00hpa1-1/+1
2004-12-22Let's call the next version 3.00hpa2-2/+2
2004-12-22Better document how to do chain loading.syslinux-2.20-pre14hpa2-0/+25
2004-12-22Fix pointers/block calculationhpa1-0/+1
2004-12-22Fix bugs in the conversion to partition-relative sector numbershpa1-3/+3
2004-12-22Fix handling of -o offsethpa3-20/+20
2004-12-22Fix miscompare of FAT32hpa1-3/+3
2004-12-22Allow creation of FAT32 filesystemshpa1-9/+23
2004-12-22Handle partition offsethpa2-4/+5
2004-12-22Be more picky about syntax.hpa1-1/+1
2004-12-22Update the Win32 installer.syslinux-2.20-pre13hpa2-34/+90
2004-12-21Support timeout in the menusyslinux-2.20-pre12hpa5-20/+60
2004-12-21Add NOESCAPE command to disable Shift key; update NEWS.hpa5-0/+18
2004-12-21Document the need/lack thereof to run the installer.hpa1-0/+11
2004-12-21extlinux: Document need for MBR, and usage on a RAID system.hpa3-2/+57
2004-12-21I think the menu system actually works now...syslinux-2.20-pre11hpa6-23/+125
2004-12-21Add strlcpy(), strlcat()hpa2-0/+57
2004-12-21Add [v]asprintfhpa2-0/+55
2004-12-21Config file is extlinux.confhpa1-2/+2
2004-12-21We have strcpy, use ithpa1-5/+1
2004-12-21Fix argv parsinghpa2-4/+8
2004-12-21Fix typohpa1-1/+1
2004-12-21Add an API function to get the IPAPPEND strings.hpa6-26/+111
2004-12-21More work on menu module. Looks like the file libc isn't quite therehpa6-43/+243
2004-12-21Add code to edit the command line in the simple menuhpa4-47/+157
2004-12-20Initial work on simple menu system; add <minmax.h> to libutilhpa2-0/+284
2004-12-20Actually get things working with nonblocking raw console read;hpa6-25/+21