index
:
ipxe
master
qemu
ipxe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
arch
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[multiboot] Work around raw-flag bug in Solaris kernels
Michael Brown
2009-04-24
1
-8
/
+15
*
[build] Remove obsolete linker script files
Michael Brown
2009-04-17
5
-189
/
+0
*
[build] Kill off the last multiple-object source file
Michael Brown
2009-04-17
2
-5
/
+7
*
[build] Reinstate the .pdsk padded-floppy image format
Michael Brown
2009-04-16
1
-0
/
+6
*
[build] Pad .rom, .dsk, and .hd images to 512-byte boundaries
Michael Brown
2009-04-16
2
-7
/
+6
*
[pcbios] Don't use "lret $2" to return from an interrupt
H. Peter Anvin
2009-04-15
3
-13
/
+26
*
[build] Use __SIZE_TYPE__ macro in definition of size_t
Joshua Oreman
2009-03-31
2
-3
/
+3
*
[int13] Improve debugging messages
Michael Brown
2009-03-31
1
-4
/
+11
*
[xfer] Implement xfer_vreopen() to properly handle redirections
Michael Brown
2009-03-30
1
-1
/
+1
*
[bzimage] Support old (pre-2.00 bootloader) Linux kernel formats
Michael Brown
2009-03-30
2
-249
/
+235
*
[pci] Add driver_data field to struct pci_device_id
Thomas Miletich
2009-03-26
1
-1
/
+1
*
[build] Enable building with the Intel C compiler (icc)
Michael Brown
2009-03-26
3
-9
/
+20
*
[pxeprefix] Merge common code between !PXE and PXENV+
H. Peter Anvin
2009-03-06
1
-14
/
+12
*
[pxe] Set %ax to zero on entry to PXE NBP
Michael Brown
2009-02-23
1
-9
/
+10
*
[pxeprefix] Search for the PXE entry points through all methods
H. Peter Anvin
2009-02-23
1
-42
/
+105
*
[iscsi] Include credentials in iBFT only if used during iSCSI login
Michael Brown
2009-02-20
1
-3
/
+53
*
[pxe] Initialize EDX on PXE NBP entry and INT 1Ah
H. Peter Anvin
2009-02-18
2
-8
/
+13
*
[pxeprefix] Add .kkpxe image type and ability to return via PXE stack
Michael Brown
2009-02-18
6
-39
/
+130
*
[i386] Kill off obsolete boot1a.s file
Michael Brown
2009-02-18
1
-410
/
+0
*
[comboot] Implement INT 22h AX=001Bh (Cleanup, shuffle, and boot to real mode)
Daniel Verkamp
2009-02-17
2
-1
/
+95
*
[comboot] Restore the real-mode stack pointer on exit from a COMBOOT image
Michael Brown
2009-02-17
5
-14
/
+40
*
[comboot] Unhook interrupt vectors after returning from a COMBOOT image
Michael Brown
2009-02-17
4
-0
/
+18
*
[comboot] Fix reference counting on replacement images
Michael Brown
2009-02-17
3
-15
/
+16
*
[comboot] Allow for tail recursion of COMBOOT images
Michael Brown
2009-02-17
5
-104
/
+134
*
[build] Cope with oddities in the Fedora 10 assembler
Michael Brown
2009-02-16
3
-15
/
+15
*
[image] Avoid claiming zero-length images as valid
Michael Brown
2009-02-16
1
-0
/
+6
*
[romprefix] Update ROM checksum even if PMM allocation fails
Michael Brown
2009-02-15
1
-7
/
+9
*
[i386] Add explicit flags and type on all .section declarations
Michael Brown
2009-02-15
8
-99
/
+82
*
[i386] Add explicit ""aw", @nobits" declarations to stack sections
Michael Brown
2009-02-15
2
-2
/
+2
*
[umalloc] Avoid problems when _textdata_memsz is a multiple of 4kB
Michael Brown
2009-02-15
1
-3
/
+3
*
[iobuf] Add iob_disown() and use it where it simplifies code
Michael Brown
2009-02-01
1
-2
/
+1
*
[dhcp] Split PXE menuing code out of dhcp.c
Michael Brown
2009-02-01
1
-1
/
+1
*
[tftp] Temporary fix for conveying TFTP block size to callers
Michael Brown
2009-01-27
1
-7
/
+4
*
[bios] Add F8 function key as a recognised BIOS keycode
Michael Brown
2009-01-25
1
-1
/
+3
*
[efi] Add efirom utility and .efirom image format
Michael Brown
2009-01-08
1
-0
/
+4
*
[efi] Allow for .efidrv images as well as .efi images
Michael Brown
2009-01-07
5
-29
/
+78
*
[efi] Use elf2efi utility in place of efilink
Michael Brown
2009-01-07
9
-731
/
+156
*
[efi] Inhibit harmless ld warning on unresolved symbol check
Michael Brown
2009-01-05
2
-2
/
+4
*
[pcbios] Add additional sanity check for bogus e820 map
Marty Connor
2008-12-18
1
-0
/
+7
*
[x86_64] Add support for compilation as an x86_64 binary
Michael Brown
2008-12-05
29
-49
/
+692
*
[efi] Use EFI-native mechanism for accessing SMBIOS table
Michael Brown
2008-12-04
7
-553
/
+113
*
[romprefix] Change from opt-in to opt-out when booting via INT19
Michael Brown
2008-12-04
1
-3
/
+3
*
[netdevice] Kill off the various guess_boot_netdev() functions
Michael Brown
2008-11-21
4
-62
/
+5
*
[pxe] Select the correct network device on multiport cards
Michael Brown
2008-11-21
1
-2
/
+4
*
[blockdev] Move block device operations to structure block_device_operations
Laurent Vivier
2008-11-19
1
-6
/
+6
*
[i386] Move iSCSI and AoE boot code to arch/i386/interface/pcbios
Michael Brown
2008-11-19
6
-0
/
+976
*
[i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] long
Michael Brown
2008-11-19
9
-14
/
+14
*
[libgcc] Make __libgcc architecture-specific
Michael Brown
2008-11-19
1
-0
/
+14
*
[i386] Rename __cdecl to __asmcall
Michael Brown
2008-11-19
11
-17
/
+28
*
[pxe] Move all PXE files to arch/i386
Michael Brown
2008-11-18
10
-0
/
+4558
[prev]
[next]