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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
[efi] Add our own EFI_LOAD_FILE_PROTOCOL implementation
Michael Brown
2013-03-14
1
-0
/
+3
*
[efi] Expose downloaded images via EFI_SIMPLE_FILE_SYSTEM_PROTOCOL
Michael Brown
2013-03-13
7
-2
/
+800
*
[efi] Add last_opened_snpdev()
Michael Brown
2013-03-13
1
-0
/
+1
*
[autoboot] Split main control flow out of main() into a new function ipxe()
Michael Brown
2013-03-13
1
-0
/
+1
*
[efi] Update to latest EDK2 headers
Michael Brown
2013-03-13
8
-73
/
+125
*
[tftp] Allow TFTP block size to be controlled via the PXE TFTP API
Michael Brown
2013-03-06
1
-2
/
+0
*
[netdevice] Add vlan_tag() to get the VLAN tag of a network device
Stefan Hajnoczi
2013-03-01
1
-0
/
+1
*
[tls] Concatenate received non-data records before processing
Michael Brown
2013-01-31
1
-0
/
+1
*
[src] Fix spelling in comments, debug messages and local variable names
Stefan Weil
2013-01-03
2
-2
/
+2
*
[libc] Convert memcpy() from a macro to an inline function
Michael Brown
2012-11-12
1
-0
/
+1
*
[umalloc] Split largest_memblock() function out from init_eheap()
Michael Brown
2012-11-06
1
-0
/
+17
*
[uaccess] Add userptr_sub() to find the difference between two user pointers
Michael Brown
2012-11-05
3
-0
/
+33
*
[list] Reduce overall code size by externalising many list functions
Michael Brown
2012-11-02
1
-122
/
+131
*
[build] Include version number within only a single object file
Michael Brown
2012-11-02
1
-0
/
+16
*
[readline] Allow readline_history() to return a meaningful status
Michael Brown
2012-10-25
2
-3
/
+3
*
[readline] Allow a prefilled input string to be provided
Michael Brown
2012-10-25
1
-0
/
+1
*
[settings] Add fetchf_named_setting_copy()
Michael Brown
2012-10-25
1
-0
/
+1
*
[efi] Add EFI_COMPONENT_NAME2_PROTOCOL instance for each SNP device
Michael Brown
2012-10-23
1
-0
/
+7
*
[efi] Expose net device non-volatile settings via HII
Michael Brown
2012-10-16
1
-123
/
+74
*
[efi] Split SNP HII functionality into a separate file
Michael Brown
2012-10-16
2
-0
/
+69
*
[nvo] Expose nvo_applies()
Michael Brown
2012-10-15
1
-0
/
+1
*
[nvo] Expose non-volatile options block name
Michael Brown
2012-10-15
1
-0
/
+3
*
[settings] Expose find_child_settings()
Michael Brown
2012-10-15
1
-0
/
+2
*
[libc] Add wcslen() function
Michael Brown
2012-10-15
1
-0
/
+2
*
[serial] Don't enable serial console without serial support
Shao Miller
2012-10-05
1
-0
/
+1
*
[efi] Mark SNP formset compliant with IBM's Unified Configuration Manager
Michael Brown
2012-10-05
1
-0
/
+5
*
[tls] Split received records over multiple I/O buffers
Michael Brown
2012-09-27
1
-4
/
+26
*
[cmdline] Add standalone "nslookup" command
Patrick Plenefisch
2012-09-10
2
-0
/
+15
*
[settings] Use a generic setting's own type as its default type
Michael Brown
2012-09-10
1
-2
/
+7
*
[sdi] Add support for SDI images
Michael Brown
2012-09-05
1
-0
/
+1
*
[ipoib] Expose Ethernet-compatible eIPoIB link-layer addresses and headers
Michael Brown
2012-08-31
3
-19
/
+34
*
[infiniband] Include destination address vector in ib_complete_recv()
Michael Brown
2012-08-31
2
-0
/
+4
*
[infiniband] Use explicit "source" and "dest" address vector parameter names
Michael Brown
2012-08-31
2
-8
/
+8
*
[infiniband] Allow queue pairs to have a custom allocator for receive iobufs
Michael Brown
2012-08-31
1
-2
/
+14
*
[iobuf] Allow allocation of I/O buffers with a specified alignment offset
Michael Brown
2012-08-31
1
-0
/
+2
*
[malloc] Allow allocation of memory with a specified alignment offset
Michael Brown
2012-08-31
1
-3
/
+22
*
[retry] Expose retry_poll() to explicitly poll all running timers
Michael Brown
2012-08-31
1
-0
/
+1
*
[ethernet] Expose eth_broadcast as a global constant
Michael Brown
2012-08-31
1
-0
/
+1
*
[bitbash] Add optional open() and close() methods for bit-bashing interfaces
Michael Brown
2012-08-24
1
-0
/
+32
*
[mii] Add separate mii_restart() function
Michael Brown
2012-08-23
1
-0
/
+1
*
[legal] Update FSF mailing address in GPL licence texts
Michael Brown
2012-07-20
8
-8
/
+16
*
[image] Add "--autofree" option
Michael Brown
2012-07-20
1
-0
/
+3
*
[libc] Add missing wchar.h header
Michael Brown
2012-07-19
1
-0
/
+27
*
[libc] Add support for "%lc" and "%ls" format specifiers
Michael Brown
2012-07-19
1
-0
/
+1
*
[efi] Add EFI_LOAD_FILE_PROTOCOL header
Michael Brown
2012-07-19
1
-0
/
+90
*
[efi] Update to current EDK2 headers
Michael Brown
2012-07-19
24
-156
/
+8026
*
[efi] Standardise #include guard in ipxe_download.h
Michael Brown
2012-07-19
1
-4
/
+4
*
[tcp] Increase maximum window size to 256kB
Michael Brown
2012-07-09
1
-22
/
+24
*
[arp] Try to avoid discarding ARP cache entries
Michael Brown
2012-07-09
1
-1
/
+12
*
[iobuf] Relax alignment requirement for small I/O buffers
Michael Brown
2012-06-29
1
-11
/
+0
[next]