index
:
mirror/ipxe.git
acpimac
aenq
aqc1xx
armlinux
assert
autoexec_pxe
autovlan
cached_proxydhcp
cc
centos7
cleardhcp
coverity_scan
dell3440b
des
dns_primary
edk2
efi_watchdog
efibridge
efivars
efivars2
efivlan
eisa
ena
entropy
esx
fix486
flr
gcc12
gcmassert
hackesp
hwmac
hyperv
imagecmdline
imgextract
initrd
interpreter
ioactive
iscsicap
itautec
letsencrypt
lldp
loong64
loongarch64
mac_passthru
master
mschapv2
mtureset
naptest
netidx
netstate
noinitrd
nosyslinux
ntpsetting
opsize
params
peerdisc_recent
pkgcache
processorbind
pxemenuscroll
rbgstart
realtek_hack
riscv64
sbat
sepcode
shim
shim2
shim3
shim4
shim5
shutdown_tpl_notify
snploop
snppad
supplicant
sysmac
tcpwindow
thunderbolt_workaround
tlsfrag2
tlsfrag3
tmpintf
udpdrop
uri
utf8
vbox
vetodhcp6
vgafix
wimboot
wimboot2
x25519
xen
xen-sg
xhci_fail
mirror/ipxe.git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
arch
/
i386
/
image
Commit message (
Expand
)
Author
Age
Files
Lines
*
[build] Keep gcc 4.4 happy
Michael Brown
2008-11-18
1
-2
/
+4
*
[hacks] Improve the guess_boot_netdev() logic
Michael Brown
2008-10-31
1
-3
/
+4
*
[multiboot] Allow for unspecified {load,bss}_end_addr for raw images
Michael Brown
2008-09-06
1
-2
/
+5
*
[comboot] Add COMBOOT and COM32 support
Daniel Verkamp
2008-08-28
2
-0
/
+587
*
[elf] Add execution entry point debug messages for elf/multiboot images
Michael Brown
2008-08-22
2
-0
/
+3
*
[iSCSI] Support Windows Server 2008 direct iSCSI installation
Michael Brown
2008-07-17
4
-4
/
+4
*
[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
*
[ELF] Add ability to boot ELF images generated by wraplinux and mkelfImage
Michael Brown
2008-06-09
1
-0
/
+110
*
[HCI] Display "Not an executable image" when appropriate
Michael Brown
2008-04-08
1
-0
/
+8
*
[Settings] Remove assumption that all settings have DHCP tag values
Michael Brown
2008-03-25
1
-4
/
+3
*
[DHCP] Fix up fake-packet creation as used by PXENV_GET_CACHED_INFO
Michael Brown
2008-03-23
1
-4
/
+2
*
[Settings] Migrate DHCP and NVO code to the new settings API (untested)
Michael Brown
2008-03-21
1
-4
/
+4
*
Fix compiler warnings that appear only on OpenBSD.
Michael Brown
2007-12-06
2
-2
/
+2
*
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
*
Place multiboot command lines in base memory; Xen won't pick them up
Michael Brown
2007-08-02
1
-36
/
+69
*
Allow images to hold references to the originating URI.
Michael Brown
2007-08-02
2
-3
/
+8
*
Allowed zero-cost enforced ordering of features in startup banner
Michael Brown
2007-08-02
4
-0
/
+12
*
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
*
Centralise construction of the DHCP request and response packets.
Michael Brown
2007-07-31
1
-7
/
+4
*
make multiboot_load static
Holger Lubitz
2007-07-27
1
-1
/
+1
*
make nbi_load static
Holger Lubitz
2007-07-27
1
-1
/
+1
*
make eltorito_load static
Holger Lubitz
2007-07-27
1
-1
/
+1
*
We probably shouldn't leave interrupts disabled when starting an OS.
Michael Brown
2007-07-25
1
-0
/
+1
*
Minor debug improvement
Michael Brown
2007-07-19
1
-1
/
+2
*
Move uninitialised .data16 variables to .bss16; saves around 2000
Michael Brown
2007-07-16
1
-3
/
+3
*
Separated out initialisation functions from startup/shutdown functions.
Michael Brown
2007-07-03
4
-4
/
+4
*
Ensure that pxe_netdev is set before starting up PXE NBP.
Michael Brown
2007-07-03
1
-3
/
+10
*
Use a common base-memory packet buffer for DHCP construction (as used
Michael Brown
2007-07-02
1
-5
/
+5
*
pxe_netdev now holds a reference to the network device.
Michael Brown
2007-07-02
1
-2
/
+10
*
Place the actual version string in .data16, rather than just the
Michael Brown
2007-06-30
1
-1
/
+1
*
Separate out pxe_start_nbp() from pxe_image.c into pxe_call.c
Michael Brown
2007-06-30
1
-22
/
+1
*
Fix stack on return from PXE NBP so that we can return properly.
Michael Brown
2007-06-28
1
-1
/
+2
*
Add 32-bit support.
Michael Brown
2007-03-22
1
-13
/
+70
*
Typo
Michael Brown
2007-03-20
1
-1
/
+1
*
Support 32-bit (linear) NBI images. We don't yet provide a bootp data
Michael Brown
2007-03-14
1
-33
/
+44
*
Split bootsector execution code out into bootsector.c.
Michael Brown
2007-01-29
2
-0
/
+445
*
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
*
Make the getmemsize() prototype available in memsizes.h, for code that
Michael Brown
2007-01-14
1
-0
/
+1
*
Actually, the initrd image should be architecture-independent.
Michael Brown
2007-01-14
1
-37
/
+0
*
Add dummy "initrd" image format, just so that images can be marked as
Michael Brown
2007-01-14
1
-0
/
+37
*
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
[next]