summaryrefslogtreecommitdiff
path: root/com32/lib
Commit message (Expand)AuthorAgeFilesLines
* PM getcwd(); Fix COM32 getcwdGene Cumm2010-06-261-21/+2
* Fix COM32 chdir()Gene Cumm2010-06-261-6/+4
* Replacing strncpy by strlcpyErwan Velu2010-06-221-4/+4
* com32: make __farcall() IF-preservingH. Peter Anvin2010-06-211-1/+14
* Unify instances of integer log2H. Peter Anvin2010-06-092-8/+3
* runimage.c: remove unused variableH. Peter Anvin2010-05-121-1/+0
* Merge branch 'master' into pathbasedH. Peter Anvin2010-05-121-1/+1
|\
| * com32: Fixing cast in argv to avoid warningErwan Velu2010-05-121-1/+1
* | core: move idle handling into protected modeH. Peter Anvin2010-03-301-17/+7
* | Merge branch 'master' into pathbasedH. Peter Anvin2010-03-292-3/+4
|\ \ | |/
| * com32: export the filename of a com32 module to the module itselfH. Peter Anvin2010-03-292-3/+4
* | stdcon: make the screen size availableH. Peter Anvin2010-03-061-1/+18
* | qsort: handle the case of zero entriesH. Peter Anvin2010-03-061-0/+4
* | Add 32-bit versions of open file/close fileH. Peter Anvin2010-03-067-51/+21
* | lmalloc: add <string.h> for lzallocH. Peter Anvin2010-03-051-0/+1
* | readdir: replace opendir/readdir/closedir API with a 32-bit APIH. Peter Anvin2010-03-045-99/+31
* | dprintf: make usable on hardwareH. Peter Anvin2010-02-281-6/+71
* | com32/lib: remove unused definitionsH. Peter Anvin2010-02-282-4/+0
* | com32: replace hard-coded bounce buffer use in com32/libsyslinux-4.00-pre25H. Peter Anvin2010-02-2410-73/+148
* | com32: add lzalloc()H. Peter Anvin2010-02-241-0/+11
* | lmalloc: set errno on failureH. Peter Anvin2010-02-241-1/+6
* | com32: wrapper functions for lowmem allocationsH. Peter Anvin2010-02-243-0/+60
* | core: use better malloc; add low memory malloc; fix com32 exitH. Peter Anvin2010-02-231-2/+26
* | core: add a direct 32-bit APIH. Peter Anvin2010-02-232-23/+28
* | Merge remote branch 'origin/master' into pathbasedH. Peter Anvin2010-02-209-27/+818
|\ \ | |/
| * libpci: merge BIOS read and BIOS writeH. Peter Anvin2010-02-206-25/+13
| * i915resolution: use libpci to access PCI config spacesyslinux-3.85-pre13syslinux-3.85H. Peter Anvin2010-02-161-19/+11
| * Merge branch 'master' into i915ressyslinux-3.85-pre63H. Peter Anvin2010-02-083-9/+108
| |\
| * \ Merge branch 'master' into i915ressyslinux-3.85-pre61H. Peter Anvin2010-01-221-0/+3
| |\ \
| * | | vesa: allow arbitrary resolutions on some Intel chipsetsH. Peter Anvin2010-01-224-2/+813
* | | | memmove: don't reverse copy if there is no overlapH. Peter Anvin2010-02-151-12/+19
* | | | Merge branch 'master' into pathbasedsyslinux-4.00-pre20H. Peter Anvin2010-02-143-9/+108
|\ \ \ \ | | |_|/ | |/| |
| * | | vesa: for jpg or png images, tile the image across the screenH. Peter Anvin2010-02-081-9/+37
| * | | com32: add library function for DNS lookupH. Peter Anvin2010-02-062-0/+71
| | |/ | |/|
* | | 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