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
/
arch
/
i386
/
interface
Commit message (
Expand
)
Author
Age
Files
Lines
*
[comboot] Support COMBOOT in 64-bit builds
Michael Brown
2016-04-15
4
-1054
/
+0
*
[librm] Provide an abstraction wrapper for prot_call
Michael Brown
2016-02-19
1
-12
/
+6
*
[librm] Convert prot_call() to a real-mode near call
Michael Brown
2016-02-18
1
-3
/
+0
*
[librm] Discard argument as part of return from prot_call()
Michael Brown
2016-02-17
1
-3
/
+3
*
[bios] Add bin-x86_64-pcbios build platform
Michael Brown
2016-02-16
23
-7820
/
+0
*
[bios] Allow rtc_entropy.c to be compiled for x86_64
Michael Brown
2016-02-16
1
-16
/
+13
*
[bios] Use size_t when casting _text16_memsz and _data16_memsz
Michael Brown
2016-02-16
1
-4
/
+5
*
[bios] Use intptr_t when casting .text16 function pointers
Michael Brown
2016-02-16
4
-17
/
+12
*
[libc] Split rmsetjmp() and rmlongjmp() into a separate rmsetjmp.h
Michael Brown
2016-02-16
3
-3
/
+3
*
[i386] Add check_bios_interrupts() debug function
Michael Brown
2016-01-12
1
-0
/
+27
*
[pxe] Add debug message to display real-mode segment addresses
Michael Brown
2016-01-11
1
-0
/
+11
*
[pxe] Colourise debug output
Michael Brown
2016-01-11
1
-3
/
+3
*
[vmware] Expose GuestRPC mechanism in 64-bit builds
Michael Brown
2016-01-05
4
-803
/
+0
*
[build] Generalise CONSOLE_VESAFB to CONSOLE_FRAMEBUFFER
Michael Brown
2015-10-16
1
-1
/
+7
*
[fbcon] Move margin calculations to fbcon.c
Michael Brown
2015-10-14
1
-28
/
+2
*
[fbcon] Allow character height to be selected at runtime
Michael Brown
2015-10-14
1
-5
/
+23
*
[pxe] Notify BIOS via INT 1a,564e for each new network device
Michael Brown
2015-09-15
1
-0
/
+26
*
[pxe] Invoke INT 1a,564e when PXE stack is activated
Michael Brown
2015-09-15
1
-0
/
+12
*
[uri] Generalise tftp_uri() to pxe_uri()
Michael Brown
2015-09-02
1
-13
/
+11
*
[pxe] Construct all fake DHCP packets before starting PXE NBP
Michael Brown
2015-08-29
1
-24
/
+34
*
[comboot] Avoid dragging in serial console support unconditionally
Michael Brown
2015-07-31
1
-1
/
+3
*
[comboot] Implement INT22,0x000c
Wissam Shoukair
2015-06-29
1
-0
/
+4
*
[serial] Use new UART abstraction in serial console driver
Michael Brown
2015-06-29
1
-13
/
+10
*
[pxe] Always reconstruct packet for PXENV_GET_CACHED_INFO
Michael Brown
2015-06-29
1
-10
/
+8
*
[pci] Use flat real mode to call INT 1a,b101
Michael Brown
2015-06-23
1
-1
/
+5
*
[int13con] Add basic ability to log to a local disk via INT 13
Michael Brown
2015-05-19
1
-0
/
+284
*
[i386] Move real_to_user() to realmode.h
Michael Brown
2015-03-05
2
-0
/
+2
*
[build] Fix the REQUIRE_SYMBOL mechanism
Michael Brown
2015-03-05
1
-0
/
+1
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
5
-5
/
+25
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
4
-4
/
+20
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
15
-15
/
+67
*
[pxe] Maintain a queue for received PXE UDP packets
Michael Brown
2015-02-06
1
-38
/
+85
*
[pxe] Use tftp_uri() to construct PXE TFTP URIs
Michael Brown
2015-02-06
1
-12
/
+15
*
[tftp] Explicitly abort connection whenever parent interface is closed
Michael Brown
2015-02-06
1
-10
/
+7
*
[profile] Allow interrupts to be excluded from profiling results
Michael Brown
2014-05-04
1
-2
/
+2
*
[undi] Profile all PXE API calls
Michael Brown
2014-05-03
1
-6
/
+97
*
[pxe] Work around missing PXENV_UNDI_OPEN only when necessary
Michael Brown
2014-05-03
1
-2
/
+4
*
[pxe] Profile UNDI transmit datapath
Michael Brown
2014-05-03
1
-0
/
+8
*
[pxe] Profile all PXE API calls
Michael Brown
2014-05-03
1
-0
/
+49
*
[pcbios] Do not switch to real mode to sleep the CPU
Michael Brown
2014-04-29
1
-3
/
+3
*
[pcbios] Do not switch to real mode to check for timer interrupt
Michael Brown
2014-04-29
1
-4
/
+4
*
[comboot] Use built-in interrupt reflector
Michael Brown
2014-04-29
2
-43
/
+0
*
[image] Add "--timeout" parameter to image downloading commands
Michael Brown
2014-03-10
1
-2
/
+3
*
[cmdline] Rename "console" command's --bpp option to --depth
Michael Brown
2014-01-22
1
-1
/
+1
*
[vesafb] Allow for an arbitrary margin around the text area
Michael Brown
2014-01-22
1
-11
/
+31
*
[fbcon] Allow for an arbitrary margin around the text area
Michael Brown
2014-01-22
1
-2
/
+4
*
[vesafb] Handle failures from fbcon_init()
Michael Brown
2014-01-22
1
-9
/
+27
*
[vesafb] Set "magic" colour to transparent when a background picture is used
Michael Brown
2013-12-09
1
-0
/
+6
*
[vesafb] Work around data corruption bug in bochs/qemu VBE implementation
Michael Brown
2013-12-06
1
-1
/
+1
*
[linux] Provide access to SMBIOS via /dev/mem
Michael Brown
2013-12-05
1
-40
/
+12
[next]