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
*
[netdevice] Allow the hardware and link-layer addresses to differ in size
Michael Brown
2009-08-12
1
-4
/
+6
*
[netdevice] Separate out the concept of hardware and link-layer addresses
Michael Brown
2009-08-12
2
-7
/
+3
*
[doc] Expand scope of doxygen-generated documentation
Michael Brown
2009-08-11
1
-1
/
+1
*
[zbin] Change fixup semantics to support ROMs over 128k uncompressed
Joshua Oreman
2009-08-11
6
-25
/
+16
*
[infiniband] Add support for the SRP Boot Firmware Table
Michael Brown
2009-08-10
3
-0
/
+236
*
[infiniband] Add support for SRP over Infiniband
Michael Brown
2009-08-10
1
-0
/
+63
*
[romprefix] Cope with PnP BIOSes that fail to set %es:%di on entry
Michael Brown
2009-08-08
1
-7
/
+20
*
[pxe] Dual-license pxe_api.h under the MIT license
H. Peter Anvin
2009-08-02
1
-0
/
+25
*
[pxe] Avoid printf format warning on some compilers
Michael Brown
2009-08-02
1
-1
/
+1
*
[build] Add syslinux floppy image type .sdsk
Marty Connor
2009-08-02
1
-0
/
+6
*
[netdevice] Make ll_broadcast per-netdevice rather than per-ll_protocol
Michael Brown
2009-07-17
1
-1
/
+1
*
[pxe] Add startpxe and stoppxe commands
Michael Brown
2009-06-28
2
-0
/
+34
*
[pxe] Check for unhookable interrupts in PXENV_STOP_UNDI
Michael Brown
2009-06-28
1
-0
/
+9
*
[pxe] Create pxe_[de]activate() wrapper functions
Michael Brown
2009-06-28
4
-40
/
+61
*
[pxe] Make pxe_init_structures() an initialisation function
Michael Brown
2009-06-28
4
-6
/
+7
*
[pxe] Update UNDI transmit count before transmitting packet
Michael Brown
2009-06-27
1
-4
/
+8
*
[pxe] Implement PXENV_UNDI_{GET,SET}_MCAST_ADDRESS
Michael Brown
2009-06-27
1
-15
/
+42
*
[pxe] Improve pxe_undi debug messages
Michael Brown
2009-06-27
1
-32
/
+92
*
[comboot] Implement INT 22h AX=000Bh (Get Serial Console Configuration)
Daniel Verkamp
2009-06-23
1
-1
/
+9
*
[pxe] Fix interoperability with the Symantec (undipd) DOS UNDI driver
Michael Brown
2009-06-23
1
-1
/
+1
*
[pxe] Fix interoperability with the Intel DOS UNDI driver
Michael Brown
2009-06-23
2
-1
/
+23
*
[pxe] Fix interoperability with the 3Com DOS UNDI driver
Michael Brown
2009-06-23
1
-2
/
+15
*
[undi] Include PXENV_GET_IFACE_INFO's ServiceFlags in debug output
Michael Brown
2009-06-23
1
-2
/
+3
*
[netdevice] Add netdev argument to link-layer push and pull handlers
Joshua Oreman
2009-06-23
1
-3
/
+3
*
[misc] Fix source files erroneously marked as executable
Michael Brown
2009-06-02
4
-0
/
+0
*
[comboot] Implement stub calls for auxiliary data vector handling
Daniel Verkamp
2009-05-26
1
-1
/
+12
*
[multiboot] Include argv[0] as part of "command line"
Michael Brown
2009-05-26
1
-5
/
+6
*
[legal] Add FILE_LICENCE declaration to romprefix.S
Michael Brown
2009-05-18
1
-0
/
+2
*
[legal] Add a selection of FILE_LICENCE declarations
Michael Brown
2009-05-18
126
-1
/
+253
*
[pxeprefix] Work around bug in Etherboot 5.4 when loading undionly.kpxe
Michael Brown
2009-04-30
1
-5
/
+55
*
[i386] Remove long-obsolete realmode.c file
Michael Brown
2009-04-26
1
-23
/
+0
*
[i386] Remove long-obsolete callbacks_arch.h file
Michael Brown
2009-04-26
1
-243
/
+0
*
[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
[next]