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
*
[realtek] Dump all MII register contents when link status changes
Michael Brown
2014-03-10
1
-0
/
+1
*
[mii] Add mii_dump() to dump all MII registers
Michael Brown
2014-03-10
1
-0
/
+31
*
[http] Automatically retry request on a 503 Service Unavailable
Michael Brown
2014-03-07
1
-1
/
+45
*
[http] Use a retry timer to trigger retried requests
Michael Brown
2014-03-07
1
-15
/
+44
*
[linux] Avoid starting currticks() from zero every time
Michael Brown
2014-03-07
1
-1
/
+7
*
[tcp] Update window even if ACK does not acknowledge new data
Michael Brown
2014-03-07
1
-2
/
+4
*
[netdevice] Mark devices as open before calling open() method
Michael Brown
2014-03-05
1
-4
/
+8
*
[romprefix] Do not clobber stack segment when returning to BIOS
Michael Brown
2014-03-05
1
-2
/
+2
*
[realtek] Include link status register details in debug messages
Michael Brown
2014-03-04
2
-2
/
+39
*
[bzimage] Report exact initrd length via bzImage header
Michael Brown
2014-03-04
1
-14
/
+28
*
[tcp] Calculate correct MSS from peer address
Michael Brown
2014-03-04
2
-11
/
+14
*
[tcpip] Provide tcpip_mtu() to determine the maximum transmission unit
Michael Brown
2014-03-04
4
-0
/
+34
*
[tcpip] Provide tcpip_netdev() to determine the transmitting network device
Michael Brown
2014-03-04
4
-10
/
+94
*
[prefix] Ignore PCI autoboot device location if set to 00:00.0
Michael Brown
2014-03-03
1
-2
/
+4
*
[romprefix] Store boot bus:dev.fn address as autoboot device location
Alex Williamson
2014-03-03
1
-1
/
+11
*
[prefix] Allow prefix to specify a PCI autoboot device location
Alex Williamson
2014-03-03
1
-0
/
+44
*
[autoboot] Enable infrastructure to specify an autoboot device location
Alex Williamson
2014-03-03
2
-18
/
+29
*
[romprefix] Allow ROM banner timeout to be configured independently
Alex Williamson
2014-03-03
2
-11
/
+18
*
[cmdline] Add the "ipstat" command
Michael Brown
2014-03-03
5
-0
/
+150
*
[tcpip] Add IP statistics collection as per RFC 4293
Michael Brown
2014-03-02
7
-22
/
+296
*
[image] Ensure every image has a fully resolved URI
Michael Brown
2014-02-27
3
-26
/
+25
*
[uri] Refactor URI parsing and formatting
Michael Brown
2014-02-27
12
-437
/
+1312
*
[params] Use reference counters for form parameter lists
Michael Brown
2014-02-27
4
-49
/
+76
*
[settings] Remove "uristring" setting type
Michael Brown
2014-02-27
2
-62
/
+5
*
[dhcp] Copy exactly the required length when resizing DHCP options
Michael Brown
2014-02-26
1
-3
/
+1
*
[dns] Update end-of-name pointer after processing CNAME record
Michael Brown
2014-02-26
1
-2
/
+12
*
[dns] Support DNS search lists
Michael Brown
2014-02-05
9
-326
/
+1450
*
[intel] Add some missing PCI IDs
Michael Brown
2014-01-29
1
-0
/
+2
*
[cmdline] Always clear screen after reconfiguring console
Michael Brown
2014-01-22
1
-0
/
+5
*
[fbcon] Allow ANSI CUP with missing arguments
Michael Brown
2014-01-22
1
-2
/
+2
*
[cmdline] Add margin options to the "console" command
Michael Brown
2014-01-22
1
-0
/
+8
*
[cmdline] Rename "console" command's --bpp option to --depth
Michael Brown
2014-01-22
3
-4
/
+4
*
[vesafb] Allow for an arbitrary margin around the text area
Michael Brown
2014-01-22
1
-11
/
+31
*
[fbcon] Allow for an arbitrary margin around the text area
Michael Brown
2014-01-22
4
-14
/
+40
*
[fbcon] Centre background picture on console
Michael Brown
2014-01-22
2
-251
/
+116
*
[vesafb] Handle failures from fbcon_init()
Michael Brown
2014-01-22
1
-9
/
+27
*
[png] Add support for PNG images
Michael Brown
2014-01-12
7
-0
/
+3185
*
[test] Generalise pnm_ok() to pixbuf_ok()
Michael Brown
2014-01-12
3
-88
/
+157
*
[test] Rewrite pnm_ok() using okx()
Michael Brown
2014-01-12
1
-29
/
+36
*
[uaccess] Add memcmp_user()
Michael Brown
2014-01-12
4
-0
/
+50
*
[libc] Add abs()
Michael Brown
2014-01-12
1
-0
/
+4
*
[deflate] Fix literal data length calculation
Michael Brown
2014-01-12
2
-1
/
+8
*
[deflate] Add support for DEFLATE decompression
Michael Brown
2014-01-06
5
-0
/
+1569
*
[test] Add okx() macro taking an explicit file name and line number
Michael Brown
2014-01-06
1
-3
/
+6
*
[libc] Add isprint()
Michael Brown
2014-01-06
2
-3
/
+3
*
[build] Build ROMs used by qemu and VMware as part of "make all"
Michael Brown
2013-12-26
1
-1
/
+5
*
[ipv6] Fix compilation under FreeBSD
Michael Brown
2013-12-21
1
-1
/
+1
*
[build] Remove obsolete check for GNU as version 2.9.1
Michael Brown
2013-12-21
1
-7
/
+0
*
[vesafb] Set "magic" colour to transparent when a background picture is used
Michael Brown
2013-12-09
1
-0
/
+6
*
[console] Add concept of a "magic" colour
Michael Brown
2013-12-09
2
-4
/
+45
[next]