summaryrefslogtreecommitdiff
path: root/com32/include/syslinux
Commit message (Expand)AuthorAgeFilesLines
* core: add a ms-denominated timerH. Peter Anvin2010-07-051-0/+4
* 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
* core: move idle handling into protected modeH. Peter Anvin2010-03-302-0/+4
* Changes missing from previous checkinH. Peter Anvin2010-03-071-0/+5
* 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-041-0/+7
* com32: replace hard-coded bounce buffer use in com32/libsyslinux-4.00-pre25H. Peter Anvin2010-02-241-1/+1
* 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-231-0/+45
* 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-221-0/+4
|\ \ | |/
| * vesacon: don't display the cursor when doing a quiet bootH. Peter Anvin2009-12-071-0/+3
| * vesacon: make it possible to request nonstandard resolutionsH. Peter Anvin2009-12-071-0/+1
* | Core:pxelinux: unload_pxe converted.Liu Aleaxander2009-08-301-0/+5
* | Core:pxelinux: The pxe structures are all converted to standard structures.syslinux-4.00-pre3Liu Aleaxander2009-08-291-0/+30
* | pxe: clean up C code; reimplement "Plan C"; share PXE API definitionsH. Peter Anvin2009-08-112-485/+533
|/
* Run Nindent on com32/include/syslinux/pxe.hH. Peter Anvin2009-05-291-257/+218
* Run Nindent on com32/include/syslinux/movebits.hH. Peter Anvin2009-05-291-22/+21
* Run Nindent on com32/include/syslinux/memscan.hH. Peter Anvin2009-05-291-1/+1
* Run Nindent on com32/include/syslinux/linux.hH. Peter Anvin2009-05-291-7/+6
* Run Nindent on com32/include/syslinux/keyboard.hH. Peter Anvin2009-05-291-6/+5
* Run Nindent on com32/include/syslinux/features.hH. Peter Anvin2009-05-291-8/+8
* Run Nindent on com32/include/syslinux/config.hH. Peter Anvin2009-05-291-100/+98
* Run Nindent on com32/include/syslinux/bootrm.hH. Peter Anvin2009-05-291-19/+18
* Run Nindent on com32/include/syslinux/bootpm.hH. Peter Anvin2009-05-291-13/+11
* Run Nindent on com32/include/syslinux/align.hH. Peter Anvin2009-05-291-2/+3
* Run Nindent on com32/include/syslinux/adv.hH. Peter Anvin2009-05-291-2/+2
* linux.c32: move handling of mem= and vga= into the library functionsyslinux-3.80-pre5H. Peter Anvin2009-04-291-4/+1
* Global whitespace cleanup.H. Peter Anvin2009-04-201-1/+0
* Fix infinite loop in syslinux_memmap_find()H. Peter Anvin2009-04-131-0/+1
* shuffler: work around KVM problem with the new shufflerH. Peter Anvin2009-04-131-0/+3
* bootrm: allow entering with IF=1; smarter stub locationH. Peter Anvin2009-04-131-0/+3
* Merge branch 'new-shuffler'H. Peter Anvin2009-04-081-2/+7
|\
| * Merge branch 'master' into new-shufflerH. Peter Anvin2009-04-044-1/+87
| |\
| * | shuffler: make the new shuffler actually workH. Peter Anvin2009-03-311-2/+7
* | | Implement MENU SAVE; fix COM32 setadv functionsyslinux-3.74-pre18H. Peter Anvin2009-04-061-0/+2
| |/ |/|
* | Update copyright notices; add Intel notices where appropriateH. Peter Anvin2009-04-043-1/+3
* | linux.c32: make load_linux() support relocationH. Peter Anvin2009-04-031-0/+47