index
:
openslx-ng/ipxe.git
master
openslx
Fork of ipxe; additional commands and features
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
arch
/
i386
/
interface
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[autoboot] Ensure that an error message is always printed for a boot failure
Michael Brown
2009-11-18
2
-4
/
+0
*
[sanboot] Extend the "keep-san" option to non-iSCSI SAN protocols
Michael Brown
2009-11-04
4
-17
/
+35
*
[iscsi] Use the "Ethernet-compatible" MAC address in the iBFT
Michael Brown
2009-10-23
1
-4
/
+8
*
[iscsi] Fix printing of non-existent strings in iBFT debug messages
Michael Brown
2009-10-23
1
-1
/
+2
*
[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
1
-5
/
+1
*
[infiniband] Add support for the SRP Boot Firmware Table
Michael Brown
2009-08-10
2
-0
/
+111
*
[infiniband] Add support for SRP over Infiniband
Michael Brown
2009-08-10
1
-0
/
+63
*
[pxe] Avoid printf format warning on some compilers
Michael Brown
2009-08-02
1
-1
/
+1
*
[netdevice] Make ll_broadcast per-netdevice rather than per-ll_protocol
Michael Brown
2009-07-18
1
-1
/
+1
*
[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
2
-29
/
+51
*
[pxe] Make pxe_init_structures() an initialisation function
Michael Brown
2009-06-28
2
-4
/
+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-24
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
1
-1
/
+4
*
[pxe] Fix interoperability with the 3Com DOS UNDI driver
Michael Brown
2009-06-23
1
-2
/
+15
*
[netdevice] Add netdev argument to link-layer push and pull handlers
Joshua Oreman
2009-06-23
1
-3
/
+3
*
[comboot] Implement stub calls for auxiliary data vector handling
Daniel Verkamp
2009-05-26
1
-1
/
+12
*
[legal] Add a selection of FILE_LICENCE declarations
Michael Brown
2009-05-18
23
-0
/
+46
*
[pcbios] Don't use "lret $2" to return from an interrupt
H. Peter Anvin
2009-04-15
1
-2
/
+5
*
[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
*
[pxe] Set %ax to zero on entry to PXE NBP
Michael Brown
2009-02-23
1
-9
/
+10
*
[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
*
[comboot] Implement INT 22h AX=001Bh (Cleanup, shuffle, and boot to real mode)
Daniel Verkamp
2009-02-17
1
-1
/
+61
*
[comboot] Restore the real-mode stack pointer on exit from a COMBOOT image
Michael Brown
2009-02-17
1
-6
/
+6
*
[comboot] Unhook interrupt vectors after returning from a COMBOOT image
Michael Brown
2009-02-17
1
-0
/
+15
*
[comboot] Fix reference counting on replacement images
Michael Brown
2009-02-17
1
-15
/
+14
*
[comboot] Allow for tail recursion of COMBOOT images
Michael Brown
2009-02-17
1
-61
/
+82
*
[i386] Add explicit flags and type on all .section declarations
Michael Brown
2009-02-15
1
-11
/
+8
*
[umalloc] Avoid problems when _textdata_memsz is a multiple of 4kB
Michael Brown
2009-02-15
1
-3
/
+3
*
[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
*
[x86_64] Add support for compilation as an x86_64 binary
Michael Brown
2008-12-05
1
-46
/
+0
*
[efi] Use EFI-native mechanism for accessing SMBIOS table
Michael Brown
2008-12-05
1
-0
/
+84
*
[netdevice] Kill off the various guess_boot_netdev() functions
Michael Brown
2008-11-21
2
-36
/
+2
*
[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
4
-0
/
+641
*
[i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] long
Michael Brown
2008-11-19
1
-1
/
+1
*
[i386] Rename __cdecl to __asmcall
Michael Brown
2008-11-19
4
-9
/
+9
*
[pxe] Move all PXE files to arch/i386
Michael Brown
2008-11-18
7
-0
/
+2441
*
[i386] Free allocated base memory on exit, if possible
Michael Brown
2008-11-18
1
-11
/
+0
*
[efi] Add EFI image format and basic runtime environment
Michael Brown
2008-10-13
1
-0
/
+46
*
[umalloc] Formalise the user memory allocation API
Michael Brown
2008-10-13
1
-0
/
+200
*
[nap] Formalise the CPU sleeping API
Michael Brown
2008-10-13
1
-0
/
+14
[prev]
[next]