summaryrefslogtreecommitdiff
path: root/com32/lib/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Reduce verbosityH. Peter Anvin2006-10-021-2/+2
* Fix to "make tidy"H. Peter Anvin2006-10-021-1/+3
* Proper handling of different screen sizes (we're 78x29 in graphics mode...)H. Peter Anvin2006-09-161-1/+1
* Actually do proper gamma-corrected alpha blending. It seems fast enough.H. Peter Anvin2006-09-151-1/+5
* Fix dependency checking for sys/vesaH. Peter Anvin2006-09-141-1/+1
* Factor out the ANSI engine from the ANSI and VESA consolesH. Peter Anvin2006-09-101-0/+2
* tinyjpeg: add rgba32 and bgra32 formatsH. Peter Anvin2006-09-051-0/+1
* Factor tinyjpeg out by colorspace, so we don't pull in everythingH. Peter Anvin2006-09-051-1/+2
* Fix typo in Makefile ruleH. Peter Anvin2006-09-021-1/+1
* Add tiny JPEG decoder libraryH. Peter Anvin2006-09-011-1/+6
* Lots of fixes to make the graphical menu actually work.syslinux-3.30-pre1H. Peter Anvin2006-09-011-0/+2
* Serial port output with color table string injection.H. Peter Anvin2006-08-311-0/+3
* More work on actual VESA console and menu. Shadowing still doesn't workH. Peter Anvin2006-08-311-7/+2
* More sophisticated alpha blending; comment out background call ATMH. Peter Anvin2006-08-301-0/+4
* Add routine to initialize and test for the FPU.H. Peter Anvin2006-08-281-1/+1
* Work on getting libpng to actually do something useful...H. Peter Anvin2006-08-281-2/+4
* More work on VESA graphical console supportH. Peter Anvin2006-08-281-1/+9
* Across-the-board stealth whitespace cleanupH. Peter Anvin2006-05-031-1/+0
* Beginnings of a file-moving APIhpa2005-09-251-1/+1
* New "totaltimeout" option; change the menu behaviour on timeout.hpa2005-08-301-1/+1
* Out-of-line __intcall and __farcall; better detection mechanism for CM#2hpa2005-08-091-0/+1
* Support PCI config via BIOShpa2005-08-031-4/+12
* gcc4 compilation fixsyslinux-3.09-pre1hpa2005-05-191-0/+1
* Move idle function into libcom32; libutil function is now just a wrapper.hpa2005-01-201-1/+1
* Add libpnghpa2005-01-081-1/+6
* Add zlib to libcom32hpa2005-01-081-2/+5
* Fix dependency detection in subdirectorieshpa2005-01-051-1/+2
* Support PCI configuration space mechanism #2 if necessary.hpa2005-01-051-1/+1
* Fix PCI access functionshpa2005-01-041-1/+3
* 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
* Make the raw input console non-blocking with a timeout, allows handlinghpa2004-12-201-1/+1
* Additional fixes for the proper argc/argv parsinghpa2004-12-171-1/+2
* 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
* Add stack.o to the list of library objects.hpa2004-12-081-15/+13
* Library to decode console codes; demo programhpa2004-12-011-2/+2
* Actually working ANSI device; add demosyslinux-2.12-pre2hpa2004-11-301-1/+1
* A version of ansicon_write which compiles, and just make actually workhpa2004-11-301-0/+1
* Split input and output sides of the device modelhpa2004-11-231-3/+5
* Use libgcc files from klibchpa2004-11-171-81/+22
* Separate rawcon and stdcon; actually make input workhpa2004-11-171-2/+4
* Very basic operations now work; need to handle line-orientedhpa2004-11-171-5/+4
* Very first cut at a klibc-derived C library for com32hpa2004-11-101-0/+102