summaryrefslogtreecommitdiff
path: root/com32/lib
Commit message (Expand)AuthorAgeFilesLines
* openmem: fix openmem()syslinux-4.00-pre11H. Peter Anvin2010-01-251-1/+2
* Merge commit 'origin/master' into fscH. Peter Anvin2010-01-241-0/+3
|\
| * Add support for "vga=current"H. Peter Anvin2010-01-221-0/+3
* | Merge branch 'master' into fscH. Peter Anvin2010-01-2417-25/+49
|\ \ | |/
| * com32/lib: remove unused variable in syslinux_getadv()H. Peter Anvin2010-01-101-1/+1
| * zlib: fix warning in crc32.cH. Peter Anvin2010-01-101-1/+1
| * com32/lib: fix external prototype for __vesacon_open()H. Peter Anvin2010-01-101-1/+1
| * com32/lib: fix inappropriate & in sys/colortable.cH. Peter Anvin2010-01-101-1/+1
| * com32/lib: add cast in __parse_argv()H. Peter Anvin2010-01-101-1/+1
| * libgcc: fix signedness warning in __moddi3()H. Peter Anvin2010-01-101-1/+1
| * com32/lib: fix unused argument warning in fdopendir()H. Peter Anvin2010-01-101-0/+2
| * com32/lib: fix unused parameter warning in chdir()H. Peter Anvin2010-01-101-0/+4
| * com32/lib: fix warning in str*cmp()H. Peter Anvin2010-01-104-4/+8
| * com32/lib: fix warnings in opendir/readdir/closedirH. Peter Anvin2010-01-103-1/+6
| * Makefile: replace -W -Wall with centralized $(GCCWARN)H. Peter Anvin2010-01-101-1/+1
| * Change () prototypes to (void)H. Peter Anvin2010-01-061-12/+22
* | Merge commit 'origin/master' into fscH. Peter Anvin2009-12-223-6/+13
|\ \ | |/
| * com32: syslinux_report_video_mode returns voidH. Peter Anvin2009-12-221-1/+1
| * vesa: formatting fixH. Peter Anvin2009-12-221-1/+1
| * vesamenu: unbreak the default backgroundH. Peter Anvin2009-12-221-4/+11
* | Merge commit 'syslinux-3.84'H. Peter Anvin2009-12-225-13/+152
|\ \ | |/
| * video: implement long-promised video functions; use themH. Peter Anvin2009-12-185-13/+152
* | Merge branch 'master' into fscH. Peter Anvin2009-12-2223-575/+963
|\ \ | |/
| * vesacon: don't display the cursor when doing a quiet bootH. Peter Anvin2009-12-075-8/+19
| * Merge branch 'softres'H. Peter Anvin2009-12-0715-543/+765
| |\
| | * vesacon: make it possible to request nonstandard resolutionsH. Peter Anvin2009-12-071-1/+15
| | * vesacon: not all JPEG images are JFIFH. Peter Anvin2009-12-071-2/+1
| | * jpeg: actually build yuv420pH. Peter Anvin2009-08-091-1/+1
| | * tinyjpeg: fix yuv420p, correct some of the initalization codeH. Peter Anvin2009-08-097-59/+77
| | * vesacon: infrastructure support for arbitrary resolutionsH. Peter Anvin2009-08-055-77/+104
| | * tinyjpeg: modify to handle partial image blocksH. Peter Anvin2009-08-059-357/+374
| | * tinyjpeg: set limit to 4096x4096 not 2048x2048H. Peter Anvin2009-08-051-2/+2
| | * tinyjpeg: update to revision 20070609H. Peter Anvin2009-08-054-63/+210
| * | pci: replace '-' by '_' in modules namesErwan Velu2009-12-041-1/+14
| * | com32: Avoid gpxe detection code duplicationErwan Velu2009-12-042-0/+47
| * | Merge remote branch 'hpa/master'Erwan Velu2009-11-204-1/+69
| |\ \
| | * | open: close the file descriptor if the file fails to openH. Peter Anvin2009-11-191-1/+2
| | * | dprintf: fix uninitialized pointer; return voidH. Peter Anvin2009-11-192-10/+7
| | * | dprintf: fix dprintf() and vdprintf()H. Peter Anvin2009-11-192-1/+9
| | * | dprintf: a generic debug-to-serial infrastructureH. Peter Anvin2009-11-193-0/+62
| * | | pci: using zfopen instead of fopenErwan Velu2009-11-101-5/+6
| |/ /
| * | pci: Removing useless initialisationErwan Velu2009-11-091-3/+0
| * | pci: Prevent kernel modules to be listed twiceErwan Velu2009-11-091-4/+32
| * | Revert "ansicon: allow to pass page # to write functions"H. Peter Anvin2009-11-063-15/+16
* | | Merge branch 'master' into fscH. Peter Anvin2009-11-065-56/+305
|\ \ \ | |/ /
| * | libansi: reset SGR parameters cache in cls()Pierre-Alexandre Meyer2009-11-021-0/+23
| * | libansi: correctly reset attributesPierre-Alexandre Meyer2009-09-051-2/+4
| * | libansi: reset_colors should use csprintPierre-Alexandre Meyer2009-09-051-1/+1
| * | libansi: add reset_colors functionPierre-Alexandre Meyer2009-09-051-0/+5
| * | ansi: add support for no-wrap mode, cleanupsH. Peter Anvin2009-09-042-40/+51