aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-124-7/+12
* pxelinux: move the stack to avoid AMI BIOS bugH. Peter Anvin2010-02-123-8/+24
* vesa: for jpg or png images, tile the image across the screenH. Peter Anvin2010-02-081-9/+37
* sysdump: quiet gcc warningH. Peter Anvin2010-02-081-1/+2
* memdisk: make "nopass" type-specific, add "nopassany"H. Peter Anvin2010-02-081-4/+11
* sysdump: use the same serial receive threshold as the coresyslinux-3.85-pre9H. Peter Anvin2010-02-071-1/+1
* sysdump: make ymodem work even on a serial consoleH. Peter Anvin2010-02-073-13/+47
* sysdump: don't include final null byte in version fileH. Peter Anvin2010-02-071-1/+1
* sysdump: ymodem: actually retransmit a block if we get NAKH. Peter Anvin2010-02-071-2/+2
* sysdump: actually make the new backend system worksyslinux-3.85-pre8H. Peter Anvin2010-02-077-57/+72
* sysdump: change to a two-phase generate/output model, buffer in memoryH. Peter Anvin2010-02-0710-193/+183
* sysdump: serial: add missing header fileH. Peter Anvin2010-02-071-0/+1
* sysdump: be_tftp.c: fix prototypeH. Peter Anvin2010-02-071-1/+3
* sysdump: *actually* generate the proper version stringH. Peter Anvin2010-02-072-4/+10
* sysdump: handle the case of more than one DMI tableH. Peter Anvin2010-02-071-4/+11
* sysdump: record the sysdump version used to generate a bundleH. Peter Anvin2010-02-072-1/+15
* sysdump: dump CPUID informationsyslinux-3.85-pre7H. Peter Anvin2010-02-073-0/+115
* sysdump: remove unused variableH. Peter Anvin2010-02-071-1/+0
* sysdump: be more explicit about what we are doingH. Peter Anvin2010-02-064-2/+9
* sysdump: fix the dumping of the e820 memory informationH. Peter Anvin2010-02-061-0/+1
* sysdump: fix hacking of the DMI structure addressH. Peter Anvin2010-02-061-7/+4
* sysdump: dump memory map informationH. Peter Anvin2010-02-063-0/+82
* sysdump: add PCI config space dumpingH. Peter Anvin2010-02-064-1/+72
* sysdump: add support for dumping DMI tablesH. Peter Anvin2010-02-066-91/+136
* sysdump: add back ymodem support; clean up memory dump structureH. Peter Anvin2010-02-0615-275/+325
* sysdump: add missing return statement in cpio_writefile()H. Peter Anvin2010-02-061-0/+2
* pxe: add missing prototype for pxe_dns()H. Peter Anvin2010-02-061-0/+1
* sysdump: dump vesa modes, generate usable timestampsH. Peter Anvin2010-02-0612-15/+165
* sysdump: first working version (can dump lowmem over TFTP)H. Peter Anvin2010-02-069-6/+389
* com32: add library function for DNS lookupH. Peter Anvin2010-02-062-0/+71
* 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-063-1/+4
* sysdump: port memdump to com32 with the intent of enhancing itH. Peter Anvin2010-02-0610-0/+2652
* memdump: srecs need a length, and max 32 data bytesH. Peter Anvin2010-02-051-7/+2
* memdump: allow outputting S-recordsH. Peter Anvin2010-02-058-26/+176
* pxelinux: call reset_pxe before local bootsyslinux-3.85-pre6H. Peter Anvin2010-02-051-0/+1
* gPXE: change heap size to 512KH. Peter Anvin2010-02-052-2/+18
* memdisk: update documentationH. Peter Anvin2010-02-041-4/+11
* gPXE: bump the window size to 64KH. Peter Anvin2010-02-042-2/+17
* gPXE: suppress the Ctrl+B bannersyslinux-3.85-pre5H. Peter Anvin2010-02-033-1/+31
* Merge branch 'chainload'H. Peter Anvin2010-02-032-110/+210
|\
| * pxelinux: allow chainloading from gpxelinuxchainloadH. Peter Anvin2010-02-032-108/+208
| * pxelinux: stop using the PXE-provided stackH. Peter Anvin2010-02-031-2/+2
* | menu: add MENU CLEAR optionH. Peter Anvin2010-02-034-1/+16
* | menu: when running hidden, clear the screen before final bootH. Peter Anvin2010-02-031-5/+17
|/
* gpxelinux: use the cached DHCP packetH. Peter Anvin2010-02-021-0/+1
* Update gPXE to version 1.0.0H. Peter Anvin2010-02-02683-9709/+64099
* mkdiskimage: add option -s to make a sparse imagesyslinux-3.85-pre4H. Peter Anvin2010-02-011-6/+10
* core: set QUIET_FLAG if we load Linux "quiet"H. Peter Anvin2010-02-012-4/+8