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
*
[smbios] Allow access to unreferenced SMBIOS strings
Michael Brown
2013-05-01
1
-4
/
+10
*
[settings] Eliminate settings "tag magic"
Michael Brown
2013-05-01
11
-170
/
+82
*
[realtek] Defer packets when no transmit descriptors are available
Michael Brown
2013-05-01
1
-3
/
+3
*
[netdevice] Add netdev_tx_defer() to allow drivers to defer transmissions
Michael Brown
2013-05-01
2
-3
/
+91
*
[dhcp] Remove obsolete bootp.h header
Michael Brown
2013-05-01
1
-230
/
+0
*
[realtek] Ensure EEPROM writes reach chip before starting udelay()
Michael Brown
2013-05-01
1
-0
/
+3
*
[romprefix] Report failure cause when unable to open payload
Michael Brown
2013-04-30
1
-4
/
+7
*
[realtek] Allow reaction time between writing RTL_CAPR and reading RTL_CR
Michael Brown
2013-04-30
1
-0
/
+3
*
[pxe] Convert external PXE API errors into iPXE platform-generated errors
Michael Brown
2013-04-29
4
-16
/
+27
*
[realtek] Use ID word to detect EEPROM presence
Michael Brown
2013-04-28
2
-16
/
+42
*
[build] Default to short wchar_t in stddef.h
Michael Brown
2013-04-28
1
-2
/
+2
*
[build] Fix dubious uses of bitwise operators
Michael Brown
2013-04-28
2
-2
/
+2
*
[build] Fix uses of literal 0 as a NULL pointer
Michael Brown
2013-04-28
13
-24
/
+20
*
[build] Use -Wno-decl when running sparse
Michael Brown
2013-04-28
1
-0
/
+1
*
[realtek] Print bad MAC address in debug message when inferring no EEPROM
Michael Brown
2013-04-27
1
-1
/
+2
*
[process] Mark process descriptor as static in PERMANENT_PROCESS
Michael Brown
2013-04-25
1
-1
/
+1
*
[build] Avoid sparse undeclared symbol warning for PROVIDE_SYMBOL()
Michael Brown
2013-04-25
1
-0
/
+1
*
[build] Allow sparse to be invoked via "make C=1"
Michael Brown
2013-04-25
1
-0
/
+9
*
[build] Define __WINT_TYPE__ if necessary
Michael Brown
2013-04-25
1
-0
/
+3
*
[build] Allow sparse to find compiler.h
Michael Brown
2013-04-25
1
-1
/
+1
*
[netdevice] Use link-layer address as part of RNG seed
Michael Brown
2013-04-19
1
-2
/
+11
*
[efi] Add sample platform-generated error disambiguations
Michael Brown
2013-04-19
1
-3
/
+19
*
[efi] Perform meaningful error code conversions
Michael Brown
2013-04-19
20
-200
/
+212
*
[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
[next]