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
*
[settings] Allow for IPv6 setting types in non-IPv6 builds
Michael Brown
2013-12-05
3
-10
/
+25
*
[settings] Explicitly separate the concept of a completed fetched setting
Michael Brown
2013-12-05
3
-83
/
+102
*
[fbcon] Add support for displaying a cursor
Michael Brown
2013-12-02
1
-0
/
+2
*
[mucurses] Implement curs_set() to control cursor visibility
Michael Brown
2013-12-02
1
-0
/
+7
*
[console] Allow '?' as an intermediate byte in ANSI escape sequences
Michael Brown
2013-12-02
1
-0
/
+6
*
[fbcon] Add generic concept of a frame buffer console
Michael Brown
2013-11-28
3
-1
/
+162
*
[console] Add concept of generic console configuration
Michael Brown
2013-11-28
1
-0
/
+17
*
[console] Allow console input and output to be disabled independently
Michael Brown
2013-11-28
1
-33
/
+44
*
[mucurses] Use "<ESC>[2J" ANSI escape sequence to clear screen
Michael Brown
2013-11-28
1
-5
/
+8
*
[pnm] Add support for PNM images
Michael Brown
2013-11-27
2
-0
/
+87
*
[image] Add image_pixbuf() to create pixel buffer from image
Michael Brown
2013-11-27
1
-3
/
+14
*
[pixbuf] Add generic concept of a pixel buffer
Michael Brown
2013-11-27
1
-0
/
+55
*
[console] Pass escape sequence context to ANSI escape sequence handlers
Michael Brown
2013-11-27
1
-1
/
+5
*
[test] Include failing code within failed test result output
Michael Brown
2013-11-27
1
-3
/
+4
*
[ipv6] Separate the concepts of prefix and address creation
Michael Brown
2013-11-15
1
-5
/
+15
*
[dhcpv6] Add basic support for stateful and stateless DHCPv6
Michael Brown
2013-11-14
2
-0
/
+216
*
[ipv6] Add "ipv6" setting type
Michael Brown
2013-11-14
1
-0
/
+1
*
[ipv6] Use given source address only if it is not the unspecified address
Michael Brown
2013-11-14
1
-0
/
+6
*
[settings] Move user-class setting from dhcp.c to settings.c
Michael Brown
2013-11-14
1
-0
/
+1
*
[ipv6] Add IPv6 network device configurator
Michael Brown
2013-11-07
1
-2
/
+0
*
[dhcp] Remove obsolete dhcp() function
Michael Brown
2013-11-05
1
-1
/
+0
*
[cmdline] Make "dhcp" command a synonym for "ifconf"
Michael Brown
2013-11-05
1
-0
/
+1
*
[ifmgmt] Add ifconf() to carry out network device configuration
Michael Brown
2013-11-05
1
-0
/
+3
*
[parseopt] Add parse_netdev_configurator()
Michael Brown
2013-11-05
1
-0
/
+4
*
[netdevice] Add generic concept of a network device configurator
Michael Brown
2013-11-05
1
-0
/
+79
*
[cmdline] Allow "if<xxx>" commands to take options
Michael Brown
2013-11-05
1
-5
/
+38
*
[ifmgmt] Rewrite iflinkwait() to use monojob_wait()
Michael Brown
2013-11-05
1
-1
/
+1
*
[cmdline] Rewrite "sync" command to use monojob_wait()
Michael Brown
2013-11-01
2
-4
/
+26
*
[monojob] Add timeout parameter to monojob_wait()
Michael Brown
2013-11-01
1
-1
/
+1
*
[job] Allow job_progress() to return an ongoing job status code, if known
Michael Brown
2013-11-01
1
-3
/
+3
*
[parseopt] Add parse_timeout()
Michael Brown
2013-11-01
4
-3
/
+4
*
[ipv6] Add ndp_tx_router_solicitation() to send router solicitations
Michael Brown
2013-10-25
3
-4
/
+29
*
[pxe] Always retrieve cached DHCPACK and apply to relevant network device
Michael Brown
2013-10-25
1
-16
/
+1
*
[ipv6] Support stateless address autoconfiguration (SLAAC)
Michael Brown
2013-10-23
2
-18
/
+76
*
[ipv6] Extract link layer addresses from router advertisements
Michael Brown
2013-10-23
2
-7
/
+44
*
[ping] Add top-level ping() function to ping a host
Michael Brown
2013-10-21
1
-0
/
+16
*
[ping] Add generic ping mechanism
Michael Brown
2013-10-21
2
-0
/
+24
*
[ping] Add concept of a ping socket
Michael Brown
2013-10-21
2
-0
/
+9
*
[icmp] Add support for sending ICMP echo requests
Michael Brown
2013-10-21
5
-25
/
+71
*
[ipv6] Add IPv6 socket address converter
Michael Brown
2013-10-21
1
-1
/
+4
*
[socket] Add concept of a generalised socket address converter
Michael Brown
2013-10-21
2
-0
/
+37
*
[netdevice] Add find_netdev_by_index()
Michael Brown
2013-10-21
1
-0
/
+1
*
[neighbour] Add nstat() function to print out neighbour table
Michael Brown
2013-09-25
2
-0
/
+58
*
[ipv6] Add inet6_aton()
Michael Brown
2013-09-11
1
-1
/
+2
*
[tcp] Reduce path MTU to 1280 bytes
Michael Brown
2013-09-04
1
-3
/
+12
*
[ipv6] Replace IPv6 stack
Michael Brown
2013-09-03
6
-172
/
+391
*
[ipv4] Abstract out protocol-specific portions of "route" command
Michael Brown
2013-09-03
1
-1
/
+22
*
[neighbour] Generalise concept of neighbour discovery
Michael Brown
2013-09-03
3
-3
/
+66
*
[tcpip] Pass through network device to transport layer protocols
Michael Brown
2013-09-03
1
-3
/
+5
*
[netdevice] Add method for generating EUI-64 address from link-layer address
Michael Brown
2013-09-03
2
-0
/
+10
[next]