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
*
[settings] Hide cursor when not actively editing a setting
Michael Brown
2013-12-02
1
-0
/
+2
*
[mucurses] Implement curs_set() to control cursor visibility
Michael Brown
2013-12-02
4
-0
/
+24
*
[console] Allow '?' as an intermediate byte in ANSI escape sequences
Michael Brown
2013-12-02
2
-1
/
+8
*
[build] Fix building on OpenBSD 5.4
Michael Brown
2013-12-02
1
-0
/
+5
*
[vesafb] Select an optimal mode, rather than the first acceptable mode
Michael Brown
2013-11-28
1
-49
/
+91
*
[vesafb] Return meaningful error when no suitable mode is found
Michael Brown
2013-11-28
1
-44
/
+75
*
[vesafb] Skip modes for which we cannot get mode information
Michael Brown
2013-11-28
1
-2
/
+1
*
[vesafb] Include raw status value within VBE error messages
Michael Brown
2013-11-28
1
-5
/
+5
*
[vesafb] Add VESA frame buffer console
Michael Brown
2013-11-28
5
-0
/
+635
*
[fbcon] Add generic concept of a frame buffer console
Michael Brown
2013-11-28
4
-1
/
+894
*
[cmdline] Add "console" command to configure console
Michael Brown
2013-11-28
3
-0
/
+129
*
[console] Add concept of generic console configuration
Michael Brown
2013-11-28
5
-0
/
+61
*
[console] Allow console input and output to be disabled independently
Michael Brown
2013-11-28
8
-65
/
+64
*
[mucurses] Use "<ESC>[2J" ANSI escape sequence to clear screen
Michael Brown
2013-11-28
3
-16
/
+40
*
[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
[next]