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
*
[pnm] Add support for PNM images
Michael Brown
2013-11-27
7
-0
/
+803
*
[image] Add image_pixbuf() to create pixel buffer from image
Michael Brown
2013-11-27
2
-3
/
+40
*
[image] Allow for non-executable image formats
Michael Brown
2013-11-27
1
-0
/
+2
*
[pixbuf] Add generic concept of a pixel buffer
Michael Brown
2013-11-27
2
-0
/
+130
*
[console] Pass escape sequence context to ANSI escape sequence handlers
Michael Brown
2013-11-27
6
-14
/
+36
*
[main] Defer "initialising devices" message until initialising devices
Michael Brown
2013-11-27
1
-1
/
+3
*
[test] Include failing code within failed test result output
Michael Brown
2013-11-27
2
-6
/
+9
*
[dhcpv6] Allow stateful DHCPv6 to apply obtained IPv6 addresses
Michael Brown
2013-11-15
1
-6
/
+24
*
[ipv6] Separate the concepts of prefix and address creation
Michael Brown
2013-11-15
4
-124
/
+201
*
[build] Update build system for Syslinux 6.x
Christian Hesse
2013-11-15
2
-1
/
+12
*
[dhcpv6] Add basic support for stateful and stateless DHCPv6
Michael Brown
2013-11-14
4
-5
/
+1207
*
[ipv6] Add "ipv6" setting type
Michael Brown
2013-11-14
3
-0
/
+70
*
[ipv6] Use given source address only if it is not the unspecified address
Michael Brown
2013-11-14
2
-1
/
+7
*
[settings] Move user-class setting from dhcp.c to settings.c
Michael Brown
2013-11-14
3
-8
/
+9
*
[base16] Fix comparison of signed and unsigned integers
Michael Brown
2013-11-14
1
-1
/
+1
*
[pxe] Ensure cached DHCPACK is retrieved prior to network device creation
Michael Brown
2013-11-08
1
-7
/
+12
*
[cmdline] Generate command option help text automatically
Michael Brown
2013-11-07
22
-75
/
+93
*
[ipv6] Add IPv6 network device configurator
Michael Brown
2013-11-07
2
-28
/
+217
*
[dhcp] Remove obsolete dhcp() function
Michael Brown
2013-11-05
2
-25
/
+0
*
[cmdline] Make "dhcp" command a synonym for "ifconf"
Michael Brown
2013-11-05
3
-49
/
+3
*
[cmdline] Add "ifconf" command
Michael Brown
2013-11-05
1
-0
/
+59
*
[autoboot] Use ifconf() to configure network device
Michael Brown
2013-11-05
1
-3
/
+2
*
[ifmgmt] Add ifconf() to carry out network device configuration
Michael Brown
2013-11-05
2
-2
/
+90
*
[parseopt] Add parse_netdev_configurator()
Michael Brown
2013-11-05
2
-0
/
+27
*
[dhcp] Add DHCP network device configurator
Michael Brown
2013-11-05
1
-0
/
+6
*
[netdevice] Add generic concept of a network device configurator
Michael Brown
2013-11-05
2
-5
/
+282
*
[cmdline] Allow "if<xxx>" commands to take options
Michael Brown
2013-11-05
6
-63
/
+174
*
[ifmgmt] Rewrite iflinkwait() to use monojob_wait()
Michael Brown
2013-11-05
4
-44
/
+99
*
[autoboot] Fix shell banner timeout
Michael Brown
2013-11-05
1
-1
/
+3
*
[cmdline] Rewrite "sync" command to use monojob_wait()
Michael Brown
2013-11-01
5
-25
/
+103
*
[monojob] Report ongoing job status as overall return status on timeout
Michael Brown
2013-11-01
1
-2
/
+5
*
[monojob] Add timeout parameter to monojob_wait()
Michael Brown
2013-11-01
8
-18
/
+26
*
[job] Allow job_progress() to return an ongoing job status code, if known
Michael Brown
2013-11-01
3
-9
/
+20
*
[interface] Default to calling intf_restart() in response to intf_close()
Michael Brown
2013-11-01
1
-2
/
+19
*
[netdevice] Make all net_driver methods optional
Michael Brown
2013-11-01
6
-72
/
+13
*
[parseopt] Add parse_timeout()
Michael Brown
2013-11-01
12
-27
/
+46
*
[ipv6] Add ndp_tx_router_solicitation() to send router solicitations
Michael Brown
2013-10-25
5
-37
/
+95
*
[pxe] Always retrieve cached DHCPACK and apply to relevant network device
Michael Brown
2013-10-25
7
-198
/
+239
*
[ipv6] Automatically choose source for link-local and multicast destinations
Michael Brown
2013-10-25
1
-30
/
+34
*
[ipv6] Treat sin6_scope_id consistently
Michael Brown
2013-10-25
2
-5
/
+5
*
[ipv6] Support stateless address autoconfiguration (SLAAC)
Michael Brown
2013-10-23
4
-70
/
+235
*
[ipv6] Extract link layer addresses from router advertisements
Michael Brown
2013-10-23
3
-54
/
+188
*
[ipv6] Handle IPv6 option length correctly
Michael Brown
2013-10-23
1
-1
/
+1
*
[intel] Add Intel I217 Gigabit Ethernet PCI ID
lolipop
2013-10-23
1
-0
/
+1
*
[cmdline] Add "ping" command
Michael Brown
2013-10-21
3
-0
/
+104
*
[ping] Add top-level ping() function to ping a host
Michael Brown
2013-10-21
2
-0
/
+97
*
[ping] Add generic ping mechanism
Michael Brown
2013-10-21
3
-0
/
+327
*
[ping] Add concept of a ping socket
Michael Brown
2013-10-21
3
-0
/
+282
*
[icmp] Add support for sending ICMP echo requests
Michael Brown
2013-10-21
9
-121
/
+402
*
[resolv] Use sock_aton() to allow parsing of arbitrary numeric addresses
Michael Brown
2013-10-21
1
-13
/
+4
[next]