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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libc] Redefine low 8 bits of error code as "platform error code"
Michael Brown
2013-04-19
7
-234
/
+648
*
[libc] Use __einfo() tuple as first argument to EUNIQ()
Michael Brown
2013-04-19
6
-83
/
+86
*
[efi] Remove obsolete EFI I/O implementation using EFI_CPU_IO_PROTOCOL
Michael Brown
2013-04-19
5
-591
/
+0
*
[intel] Add intelx driver for Intel 10 Gigabit Ethernet NICs
Michael Brown
2013-04-19
3
-0
/
+580
*
[intel] Expose functionality to be shared with intelx driver
Michael Brown
2013-04-19
2
-15
/
+33
*
[intel] Remove hardcoded offsets for descriptor ring registers
Michael Brown
2013-04-19
2
-18
/
+6
*
[bios] Fix screen clearing on buggy BIOSes
Michael Brown
2013-04-17
1
-1
/
+1
*
[settings] Expose build architecture and platform via settings
Michael Brown
2013-04-06
1
-15
/
+85
*
[efi] Fetch device path for loaded image during initialisation
Michael Brown
2013-03-27
2
-13
/
+38
*
[prism2] Use standard type names
Michael Brown
2013-03-27
4
-1383
/
+1361
*
[igbvf] Remove conflicting macro definitions
Michael Brown
2013-03-25
1
-3
/
+0
*
[cs89x0] Remove conflicting macro definitions
Michael Brown
2013-03-25
1
-3
/
+0
*
[efi] Enable "cpuid" command by default for EFI
Michael Brown
2013-03-22
1
-0
/
+1
*
[cmdline] Add ability to perform a warm reboot
Michael Brown
2013-03-22
6
-9
/
+28
*
[efi] Add "reboot" command for EFI
Michael Brown
2013-03-22
14
-2
/
+286
*
[build] Avoid strict-aliasing warning for gcc 4.3
Bo Yang
2013-03-21
1
-2
/
+2
*
[efi] Provide efi_guid_ntoa() for printing EFI GUIDs
Michael Brown
2013-03-20
4
-26
/
+36
*
[uuid] Abstract UUID mangling code out to a separate uuid_mangle() function
Michael Brown
2013-03-20
3
-7
/
+21
*
[dhcp] Use PXE byte ordering for UUID in DHCP option 97
Michael Brown
2013-03-20
1
-1
/
+8
*
[smbios] Mangle UUIDs for SMBIOS version 2.6 and newer
Michael Brown
2013-03-20
1
-9
/
+33
*
[smbios] Provide SMBIOS version number via smbios_version()
Michael Brown
2013-03-20
4
-0
/
+33
*
[int13] Split out ISO9660 and El Torito definitions to separate header files
Michael Brown
2013-03-20
4
-116
/
+149
*
[efi] Add EFI-specific debugging macros
Michael Brown
2013-03-20
3
-0
/
+216
*
[efi] Fix minor typos in efi_image.c
Michael Brown
2013-03-20
1
-3
/
+3
*
[lkrnprefix] Allow relocation when no initrd is present
Michael Brown
2013-03-15
1
-3
/
+10
*
[efi] Fix building with newer binutils
Michael Brown
2013-03-14
1
-0
/
+2
*
[efi] Add our own EFI_LOAD_FILE_PROTOCOL implementation
Michael Brown
2013-03-14
2
-1
/
+59
*
[efi] Expose downloaded images via EFI_SIMPLE_FILE_SYSTEM_PROTOCOL
Michael Brown
2013-03-13
10
-115
/
+1546
*
[efi] Add last_opened_snpdev()
Michael Brown
2013-03-13
2
-0
/
+16
*
[autoboot] Split main control flow out of main() into a new function ipxe()
Michael Brown
2013-03-13
3
-82
/
+98
*
[efi] Update to latest EDK2 headers
Michael Brown
2013-03-13
8
-73
/
+125
*
[romprefix] Display only one "Ctrl-B" prompt per PCI device during POST
Michael Brown
2013-03-11
1
-3
/
+11
*
[pcbios] Inhibit all calls to INT 15,e820 and INT 15,e801 during POST
Michael Brown
2013-03-11
6
-10
/
+37
*
[prefix] Use %cs as implicit parameter to uninstall()
Michael Brown
2013-03-08
1
-6
/
+6
*
[nbiprefix] Set up real-mode stack before jumping to .text16
Michael Brown
2013-03-08
1
-0
/
+4
*
[pcbios] Add extra debugging messages when unhiding iPXE from memory
Michael Brown
2013-03-08
1
-5
/
+15
*
[build] Add vmware build target
Brandon Penglase
2013-03-06
1
-0
/
+17
*
[tftp] Allow TFTP block size to be controlled via the PXE TFTP API
Michael Brown
2013-03-06
3
-29
/
+28
*
[menu] Prevent separators with shortcut keys from being selected
Michael Brown
2013-03-06
1
-10
/
+12
*
[menu] Prevent character code zero from acting as a shortcut key
Michael Brown
2013-03-06
1
-1
/
+2
*
[zbin] Fix size used for memset in alloc_output_file
Daniel P. Berrange
2013-03-05
1
-1
/
+1
*
[undi] Work around specific devices with known broken interrupt behaviour
Michael Brown
2013-03-05
1
-0
/
+52
*
[tg3] Fix various tg3 issues
Kevin Tran
2013-03-04
2
-1
/
+15
*
[netdevice] Separate VLAN support from presence of VLAN-supporting drivers
Michael Brown
2013-03-01
1
-0
/
+12
*
[iscsi] Include 802.1Q VLAN identifier in iBFT
Stefan Hajnoczi
2013-03-01
1
-0
/
+3
*
[netdevice] Add vlan_tag() to get the VLAN tag of a network device
Stefan Hajnoczi
2013-03-01
3
-0
/
+29
*
[efi] Ensure EFI binaries comply with Authenticode requirements
Michael Brown
2013-02-25
1
-1
/
+4
*
[intel] Add Intel I210 Gigabit Ethernet PCI ID
Jens Rottmann
2013-02-20
1
-0
/
+1
*
[build] Include self-tests within "make everything"
Michael Brown
2013-01-31
1
-1
/
+2
*
[tls] Concatenate received non-data records before processing
Michael Brown
2013-01-31
3
-12
/
+53
[next]