summaryrefslogtreecommitdiff
path: root/com32
Commit message (Expand)AuthorAgeFilesLines
* Fix using the resolver function from the API (with DS != CS); addsyslinux-3.00-pre8hpa2004-12-283-4/+71
* Support menu hotkeys.hpa2004-12-283-10/+75
* Support shift in/shift out -> DEC VT symbols;hpa2004-12-271-2/+32
* Support cursor on/cursor off sequences, and use them in the menu systemhpa2004-12-222-19/+61
* Fix handling of attributes when clearing the screen.hpa2004-12-221-1/+1
* Support timeout in the menusyslinux-2.20-pre12hpa2004-12-215-20/+60
* extlinux: Document need for MBR, and usage on a RAID system.hpa2004-12-212-2/+33
* I think the menu system actually works now...syslinux-2.20-pre11hpa2004-12-213-19/+41
* Add strlcpy(), strlcat()hpa2004-12-212-0/+57
* Add [v]asprintfhpa2004-12-212-0/+55
* Fix argv parsinghpa2004-12-212-4/+8
* Add an API function to get the IPAPPEND strings.hpa2004-12-211-20/+68
* More work on menu module. Looks like the file libc isn't quite therehpa2004-12-216-43/+243
* Add code to edit the command line in the simple menuhpa2004-12-214-47/+157
* Initial work on simple menu system; add <minmax.h> to libutilhpa2004-12-202-0/+284
* Actually get things working with nonblocking raw console read;hpa2004-12-206-25/+21
* Add support to deal with EAGAINhpa2004-12-201-1/+7
* Make the raw input console non-blocking with a timeout, allows handlinghpa2004-12-2010-28/+114
* Fix regparm in libcom32; make extlinux actually work; add 3840K supporthpa2004-12-202-3/+4
* Update with fixed version from the dos directoryhpa2004-12-191-4/+8
* Fix handling of alignment issueshpa2004-12-183-5/+5
* Additional fixes for the proper argc/argv parsinghpa2004-12-172-3/+4
* More regparmizationhpa2004-12-171-0/+8
* Add code to parse argc, argv; REGPARM-ize assembly codehpa2004-12-172-3/+100
* Compile with regparm turned on.syslinux-2.20-pre2hpa2004-12-164-4/+4
* malloc.h is internal; put in lib/hpa2004-12-161-0/+0
* Try getting the RPM to do the right thing for the com32 develhpa2004-12-141-1/+1
* Make "make install" do the right thing for the com32 libraryhpa2004-12-145-2/+39
* Update copyright headers.hpa2004-12-143-12/+27
* Fix the spelling of "Boston"hpa2004-12-144-4/+4
* 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
* Add stack.o to the list of library objects.hpa2004-12-081-15/+13
* Remove residual exception-handling stuff (not supported)hpa2004-12-071-3/+0
* libcom32-ize the chain loader; add LICENCE filehpa2004-12-033-1/+394
* Use extended keyboard interface, properly this timesyslinux-2.12-pre5hpa2004-12-011-2/+2
* 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
* 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