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
*
[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
*
[serial] Add general abstraction of a 16550-compatible UART
Michael Brown
2015-06-29
3
-0
/
+104
*
[pxe] Always reconstruct packet for PXENV_GET_CACHED_INFO
Michael Brown
2015-06-29
1
-10
/
+8
*
[mromprefix] Report a dummy size at offset 0x02 of .mrom payload
Michael Brown
2015-06-25
1
-0
/
+1
*
[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
3
-6
/
+300
*
[pci] Provide PCI_CLASS() to calculate a scalar PCI class value
Michael Brown
2015-05-08
1
-1
/
+1
*
[vram] Add "vram" built-in setting to dump video RAM
Michael Brown
2015-04-24
1
-0
/
+72
*
[build] Construct all-drivers list based on driver class
Michael Brown
2015-04-22
2
-2
/
+2
*
[build] Work around binutils quirk on OpenBSD 5.7
Michael Brown
2015-04-18
1
-0
/
+3
*
[build] Fix compiler warning on OpenBSD 5.7
Michael Brown
2015-04-18
1
-1
/
+1
*
[build] Allow building PCI ROMs with device ID lists
Michael Brown
2015-04-15
2
-1
/
+13
*
[efi] Use the EFI_RNG_PROTOCOL as an entropy source if available
Michael Brown
2015-04-14
1
-3
/
+76
*
[efi] Add EFI entropy source
Michael Brown
2015-04-14
2
-0
/
+151
*
[romprefix] Allow autoboot device filter to be disabled
Michael Brown
2015-04-13
1
-0
/
+2
*
[efi] Ensure drivers are disconnected when ExitBootServices() is called
Michael Brown
2015-04-13
1
-0
/
+35
*
[libc] Add x86_64 versions of setjmp() and longjmp()
Michael Brown
2015-04-07
3
-0
/
+100
*
[libc] Fix typo in longjmp()
Michael Brown
2015-04-07
1
-3
/
+3
*
[libprefix] Fix building on 64-bit FreeBSD 8.4
Michael Brown
2015-03-23
1
-1
/
+1
*
[libc] Add ffs(), ffsl(), and ffsll()
Michael Brown
2015-03-16
2
-2
/
+82
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-11
7
-3
/
+11
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-05
3
-3
/
+11
*
[i386] Move real_to_user() to realmode.h
Michael Brown
2015-03-05
4
-12
/
+14
*
[build] Fix the REQUIRE_SYMBOL mechanism
Michael Brown
2015-03-05
8
-0
/
+18
*
[build] Use REQUIRE_OBJECT() to drag in per-object configuration
Michael Brown
2015-03-05
1
-0
/
+3
*
[pxe] Remove obsolete references to pxeparent_dhcp
Michael Brown
2015-03-03
2
-6
/
+0
*
[malloc] Move valgrind headers out of arch/x86
Michael Brown
2015-03-03
2
-4849
/
+0
*
[libc] Rewrite byte-swapping code
Michael Brown
2015-03-02
3
-14
/
+8
*
[libc] Rewrite setjmp() and longjmp()
Michael Brown
2015-03-02
2
-49
/
+81
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
32
-40
/
+112
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
7
-7
/
+35
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
128
-128
/
+320
*
[zbin] Remove now-unused unnrv2b.S decompressor
Michael Brown
2015-02-26
2
-193
/
+0
*
[zbin] Fix check for existence of most recent output byte
Michael Brown
2015-02-26
1
-3
/
+1
[next]