summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* pxe/dhcp_option: Don't parse DHCP option 54 Server IdentifierGene Cumm2015-09-121-1/+0
* efi: Merge cleanupGene Cumm2015-09-102-4/+3
|\
| * efi: fix warning about unused variableSylvain Gault2015-08-261-1/+0
| * efi: fix pointer-type mismatch assigment warningSylvain Gault2015-08-261-1/+1
| * efi: fix warnings about argument typesSylvain Gault2015-08-261-2/+2
* | libinstaller: Explicit failure if path isn't writableErwan Velu2015-09-081-1/+2
* | doc/menu.txt: further correctionsGene Cumm2015-09-061-6/+7
* | doc/menu.txt: correction, rewording and type corrections.Ady2015-09-061-89/+99
* | efi/x86_64: leave long mode properlyThomas Letan2015-09-061-20/+41
* | libupload: Reworking tftp support to use core functionsErwan Velu2015-09-045-150/+220
* | tftp: Report server IP address on debug messageErwan Velu2015-09-041-1/+10
* | hdt: print tftp error number & message if dump failedErwan Velu2015-09-041-1/+2
* | hdt: Removing commas and plus signs from filenameErwan Velu2015-09-041-0/+6
* | debug: Adding -DDEBUG_THREADErwan Velu2015-09-042-0/+5
* | gpllib: Updating dmi codeErwan Velu2015-09-046-30/+67
* | hdt: Avoid false-positive single command detectionErwan Velu2015-09-041-2/+2
* | hdt: Fixing argv usage to avoid crashErwan Velu2015-09-041-5/+5
* | core: dprintf on malloc/free if -DDEBUG_MALLOCErwan Velu2015-09-022-0/+6
* | efi: Change status check when draining keyboardOliver Wagner2015-09-021-1/+1
* | com32: write_sectors() sizing correctionsRobert2015-08-271-3/+3
|/
* efi/main: set/check for NULL in efi_create_binding()Patrick Masotta2015-08-011-2/+2
* efi: Hunt for service binding handle if neededGene Cumm2015-07-191-7/+39
* efi: add efi_get_MAC()Gene Cumm2015-07-191-0/+36
* efi: rename pxe_handle to image_device_handleGene Cumm2015-07-193-9/+9
* com32 readconfig: use my_isspace()Gene Cumm2015-07-182-2/+2
* com32/include/menu.h: Extend my_isspaceGene Cumm2015-07-181-1/+1
* core/serirq: Use memset not memcpyGene Cumm2015-07-181-1/+1
* efi/udp: Don't use AllowPromiscuousGene Cumm2015-07-181-2/+0
* efi: Provide feedback on Configure() failuresGene Cumm2015-07-182-6/+10
* efi/main.c: don't close handle earlyPatrick Masotta2015-06-271-3/+0
* efi/pxe.c: missing returnPatrick Masotta2015-06-261-0/+1
* efi/pxe: Reuse handleGene Cumm2015-06-253-35/+23
* core/pxe/dhcp_option: Filter options based on pkt_typeGene Cumm2015-06-251-1/+4
* core/pxe: Don't prevent serverip overrideGene Cumm2015-06-251-3/+0
* core/pxe: extend parse_dhcp() for packet typeGene Cumm2015-06-204-9/+11
* core/fs/pxe/dhcp_option: comment spellingGene Cumm2015-06-091-1/+1
* efi/pxe: save MAC after parsing last packetPatrick Masotta2015-06-091-9/+11
* efi/pxe: Use the appropriate 3rd packetPatrick Masotta2015-05-261-1/+9
* efi/pxe: Amend comments to clarify BIOS.Gene Cumm2015-05-251-3/+3
* ldlinux.c32: SERIAL directive: Allow octal/hex on port/flow controlAndrew J. Schorr2015-05-241-2/+2
* com32/Makefile: resequence/regroupGene Cumm2015-05-171-10/+8
* com32/Makefile: additional dependenciesJonathan Boeing2015-05-171-2/+2
* hdt: fix sizeof(char *) misuseJonathan Boeing2015-05-031-3/+2
* hdt: fix sizeof(char *) misuseJonathan Boeing2015-05-031-89/+89
* hdt: fix sizeof(char *) misuseJonathan Boeing2015-05-031-89/+89
* gpllib: fix sizeof(char *) misuseJonathan Boeing2015-05-031-10/+14
* pxe: fix truncation warningJonathan Boeing2015-05-031-1/+1
* Use z width specifier when printing size_t variableJonathan Boeing2015-05-031-1/+1
* add missing '\n' to dprintfJonathan Boeing2015-05-031-2/+2
* fix a few typosJonathan Boeing2015-05-033-3/+3