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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[librm] Convert prot_call() to a real-mode near call
Michael Brown
2016-02-18
16
-23
/
+6
*
[prefix] Standardise calls to prot_call()
Michael Brown
2016-02-18
2
-11
/
+28
*
[librm] Simplify definitions for prot_call() and real_call() stack frames
Michael Brown
2016-02-18
1
-14
/
+17
*
[prefix] Use garbage-collectable section names
Michael Brown
2016-02-18
1
-20
/
+20
*
[bios] Use an 8kB stack for x86_64
Michael Brown
2016-02-18
1
-1
/
+7
*
[librm] Use garbage-collectable section names
Michael Brown
2016-02-18
1
-22
/
+26
*
[bios] Make uses of REAL_CODE() and PHYS_CODE() 64-bit clean
Michael Brown
2016-02-18
5
-13
/
+17
*
[romprefix] Align PMM temporary decompression area to a page boundary
Michael Brown
2016-02-18
1
-6
/
+9
*
[prefix] Align INT 15,88 temporary decompression area to a page boundary
Michael Brown
2016-02-18
1
-0
/
+1
*
[librm] Discard argument as part of return from real_call()
Michael Brown
2016-02-17
2
-2
/
+1
*
[librm] Discard argument as part of return from prot_call()
Michael Brown
2016-02-17
15
-22
/
+6
*
[bios] Add bin-x86_64-pcbios build platform
Michael Brown
2016-02-16
155
-240
/
+198
*
[bios] Move isolinux definitions to Makefile.pcbios
Michael Brown
2016-02-16
2
-22
/
+22
*
[bios] Allow librm to be compiled for x86_64
Michael Brown
2016-02-16
3
-15
/
+30
*
[bios] Allow memmap.c to be compiled for x86_64
Michael Brown
2016-02-16
1
-1
/
+1
*
[bios] Allow bios_console.c to be compiled for x86_64
Michael Brown
2016-02-16
1
-1
/
+1
*
[bios] Allow bzimage.c to be compiled for x86_64
Michael Brown
2016-02-16
1
-3
/
+3
*
[bios] Allow rtc_entropy.c to be compiled for x86_64
Michael Brown
2016-02-16
1
-16
/
+13
*
[bios] Allow relocate.c to be compiled for x86_64
Michael Brown
2016-02-16
1
-12
/
+12
*
[bios] Use size_t when casting _text16_memsz and _data16_memsz
Michael Brown
2016-02-16
2
-6
/
+7
*
[bios] Use intptr_t when casting .text16 function pointers
Michael Brown
2016-02-16
9
-32
/
+24
*
[libc] Split rmsetjmp() and rmlongjmp() into a separate rmsetjmp.h
Michael Brown
2016-02-16
7
-25
/
+33
*
[prefix] Pad .text16 and .data16 segment sizes at build time
Michael Brown
2016-02-12
2
-10
/
+7
*
[pxe] Clarify comments regarding shrinking of cached DHCP packet
Michael Brown
2016-02-11
1
-6
/
+9
*
[i386] Add check_bios_interrupts() debug function
Michael Brown
2016-01-12
2
-0
/
+28
*
[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
*
[romprefix] Report an optimistic runtime size estimate
Michael Brown
2016-01-06
1
-4
/
+16
*
[vmware] Expose GuestRPC mechanism in 64-bit builds
Michael Brown
2016-01-05
8
-1
/
+1
*
[bios] Add support for injecting keypresses
Michael Brown
2015-12-23
1
-38
/
+209
*
[efi] Add %.usb target for building EFI-bootable USB (or other) disk images
Michael Brown
2015-12-07
3
-0
/
+12
*
[comboot] Reset console before starting COMBOOT executable
Michael Brown
2015-11-17
2
-0
/
+8
*
[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
*
[build] Search for ldlinux.c32 separately from isolinux.bin
Michael Brown
2015-09-01
2
-10
/
+20
*
[pxe] Construct all fake DHCP packets before starting PXE NBP
Michael Brown
2015-08-29
3
-24
/
+38
*
[pxe] Warn about PXE NBPs that may be EFI executables
Michael Brown
2015-08-21
1
-4
/
+42
*
[prefix] Use correct register for KEEP_IT_REAL physical address conversion
Daniel Pieczko
2015-08-14
1
-2
/
+2
*
[efi] Hold off watchdog timer while running
Michael Brown
2015-08-03
1
-0
/
+5
*
[serial] Check for UART existence in uart_select()
Michael Brown
2015-07-31
1
-8
/
+15
*
[comboot] Avoid dragging in serial console support unconditionally
Michael Brown
2015-07-31
1
-1
/
+3
*
[elf] Reject ELFBoot images requiring virtual addressing
Michael Brown
2015-07-29
1
-1
/
+32
*
[bios] Add ANSI blink attribute
Christian Nilsson
2015-07-22
1
-0
/
+6
*
[xen] Wait for and clear XenStore event before receiving data
Michael Brown
2015-06-30
1
-0
/
+19
*
[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
[prev]
[next]