summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2004-12-14Make sure we get all the scripts...syslinux-2.13hpa1-0/+2
2004-12-14Break the devel packagehpa1-2/+4
2004-12-14Document makefile/specfile changeshpa1-0/+4
2004-12-14Try getting the RPM to do the right thing for the com32 develhpa2-5/+24
2004-12-14Make "make install" do the right thing for the com32 libraryhpa7-4/+42
2004-12-14We don't use the list file to get patch offsets anymore.hpa1-1/+1
2004-12-14Update copyright headers.hpa24-102/+122
2004-12-14Fix the spelling of "Boston"hpa57-57/+57
2004-12-14This is now the 2.13 treesyslinux-2.13-pre1hpa1-1/+1
2004-12-14Fix MEMDISK command-line parsing; add "raw" memory support for MEMDISKhpa5-28/+209
2004-12-10Update TODO listsyslinux-2.12hpa1-11/+8
2004-12-10Added write protect to MEMDISKhpa1-0/+2
2004-12-10Support making the disk readonlyhpa4-9/+23
2004-12-09Support non-mkisofs mastering programssyslinux-2.12-pre11hpa5-56/+125
2004-12-08Remove hello.exe when doing make tidysyslinux-2.12-pre10hpa1-1/+1
2004-12-08C compiler test filehpa1-0/+13
2004-12-08Updatesyslinux-2.12-pre9hpa1-2/+2
2004-12-08Separate modules (intended to be production code used for real stuff)hpa6-5/+82
2004-12-08Correct the spelling of __stack_sizesyslinux-2.12-pre8hpa1-1/+1
2004-12-08Fix list of sourceshpa1-2/+2
2004-12-08Be less hostile to building on a mingw-less system.hpa3-2/+11
2004-12-08Add comment about win32hpa1-1/+5
2004-12-08Add stack.o to the list of library objects.hpa1-15/+13
2004-12-08Make sure DATE and HEXDATE is exported to submakefileshpa2-1/+3
2004-12-08Document fix for linker bugsyslinux-2.12-pre7hpa1-0/+2
2004-12-08Move all 16-bit code into one assembly file so we don't have to relyhpa7-208/+138
2004-12-07Register-dumping routine; handy to add for debugginghpa1-0/+111
2004-12-07Remove residual exception-handling stuff (not supported)hpa1-3/+0
2004-12-03Fix COM32 file length loading bug.syslinux-2.12-pre6hpa1-1/+4
2004-12-03Make sure to save/restore the file lengthhpa1-3/+3
2004-12-03This is sample code.hpa1-0/+6
2004-12-03The chain loader has been moved to the main com32 directory.hpa2-370/+2
2004-12-03libcom32-ize the chain loader; add LICENCE filehpa3-1/+394
2004-12-01Use extended keyboard interface, properly this timesyslinux-2.12-pre5hpa2-4/+4
2004-12-01Use the extended keyboard handling functions.hpa2-4/+8
2004-12-01getkey() demosyslinux-2.12-pre4hpa1-0/+79
2004-12-01Library to decode console codes; demo programhpa8-11/+264
2004-12-01Utility library which can be compiled either for Linux or for COM32hpa7-40/+336
2004-12-01Make the console behave the same as com32 when compiling for Linuxsyslinux-2.12-pre3hpa1-2/+11
2004-12-01Allow compiling for both Linux and COM32: Makefile cleanupshpa2-3/+3
2004-12-01Ignore incoming LF, so that having Enter -> CR LF on input doesn't hurthpa1-0/+3
2004-12-01Use auto CRNL; compile demo for Linux toohpa2-10/+32
2004-11-30Add a few more options, including the very useful autocr control code.hpa1-16/+45
2004-11-30Actually working ANSI device; add demosyslinux-2.12-pre2hpa9-242/+368
2004-11-30A version of ansicon_write which compiles, and just make actually workhpa2-18/+308
2004-11-30Fix looping over directorieshpa1-1/+1
2004-11-24Serial port and ANSI write supporthpa2-0/+194
2004-11-23Enable debugging symbols to be included in the .elf file.hpa2-2/+2
2004-11-23Split input and output sides of the device modelhpa24-120/+330
2004-11-23Division error handlinghpa1-0/+4
2004-11-23Add fopendev()hpa2-3/+43
2004-11-17Use libgcc files from klibchpa11-81/+283
2004-11-17Document libcom32hpa1-0/+1
2004-11-17com32/lib is no longer privatehpa1-1/+1
2004-11-17Linker script for com32 fileshpa1-0/+130
2004-11-17Update Makefile to handle subdirectories cleaner; fix qsorthpa2-21/+12
2004-11-17Separate rawcon and stdcon; actually make input workhpa12-23/+293
2004-11-17Very basic operations now work; need to handle line-orientedhpa22-113/+746
2004-11-10Very first cut at a klibc-derived C library for com32hpa117-4/+4910
2004-11-02Now working on 2.12hpa1-0/+2
2004-11-022.11 is long gonehpa1-1/+1
2004-10-30Update filename search algorithmhpa1-2/+2
2004-10-30Fix documentation for finding the config file name.hpa1-10/+27
2004-10-15Add ID tag for date.hpa1-0/+2
2004-10-15Make less prehistoric.hpa1-3/+25
2004-09-30Clarify the max lengthhpa1-1/+1
2004-08-23Tidy up and make 64-bit-cleanhpa1-15/+11
2004-08-16Note memory system changes.syslinux-2.11hpa1-0/+1
2004-08-16Tidy even more...hpa1-0/+1
2004-08-16Tidy up in the sample directoryhpa1-0/+1
2004-08-16Fix "make tidy"hpa1-2/+2
2004-08-16Be a bit nicer to newer gcc'shpa1-9/+15
2004-08-15Document what's new for 2.11-pre3syslinux-2.11-pre3hpa1-0/+3
2004-08-15Make mtools a bit more forgiving for goofy configurationshpa1-1/+3
2004-08-04Move ASCII macros to macros.incsyslinux-2.11-pre2hpa4-17/+4
2004-08-04Clean up memory management and command-line creationhpa4-13/+15
2004-08-04Some initial work on extlinuxhpa2-2/+12
2004-07-26Move raw console access and strcpy() into their own include fileshpa4-150/+84
2004-07-06Use proper syntax for x86hpa1-2/+2
2004-07-06Add instructions for how to disable MEMDISKhpa1-0/+41
2004-06-18Document the first SYSLINUX version which (correctly) supports a featurehpa1-25/+26
2004-06-18Working on version 2.11syslinux-2.11-pre1hpa1-1/+1
2004-06-18Add an API call to query the configuration file namehpa6-14/+40
2004-06-17New menu highlight/hotkey interface.syslinux-2.10hpa7-102/+421
2004-06-13Fix attributes; do direct access on x86hpa1-2/+12
2004-06-13Reinstate safety checkhpa1-1/+1
2004-06-13Fix missing "const"syslinux-2.10-pre6hpa1-1/+1
2004-06-13Add support for building under klibc.hpa4-45/+123
2004-05-29Clear some gcc warningssyslinux-2.10-pre5hpa1-2/+4
2004-05-29- Add "allowoptions" commandhpa8-12/+37
2004-05-28Fix to the nomtools installed: mypid uninitializedsyslinux-2.10-pre4hpa2-0/+3
2004-05-18Clean up the assembly; remove menutest.csyslinux-2.10-pre3hpa3-88/+18
2004-05-18Test of all menu featureshpa1-0/+79
2004-05-18Knut Petersen's hack for Award BIOS bugssyslinux-2.10-pre2hpa2-3/+129
2004-05-18Menu improvements from Muralihpa9-496/+903
2004-04-272.10 is nextsyslinux-2.10-pre1hpa1-1/+1
2004-04-27Document that we now handle zip as well as gziphpa1-1/+1
2004-04-27Handle memdisk images compressed with zip as well as with gzip.hpa6-98/+208
2004-04-23Better E820 memory parsersyslinux-2.09-pre15hpa5-6/+43
2004-04-22Allow explicit position of menus; from Murali Krishnansyslinux-2.09-pre14hpa4-3/+22
2004-02-25Further cleanupssyslinux-2.09-pre13hpa1-13/+15
2004-02-25Use simple malloc() to allocate memoryhpa7-126/+234
2004-02-16Document open API fixsyslinux-2.09-pre12hpa1-0/+1
2004-02-16searchdir should preserve %bp.hpa1-0/+2
2004-02-06Menu upgrades from Murali.syslinux-2.09-pre11hpa3-71/+142
2004-02-05Fix handling of windowing in complex.csyslinux-2.09-pre10hpa3-19/+18
2004-02-04Patch from Murali for windowing support and a much cleaner interface;hpa6-390/+448
2004-02-04Fix jump into hyperspacesyslinux-2.09-pre9hpa1-2/+2
2004-02-04Newline after entering inputsyslinux-2.09-pre8hpa1-0/+1
2004-02-03Make the command line available to the programsyslinux-2.09-pre7hpa5-18/+32
2004-02-03Handle menu width properlysyslinux-2.09-pre6hpa1-12/+14
2004-02-03Document API function fixsyslinux-2.09-pre5hpa1-2/+4
2004-02-03Make "get key w/o echo" COMBOOT function work correctlyhpa2-4/+4
2004-02-03Actually handle mode adjustmentssyslinux-2.09-pre4hpa3-0/+9
2004-02-03Correctly specify how to detect syslinuxhpa2-3/+3
2004-02-03Dependency generationhpa1-2/+4
2004-02-03Correct syslinux detectionhpa2-4/+7
2004-02-03Aestetic changes!hpa1-5/+27
2004-02-03Be a bit more paranoid about entry conditions.hpa1-1/+9
2004-02-03Remove old OpenWatcom filehpa1-55/+0
2004-02-03Make it all work better... remove use of DOS routines while expectinghpa12-357/+377
2004-02-02Try being more portable...hpa2-10/+8
2004-02-02Clobber of ebx is implicit since %bh is outputhpa1-1/+1
2004-02-02Allow multiple mains in the makefile by building as a librarysyslinux-2.09-pre3hpa2-47/+55
2004-02-02Add menu systemhpa2-1/+3
2004-02-02Include stuff for x86-64 compatibilityhpa1-3/+9
2004-02-02Menu system from Muralihpa15-0/+1600
2004-02-02Write to current video page; "xor al,al" is not a valid test!hpa1-4/+8
2004-01-29Handle video pages correctly.syslinux-2.09-pre1hpa7-32/+33
2004-01-29Again, it's 2004...hpa1-1/+1
2004-01-29It's 2004...hpa1-1/+1
2004-01-24Adjust options to work on 64-bit machines, and clean up nuisance warningshpa4-16/+26
2004-01-24Fail if C/H/S geometry is wrong. This is necessary for things that probehpa1-0/+4
2004-01-24Add explicit defines for the various flagshpa1-0/+19
2004-01-24Conditionally add -m32 to be able to compile in a 64-bit environmenthpa2-2/+4
2003-12-27Document setuid removalhpa1-0/+3
2003-12-27Remove residual setuid craphpa1-30/+7
2003-12-19Change to MIT license; document offset 440 issue.hpa1-8/+24
2003-12-13Minor com32 wrapper code cleanuphpa4-4/+22
2003-12-13Next version = 2.09hpa1-1/+1
2003-12-13Fix typohpa1-1/+1
2003-12-11Add logical partition support for chainsyslinux-2.08hpa1-9/+106
2003-12-10Document the existence of chain.c32syslinux-2.08-pre10hpa1-0/+5
2003-12-10Add "const" to things which are not to be changed...hpa1-2/+2
2003-12-10Split atou() and skip_atou() into separate moduleshpa3-10/+15
2003-12-10Redistribute the library code; initial work on generic chainloaderhpa5-320/+600
2003-12-08More shuffling to avoid RBFG bug now when we know the memory rangehpa1-10/+12
2003-12-05Support Ctrl-U -> kill entire inputsyslinux-2.08-pre9hpa2-0/+7
2003-12-05- Avoid a memory location overwritten by RBFG.syslinux-2.08-pre8hpa4-8/+17
2003-12-05Fix spacinghpa1-2/+2
2003-12-04Rate-limit ARP calls to avoid screwing over people doing automaticsyslinux-2.08-pre7hpa5-1/+34
2003-11-30Add link to Ralf Brown's interrupt list.hpa1-4/+7
2003-11-27Add "onerror" configuration directivesyslinux-2.08-pre6hpa9-10/+80
2003-11-26Remove "timeoutcmd" -> "ontimeout"hpa1-2/+2
2003-11-26Add a bootstrap chainloading API, and include a sample program for it.syslinux-2.08-pre5hpa9-38/+177
2003-11-26Clean up generating dotted-quad addresseshpa1-8/+8
2003-11-26Add a "make tidy" target for the sample directoryhpa2-2/+7
2003-11-26Fix dependency generation.syslinux-2.08-pre4hpa1-0/+2
2003-11-26One more timeoutcmd -> ontimeouthpa1-2/+2
2003-11-26Rename timeoutcmd -> ontimeouthpa7-13/+13
2003-11-26Add API to query for the existence of MEMDISK.hpa7-26/+229
2003-11-25- Handle ARP requests while idle in pxelinuxsyslinux-2.08-pre3hpa6-15/+82
2003-11-25Fix "timeoutcmd"syslinux-2.08-pre2hpa1-1/+1
2003-11-24Fix COMBOOT/COM32 command-line generation.syslinux-2.08-pre1hpa12-18/+178
2003-11-24Add timeoutcmd commandhpa9-3/+39
2003-11-24Next version = 2.08hpa1-1/+1
2003-11-23Fix the file read API for COMBOOT/COM32syslinux-2.07hpa7-21/+447
2003-11-22Fix invalid double-use of the edx register in parse_dhcp_optionssyslinux-2.07-pre10hpa1-11/+11
2003-11-21Document that we now support a vendor-option-spacehpa1-0/+6
2003-11-21Recognize pxelinux options in a vendor-option-space as well assyslinux-2.07-pre9hpa2-0/+23
2003-11-21Updates to the win32 installer [Lars Munch.]syslinux-2.07-pre8hpa2-52/+29
2003-11-21Fix handling of loading large "boot sectors"hpa3-3/+5
2003-11-19"ran out of input data" *hopefully* fixed...hpa1-0/+2
2003-11-19Unget bytes properly...hpa2-9/+9
2003-11-18Fix bugs in chainloading other NBPs from pxelinuxsyslinux-2.07-pre7hpa4-3/+7
2003-11-18Add debugging code for input buffer underrunsyslinux-2.07-pre6hpa3-26/+52
2003-11-13opentest.c -> filetest.chpa3-121/+61
2003-11-10Test for the OPEN API commandhpa2-1/+121
2003-11-09Update for mkdiskimage fix.hpa1-0/+1
2003-11-09Compute the end cylinder/head correctly.hpa1-3/+3
2003-09-09Yet another fixsyslinux-2.07-pre5hpa1-3/+2
2003-09-09Don't booleanize ipappend (is now a mask)syslinux-2.07-pre4hpa1-2/+0
2003-09-09Add missing es:syslinux-2.07-pre3hpa1-1/+1
2003-09-09Add "ipappend 2"syslinux-2.07-pre2hpa3-8/+42
2003-08-27Slight optimizationsyslinux-2.07-pre1hpa1-3/+3
2003-08-27Try to detect if this is the only floppy drive, and if so, don't passhpa2-0/+19
2003-08-27Version 2.07 will come nexthpa1-1/+1
2003-08-23PNM spec not PPM spechpa1-1/+1
2003-08-23Lower the default MTUsyslinux-2.06hpa2-1/+9
2003-08-22We didn't need IO::Handle after allhpa1-3/+0
2003-08-22Speed improvementsyslinux-2.06-pre3hpa1-10/+11
2003-08-22Make ppmtolss16 fully compliant with the PNM spec.hpa2-28/+97
2003-08-22ppmtolss16: handle header commentshpa2-13/+54
2003-08-22Add functional equivalent to sync()hpa1-2/+16
2003-08-22Fix ISOLINUX directory length bugsyslinux-2.06-pre2hpa2-2/+5
2003-08-22Minor code cleanup.syslinux-2.06-pre1hpa1-17/+15
2003-08-22It's not just SYSLINUX that's affected by the length bug.hpa1-2/+2
2003-08-22Fix bug that would occationally cause I/O errors depending on thehpa3-2/+6
2003-07-15Clean up address assignment cleanersyslinux-2.05hpa1-31/+44
2003-07-15Add list of known bugs; update TODOhpa3-21/+9