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] 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
*
[src] Fix spelling in comments, debug messages and local variable names
Stefan Weil
2013-01-03
31
-66
/
+66
*
[efi] Include product short name in EFI SNP device names
Michael Brown
2012-11-21
1
-3
/
+5
*
[efi] Delegate to child device's EFI_COMPONENT_NAME2_PROTOCOL, if present
Michael Brown
2012-11-21
1
-5
/
+22
*
[bzimage] Allow initrds to be rearranged in place
Michael Brown
2012-11-13
1
-73
/
+140
*
[initrd] Add ability to reshuffle initrds into image list order
Michael Brown
2012-11-12
3
-0
/
+330
*
[libc] Relicense x86 string.h
Michael Brown
2012-11-12
1
-19
/
+24
*
[libc] Fix and externalise memswap()
Michael Brown
2012-11-12
2
-15
/
+30
*
[libc] Reduce overall code size by externalising strlen()
Michael Brown
2012-11-12
2
-12
/
+20
*
[libc] Reduce overall code size by externalising strncmp()
Michael Brown
2012-11-12
2
-21
/
+40
*
[libc] Remove unnecessary "cld" instruction from memset()
Michael Brown
2012-11-12
1
-11
/
+18
*
[libc] Convert memcpy() from a macro to an inline function
Michael Brown
2012-11-12
2
-4
/
+25
*
[libc] Reduce overall code size by externalising memmove()
Michael Brown
2012-11-12
2
-24
/
+74
*
[libc] Remove obsolete implementation of memcpy()
Michael Brown
2012-11-12
1
-12
/
+0
*
[test] Add self-tests for string functions
Michael Brown
2012-11-12
2
-0
/
+134
*
[umalloc] Split largest_memblock() function out from init_eheap()
Michael Brown
2012-11-06
3
-49
/
+106
*
[uaccess] Add userptr_sub() to find the difference between two user pointers
Michael Brown
2012-11-05
4
-0
/
+39
*
[list] Reduce overall code size by externalising many list functions
Michael Brown
2012-11-02
2
-122
/
+215
*
[build] Make version.o depend on the git index
Thomas Miletich
2012-11-02
1
-0
/
+4
*
[build] Include version number within only a single object file
Michael Brown
2012-11-02
11
-21
/
+87
[next]