summaryrefslogtreecommitdiff
path: root/core/comboot.inc
Commit message (Expand)AuthorAgeFilesLines
* comboot: remove comapi_chainbootsyslinux-4.06-pre14Sebastian Herbszt2012-10-151-14/+1
* 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
* | Core:SYSLINUX: make searchdir do workLiu Aleaxander2009-08-111-2/+2
* | Core:SYSLINUX: fix the vfat_searchdirLiu Aleaxander2009-08-111-3/+2
* | core: merge ldlinux.asm and extlinux.asmH. Peter Anvin2009-08-091-9/+1
* | Core:SYSLINUX: ldlinux.asm converted to CLiu Aleaxander2009-06-141-2/+2
* | Core:EXTLINUX: convert mangle name to CLiu Aleaxander2009-06-071-3/+3
* | Core:EXTLINUX: convert the getfssec function to CLiu Aleaxander2009-06-061-2/+2
* | Core: Convert the searchdir function to CLiu Aleaxander2009-06-051-3/+3
* | Convert the config load part to CLiu Aleaxander2009-06-031-0/+2
* | Merge branch 'master' into core32H. Peter Anvin2009-05-181-8/+7
|\ \ | |/
| * Don't run to comboot API with interrupts offsyslinux-3.81-pre6H. Peter Anvin2009-05-181-8/+7
* | Merge branch 'master' into core32H. Peter Anvin2009-05-181-27/+3
|\ \ | |/
| * Try to HLT the processor during idlesyslinux-3.81-pre4H. Peter Anvin2009-05-181-27/+3
* | core: make the COMBOOT API available to in-kernel PM codeH. Peter Anvin2009-05-141-8/+14
* | core: rename .text, .data and .bss to .text16, .data16, .bss16unify-pmH. Peter Anvin2009-05-131-7/+7
* | core: obsolete .bss1 and .bss2H. Peter Anvin2009-05-131-1/+1
|/
* core: remove references to MDSLINUXH. Peter Anvin2009-04-191-3/+3
* com32: use xfer_buf_seg as the bounce bufferH. Peter Anvin2009-04-131-12/+5
* core: move vgafontbuf out of the zero segmentH. Peter Anvin2009-04-131-2/+2
* core: add alignz macro (analogous to "alignb") for zero-pad alignH. Peter Anvin2009-04-131-1/+1
* Merge branch 'new-shuffler'H. Peter Anvin2009-04-081-135/+31
|\
| * Merge branch 'master' into new-shufflerH. Peter Anvin2009-04-041-0/+1
| |\