summaryrefslogtreecommitdiff
path: root/com32/lib
Commit message (Expand)AuthorAgeFilesLines
* Move <zconf.h> to the right placesyslinux-3.07-pre2hpa2005-01-121-323/+0
* Move png header files in place; add documentationsyslinux-3.06hpa2005-01-105-4856/+5192
* ftell() operationsyslinux-3.06-pre1hpa2005-01-101-0/+18
* Add libpnghpa2005-01-0831-3/+41417
* Move <zlib.h> to include directory; add prototype for ftell()hpa2005-01-081-1200/+0
* Add zlib to libcom32hpa2005-01-0831-3/+12076
* Add missing header filesyslinux-3.10-pre1hpa2005-01-061-0/+14
* Fix dependency detection in subdirectorieshpa2005-01-051-1/+2
* Support PCI configuration space mechanism #2 if necessary.hpa2005-01-0510-82/+135
* Allow libcom32 to detect a disabled video console, and act appropriately.syslinux-3.02hpa2005-01-051-2/+17
* Fix PCI access functionshpa2005-01-047-1/+84
* 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-221-9/+43
* Fix handling of attributes when clearing the screen.hpa2004-12-221-1/+1
* Add strlcpy(), strlcat()hpa2004-12-212-0/+57
* Add [v]asprintfhpa2004-12-212-0/+55
* Fix argv parsinghpa2004-12-212-4/+8
* More work on menu module. Looks like the file libc isn't quite therehpa2004-12-211-1/+1
* Add code to edit the command line in the simple menuhpa2004-12-211-0/+1
* Actually get things working with nonblocking raw console read;hpa2004-12-202-20/+6
* Add support to deal with EAGAINhpa2004-12-201-1/+7
* Make the raw input console non-blocking with a timeout, allows handlinghpa2004-12-206-22/+76
* Update with fixed version from the dos directoryhpa2004-12-191-4/+8
* Fix handling of alignment issueshpa2004-12-182-4/+4
* 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-161-1/+1
* malloc.h is internal; put in lib/hpa2004-12-161-0/+54
* 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-141-0/+11
* 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
* Library to decode console codes; demo programhpa2004-12-012-2/+44
* Allow compiling for both Linux and COM32: Makefile cleanupshpa2004-12-011-1/+1
* Ignore incoming LF, so that having Enter -> CR LF on input doesn't hurthpa2004-12-011-0/+3
* 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-304-240/+310
* 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-231-1/+1
* Split input and output sides of the device modelhpa2004-11-2320-113/+269
* Add fopendev()hpa2004-11-232-3/+43
* Use libgcc files from klibchpa2004-11-1711-81/+283
* Linker script for com32 fileshpa2004-11-171-0/+130
* Update Makefile to handle subdirectories cleaner; fix qsorthpa2004-11-171-2/+2
* Separate rawcon and stdcon; actually make input workhpa2004-11-1711-23/+290
* Very basic operations now work; need to handle line-orientedhpa2004-11-1715-111/+583
* Very first cut at a klibc-derived C library for com32hpa2004-11-1090-0/+3469