選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Michael Brown c124f21f56 [image] Avoid potential NULL pointer dereference 12年前
..
acpi.c [block] Replace gPXE block-device API with an iPXE asynchronous interface 14年前
ansiesc.c [build] Rename gPXE to iPXE 15年前
asprintf.c [legal] Add a selection of FILE_LICENCE declarations 15年前
assert.c [libc] Allow assertion failures to be counted 13年前
base16.c [base16] Add generic base16 encoding and decoding routines 14年前
base64.c [base64] Add ability to decode base64 strings 14年前
basename.c [legal] Add a selection of FILE_LICENCE declarations 15年前
bitmap.c [bitmap] Fix bitmaps on 64-bit 14年前
bitops.c [legal] Add a selection of FILE_LICENCE declarations 15年前
blockdev.c [block] Replace gPXE block-device API with an iPXE asynchronous interface 14年前
console.c [console] Allow usage to be defined independently for each console 13年前
cpio.c [build] Rename gPXE to iPXE 15年前
ctype.c [script] Allow for DOS-style line endings in scripts 15年前
cwuri.c [uri] Special case NULL in churi() 14年前
debug.c [console] Allow usage to be defined independently for each console 13年前
debug_md5.c [debug] Add DBG_MD5() and related macros 14年前
device.c [init] Remove concept of "shutdown exit flags" 14年前
downloader.c [downloader] Use a more meaningful error message when out of memory 13年前
edd.c [int13] Add infrastructure to support EDD version 4.0 14年前
errno.c Split strerror() out from errno.c 18年前
exec.c [cmdline] Allow "sleep" command to be interrupted 13年前
fnrec.c [fnrec] Enhance function recording 14年前
gdbserial.c [legal] Add FILE_LICENCE macro to some GPL-v2-or-later files 14年前
gdbstub.c [legal] Add FILE_LICENCE macro to some GPL-v2-or-later files 14年前
gdbudp.c [legal] Add FILE_LICENCE macro to some GPL-v2-or-later files 14年前
getkey.c [console] Move include/console.h to include/ipxe/console.h 14年前
getopt.c [getopt] Accept "--" as an end-of-options marker 13年前
hw.c [hw] Eliminate polling while waiting for window to open 13年前
i82365.c Initial revision 20年前
image.c [image] Avoid potential NULL pointer dereference 12年前
init.c [build] Rename gPXE to iPXE 15年前
interface.c [interface] Allow for non-pass-through interface methods 14年前
iobuf.c [build] Rename gPXE to iPXE 15年前
job.c [interface] Convert all job-control interfaces to generic interfaces 14年前
linebuf.c [build] Rename gPXE to iPXE 15年前
lineconsole.c [console] Do not share ANSI escape context between lineconsole users 13年前
log.c [console] Add "log message" console usage and an internal syslog() call 13年前
main.c [main] Add the "scriptlet" setting 14年前
malloc.c [malloc] Allow Valgrind to be used when all assertions are enabled 12年前
menu.c [menu] Add the abstract concept of a menu 13年前
misc.c [libc] Allow strtoul() to interpret negative numbers 12年前
monojob.c [monojob] Avoid overflow when calculating percentage progress 14年前
null_nap.c [build] Rename gPXE to iPXE 15年前
null_sanboot.c [sanboot] Add "sanhook" and "sanunhook" commands 13年前
null_time.c [time] Define an API for getting the current time 13年前
nvo.c [settings] Formalise notion of setting applicability 14年前
open.c [xfer] Expose xfer_uri_opener() 14年前
parseopt.c [menu] Add menu commands 13年前
pc_kbd.c [console] Move include/console.h to include/ipxe/console.h 14年前
pcmcia.c [console] Move putchar() and getchar() declarations to stdio.h 13年前
posix_io.c [xfer] Generalise metadata "whence" field to "flags" field 14年前
process.c [process] Add support for one-shot processes 13年前
random.c [build] Rename gPXE to iPXE 15年前
refcnt.c [refcnt] Check reference validity on each use of ref_get() and ref_put() 14年前
resolv.c [resolv] Use a one-shot process for the numeric resolver 13年前
serial.c [build] Rename gPXE to iPXE 15年前
serial_console.c [console] Remove "log message" usage from interactive console defaults 13年前
settings.c [settings] Add fetch_setting_copy() 12年前
string.c [legal] Add a selection of FILE_LICENCE declarations 15年前
stringextra.c [legal] Add FILE_LICENCE macro to some GPL-v2 files 14年前
strtoull.c [libc] Allow strtoul() to interpret negative numbers 12年前
time.c [libc] Add mktime() function 13年前
timer.c [legal] Add a selection of FILE_LICENCE declarations 15年前
uri.c [uri] Fix NULL dereference in parse_uri() 14年前
uuid.c [settings] Split fetching and storing out of setting type handlers 12年前
vsprintf.c [console] Move putchar() and getchar() declarations to stdio.h 13年前
xfer.c [xfer] Avoid using stack-allocated memory in xfer_printf() 12年前
xferbuf.c [xferbuf] Add generic data-transfer buffer 12年前