summaryrefslogtreecommitdiff
path: root/core/comboot.inc
Commit message (Expand)AuthorAgeFilesLines
* comapi: Remove the comapi interfaces completelyH. Peter Anvin2014-02-131-404/+0
* bios: Remove shuffle and boot comapi callH. Peter Anvin2014-02-131-23/+1
* bios: Remove comapi calls related to the ADVH. Peter Anvin2014-02-131-25/+4
* Merge tag 'syslinux-5.11-pre8' into firmwaresyslinux-6.02-pre1Matt Fleming2013-07-081-1/+2
|\
| * idle: Consolidate idle implementationsMatt Fleming2013-07-031-1/+2
* | Merge tag 'syslinux-5.00' into firmwaresyslinux-6.00-pre3Matt Fleming2012-12-071-411/+38
|\ \ | |/
| * Delete 16-bit COMBOOT supportsyslinux-5.00Matt Fleming2012-12-061-45/+2
| * Symbol export whitelistMatt Fleming2012-12-051-2/+2
| * Reduce the number of global variablesMatt Fleming2012-12-051-18/+0
| * comboot: Mark API functions obsoleteMatt Fleming2012-12-051-349/+37
* | Merge tag 'syslinux-5.00-pre9' into for-hpa/elflink/firmwareMatt Fleming2012-11-051-3/+1
|\ \ | |/
| * Merge branch 'master' into elflinkMatt Fleming2012-10-241-3/+1
| |\
| | * comboot: remove comapi_chainbootsyslinux-4.06-pre14Sebastian Herbszt2012-10-151-14/+1
* | | Create derivative-specific filesMatt Fleming2012-09-041-47/+1
|/ /
* | elflink: Replace __intcall() with direct function callsMatt Fleming2012-07-201-0/+1
* | graphics: make use of syslinux_force_text_mode()Paulo Alcantara2012-05-191-1/+1
* | graphics: report video mode change from protected-mode codePaulo Alcantara2012-05-121-1/+1
* | pxe: rename pxe_dns_resolv() function to pm_pxe_dns_resolv()Paulo Alcantara2012-05-121-2/+2
* | core: Delete the aux segmentMatt Fleming2012-03-231-2/+4
* | core: Delete code that is duplicated in ldlinuxMatt Fleming2011-12-021-192/+36
* | core: Reimplement lots asm code in CMatt Fleming2011-12-011-4/+10
* | ldlinux: Add support for Auxillary Data VectorMatt Fleming2011-05-251-0/+8
|/
* core: remove HAS_LOCALBOOTSebastian Herbszt2010-12-161-4/+0
* comboot.inc: vk_append is a field in a struct, not an addressH. Peter Anvin2010-07-011-4/+4
* Export the 64-bit partition offset and use it in chain.cH. Peter Anvin2010-06-271-0/+2
* comboot: allow the read disk API call to specify a 64-bit LBAH. Peter Anvin2010-06-211-2/+2
* pxe: centralize all the IP information and export it to modulesH. Peter Anvin2010-06-181-1/+3
* Restore skip CR and LF in the comboot API copies of the banner stringsH. Peter Anvin2010-05-171-2/+2
* core: fix "sector size" confusionsyslinux-4.00-pre45H. Peter Anvin2010-05-141-4/+4
* comboot: fix comapi_openSebastian Herbszt2010-05-141-0/+5
* Add 32-bit versions of open file/close fileH. Peter Anvin2010-03-061-14/+3
* readdir: replace opendir/readdir/closedir API with a 32-bit APIH. Peter Anvin2010-03-041-44/+3
* core: get rid of unmangle_name completelysyslinux-4.00-pre31H. Peter Anvin2010-02-281-1/+1
* opendir: remove unnecessary buffer pointerH. Peter Anvin2010-02-241-1/+0
* core: use better malloc; add low memory malloc; fix com32 exitH. Peter Anvin2010-02-231-10/+14
* core: use vk_append for function 0016h temp storagesyslinux-4.00-pre24H. Peter Anvin2010-02-161-13/+14
* core: separate bcopyxx code and data; use linker-generated symbolsH. Peter Anvin2010-02-151-1/+2
* Merge branch 'master' into pathbasedsyslinux-4.00-pre20H. Peter Anvin2010-02-141-0/+2
|\
| * pxelinux: give our own IP address in the "derivate info" API callH. Peter Anvin2010-02-061-0/+2
* | config: allow a chdir at the time a new configuration file is loadedH. Peter Anvin2010-02-141-2/+2
* | fs: move to a chdir()-based mechanism for managing cwdsyslinux-4.00-pre19H. Peter Anvin2010-02-131-2/+2
* | core: initial work on path-based cwd selectionH. Peter Anvin2010-01-061-1/+4
* | vfs: add the readdir stuff supportLiu Aleaxander2009-12-151-6/+8
* | Core:pxelinux: unload_pxe converted.Liu Aleaxander2009-08-301-1/+1
* | Core: vfs-dir stuff cleanedLiu Aleaxander2009-08-281-1/+0
* | Core: vfs-dir stuff re-implementedLiu Aleaxander2009-08-281-3/+5
* | Core: opendir/readdir/closedir stuff addedLiu Aleaxander2009-08-271-13/+5
* | Core:PXELINUX: dnsrelov.inc convertedLiu Aleaxander2009-08-191-1/+2
* | Core: fat: make the file->file_len to store the dir sector number when we sea...Liu Aleaxander2009-08-171-1/+0
* | core: VFS cleanups: add a persistent generic struct fileH. Peter Anvin2009-08-111-2/+2