summaryrefslogtreecommitdiff
path: root/com32/lib
Commit message (Expand)AuthorAgeFilesLines
* tinyjpeg: change DEBUG to JPEG_DEBUGH. Peter Anvin2011-04-042-3/+3
* com32: fix range handling in vsscanfH. Peter Anvin2011-04-041-6/+6
* linux.c32: For protocol 2.10+, use init_size when relocatingH. Peter Anvin2011-03-181-7/+20
* com32/lib/vsscanf.c: remove variables set but not usedH. Peter Anvin2011-03-161-7/+0
* com32/lib/syslinux/shuffle.c: remove variables set but not usedH. Peter Anvin2011-03-161-5/+7
* com32/lib/sys/rawcon_read.c: remove variables set but not usedH. Peter Anvin2011-03-161-3/+0
* com32/lib/jpeg/tinyjpeg.c: remove variables set but not usedH. Peter Anvin2011-03-161-4/+3
* Merge remote branch 'genec/memdisk-maxmem-for-hpa'syslinux-4.04-pre10H. Peter Anvin2011-03-023-36/+75
|\
| * libcom32: Add header to suffix_number.cGene Cumm2011-02-081-0/+1
| * memdisk & libcom32: Fix minor errors in previous commitGene Cumm2011-02-081-36/+1
| * com32: Move suffix_number() from libutil to libcom32Gene Cumm2011-02-082-0/+73
* | skipspace: move out of linesyslinux-4.04-pre9H. Peter Anvin2011-02-242-0/+9
* | com32: single instance of skipspace()Erwan Velu2011-02-072-16/+1
|/
* com32: fix a ffile descriptor leak on open() of a nonexistent fileH. Peter Anvin2010-12-061-2/+4
* com32: add a centralized bitops headerH. Peter Anvin2010-11-141-18/+7
* Merge remote branch 'liu/master'syslinux-4.03-pre6H. Peter Anvin2010-10-151-18/+27
|\
| * lib: Update memmem functionLiu Aleaxander2010-10-091-18/+27
* | strspn.c: drop "inline"H. Peter Anvin2010-10-121-2/+2
|/
* zlib: rename DEBUG to DEBUG_ZLIB againH. Peter Anvin2010-07-065-26/+26
* com32: add proper sleep()/msleep() functions and make Lua use themH. Peter Anvin2010-07-052-1/+23
* com32: change clock_t to 32 bits, and in millisecondsH. Peter Anvin2010-07-051-5/+3
* zlib: update to zlib 1.2.5H. Peter Anvin2010-07-0520-727/+1665
* libpng: upgrade to version 1.2.44H. Peter Anvin2010-07-0430-17538/+8664
* com32: update getopt() to the current version from klibcH. Peter Anvin2010-07-021-46/+71
* com32: add getopt_long() to the libraryH. Peter Anvin2010-07-022-1/+154
* zlib: change DEBUG to DEBUG_ZLIBH. Peter Anvin2010-07-015-25/+25
* dprintf: allow overriding the serial port addressH. Peter Anvin2010-07-011-1/+6
* 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