Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Michael Brown a32b1e9e35 [libc] Rewrite strtoul() 9 anos atrás
..
acpi.c [legal] Update FSF mailing address in GPL licence texts 12 anos atrás
ansicol.c [console] Add centralised concept of colours and colour pairs 10 anos atrás
ansicoldef.c [console] Add concept of a "magic" colour 10 anos atrás
ansiesc.c [console] Allow '?' as an intermediate byte in ANSI escape sequences 10 anos atrás
asprintf.c [legal] Add a selection of FILE_LICENCE declarations 15 anos atrás
assert.c [legal] Update FSF mailing address in GPL licence texts 12 anos atrás
base16.c [libc] Rewrite strtoul() 9 anos atrás
base64.c [legal] Update FSF mailing address in GPL licence texts 12 anos atrás
basename.c [legal] Update FSF mailing address in GPL licence texts 12 anos atrás
bitmap.c [legal] Update FSF mailing address in GPL licence texts 12 anos atrás
blockdev.c [legal] Update FSF mailing address in GPL licence texts 12 anos atrás
console.c [console] Allow consoles to update the recorded console size 10 anos atrás
cpio.c [legal] Update FSF mailing address in GPL licence texts 12 anos atrás
ctype.c [legal] Update FSF mailing address in GPL licence texts 12 anos atrás
cwuri.c [legal] Update FSF mailing address in GPL licence texts 12 anos atrás
debug.c [debug] Allow debug message colours to be customised via DBGCOL=... 10 anos atrás
debug_md5.c [legal] Update FSF mailing address in GPL licence texts 12 anos atrás
device.c [legal] Update FSF mailing address in GPL licence texts 12 anos atrás
downloader.c [downloader] Profile receive datapath 10 anos atrás
edd.c [legal] Update FSF mailing address in GPL licence texts 12 anos atrás
errno.c [legal] Add FILE_LICENCE for core/errno.c 11 anos atrás
exec.c [cmdline] Generate command option help text automatically 10 anos atrás
fbcon.c [fbcon] Allow ANSI CUP with missing arguments 10 anos atrás
fnrec.c [legal] Update FSF mailing address in GPL licence texts 12 anos atrás
gdbserial.c [legal] Update FSF mailing address in GPL licence texts 12 anos atrás
gdbstub.c [librm] Allow interrupts in protected mode 10 anos atrás
gdbudp.c [legal] Update FSF mailing address in GPL licence texts 12 anos atrás
getkey.c [console] Sleep while waiting for user input 11 anos atrás
getopt.c [legal] Update FSF mailing address in GPL licence texts 12 anos atrás
hw.c [hw] Eliminate polling while waiting for window to open 13 anos atrás
i82365.c Initial revision 19 anos atrás
image.c [image] Add image_pixbuf() to create pixel buffer from image 10 anos atrás
init.c [console] Add concept of generic console configuration 10 anos atrás
interface.c [interface] Default to calling intf_restart() in response to intf_close() 10 anos atrás
iobuf.c [iobuf] Add iob_split() to split an I/O buffer into portions 9 anos atrás
isqrt.c [libc] Add isqrt() function to find integer square roots 10 anos atrás
job.c [job] Allow job_progress() to return an ongoing job status code, if known 10 anos atrás
linebuf.c [legal] Update FSF mailing address in GPL licence texts 12 anos atrás
lineconsole.c [legal] Update FSF mailing address in GPL licence texts 12 anos atrás
list.c [list] Reduce overall code size by externalising many list functions 11 anos atrás
log.c [legal] Update FSF mailing address in GPL licence texts 12 anos atrás
main.c [build] Expose build timestamp, build name, and product names 10 anos atrás
malloc.c [malloc] Report caller address as soon as memory corruption is detected 9 anos atrás
memblock.c [umalloc] Split largest_memblock() function out from init_eheap() 11 anos atrás
memmap_settings.c [settings] Force settings into alphabetical order within sections 10 anos atrás
menu.c [legal] Update FSF mailing address in GPL licence texts 12 anos atrás
monojob.c [monojob] Reset timeout when progress is made 10 anos atrás
null_nap.c [build] Rename gPXE to iPXE 14 anos atrás
null_reboot.c [cmdline] Add "poweroff" command 11 anos atrás
null_sanboot.c [legal] Update FSF mailing address in GPL licence texts 12 anos atrás
null_time.c [legal] Update FSF mailing address in GPL licence texts 12 anos atrás
nvo.c [settings] Explicitly separate the concept of a completed fetched setting 10 anos atrás
open.c [legal] Update FSF mailing address in GPL licence texts 12 anos atrás
params.c [params] Use reference counters for form parameter lists 10 anos atrás
parseopt.c [build] Allow command help text URI to be customised via config/branding.h 9 anos atrás
pc_kbd.c [console] Move include/console.h to include/ipxe/console.h 13 anos atrás
pcmcia.c [console] Move putchar() and getchar() declarations to stdio.h 12 anos atrás
pending.c [cmdline] Rewrite "sync" command to use monojob_wait() 10 anos atrás
pinger.c [ping] Allow "ping" command output to be inhibited 9 anos atrás
pixbuf.c [pixbuf] Add generic concept of a pixel buffer 10 anos atrás
posix_io.c [legal] Update FSF mailing address in GPL licence texts 12 anos atrás
process.c [legal] Update FSF mailing address in GPL licence texts 12 anos atrás
profile.c [profile] Allow interrupts to be excluded from profiling results 10 anos atrás
random.c [build] Rename gPXE to iPXE 14 anos atrás
refcnt.c [legal] Update FSF mailing address in GPL licence texts 12 anos atrás
resolv.c [resolv] Use sock_aton() to allow parsing of arbitrary numeric addresses 10 anos atrás
serial.c [serial] Enable UART FIFOs 10 anos atrás
serial_console.c [console] Allow console input and output to be disabled independently 10 anos atrás
settings.c [settings] Remove "uristring" setting type 10 anos atrás
string.c [libc] Rewrite strtoul() 9 anos atrás
stringextra.c [libc] Remove unused string functions 9 anos atrás
time.c [legal] Update FSF mailing address in GPL licence texts 12 anos atrás
timer.c [legal] Update FSF mailing address in GPL licence texts 12 anos atrás
uri.c [uri] Allow tftp_uri() to construct a URI with a custom port 9 anos atrás
uuid.c [legal] Update FSF mailing address in GPL licence texts 12 anos atrás
version.c [build] Move branding information to config/branding.h 9 anos atrás
vsprintf.c [console] Fix display of characters with top bit set 10 anos atrás
wchar.c [libc] Add wcslen() function 11 anos atrás
xfer.c [legal] Update FSF mailing address in GPL licence texts 12 anos atrás
xferbuf.c [xferbuf] Add generic data-transfer buffer 12 anos atrás