summaryrefslogtreecommitdiff
path: root/core/pxelinux.asm
Commit message (Expand)AuthorAgeFilesLines
* PXELINUX: shorten code in pxenv callGene Cumm2010-11-131-4/+2
* PXELINUX: add gPXE PXENV_FILE_EXEC in addition to PXENV_RESTART_TFTP; commentsGene Cumm2010-11-131-2/+6
* PXELINUX: Fix timer bugGene Cumm2010-11-051-0/+19
* core: don't hang if no config file is foundH. Peter Anvin2010-07-251-5/+6
* pxelinux: use alignb not alignz in a bss sectionsH. Peter Anvin2010-06-211-1/+1
* pxe: centralize all the IP information and export it to modulesH. Peter Anvin2010-06-181-3/+11
* core: fix "sector size" confusionsyslinux-4.00-pre45H. Peter Anvin2010-05-141-11/+0
* diskio: make maxtransfer per-device, cap to 127, imported from headsyslinux-4.00-pre43H. Peter Anvin2010-05-121-0/+1
* Merge branch 'master' into pathbasedH. Peter Anvin2010-03-301-0/+1
|\
| * core: remove do_idle from pollcharH. Peter Anvin2010-03-301-0/+1
* | Merge branch 'master' into pathbasedH. Peter Anvin2010-03-291-1/+1
|\ \ | |/
| * core: use MY_NAME for syslinux_bannerSebastian Herbszt2010-03-291-1/+1
* | pxelinux: allow "localboot -1" to do INT 18h, just like !pxelinuxH. Peter Anvin2010-02-281-4/+7
* | pxe: clean up/fix generation of ipappend stringsH. Peter Anvin2010-02-231-6/+0
* | fs/pxe: drop the use of PKTBUF_SEGH. Peter Anvin2010-02-231-6/+0
* | pxelinux: remove USE_PXE_PROVIDED_STACKH. Peter Anvin2010-02-141-20/+6
* | Merge branch 'master' into pathbasedsyslinux-4.00-pre20H. Peter Anvin2010-02-141-11/+19
|\ \ | |/
| * pxelinux: complete but disable debugging code, not for productionsyslinux-3.85-pre10H. Peter Anvin2010-02-121-5/+14
| * core: document the stack location, use STACK_TOP throughoutH. Peter Anvin2010-02-121-4/+1
| * pxelinux: move the stack to avoid AMI BIOS bugH. Peter Anvin2010-02-121-5/+14
| * pxelinux: call reset_pxe before local bootsyslinux-3.85-pre6H. Peter Anvin2010-02-051-0/+1
* | fs: move to a chdir()-based mechanism for managing cwdsyslinux-4.00-pre19H. Peter Anvin2010-02-131-1/+1
* | PXE: fix the EFI localboot hackH. Peter Anvin2010-02-051-0/+5
* | Merge branch 'master' into fscH. Peter Anvin2010-02-041-76/+58
|\ \ | |/
| * pxelinux: allow chainloading from gpxelinuxchainloadH. Peter Anvin2010-02-031-108/+207
| * pxelinux: stop using the PXE-provided stackH. Peter Anvin2010-02-031-2/+2
* | core: canonicalize ROOT_FS_OPSH. Peter Anvin2009-12-221-1/+1
* | pxe: update to match the new fs_init interfaceH. Peter Anvin2009-12-221-2/+10
* | Merge branch 'master' into fscH. Peter Anvin2009-11-061-2/+67
|\ \ | |/
| * pxelinux: handle hardcoded options both "before" and "after" DHCPsyslinux-3.83H. Peter Anvin2009-10-051-10/+47
| * pxelinux: support "hard-coding" DHCP options into the binaryH. Peter Anvin2009-09-171-11/+58
* | core: pxe: need to save/restore es around EFI CSM hacksyslinux-4.00-pre6H. Peter Anvin2009-09-041-0/+2
* | Merge branch 'master' into fscH. Peter Anvin2009-09-041-0/+1
|\ \ | |/
| * core: add missing calls to cleanup_hardwaresyslinux-3.83-pre10H. Peter Anvin2009-09-041-0/+1
* | Merge branch 'master' into fscH. Peter Anvin2009-09-041-0/+74
|\ \ | |/
| * pxelinux: workaround for EFI CSM bug - BEV stack overwrite on localbootH. Peter Anvin2009-09-041-0/+75
* | core: use jiffies instead of BIOS_timerH. Peter Anvin2009-09-021-0/+2
* | core: merge cpuinit.inc into init.incH. Peter Anvin2009-09-021-5/+0
* | core: pxe: remove vestigial dnsresolv.incH. Peter Anvin2009-09-011-1/+0
* | core: pxe: port the PXE idle function to CH. Peter Anvin2009-09-011-3/+1
* | Core:pxelinux: code cleanLiu Aleaxander2009-08-301-33/+3
* | Core:pxelinux: unload_pxe converted.Liu Aleaxander2009-08-301-144/+2
* | Core:pxelinux: code clean--removes the unused variables in ASM fileLiu Aleaxander2009-08-301-36/+2
* | Core: code cleanLiu Aleaxander2009-08-161-162/+8
* | core: make FILENAME_MAX common; librarize mangle/unmangleH. Peter Anvin2009-08-121-2/+0
* | core: VFS cleanups: add a persistent generic struct fileH. Peter Anvin2009-08-111-32/+0
* | pxe: clean up C code; reimplement "Plan C"; share PXE API definitionsH. Peter Anvin2009-08-111-21/+18
* | core: remove assembly definition of Files in iso/pxelinuxH. Peter Anvin2009-08-101-4/+0
* | Merge commit 'liu/master'; fix Files[] definitionH. Peter Anvin2009-08-101-30/+0
|\ \
| * | Core: unmangle_name convertedLiu Aleaxander2009-08-081-30/+0