index
:
ipxe
master
qemu
ipxe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
arch
Commit message (
Expand
)
Author
Age
Files
Lines
*
[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-17
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
*
[zbin] Allow decompressor to generate debug output via BIOS console
Michael Brown
2015-02-26
1
-19
/
+50
*
[prefix] Call decompressor in flat real mode when DEBUG=libprefix is enabled
Michael Brown
2015-02-26
1
-0
/
+16
*
[zbin] Perform extra normalisation after completing decompression
Michael Brown
2015-02-26
1
-0
/
+1
*
[zbin] Use LZMA compression
Michael Brown
2015-02-25
2
-0
/
+914
*
[prefix] Use .bss16 as temporary stack space for calls to install_block
Michael Brown
2015-02-24
2
-11
/
+46
*
[hyperv] Check for required features
Michael Brown
2015-02-20
2
-0
/
+41
*
[timer] Rewrite the 8254 Programmable Interval Timer support
Michael Brown
2015-02-17
6
-107
/
+153
*
[libc] Reduce size of memset()
Michael Brown
2015-02-17
1
-1
/
+127
*
[libc] Rewrite string functions
Michael Brown
2015-02-16
2
-102
/
+0
*
[build] Apply the "-fno-PIE -nopie" workaround only to i386 builds
Michael Brown
2015-02-12
1
-0
/
+11
*
[build] Allow product URI to be customised via config/branding.h
Michael Brown
2015-02-11
1
-1
/
+3
*
[build] Use PRODUCT_SHORT_NAME for end-user visible strings
Michael Brown
2015-02-11
1
-1
/
+2
*
[build] Move branding information to config/branding.h
Michael Brown
2015-02-11
1
-1
/
+2
*
[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
*
[pci] Allow drivers to specify a PCI class
Michael Brown
2015-02-02
1
-5
/
+2
*
[build] Include Hyper-V driver in the all-drivers build
Michael Brown
2014-12-21
1
-0
/
+4
[next]