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
*
[resolv] Use sock_aton() to allow parsing of arbitrary numeric addresses
Michael Brown
2013-10-21
1
-13
/
+4
*
[settings] Make built-in settings a linker table
Michael Brown
2013-08-27
1
-46
/
+46
*
[uri] Allow URIs to incorporate a parameter list
Michael Brown
2013-08-19
1
-1
/
+30
*
[params] Add support for the general concept of a form parameter list
Michael Brown
2013-08-19
2
-0
/
+189
*
[settings] Expose memory map via settings mechanism
Michael Brown
2013-08-12
1
-0
/
+242
*
[settings] Allow numeric_setting_value() to handle long setting values
Michael Brown
2013-08-12
1
-4
/
+4
*
[settings] Introduce the generalised concept of a numeric setting
Michael Brown
2013-08-01
1
-175
/
+412
*
[settings] Remove now-unused fetchf_named_setting() and storef_named_setting()
Michael Brown
2013-07-22
1
-114
/
+0
*
[parseopt] Add parse_setting()
Michael Brown
2013-07-22
1
-0
/
+55
*
[parseopt] Move parse_settings() to parseopt.c
Michael Brown
2013-07-22
1
-0
/
+23
*
[parseopt] Allow parsed option to be modified
Michael Brown
2013-07-22
1
-7
/
+7
*
[settings] Remove now-unused store_named_setting()
Michael Brown
2013-07-19
1
-35
/
+0
*
[settings] Eliminate call to fetchf_named_setting() in expand_settings()
Michael Brown
2013-07-19
1
-22
/
+25
*
[settings] Add fetchf_setting_copy()
Michael Brown
2013-07-19
1
-2
/
+39
*
[settings] Change "not-found" semantics of fetch_setting_copy()
Michael Brown
2013-07-19
1
-14
/
+2
*
[settings] Expose parse_setting_name()
Michael Brown
2013-07-19
1
-11
/
+5
*
[settings] Remove default_type parameter from parse_setting_name()
Michael Brown
2013-07-19
1
-9
/
+20
*
[settings] Remove temporary name buffer parameter from parse_setting_name()
Michael Brown
2013-07-18
1
-22
/
+40
*
[settings] Avoid potentially large stack allocations
Michael Brown
2013-07-18
1
-26
/
+43
*
[settings] Clarify usage of the term "named setting"
Michael Brown
2013-07-18
1
-10
/
+10
*
[cmdline] Add "poweroff" command
Marin Hannache
2013-07-15
1
-0
/
+12
*
[base16] Ensure base16_encode() always terminates its result string
Michael Brown
2013-07-15
1
-0
/
+4
*
[legal] Add FILE_LICENCE for core/errno.c
Marin Hannache
2013-07-14
1
-0
/
+2
*
[settings] Add "version" builtin setting
Robin Smidsrød
2013-07-13
1
-0
/
+22
*
[settings] Make "netX" settings block function as a symbolic link
Michael Brown
2013-07-13
1
-23
/
+50
*
[settings] Add "busdevfn" setting type
Michael Brown
2013-07-12
1
-0
/
+47
*
[settings] Add "hexraw" setting type
Michael Brown
2013-07-12
1
-0
/
+35
*
[settings] Use hex_decode() to parse hex settings
Michael Brown
2013-07-12
1
-32
/
+29
*
[base16] Generalise base16_decode() to hex_decode()
Michael Brown
2013-07-12
2
-24
/
+61
*
[settings] Eliminate settings "tag magic"
Michael Brown
2013-05-01
2
-35
/
+15
*
[settings] Expose build architecture and platform via settings
Michael Brown
2013-04-06
1
-15
/
+85
*
[cmdline] Add ability to perform a warm reboot
Michael Brown
2013-03-22
1
-1
/
+2
*
[efi] Add "reboot" command for EFI
Michael Brown
2013-03-22
1
-0
/
+42
*
[autoboot] Split main control flow out of main() into a new function ipxe()
Michael Brown
2013-03-13
1
-82
/
+2
*
[tls] Concatenate received non-data records before processing
Michael Brown
2013-01-31
1
-0
/
+42
*
[umalloc] Split largest_memblock() function out from init_eheap()
Michael Brown
2012-11-06
1
-0
/
+81
*
[list] Reduce overall code size by externalising many list functions
Michael Brown
2012-11-02
1
-0
/
+84
*
[build] Include version number within only a single object file
Michael Brown
2012-11-02
2
-2
/
+44
*
[settings] Add fetchf_named_setting_copy()
Michael Brown
2012-10-25
1
-0
/
+39
*
[autoboot] Avoid excess backspacing after displaying Ctrl-B prompt
Michael Brown
2012-10-23
1
-1
/
+3
*
[nvo] Expose nvo_applies()
Michael Brown
2012-10-15
1
-2
/
+2
*
[nvo] Expose non-volatile options block name
Michael Brown
2012-10-15
1
-1
/
+2
*
[settings] Treat an empty formatted value as meaning "delete setting"
Michael Brown
2012-10-15
1
-2
/
+2
*
[settings] Expose find_child_settings()
Michael Brown
2012-10-15
1
-2
/
+2
*
[libc] Add wcslen() function
Michael Brown
2012-10-15
1
-0
/
+43
*
[serial] Don't enable serial console without serial support
Shao Miller
2012-10-05
2
-4
/
+12
*
[settings] Use a generic setting's own type as its default type
Michael Brown
2012-09-10
1
-5
/
+48
*
[iobuf] Allow allocation of I/O buffers with a specified alignment offset
Michael Brown
2012-08-31
1
-15
/
+30
*
[malloc] Allow allocation of memory with a specified alignment offset
Michael Brown
2012-08-31
1
-5
/
+7
*
[console] Sleep while waiting for user input
Michael Brown
2012-07-24
1
-0
/
+2
[next]