index
:
ipxe
master
qemu
ipxe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
arch
/
i386
/
image
/
bzimage.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
1
-1
/
+5
*
[bzimage] Report exact initrd length via bzImage header
Michael Brown
2014-03-04
1
-14
/
+28
*
[bzimage] Fix spurious uninitialised-variable warning on some gcc versions
Michael Brown
2013-06-05
1
-0
/
+1
*
[bzimage] Align initrd images to page boundary
Michael Brown
2013-06-05
1
-17
/
+13
*
[bzimage] Allow initrds to be rearranged in place
Michael Brown
2012-11-12
1
-73
/
+140
*
[bzimage] Allow file mode to be specified for standalone initrd files
Michael Brown
2012-08-03
1
-3
/
+37
*
[legal] Update FSF mailing address in GPL licence texts
Michael Brown
2012-07-20
1
-1
/
+2
*
[bzimage] Update setup_move_size only for protocol versions 2.00 and 2.01
Michael Brown
2012-07-09
1
-1
/
+2
*
[image] Simplify image management
Michael Brown
2011-03-07
1
-40
/
+30
*
[init] Remove concept of "shutdown exit flags"
Michael Brown
2011-01-27
1
-1
/
+1
*
[build] Rename gPXE to iPXE
Michael Brown
2010-04-19
1
-7
/
+7
*
[legal] Add a selection of FILE_LICENCE declarations
Michael Brown
2009-05-18
1
-0
/
+2
*
[bzimage] Support old (pre-2.00 bootloader) Linux kernel formats
Michael Brown
2009-03-30
1
-249
/
+232
*
[i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] long
Michael Brown
2008-11-19
1
-1
/
+1
*
[iSCSI] Support Windows Server 2008 direct iSCSI installation
Michael Brown
2008-07-17
1
-1
/
+1
*
[bzimage] Kill off the initrd image type
Michael Brown
2008-07-08
1
-3
/
+2
*
[bzImage] Support loading zImage kernels
Stefan Hajnoczi
2008-06-30
1
-1
/
+3
*
[bzimage] Support kernel command lines of greater than 256 characters
Michael Brown
2008-06-12
1
-2
/
+10
*
Fix compiler warnings that appear only on OpenBSD.
Michael Brown
2007-12-06
1
-1
/
+1
*
Allow space for the kernel's real-mode .bss. Previously we weren't
Michael Brown
2007-11-04
1
-1
/
+7
*
Redefine bzimage_exec_context::mem_limit to be the highest permissible
Michael Brown
2007-09-28
1
-3
/
+4
*
Allow images to hold references to the originating URI.
Michael Brown
2007-08-02
1
-1
/
+1
*
Allowed zero-cost enforced ordering of features in startup banner
Michael Brown
2007-08-02
1
-0
/
+3
*
Add code for constructing single-file cpio archives on the fly
Michael Brown
2007-08-01
1
-30
/
+75
*
Initrd concatenation now working
Michael Brown
2007-08-01
1
-2
/
+3
*
Allow loading of multiple initramfs images.
Michael Brown
2007-07-31
1
-50
/
+61
*
Minor debug improvement
Michael Brown
2007-07-19
1
-1
/
+2
*
Separated out initialisation functions from startup/shutdown functions.
Michael Brown
2007-07-03
1
-1
/
+1
*
Use base "0" in strtoul for consistency with "mem="
Michael Brown
2007-01-24
1
-1
/
+1
*
"vga=" is specified in decimal, not hex.
Michael Brown
2007-01-22
1
-1
/
+1
*
Misread the definition of the type_of_loader field; it should include a
Michael Brown
2007-01-19
1
-1
/
+1
*
We can now load an initrd as well as a kernel
Michael Brown
2007-01-14
1
-5
/
+93
*
Copy command line at execution time rather than load time.
Michael Brown
2007-01-14
1
-35
/
+132
*
Split bzimage_load into separate functions
Michael Brown
2007-01-14
1
-81
/
+183
*
Can start a Linux kernel directly (albeit with no initrd support)
Michael Brown
2007-01-14
1
-8
/
+29
*
Can almost start a kernel now. It dies with "No setup signature found"
Michael Brown
2007-01-14
1
-5
/
+115
*
Placeholder bzImage support
Michael Brown
2007-01-14
1
-0
/
+81