You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Michael Brown 446e8f14e8 [settings] Eliminate variable-length stack allocation 4 years ago
..
acpi.c [acpi] Fix spurious uninitialised-variable warning on some gcc versions 6 years ago
acpi_settings.c [acpi] Expose ACPI tables via settings mechanism 7 years ago
ansicol.c [legal] Relicense files under GPL2_OR_LATER_OR_UBDL 9 years ago
ansicoldef.c [legal] Relicense files under GPL2_OR_LATER_OR_UBDL 9 years ago
ansiesc.c [legal] Relicense files under GPL2_OR_LATER_OR_UBDL 9 years ago
asprintf.c [legal] Relicense files under GPL2_OR_LATER_OR_UBDL 9 years ago
assert.c [legal] Relicense files under GPL2_OR_LATER_OR_UBDL 9 years ago
base16.c [base16] Add buffer size parameter to base16_encode() and base16_decode() 9 years ago
base64.c [base64] Add buffer size parameter to base64_encode() and base64_decode() 9 years ago
basename.c [legal] Relicense files under GPL2_OR_LATER_OR_UBDL 9 years ago
bitmap.c [legal] Relicense files under GPL2_OR_LATER_OR_UBDL 9 years ago
blockdev.c [legal] Relicense files under GPL2_OR_LATER_OR_UBDL 9 years ago
blocktrans.c [block] Add generic block device translator 8 years ago
console.c [legal] Relicense files under GPL2_OR_LATER_OR_UBDL 9 years ago
cpio.c [legal] Relicense files under GPL2_OR_LATER_OR_UBDL 9 years ago
ctype.c [libc] Rewrite unrelicensable portions of ctype.h 9 years ago
cwuri.c [legal] Relicense files under GPL2_OR_LATER_OR_UBDL 9 years ago
debug.c [debug] Allow debug colourisation to be disabled 8 years ago
debug_md5.c [legal] Relicense files under GPL2_OR_LATER_OR_UBDL 9 years ago
device.c [init] Show startup and shutdown function names in debug messages 5 years ago
downloader.c [downloader] Allow underlying downloads to provide detailed job progress 6 years ago
dummy_sanboot.c [block] Allow use of a non-default EFI SAN boot filename 7 years ago
edd.c [legal] Relicense files under GPL2_OR_LATER_OR_UBDL 9 years ago
errno.c [legal] Relicense files under GPL2_OR_LATER_OR_UBDL 9 years ago
exec.c [libc] Make sleep() interruptible 8 years ago
fault.c [fault] Add inject_corruption() to randomly corrupt data 8 years ago
fbcon.c [fbcon] Move margin calculations to fbcon.c 8 years ago
fdt.c [fdt] Add ability to parse a MAC address from a flattened device tree 4 years ago
fnrec.c [legal] Relicense files under GPL2_OR_LATER_OR_UBDL 9 years ago
gdbserial.c [gdb] Allow gdbstub to be started on an arbitrary serial port 8 years ago
gdbstub.c [gdb] Add support for x86_64 8 years ago
gdbudp.c [legal] Relicense files under GPL2_OR_LATER_OR_UBDL 9 years ago
getkey.c [efi] Work around broken UEFI keyboard drivers 8 years ago
getopt.c [legal] Relicense files under GPL2_OR_LATER_OR_UBDL 9 years ago
hw.c [hw] Eliminate polling while waiting for window to open 13 years ago
i82365.c Initial revision 19 years ago
image.c [pixbuf] Enable PNG format by default 7 years ago
init.c [init] Show startup and shutdown function names in debug messages 5 years ago
interface.c [interface] Provide the ability to shut down multiple interfaces 7 years ago
iobuf.c [iobuf] Improve robustness of I/O buffer allocation 8 years ago
iomap_virt.c [ioapi] Split ioremap() out to a separate IOMAP API 8 years ago
isqrt.c [legal] Relicense files under GPL2_OR_LATER_OR_UBDL 9 years ago
job.c [legal] Relicense files under GPL2_OR_LATER_OR_UBDL 9 years ago
linebuf.c [linebuf] Support buffering of multiple lines 8 years ago
lineconsole.c [syslog] Handle backspace characters 6 years ago
list.c [legal] Relicense files under GPL2_OR_LATER_OR_UBDL 9 years ago
log.c [legal] Relicense files under GPL2_OR_LATER_OR_UBDL 9 years ago
main.c [test] Allow self-tests to report exit status when running under Linux 8 years ago
malloc.c [init] Show startup and shutdown function names in debug messages 5 years ago
memmap_settings.c [settings] Extend numerical setting tags to 64 bits 7 years ago
menu.c [legal] Relicense files under GPL2_OR_LATER_OR_UBDL 9 years ago
monojob.c [monojob] Display job status message, if present 6 years ago
netbios.c [http] Allow for domain names within NTLM user names 6 years ago
null_acpi.c [acpi] Make acpi_find_rsdt() a per-platform method 7 years ago
null_nap.c [build] Rename gPXE to iPXE 14 years ago
null_reboot.c [legal] Relicense files under GPL2_OR_LATER_OR_UBDL 9 years ago
null_sanboot.c [block] Allow use of a non-default EFI SAN boot filename 7 years ago
null_time.c [legal] Relicense files under GPL2_OR_LATER_OR_UBDL 9 years ago
nvo.c [legal] Relicense files under GPL2_OR_LATER_OR_UBDL 9 years ago
open.c [legal] Relicense files under GPL2_OR_LATER_OR_UBDL 9 years ago
params.c [legal] Relicense files under GPL2_OR_LATER_OR_UBDL 9 years ago
parseopt.c [time] Allow timer to be selected at runtime 7 years ago
pc_kbd.c [console] Move include/console.h to include/ipxe/console.h 13 years ago
pcmcia.c [console] Move putchar() and getchar() declarations to stdio.h 12 years ago
pending.c [legal] Relicense files under GPL2_OR_LATER_OR_UBDL 9 years ago
pinger.c [legal] Relicense files under GPL2_OR_LATER_OR_UBDL 9 years ago
pixbuf.c [pixbuf] Avoid potential division by zero 7 years ago
pool.c [pool] Add a generic concept of a pooled connection 8 years ago
posix_io.c [legal] Relicense files under GPL2_OR_LATER_OR_UBDL 9 years ago
process.c [legal] Relicense files under GPL2_OR_LATER_OR_UBDL 9 years ago
profile.c [profile] Prevent potential division by zero 6 years ago
quiesce.c [block] Provide abstraction to allow system to be quiesced 7 years ago
random.c [libc] Always use a non-zero seed for the (non-crypto) RNG 7 years ago
refcnt.c [legal] Relicense files under GPL2_OR_LATER_OR_UBDL 9 years ago
resolv.c [resolv] Use pass-through interfaces for name resolution multiplexer 6 years ago
sanboot.c [block] Provide abstraction to allow system to be quiesced 7 years ago
serial.c [init] Show startup and shutdown function names in debug messages 5 years ago
settings.c [settings] Eliminate variable-length stack allocation 4 years ago
string.c [libc] Fix strcmp()/strncmp() to return proper values 5 years ago
stringextra.c [libc] Remove unused string functions 9 years ago
time.c [time] Allow system clock to be adjusted at runtime 7 years ago
timer.c [time] Add sleep_fixed() function to sleep without checking for Ctrl-C 7 years ago
uart.c [serial] Check for UART existence in uart_select() 8 years ago
uri.c [uri] Support "file:" URIs describing relative paths 8 years ago
uuid.c [build] Return const char * from uuid_ntoa() 7 years ago
version.c [legal] Relicense files under GPL2_OR_LATER_OR_UBDL 9 years ago
vsprintf.c [libc] Print "<NULL>" for wide-character NULL strings 8 years ago
wchar.c [legal] Relicense files under GPL2_OR_LATER_OR_UBDL 9 years ago
xfer.c [xfer] Ensure va_end() is called on failure path 7 years ago
xferbuf.c [build] Fix compiler warnings on some gcc versions 8 years ago