summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | libinstaller: introduce syslxrw libraryPaulo Alcantara2015-11-1011-67/+113
* | mtools: Remove local xpread/xpwrite, use ones from syslxcomNicolas Cornu2015-11-102-58/+2
* | xfs: rename xfs_is_valid_magicnum to xfs_is_valid_sbPaulo Alcantara2015-11-082-17/+15
* | bios: Don't try to guess the sections alignmentSylvain Gault2015-11-082-102/+24
* | bios: Fix alignment change with gcc 5Sylvain Gault2015-11-082-6/+6
* | ldlinux: Fix return pointer to local dataSylvain Gault2015-10-181-1/+1
* | efi: Disable UseDefaultAddress if possibly deafGene Cumm2015-10-151-3/+28
* | efi: core_udp_configure()/core_tcp_connect(): Fix error messageGene Cumm2015-10-122-2/+2
|/
* mboot.c32: add ELF64 support for Multiboot1Alex2015-10-102-0/+124
* core/http: Append port number to Host field if neededGene Cumm2015-10-101-2/+15
* core/pxe: Allow DHCP option 54 Server IdentifierGene Cumm2015-10-081-2/+6
* chrreplace: Don't skip the first characterJosh Triplett2015-09-281-1/+1
* extlinux: fix memory leakImran Zaman2015-09-271-14/+30
* Add gpxe/ to clean-up targetsGene Cumm2015-09-272-4/+12
* core: readd gPXE/iPXE support for HTTP on pxelinux.0Gene Cumm2015-09-273-81/+108
* core/fs/lib/loadconfig.c: Add architecture-specific config name to searchAdy2015-09-201-0/+5
* com32/modules: Split build by architecture. Add dir.c32Gene Cumm2015-09-201-7/+16
* efi: Don't unnecessarily rebuild syslinux.soSylvain Gault2015-09-161-4/+3
* zlib: use (void(0)) instead of empty #definesPatrick Masotta2015-09-131-6/+6
* efi/x86_64: fix trivial compilation warningSylvain Gault2015-09-131-1/+1
* 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