summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [util] Fix up checksum in UNDI ROM header, if presentMichael Brown2012-08-151-0/+1
* [util] Display UNDI ROM header in disrom.plMichael Brown2012-08-152-0/+96
* [util] Allow for CALL NEAR in the option ROM initialisation entry pointDaniel Wyatt2012-08-151-0/+4
* [comboot] Accept only ".cbt" as an extension for COMBOOT imagesMichael Brown2012-08-131-1/+1
* [bzimage] Allow file mode to be specified for standalone initrd filesMichael Brown2012-08-031-3/+37
* [romprefix] Round up PMM allocation sizes to nearest 4kBMichael Brown2012-07-251-1/+5
* [tg3] Fix excessive DMA alignment.Thomas Miletich2012-07-241-2/+1Star
* [console] Sleep while waiting for user inputMichael Brown2012-07-241-0/+2
* [tcpip] Fix building under CygwinJoshua Oreman2012-07-241-1/+1
* [build] Fix building under OpenBSDThomas Miletich2012-07-241-0/+2
* [vmware] Fix compilation under OpenBSDThomas Miletich2012-07-231-1/+1
* [util] Update mergerom.pl to handle iPXE ROM headerMichael Brown2012-07-231-3/+18
* [romprefix] Report a pessimistic runtime size estimateMichael Brown2012-07-234-6/+111
* [epic100] Fix wrong field used as rx packet lengthAlexey2012-07-231-2/+2
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-20345-347/+690
* [qib7322] Fix compiler warning on gcc 4.7Michael Brown2012-07-201-0/+3
* [isa] Avoid spurious compiler warning on gcc 4.7Michael Brown2012-07-201-3/+3
* [build] Include git commit within version string when availableMichael Brown2012-07-201-2/+6
* [image] Automatically free autobooted imagesMichael Brown2012-07-201-0/+1
* [image] Add "--replace" optionMichael Brown2012-07-202-11/+64
* [image] Add "--autofree" optionMichael Brown2012-07-204-14/+38
* [libc] Add missing wchar.h headerMichael Brown2012-07-191-0/+27
* [skel] Add missing iounmap()Michael Brown2012-07-191-0/+2
* [myson] Add missing iounmap()Michael Brown2012-07-191-0/+2
* [natsemi] Add missing iounmap()Michael Brown2012-07-191-0/+2
* [realtek] Add missing iounmap()Michael Brown2012-07-191-0/+2
* [intel] Add missing iounmap()Michael Brown2012-07-191-0/+2
* [libc] Add support for "%lc" and "%ls" format specifiersMichael Brown2012-07-192-5/+32
* [efi] Add EFI_LOAD_FILE_PROTOCOL headerMichael Brown2012-07-191-0/+90
* [efi] Update to current EDK2 headersMichael Brown2012-07-1924-156/+8026
* [efi] Standardise #include guard in ipxe_download.hMichael Brown2012-07-191-4/+4
* [pxeprefix] Ignore errors from PXENV_FILE_CMDLINEMichael Brown2012-07-181-4/+2Star
* [efi] Default to using raw x86 I/OMichael Brown2012-07-171-1/+1
* [ioapi] Generalise i386 raw I/O API to x86Michael Brown2012-07-174-21/+22
* [b44] Eliminate call to get_memmap()Michael Brown2012-07-171-26/+31
* [pxe] Reopen network device if NBP exitsMichael Brown2012-07-121-0/+7
* [settings] Expose exit status of failed command via ${errno}Michael Brown2012-07-121-0/+120
* [cmdline] Store exit status of failed command in errnoMichael Brown2012-07-121-6/+22
* [pxeprefix] Fetch command line (if any) via PXENV_FILE_CMDLINEMichael Brown2012-07-111-0/+38
* [pxe] Add PXENV_FILE_CMDLINE API callMichael Brown2012-07-114-0/+69
* [pxeprefix] Place temporary stack after iPXE binaryMichael Brown2012-07-101-3/+18
* [intel] Explicitly enable descriptor queuesMichael Brown2012-07-102-0/+10
* [intel] Refill receive ring only after enabling receiverMichael Brown2012-07-101-3/+3
* [bzimage] Update setup_move_size only for protocol versions 2.00 and 2.01Michael Brown2012-07-091-1/+2
* [tcp] Increase maximum window size to 256kBMichael Brown2012-07-091-22/+24
* [malloc] Increase heap size to 512kBMichael Brown2012-07-091-2/+2
* [tcp] Truncate TCP window to prevent future packet discardsMichael Brown2012-07-091-3/+20
* [arp] Try to avoid discarding ARP cache entriesMichael Brown2012-07-094-5/+21
* [malloc] Discard cached items less aggressivelyMichael Brown2012-07-091-3/+5
* [iobuf] Allocate I/O buffer descriptor separately to conserve aligned memoryMichael Brown2012-07-081-13/+53