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
*
[settings] Generalise expand_command() to expand_settings()
Michael Brown
2011-01-28
2
-75
/
+82
*
[init] Remove concept of "shutdown exit flags"
Michael Brown
2011-01-27
2
-3
/
+6
*
[xfer] Expose xfer_uri_opener()
Michael Brown
2011-01-27
1
-14
/
+39
*
[nvo] Allow resizing of non-volatile stored option blocks
Michael Brown
2011-01-19
1
-49
/
+103
*
[nvo] Remove the non-volatile options fragment list
Michael Brown
2011-01-11
1
-49
/
+24
*
[dhcp] Allow use of custom reallocation functions for DHCP option blocks
Michael Brown
2011-01-11
1
-1
/
+2
*
[settings] Add fetch_ipv4_array_setting()
Michael Brown
2010-12-09
1
-5
/
+21
*
[debug] Add DBG_MD5() and related macros
Michael Brown
2010-12-09
1
-0
/
+47
*
[legal] Add missing copyright header and FILE_LICENCE macro
Michael Brown
2010-12-09
1
-0
/
+20
*
[fnrec] Enhance function recording
Michael Brown
2010-12-09
1
-39
/
+107
*
[legal] Add FILE_LICENCE macro to some GPL-v2-or-later files
Shao Miller
2010-12-04
3
-0
/
+6
*
[legal] Add FILE_LICENCE macro to some GPL-v2 files
Shao Miller
2010-12-04
2
-0
/
+5
*
[settings] Apply settings block name in register_settings()
Michael Brown
2010-12-01
2
-6
/
+10
*
[cmdline] Match user expectations for &&, ||, goto, and exit
Michael Brown
2010-11-29
1
-41
/
+65
*
[parseopt] Allow "0x"-prefixed hexadecimal values in integer-valued options
Michael Brown
2010-11-29
1
-1
/
+1
*
[nvo] Allow fragment list to be omitted
Michael Brown
2010-11-25
1
-6
/
+20
*
[cmdline] Fix multi-layer variable expansion (again)
Michael Brown
2010-11-23
1
-3
/
+3
*
[cmdline] Fix multi-layer variable expansion
Michael Brown
2010-11-22
1
-8
/
+12
*
[cmdline] Add "isset" command
Michael Brown
2010-11-22
1
-0
/
+35
*
[script] Allow "exit" to exit a script
Michael Brown
2010-11-22
1
-4
/
+57
*
[cmdline] Add trivial logical operators to iPXE command lines
Michael Brown
2010-11-22
1
-36
/
+115
*
[parseopt] Add generic option-parsing library
Michael Brown
2010-11-21
1
-0
/
+219
*
[settings] Add "hexhyp" setting type
Michael Brown
2010-11-13
1
-4
/
+43
*
[malloc] Avoid immediately clobbering reference count when freeing memory
Michael Brown
2010-11-08
1
-2
/
+14
*
[refcnt] Check reference validity on each use of ref_get() and ref_put()
Michael Brown
2010-11-08
1
-9
/
+17
*
[malloc] Use list_for_each_entry_safe() when we may delete a list entry
Michael Brown
2010-11-08
1
-1
/
+2
*
[list] Add list_first_entry()
Michael Brown
2010-11-08
1
-2
/
+2
*
[process] Include step() function pointer in process debugging messages
Michael Brown
2010-11-08
1
-6
/
+12
*
[int13] Add infrastructure to support EDD version 4.0
Michael Brown
2010-09-22
2
-1
/
+82
*
[block] Replace gPXE block-device API with an iPXE asynchronous interface
Michael Brown
2010-09-14
3
-0
/
+225
*
[xfer] Add xfer_window_changed()
Michael Brown
2010-09-05
1
-0
/
+27
*
[process] Add process_running()
Michael Brown
2010-09-03
1
-2
/
+2
*
[xfer] Add xfer_deliver_raw_meta()
Michael Brown
2010-09-03
1
-5
/
+20
*
[xfer] Generalise metadata "whence" field to "flags" field
Michael Brown
2010-09-03
3
-7
/
+6
*
[libc] Add strtoull()
Piotr Jaroszyński
2010-08-19
2
-22
/
+50
*
[settings] Export find_setting()
Piotr Jaroszyński
2010-08-17
1
-1
/
+1
*
[malloc] Add cache discard mechanism
Michael Brown
2010-07-21
1
-46
/
+68
*
[settings] Unregister the children when unregistering the parent
Piotr Jaroszyński
2010-07-15
1
-1
/
+8
*
[hci] Continue processing while prompting for shell banner
Michael Brown
2010-07-14
1
-1
/
+1
*
[debug] Expose pause() and more() debugging functions
Michael Brown
2010-07-14
1
-4
/
+12
*
[debug] Remove unused guard_region() and check_region() functions
Michael Brown
2010-07-14
1
-53
/
+0
*
[image] Fix a memory leak in free_image()
Piotr Jaroszyński
2010-07-11
1
-0
/
+1
*
[refcnt] Add ref_no_free handler
Joshua Oreman
2010-06-23
1
-0
/
+12
*
[interface] Allow for non-pass-through interface methods
Michael Brown
2010-06-22
2
-10
/
+31
*
[interface] Convert all data-xfer interfaces to generic interfaces
Michael Brown
2010-06-22
7
-457
/
+224
*
[interface] Convert all name-resolution interfaces to generic interfaces
Michael Brown
2010-06-22
1
-97
/
+112
*
[interface] Convert all job-control interfaces to generic interfaces
Michael Brown
2010-06-22
3
-122
/
+61
*
[interface] Expand object interface to allow for polymorphic interfaces
Michael Brown
2010-06-22
1
-14
/
+222
*
[refcnt] Add ref_init() wrapper function
Michael Brown
2010-06-22
5
-3
/
+7
*
[process] Hold reference to process during call to step()
Michael Brown
2010-06-15
1
-0
/
+2
[next]