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
/
interface
Commit message (
Expand
)
Author
Age
Files
Lines
*
We don't actually have a stdio.h header file. Our printf() functions are
Michael Brown
2006-09-27
2
-2
/
+0
*
added stdio.h to includes for DBG compilation
Marty Connor
2006-09-27
2
-0
/
+2
*
Added geometry-guessing code based on the partition table
Michael Brown
2006-09-08
1
-11
/
+52
*
Added support for INT 13,15; NTLDR calls it (though it may not
Michael Brown
2006-08-26
1
-1
/
+20
*
Use TEXT16_CODE() rather than manually specifying ".code16" etc, since
Michael Brown
2006-08-24
1
-18
/
+14
*
Both the !PXE and PXENV+ structures must be paragraph-aligned
Michael Brown
2006-08-09
1
-0
/
+2
*
Note to self: learn to count.
Michael Brown
2006-08-09
1
-3
/
+3
*
Added missing __from_text16()s when passing pointers to PXE NBP.
Michael Brown
2006-08-09
1
-1
/
+3
*
pxe_int_1a is needed by pxe_call.c
Michael Brown
2006-08-09
1
-0
/
+1
*
Added (not yet tested) PXE API entry point and support functions.
Michael Brown
2006-08-08
2
-0
/
+300
*
Updated PXE UDP implementation to use the new Etherboot UDP API.
Michael Brown
2006-08-02
1
-0
/
+290
*
Fix bug with >256 cylinders.
Michael Brown
2006-06-08
1
-15
/
+18
*
init_librm() and prot_call() are now real-mode far calls.
Michael Brown
2006-05-25
1
-1
/
+2
*
Updated to REAL_CODE().
Michael Brown
2006-05-24
1
-31
/
+38
*
Refactored to reduce code size; now down from 1304 to 1105 bytes.
Michael Brown
2006-05-20
1
-120
/
+98
*
Add the concept of a "user pointer" (similar to the void __user * in
Michael Brown
2006-05-19
1
-21
/
+13
*
Add INT 13,41 (extensions installation check). LILO's MBR now uses
Michael Brown
2006-05-14
1
-0
/
+24
*
Fix a couple of minor typos.
Michael Brown
2006-05-14
1
-2
/
+2
*
Also capture INT 19 as a failure path, to allow for boot sectors that
Michael Brown
2006-05-14
1
-3
/
+14
*
Add int13_boot(), to allow booting from INT 13 emulated drives.
Michael Brown
2006-05-14
1
-0
/
+88
*
Allow re-entrancy and provide a global counter of the number of
Michael Brown
2006-05-13
1
-0
/
+20
*
Add INT 13 emulation layer (which provides an interface to gPXE block
Michael Brown
2006-05-13
1
-0
/
+475
*
(Redoing check-in lost by SourceForge's failure.)
Michael Brown
2006-05-13
1
-0
/
+57