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
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
[syslog] Separate out generic line-based console functionality
Michael Brown
2012-02-29
1
-0
/
+76
*
[getopt] Accept "--" as an end-of-options marker
Marin Hannache
2011-11-02
1
-0
/
+5
*
[image] Eliminate the register_and_xxx_image() functions
Michael Brown
2011-10-25
1
-2
/
+6
*
[cmdline] Allow "sleep" command to be interrupted
Michael Brown
2011-10-24
1
-1
/
+8
*
[cmdline] Fix up "sleep" argument parsing
Michael Brown
2011-10-24
1
-2
/
+10
*
[cmdline] Make "sleep" command available by default
Michael Brown
2011-10-24
1
-0
/
+40
*
[libc] Allow assertion failures to be counted
Michael Brown
2011-10-14
1
-0
/
+30
*
[libc] Allow for zero-padded decimals in printf()
Michael Brown
2011-07-06
1
-10
/
+27
*
[hw] Eliminate polling while waiting for window to open
Michael Brown
2011-06-28
1
-1
/
+2
*
[resolv] Use a one-shot process for the numeric resolver
Michael Brown
2011-06-28
1
-2
/
+1
*
[process] Add support for one-shot processes
Michael Brown
2011-06-28
1
-2
/
+6
*
[process] Pass containing object pointer to process step() methods
Michael Brown
2011-06-28
3
-29
/
+47
*
[xfer] Send xfer_window_changed() after xfer_vredirect()
Michael Brown
2011-06-28
1
-1
/
+16
*
[parseopt] Disambiguate the various EINVAL errors
Michael Brown
2011-05-18
1
-2
/
+16
*
[sanboot] Add "sanhook" and "sanunhook" commands
Michael Brown
2011-04-24
1
-0
/
+1
*
[parseopt] Allow for pre-initialised option sets
Michael Brown
2011-04-24
1
-7
/
+22
*
[cmdline] Add "iseq" command
Greg Jednaszewski
2011-04-08
1
-0
/
+37
*
[cmdline] Simplify "isset" command
Michael Brown
2011-04-08
1
-10
/
+3
*
[cmdline] Fix "isset" command
Michael Brown
2011-04-01
1
-2
/
+8
*
[main] Add the "scriptlet" setting
Michael Brown
2011-03-28
1
-4
/
+19
*
[cmdline] Expand settings within each command-line token individually
Michael Brown
2011-03-28
1
-35
/
+79
*
[cmdline] Allow ";" as an unconditional command separator
Michael Brown
2011-03-28
1
-0
/
+14
*
[linux] Make malloc and linux_umalloc valgrindable
Piotr JaroszyĆski
2011-03-27
1
-2
/
+57
*
[cmdline] Allow "echo -n" to inhibit trailing newline
Michael Brown
2011-03-27
1
-3
/
+30
*
[parseopt] Add support for boolean options
Michael Brown
2011-03-27
1
-0
/
+15
*
[monojob] Avoid overflow when calculating percentage progress
Michael Brown
2011-03-26
1
-3
/
+7
*
[settings] Match terminology in online documentation
Michael Brown
2011-03-23
1
-2
/
+2
*
[settings] Avoid memory leak when unregistering autovivified settings blocks
Michael Brown
2011-03-23
1
-3
/
+27
*
[settings] Impose a fixed order on settings
Michael Brown
2011-03-23
1
-6
/
+6
*
[settings] Fix setting expansion
Michael Brown
2011-03-23
1
-3
/
+4
*
[settings] Display canonical setting name in "config" user interface
Michael Brown
2011-03-22
1
-5
/
+22
*
[settings] Display canonical setting name in output of "show" command
Michael Brown
2011-03-22
1
-17
/
+41
*
[settings] Provide fetch_setting_origin()
Michael Brown
2011-03-22
1
-5
/
+47
*
[settings] Expose settings_name()
Glenn Brown
2011-03-22
1
-8
/
+6
*
[settings] Formalise notion of setting applicability
Michael Brown
2011-03-22
2
-7
/
+44
*
[console] Move include/console.h to include/ipxe/console.h
Michael Brown
2011-03-09
9
-9
/
+9
*
[image] Avoid ending up with multiple selected images on re-registration
Michael Brown
2011-03-09
1
-0
/
+6
*
[image] Simplify use of imgdownload()
Michael Brown
2011-03-09
1
-1
/
+50
*
[image] Generalise "currently-running script" to "currently-running image"
Michael Brown
2011-03-09
1
-1
/
+11
*
[image] Move the register_and_{select|boot}_image() functions to imgmgmt.c
Michael Brown
2011-03-09
1
-39
/
+0
*
[monojob] Display percentage progress, if available
Michael Brown
2011-03-08
1
-6
/
+23
*
[main] Remove shell prompt when using an embedded image
Michael Brown
2011-03-07
1
-14
/
+13
*
[image] Use list_first_entry() to clarify logic in main()
Michael Brown
2011-03-07
1
-5
/
+2
*
[prompt] Replace shell_banner() with a generic prompt() function
Michael Brown
2011-03-07
1
-1
/
+17
*
[console] Add a timeout parameter to getkey()
Michael Brown
2011-03-07
1
-5
/
+6
*
[console] Avoid timer wraparound problems in getchar_timeout()
Michael Brown
2011-03-07
1
-2
/
+2
*
[cmdline] Add generic concat_args() function
Michael Brown
2011-03-07
1
-6
/
+43
*
[image] Allow image_set_cmdline() to clear the command line
Michael Brown
2011-03-07
1
-4
/
+8
*
[image] Simplify image management
Michael Brown
2011-03-07
2
-96
/
+89
*
[parseopt] Refer to online documentation for command help
Michael Brown
2011-03-04
2
-4
/
+4
[next]