summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepping for new 2.20 version: rewrite main syslinux program to supporthpa2004-12-1521-474/+1952
* Make sure we get all the scripts...syslinux-2.13hpa2004-12-141-0/+2
* Break the devel packagehpa2004-12-141-2/+4
* Document makefile/specfile changeshpa2004-12-141-0/+4
* Try getting the RPM to do the right thing for the com32 develhpa2004-12-142-5/+24
* Make "make install" do the right thing for the com32 libraryhpa2004-12-147-4/+42
* We don't use the list file to get patch offsets anymore.hpa2004-12-141-1/+1
* Update copyright headers.hpa2004-12-1424-102/+122
* Fix the spelling of "Boston"hpa2004-12-1457-57/+57
* This is now the 2.13 treesyslinux-2.13-pre1hpa2004-12-141-1/+1
* Fix MEMDISK command-line parsing; add "raw" memory support for MEMDISKhpa2004-12-145-28/+209
* Update TODO listsyslinux-2.12hpa2004-12-101-11/+8
* Added write protect to MEMDISKhpa2004-12-101-0/+2
* Support making the disk readonlyhpa2004-12-104-9/+23
* Support non-mkisofs mastering programssyslinux-2.12-pre11hpa2004-12-095-56/+125
* Remove hello.exe when doing make tidysyslinux-2.12-pre10hpa2004-12-081-1/+1
* C compiler test filehpa2004-12-081-0/+13
* Updatesyslinux-2.12-pre9hpa2004-12-081-2/+2
* Separate modules (intended to be production code used for real stuff)hpa2004-12-086-5/+82
* Correct the spelling of __stack_sizesyslinux-2.12-pre8hpa2004-12-081-1/+1
* Fix list of sourceshpa2004-12-081-2/+2
* Be less hostile to building on a mingw-less system.hpa2004-12-083-2/+11
* Add comment about win32hpa2004-12-081-1/+5
* Add stack.o to the list of library objects.hpa2004-12-081-15/+13
* Make sure DATE and HEXDATE is exported to submakefileshpa2004-12-082-1/+3
* Document fix for linker bugsyslinux-2.12-pre7hpa2004-12-081-0/+2
* Move all 16-bit code into one assembly file so we don't have to relyhpa2004-12-087-208/+138
* Register-dumping routine; handy to add for debugginghpa2004-12-071-0/+111
* Remove residual exception-handling stuff (not supported)hpa2004-12-071-3/+0
* Fix COM32 file length loading bug.syslinux-2.12-pre6hpa2004-12-031-1/+4
* Make sure to save/restore the file lengthhpa2004-12-031-3/+3
* This is sample code.hpa2004-12-031-0/+6
* The chain loader has been moved to the main com32 directory.hpa2004-12-032-370/+2
* libcom32-ize the chain loader; add LICENCE filehpa2004-12-033-1/+394
* Use extended keyboard interface, properly this timesyslinux-2.12-pre5hpa2004-12-012-4/+4
* Use the extended keyboard handling functions.hpa2004-12-012-4/+8
* getkey() demosyslinux-2.12-pre4hpa2004-12-011-0/+79
* Library to decode console codes; demo programhpa2004-12-018-11/+264
* Utility library which can be compiled either for Linux or for COM32hpa2004-12-017-40/+336
* Make the console behave the same as com32 when compiling for Linuxsyslinux-2.12-pre3hpa2004-12-011-2/+11
* Allow compiling for both Linux and COM32: Makefile cleanupshpa2004-12-012-3/+3
* Ignore incoming LF, so that having Enter -> CR LF on input doesn't hurthpa2004-12-011-0/+3
* Use auto CRNL; compile demo for Linux toohpa2004-12-012-10/+32
* Add a few more options, including the very useful autocr control code.hpa2004-11-301-16/+45
* Actually working ANSI device; add demosyslinux-2.12-pre2hpa2004-11-309-242/+368
* A version of ansicon_write which compiles, and just make actually workhpa2004-11-302-18/+308
* Fix looping over directorieshpa2004-11-301-1/+1
* Serial port and ANSI write supporthpa2004-11-242-0/+194
* Enable debugging symbols to be included in the .elf file.hpa2004-11-232-2/+2
* Split input and output sides of the device modelhpa2004-11-2324-120/+330