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
*
[ioapi] Split ioremap() out to a separate IOMAP API
Michael Brown
2016-02-26
1
-0
/
+36
*
[iobuf] Improve robustness of I/O buffer allocation
Michael Brown
2016-02-11
1
-9
/
+34
*
[malloc] Guard against unsigned integer overflow
Michael Brown
2016-02-06
1
-2
/
+13
*
[uri] Apply URI decoding for all parsed URIs
Michael Brown
2016-01-26
1
-1
/
+1
*
[tftp] Mangle initial slash on TFTP URIs
Michael Brown
2016-01-21
1
-21
/
+51
*
[uri] Avoid potentially large stack allocation
Michael Brown
2016-01-21
1
-9
/
+12
*
[debug] Allow debug colourisation to be disabled
Michael Brown
2016-01-12
1
-3
/
+9
*
[downloader] Update image URI in response to a redirection
Michael Brown
2016-01-09
1
-6
/
+41
*
[image] Provide image_set_uri() to modify an image's URI
Michael Brown
2016-01-09
1
-10
/
+28
*
[fbcon] Move margin calculations to fbcon.c
Michael Brown
2015-10-14
1
-14
/
+36
*
[fbcon] Allow character height to be selected at runtime
Michael Brown
2015-10-14
1
-10
/
+9
*
[malloc] Avoid integer overflow for excessively large memory allocations
Michael Brown
2015-09-29
1
-48
/
+49
*
[uri] Generalise tftp_uri() to pxe_uri()
Michael Brown
2015-09-02
1
-16
/
+37
*
[settings] Re-add "uristring" setting type
Michael Brown
2015-08-25
2
-27
/
+104
*
[image] Detect image type when image is first registered
Michael Brown
2015-08-21
1
-41
/
+42
*
[test] Allow self-tests to report exit status when running under Linux
Michael Brown
2015-08-21
1
-3
/
+6
*
[block] Add generic block device translator
Michael Brown
2015-08-16
1
-0
/
+261
*
[serial] Check for UART existence in uart_select()
Michael Brown
2015-07-31
1
-7
/
+25
*
[linebuf] Support buffering of multiple lines
Michael Brown
2015-07-28
1
-13
/
+40
*
[pool] Add a generic concept of a pooled connection
Michael Brown
2015-07-28
1
-0
/
+114
*
[build] Fix compiler warnings on some gcc versions
Michael Brown
2015-07-27
1
-1
/
+1
*
[downloader] Provide direct access to the underlying data transfer buffer
Michael Brown
2015-07-22
1
-0
/
+14
*
[downloader] Use generic data-transfer buffer mechanism
Michael Brown
2015-07-22
1
-74
/
+18
*
[xferbuf] Add xfer_buffer() to provide direct access to underlying buffer
Michael Brown
2015-07-22
1
-0
/
+39
*
[xferbuf] Generalise to handle umalloc()-based buffers
Michael Brown
2015-07-22
1
-22
/
+195
*
[xfer] Add xfer_check_order() utility function
Michael Brown
2015-07-22
1
-0
/
+31
*
[xfer] Use intf_poke() to implement xfer_window_changed()
Michael Brown
2015-07-22
1
-11
/
+1
*
[interface] Add intf_poke() helper
Michael Brown
2015-07-22
1
-0
/
+25
*
[fault] Add inject_corruption() to randomly corrupt data
Michael Brown
2015-07-22
1
-0
/
+29
*
[fault] Generalise NETDEV_DISCARD_RATE fault injection mechanism
Michael Brown
2015-07-22
1
-0
/
+53
*
[gdb] Allow gdbstub to be started on an arbitrary serial port
Michael Brown
2015-06-29
1
-7
/
+36
*
[serial] Use new UART abstraction in serial console driver
Michael Brown
2015-06-29
2
-254
/
+137
*
[gdb] Use new UART abstraction in GDB serial transport
Michael Brown
2015-06-29
1
-8
/
+45
*
[serial] Add general abstraction of a 16550-compatible UART
Michael Brown
2015-06-29
1
-0
/
+135
*
[settings] Add "base64" setting type
Michael Brown
2015-04-24
1
-0
/
+41
*
[base64] Add buffer size parameter to base64_encode() and base64_decode()
Michael Brown
2015-04-24
1
-54
/
+46
*
[base16] Add buffer size parameter to base16_encode() and base16_decode()
Michael Brown
2015-04-24
2
-89
/
+30
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-05
4
-4
/
+20
*
[malloc] Rewrite unrelicensable portions of malloc.c
Michael Brown
2015-03-03
1
-22
/
+41
*
[settings] Rewrite unrelicensable portions of settings.c
Michael Brown
2015-03-03
1
-6
/
+13
*
[settings] Use list_first_entry() when unregistering child settings
Michael Brown
2015-03-03
1
-2
/
+2
*
[libc] Rewrite unrelicensable portions of ctype.h
Michael Brown
2015-03-02
1
-3
/
+4
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
11
-11
/
+51
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
3
-3
/
+15
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
52
-52
/
+244
*
[libc] Rewrite strtoul()
Michael Brown
2015-02-19
4
-126
/
+134
*
[ipv4] Rewrite inet_aton()
Michael Brown
2015-02-19
1
-23
/
+0
*
[libc] Rewrite string functions
Michael Brown
2015-02-17
1
-258
/
+273
*
[libc] Remove unused string functions
Michael Brown
2015-02-16
1
-188
/
+0
*
[build] Allow command help text URI to be customised via config/branding.h
Michael Brown
2015-02-11
1
-1
/
+2
[next]