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
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
[settings] Allow for setting fetchers to fail in fetchf_hex()
Michael Brown
2008-09-26
1
-0
/
+2
*
[settings] Add the uristring setting type
Michael Brown
2008-09-24
1
-0
/
+53
*
[uri] Add uri_encode() and uri_decode() functions for URI character encoding
Michael Brown
2008-09-24
1
-0
/
+78
*
[comboot] Add COMBOOT and COM32 support
Daniel Verkamp
2008-08-28
1
-0
/
+8
*
[settings] Avoid overwriting the start of .text in fetch_string_setting()
Michael Brown
2008-08-14
1
-1
/
+2
*
[iSCSI] Add support for mutual CHAP
Michael Brown
2008-08-11
1
-14
/
+67
*
[cmdline] Add setting expansion using ${...} syntax
Michael Brown
2008-07-27
1
-2
/
+96
*
[ui] Add progress dots while waiting on any foreground job
Michael Brown
2008-07-24
1
-3
/
+10
*
[iSCSI] Support Windows Server 2008 direct iSCSI installation
Michael Brown
2008-07-17
5
-18
/
+27
*
[image] Revert "clear LOADED flag" patch
Michael Brown
2008-07-08
1
-10
/
+1
*
[image] Clear LOADED flag on all other images when loading a new image
Michael Brown
2008-07-08
1
-1
/
+10
*
[GDB] Provide functions to manually enter GDB stub.
Stefan Hajnoczi
2008-06-30
2
-32
/
+38
*
[GDB] Obey flow control when GDB connects.
Stefan Hajnoczi
2008-06-30
1
-0
/
+4
*
[GDB] UDP clean up and add netdev refcnt
Stefan Hajnoczi
2008-06-30
1
-19
/
+47
*
[GDB] Add watch and rwatch hardware watchpoints
Stefan Hajnoczi
2008-06-30
1
-1
/
+21
*
[GDB] Remote debugging over UDP
Stefan Hajnoczi
2008-06-30
4
-43
/
+324
*
[GDB] Atomic read/write for device memory
Stefan Hajnoczi
2008-06-30
1
-13
/
+53
*
[GDB] Handle kill and detach packets.
Stefan Hajnoczi
2008-06-30
1
-5
/
+8
*
[console] Call cpu_nap() only if there is no input waiting
Michael Brown
2008-06-11
1
-6
/
+8
*
[ELF] Add ability to boot ELF images generated by wraplinux and mkelfImage
Michael Brown
2008-06-09
1
-4
/
+1
*
[GDB] Add GDB stub for remote debugging
Stefan Hajnoczi
2008-06-05
2
-0
/
+333
*
[Serial] Split serial console from serial driver
Stefan Hajnoczi
2008-06-05
3
-30
/
+45
*
[GDBSYM] Remove unused gdbsym.c
Stefan Hajnoczi
2008-06-05
1
-3
/
+0
*
[SMBIOS] Interpret UUIDs as being in network-endian order
Michael Brown
2008-05-20
1
-3
/
+3
*
[Settings] Expose SMBIOS via settings API
Michael Brown
2008-03-28
1
-4
/
+65
*
[Settings] find_child_settings() accepts a NULL parent
Michael Brown
2008-03-27
1
-0
/
+4
*
[usr] Offer user a second chance to enter the shell on boot failure
Michael Brown
2008-03-26
1
-3
/
+31
*
[PXEXT] Avoid queueing zero-length buffers in posix_io.c
Michael Brown
2008-03-25
1
-6
/
+12
*
[Settings] Remove assumption that all settings have DHCP tag values
Michael Brown
2008-03-25
3
-292
/
+202
*
[PXEXT] Avoid returning a false EOF when we have an empty buffer queued
Michael Brown
2008-03-25
1
-1
/
+3
*
[Settings] Add named setting for next-server
Michael Brown
2008-03-24
1
-0
/
+6
*
[Settings] copy_settings() should not fail if some settings are missing!
Michael Brown
2008-03-23
1
-39
/
+17
*
[Settings] Bugfix: store_setting() now applies changes even on root block
Michael Brown
2008-03-22
1
-3
/
+2
*
[Settings] Implement simple_settings backed with extensible DHCP options
Michael Brown
2008-03-22
1
-18
/
+38
*
[Settings] DHCP is now working using the new settings API.
Michael Brown
2008-03-21
1
-8
/
+6
*
[Settings] Migrate DHCP and NVO code to the new settings API (untested)
Michael Brown
2008-03-21
2
-90
/
+227
*
[Settings] Use a settings applicator in ibft.c
Michael Brown
2008-03-21
1
-31
/
+46
*
[IPv4] Add a config option for IPv4
Michael Brown
2008-03-21
1
-11
/
+12
*
[Settings] Convert code in src/usr to use settings API.
Michael Brown
2008-03-20
1
-4
/
+31
*
[Settings] Introduce settings applicators.
Michael Brown
2008-03-20
1
-9
/
+102
*
[Settings] Add settings hierarchy
Michael Brown
2008-03-20
1
-154
/
+227
*
[Settings] Start revamping the configuration settings API.
Michael Brown
2008-03-20
1
-301
/
+606
*
[Settings] Allow named settings to have their type specified explicitly
Michael Brown
2008-03-18
1
-45
/
+48
*
[Timers] Initialise timers on first use
Michael Brown
2008-03-18
1
-27
/
+25
*
[Timers] Miscellaneous timer system fixes
Michael Brown
2008-03-18
2
-23
/
+38
*
[Settings] Allow encapsulated options to be specified as named settings
Michael Brown
2008-03-18
1
-4
/
+10
*
[Settings] Add int16, int32 and hex-string configuration setting types
Michael Brown
2008-03-18
1
-5
/
+131
*
[libc] Fix a validation bug in strtoul()
Michael Brown
2008-03-18
1
-1
/
+1
*
[Settings] show_setting() functions return snprintf()-style length.
Michael Brown
2008-03-18
1
-10
/
+7
*
Merge branch 'xl0-timer'
Michael Brown
2008-03-10
6
-31
/
+103
|
\
[next]