]> git.ipfire.org Git - thirdparty/ipxe.git/shortlog
thirdparty/ipxe.git
2005-05-17  Michael BrownInitial revision
2005-05-17  Michael BrownQuickly hacked to use a buffer rather than a processor.
2005-05-17  Michael BrownUpdate to use buffer rather than processor
2005-05-17  Michael BrownAdded const to fill_buffer
2005-05-17  Michael BrownUpdated to use buffer rather than processor
2005-05-17  Michael BrownLoad buffer is now handled by the autoload() function.
2005-05-17  Michael BrownMoved NBI support to nbi.c, modified to work with new...
2005-05-17  Michael BrownFirst version
2005-05-17  Michael BrownRestructured to allow per-object image formats
2005-05-17  Michael BrownHeap function prototypes moved to heap.h
2005-05-17  Michael BrownAdd twiddle() so that progress is visible.
2005-05-17  Michael BrownAdded print_images() and autoload().
2005-05-17  Michael BrownMoved find_segment into elf_loader.c
2005-05-17  Michael BrownMoved os_regs into start32.S
2005-05-17  Michael BrownAdded debug messages
2005-05-17  Michael BrownUse shared symbols for heap_ptr and heap_end
2005-05-17  Michael BrownAdded copy_phys_to_phys
2005-05-17  Michael BrownAdded "image" directory
2005-05-17  Michael BrownImage formats moved into the new config system
2005-05-17  Michael BrownUse __unused instead of __used for static data structures.
2005-05-13  Michael BrownUse the heap functions to allocate a load buffer.
2005-05-13  Michael BrownFirst version
2005-05-13  Michael BrownAdd realloc, since the load buffer code requires it.
2005-05-13  Michael BrownAdded debugging
2005-05-13  Michael BrownTidied up init_heap()
2005-05-13  Michael BrownAdded ASSERT() macro
2005-05-12  Michael BrownAdded old allot/forget calls for backwards compatibility.
2005-05-12  Michael BrownMerged the unaligned and aligned heap APIs and simplifi...
2005-05-09  Michael BrownUse the global load_buffer, and the boot_image function.
2005-05-09  Michael BrownAdd INIT_LOADBUF
2005-05-09  Michael BrownMake "struct buffer"s reusable between sessions.
2005-05-09  Michael BrownInclude string.h, because we need to define copy_{to...
2005-05-09  Michael BrownFirst version
2005-05-09  Michael BrownFirst versions
2005-05-09  Michael BrownProtocols now load data into a buffer; they don't execu...
2005-05-09  Michael Brownoff_t should be signed.
2005-05-09  Michael BrownReturn -1 to indicate buffer overflow. Allow buffer...
2005-05-09  Michael BrownAdded debugging
2005-05-09  Michael BrownAdded explanatory comment.
2005-05-09  Michael BrownModified to use physical addresses, and to not assume...
2005-05-09  Michael BrownAdd off_t and physaddr_t, and the copy_{to,from}_phys...
2005-05-09  Michael BrownAdd memcpy
2005-05-09  Michael BrownStart of an implementation using doubly-linked lists...
2005-05-03  Michael BrownMake vga_font const to avoid warning about large symbol
2005-05-03  Michael BrownMake PCI ID tables const so as not to trigger a warning...
2005-05-03  Michael BrownAllow read-only symbols to be large
2005-05-03  Michael BrownMove tulip_private structure into shared data.
2005-05-03  Michael BrownReduce large symbol warning threshold, now that most...
2005-05-03  Michael BrownD'oh
2005-05-03  Michael BrownUse __shared
2005-05-03  Michael BrownAdded example of how to use __shared.
2005-05-03  Michael Brown#if 0 out the whole file for now; it cannot be linked...
2005-05-03  Michael BrownRe-add the "etherboot.%" all-drivers image.
2005-05-03  Michael BrownSymbol fixups
2005-05-03  Michael BrownArbitrary alignment is now available.
2005-05-03  Michael BrownRemoved spurious semicolon
2005-05-02  Michael BrownUse shared symbols
2005-05-02  Michael BrownUse shared symbols to save space
2005-05-02  Michael BrownMoved definition of __shared into compiler.h
2005-05-02  Michael BrownCorrect symbol violations reported by "make symcheck"
2005-05-02  Michael BrownReport on misuses of shared symbols, and excessively...
2005-05-02  Michael BrownFirst version
2005-05-02  Michael BrownTweaked to read more information (including symbol...
2005-05-02  Michael BrownAdd DOWNLOAD_PROTO_XXX options.
2005-05-02  Michael BrownUpdated to use new URL parser and new protocol API.
2005-05-02  Michael BrownSplit TCP code out into proto/tcp.c
2005-05-02  Michael BrownMoved DOWNLOAD_PROTO_XXX options to config.h
2005-05-01  Michael BrownMore URL parsing moved into url.c
2005-05-01  Michael Brownhttp.h obsoleted (no content)
2005-05-01  Michael BrownProtocol structure can now specify the default port.
2005-05-01  Michael BrownMade parse_url do more of the processing, to avoid...
2005-05-01  Michael BrownProtocol names are x-slam and x-tftm
2005-05-01  Michael BrownUpdated to protocol API
2005-05-01  Michael BrownUpdated to protocol API
2005-05-01  Michael BrownRemoved obsolete prototypes.
2005-05-01  Michael BrownUpdated to new protocol API, made to compile.
2005-05-01  Michael Brownumountall() handled by nfs.c's reset function
2005-05-01  Michael Brownnfs prototypes no longer required.
2005-05-01  Michael BrownAdd INIT_RPC
2005-05-01  Michael BrownMoved protocols to proto/
2005-05-01  Michael BrownAbort immediately if no nameserver is present.
2005-05-01  Michael BrownAdd debugging for CNAME records.
2005-05-01  Michael BrownNMB packets are so similar to DNS packets; we may as...
2005-05-01  Michael BrownAdd NMB_RESOLVER
2005-05-01  Michael BrownDo not include etherboot.h
2005-04-30  Michael BrownAlways request DNS server. DHCP handling will be gener...
2005-04-30  Michael BrownStraightforward A record resolution now known working.
2005-04-30  Michael Brownttl is a uint32_t
2005-04-30  Michael BrownDNS resolver rewritten, moved to proto/dns.c
2005-04-30  Michael Brown"dns_resolver" changed to "dns"
2005-04-30  Michael Browntftp functions moved to proto/tftp.c
2005-04-30  Michael Browntftp moved to separate file.
2005-04-30  Michael BrownProtocols get passed a pointer to the filename portion...
2005-04-30  Michael Browntftp prototypes moved to tftp.h
2005-04-30  Michael BrownAdded "proto" directory
2005-04-30  Michael BrownAdded debugging.
2005-04-30  Michael BrownAdded DNS resolver configuration option.
2005-04-30  Michael BrownTFTP API changed.
2005-04-30  Michael Brownloadkernel renamed to download_url, substantially restr...
2005-04-30  Michael Brownloadkernel renamed to download_url and moved to nic.c
next