summaryrefslogtreecommitdiff
path: root/com32/include
Commit message (Expand)AuthorAgeFilesLines
* com32, bitops: proper constraint for byte-sized outputsyslinux-4.04-pre21H. Peter Anvin2011-04-041-1/+1
* com32, bitops: an "m" constraint takes an object, not a pointer to oneH. Peter Anvin2011-04-041-3/+7
* bitops: the bt instructions returns result in CF, not ZFH. Peter Anvin2011-04-041-2/+2
* Merge remote branch 'genec/memdisk-maxmem-for-hpa'syslinux-4.04-pre10H. Peter Anvin2011-03-021-0/+41
|\
| * com32: Move suffix_number() from libutil to libcom32Gene Cumm2011-02-081-0/+41
* | skipspace: move out of linesyslinux-4.04-pre9H. Peter Anvin2011-02-241-6/+3
* | com32: single instance of skipspace()Erwan Velu2011-02-071-0/+7
|/
* com32: add a centralized bitops headerH. Peter Anvin2010-11-141-0/+58
* unistd.h: Add missing getopt declarationsGene Cumm2010-10-091-0/+4
* com32: add proper sleep()/msleep() functions and make Lua use themH. Peter Anvin2010-07-051-0/+3
* com32: change clock_t to 32 bits, and in millisecondsH. Peter Anvin2010-07-051-2/+2
* core: add a ms-denominated timerH. Peter Anvin2010-07-051-0/+4
* zlib: update to zlib 1.2.5H. Peter Anvin2010-07-052-527/+1047
* libpng: upgrade to version 1.2.44H. Peter Anvin2010-07-042-922/+1519
* com32: add getopt_long() to the libraryH. Peter Anvin2010-07-021-0/+22
* Export the 64-bit partition offset and use it in chain.cH. Peter Anvin2010-06-271-0/+2
* PM getcwd(); Fix COM32 getcwdGene Cumm2010-06-261-0/+1
* Fix COM32 chdir()Gene Cumm2010-06-261-0/+2
* pmapi: make the pmapi vector include its own sizeH. Peter Anvin2010-06-261-0/+2
* <syslinux/config.h> fix the order of struct syslinux_ipinfoH. Peter Anvin2010-06-211-2/+2
* pxe: centralize all the IP information and export it to modulesH. Peter Anvin2010-06-181-0/+9
* Unify instances of integer log2H. Peter Anvin2010-06-091-0/+48
* com32: Unbreak <sys/cpu.h>H. Peter Anvin2010-05-111-32/+51
* core: move idle handling into protected modeH. Peter Anvin2010-03-303-1/+8
* Merge branch 'master' into pathbasedH. Peter Anvin2010-03-291-3/+4
|\
| * com32: export the filename of a com32 module to the module itselfH. Peter Anvin2010-03-291-3/+4
* | sys/dirent.h: conversion macros between d_type and st_modeH. Peter Anvin2010-03-081-1/+9
* | Changes missing from previous checkinH. Peter Anvin2010-03-071-0/+5
* | dirent.h: types for the d_type fieldH. Peter Anvin2010-03-061-2/+12
* | Add 32-bit versions of open file/close fileH. Peter Anvin2010-03-061-0/+8
* | readdir: replace opendir/readdir/closedir API with a 32-bit APIH. Peter Anvin2010-03-042-5/+9
* | com32: replace hard-coded bounce buffer use in com32/libsyslinux-4.00-pre25H. Peter Anvin2010-02-241-1/+1
* | com32: add lzalloc()H. Peter Anvin2010-02-241-0/+1
* | com32: wrapper functions for lowmem allocationsH. Peter Anvin2010-02-241-0/+7
* | core: use better malloc; add low memory malloc; fix com32 exitH. Peter Anvin2010-02-231-0/+7
* | core: add a direct 32-bit APIH. Peter Anvin2010-02-232-1/+49
* | Merge branch 'master' into pathbasedsyslinux-4.00-pre20H. Peter Anvin2010-02-142-1/+2
|\ \ | |/
| * pxe: add missing prototype for pxe_dns()H. Peter Anvin2010-02-061-0/+1
| * syslinux/pxe.h use the same type as <com32.h> for a far pointerH. Peter Anvin2010-02-061-4/+2
| * pxelinux: give our own IP address in the "derivate info" API callH. Peter Anvin2010-02-061-1/+1
* | Merge commit 'origin/master' into fscH. Peter Anvin2009-12-221-1/+1
|\ \ | |/
| * com32: syslinux_report_video_mode returns voidH. Peter Anvin2009-12-221-1/+1
* | Merge commit 'syslinux-3.84'H. Peter Anvin2009-12-221-1/+1
|\ \ | |/
| * video: implement long-promised video functions; use themH. Peter Anvin2009-12-181-1/+1
* | Merge branch 'master' into fscH. Peter Anvin2009-12-224-2/+96
|\ \ | |/
| * vesacon: don't display the cursor when doing a quiet bootH. Peter Anvin2009-12-071-0/+3
| * Merge branch 'softres'H. Peter Anvin2009-12-071-0/+1
| |\
| | * vesacon: make it possible to request nonstandard resolutionsH. Peter Anvin2009-12-071-0/+1
| * | com32: Avoid gpxe detection code duplicationErwan Velu2009-12-041-0/+16
| * | cpuid: Adding more flagsErwan Velu2009-12-041-2/+54