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
*
[settings] Use hex_decode() to parse hex settings
Michael Brown
2013-07-12
2
-39
/
+38
*
[base16] Generalise base16_decode() to hex_decode()
Michael Brown
2013-07-12
4
-37
/
+64
*
[test] Add self-tests for base16
Michael Brown
2013-07-12
2
-0
/
+122
*
[tcp] Fix comment to match code behaviour
Michael Brown
2013-07-12
1
-1
/
+1
*
[tcp] Do not send RST for unrecognised connections
Michael Brown
2013-07-12
1
-1
/
+0
*
[autoboot] Use next-server from filename's settings block
Michael Brown
2013-06-24
1
-14
/
+25
*
[build] Work around bug in gcc >= 4.8
Michael Brown
2013-06-07
1
-3
/
+5
*
[bzimage] Fix spurious uninitialised-variable warning on some gcc versions
Michael Brown
2013-06-05
1
-0
/
+1
*
[bzimage] Align initrd images to page boundary
Michael Brown
2013-06-05
2
-19
/
+16
*
[crypto] Accept OCSP responses containing multiple certificates
Michael Brown
2013-05-29
2
-13
/
+151
*
[realtek] Fix reopening of legacy-mode 8139 NIC
Michael Brown
2013-05-26
1
-3
/
+5
*
[netdevice] Reset MAC address when asked to clear the "mac" setting
Michael Brown
2013-05-16
1
-3
/
+11
*
[netdevice] Add "chip" setting
Michael Brown
2013-05-16
1
-26
/
+131
*
[build] Add efidrv.cab target for UEFI Secure Boot signing
Michael Brown
2013-05-14
4
-6
/
+17
*
[build] Provide "allXXXs" targets for all media on all platforms
Michael Brown
2013-05-14
2
-8
/
+19
*
[romprefix] Fix incorrect pointer offset in undiloader.S
Frediano Ziglio
2013-05-14
1
-2
/
+2
*
[build] Use $(eval) if available
Michael Brown
2013-05-14
2
-48
/
+113
*
[crypto] Report meaningful error when certificate chain validation fails
Michael Brown
2013-05-10
1
-7
/
+5
*
[smbios] Allow access to multiple instances of SMBIOS structures
Michael Brown
2013-05-01
3
-5
/
+10
*
[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
[next]