2005-05-17 |
Michael Brown | Changed to 5.5 |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Michael Brown | Initial revision |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Michael Brown | Quickly hacked to use a buffer rather than a processor. |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Michael Brown | Update to use buffer rather than processor |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Michael Brown | Added const to fill_buffer |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Michael Brown | Updated to use buffer rather than processor |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Michael Brown | Load buffer is now handled by the autoload() function. |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Michael Brown | Moved NBI support to nbi.c, modified to work with new... |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Michael Brown | First version |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Michael Brown | Restructured to allow per-object image formats |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Michael Brown | Heap function prototypes moved to heap.h |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Michael Brown | Add twiddle() so that progress is visible. |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Michael Brown | Added print_images() and autoload(). |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Michael Brown | Moved find_segment into elf_loader.c |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Michael Brown | Moved os_regs into start32.S |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Michael Brown | Added debug messages |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Michael Brown | Use shared symbols for heap_ptr and heap_end |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Michael Brown | Added copy_phys_to_phys |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Michael Brown | Added "image" directory |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Michael Brown | Image formats moved into the new config system |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Michael Brown | Use __unused instead of __used for static data structures. |
commit | commitdiff | tree | snapshot |
2005-05-13 |
Michael Brown | Use the heap functions to allocate a load buffer. |
commit | commitdiff | tree | snapshot |
2005-05-13 |
Michael Brown | First version |
commit | commitdiff | tree | snapshot |
2005-05-13 |
Michael Brown | Add realloc, since the load buffer code requires it. |
commit | commitdiff | tree | snapshot |
2005-05-13 |
Michael Brown | Added debugging |
commit | commitdiff | tree | snapshot |
2005-05-13 |
Michael Brown | Tidied up init_heap() |
commit | commitdiff | tree | snapshot |
2005-05-13 |
Michael Brown | Added ASSERT() macro |
commit | commitdiff | tree | snapshot |
2005-05-12 |
Michael Brown | Added old allot/forget calls for backwards compatibility. |
commit | commitdiff | tree | snapshot |
2005-05-12 |
Michael Brown | Merged the unaligned and aligned heap APIs and simplifi... |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Michael Brown | Use the global load_buffer, and the boot_image function. |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Michael Brown | Add INIT_LOADBUF |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Michael Brown | Make "struct buffer"s reusable between sessions. |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Michael Brown | Include string.h, because we need to define copy_{to... |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Michael Brown | First version |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Michael Brown | First versions |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Michael Brown | Protocols now load data into a buffer; they don't execu... |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Michael Brown | off_t should be signed. |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Michael Brown | Return -1 to indicate buffer overflow. Allow buffer... |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Michael Brown | Added debugging |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Michael Brown | Added explanatory comment. |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Michael Brown | Modified to use physical addresses, and to not assume... |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Michael Brown | Add off_t and physaddr_t, and the copy_{to,from}_phys... |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Michael Brown | Add memcpy |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Michael Brown | Start of an implementation using doubly-linked lists... |
commit | commitdiff | tree | snapshot |
2005-05-03 |
Michael Brown | Make vga_font const to avoid warning about large symbol |
commit | commitdiff | tree | snapshot |
2005-05-03 |
Michael Brown | Make PCI ID tables const so as not to trigger a warning... |
commit | commitdiff | tree | snapshot |
2005-05-03 |
Michael Brown | Allow read-only symbols to be large |
commit | commitdiff | tree | snapshot |
2005-05-03 |
Michael Brown | Move tulip_private structure into shared data. |
commit | commitdiff | tree | snapshot |
2005-05-03 |
Michael Brown | Reduce large symbol warning threshold, now that most... |
commit | commitdiff | tree | snapshot |
2005-05-03 |
Michael Brown | D'oh |
commit | commitdiff | tree | snapshot |
2005-05-03 |
Michael Brown | Use __shared |
commit | commitdiff | tree | snapshot |
2005-05-03 |
Michael Brown | Added example of how to use __shared. |
commit | commitdiff | tree | snapshot |
2005-05-03 |
Michael Brown | #if 0 out the whole file for now; it cannot be linked... |
commit | commitdiff | tree | snapshot |
2005-05-03 |
Michael Brown | Re-add the "etherboot.%" all-drivers image. |
commit | commitdiff | tree | snapshot |
2005-05-03 |
Michael Brown | Symbol fixups |
commit | commitdiff | tree | snapshot |
2005-05-03 |
Michael Brown | Arbitrary alignment is now available. |
commit | commitdiff | tree | snapshot |
2005-05-03 |
Michael Brown | Removed spurious semicolon |
commit | commitdiff | tree | snapshot |
2005-05-02 |
Michael Brown | Use shared symbols |
commit | commitdiff | tree | snapshot |
2005-05-02 |
Michael Brown | Use shared symbols to save space |
commit | commitdiff | tree | snapshot |
2005-05-02 |
Michael Brown | Moved definition of __shared into compiler.h |
commit | commitdiff | tree | snapshot |
2005-05-02 |
Michael Brown | Correct symbol violations reported by "make symcheck" |
commit | commitdiff | tree | snapshot |
2005-05-02 |
Michael Brown | Report on misuses of shared symbols, and excessively... |
commit | commitdiff | tree | snapshot |
2005-05-02 |
Michael Brown | First version |
commit | commitdiff | tree | snapshot |
2005-05-02 |
Michael Brown | Tweaked to read more information (including symbol... |
commit | commitdiff | tree | snapshot |
2005-05-02 |
Michael Brown | Add DOWNLOAD_PROTO_XXX options. |
commit | commitdiff | tree | snapshot |
2005-05-02 |
Michael Brown | Updated to use new URL parser and new protocol API. |
commit | commitdiff | tree | snapshot |
2005-05-02 |
Michael Brown | Split TCP code out into proto/tcp.c |
commit | commitdiff | tree | snapshot |
2005-05-02 |
Michael Brown | Moved DOWNLOAD_PROTO_XXX options to config.h |
commit | commitdiff | tree | snapshot |
2005-05-01 |
Michael Brown | More URL parsing moved into url.c |
commit | commitdiff | tree | snapshot |
2005-05-01 |
Michael Brown | http.h obsoleted (no content) |
commit | commitdiff | tree | snapshot |
2005-05-01 |
Michael Brown | Protocol structure can now specify the default port. |
commit | commitdiff | tree | snapshot |
2005-05-01 |
Michael Brown | Made parse_url do more of the processing, to avoid... |
commit | commitdiff | tree | snapshot |
2005-05-01 |
Michael Brown | Protocol names are x-slam and x-tftm |
commit | commitdiff | tree | snapshot |
2005-05-01 |
Michael Brown | Updated to protocol API |
commit | commitdiff | tree | snapshot |
2005-05-01 |
Michael Brown | Updated to protocol API |
commit | commitdiff | tree | snapshot |
2005-05-01 |
Michael Brown | Removed obsolete prototypes. |
commit | commitdiff | tree | snapshot |
2005-05-01 |
Michael Brown | Updated to new protocol API, made to compile. |
commit | commitdiff | tree | snapshot |
2005-05-01 |
Michael Brown | umountall() handled by nfs.c's reset function |
commit | commitdiff | tree | snapshot |
2005-05-01 |
Michael Brown | nfs prototypes no longer required. |
commit | commitdiff | tree | snapshot |
2005-05-01 |
Michael Brown | Add INIT_RPC |
commit | commitdiff | tree | snapshot |
2005-05-01 |
Michael Brown | Moved protocols to proto/ |
commit | commitdiff | tree | snapshot |
2005-05-01 |
Michael Brown | Abort immediately if no nameserver is present. |
commit | commitdiff | tree | snapshot |
2005-05-01 |
Michael Brown | Add debugging for CNAME records. |
commit | commitdiff | tree | snapshot |
2005-05-01 |
Michael Brown | NMB packets are so similar to DNS packets; we may as... |
commit | commitdiff | tree | snapshot |
2005-05-01 |
Michael Brown | Add NMB_RESOLVER |
commit | commitdiff | tree | snapshot |
2005-05-01 |
Michael Brown | Do not include etherboot.h |
commit | commitdiff | tree | snapshot |
2005-04-30 |
Michael Brown | Always request DNS server. DHCP handling will be gener... |
commit | commitdiff | tree | snapshot |
2005-04-30 |
Michael Brown | Straightforward A record resolution now known working. |
commit | commitdiff | tree | snapshot |
2005-04-30 |
Michael Brown | ttl is a uint32_t |
commit | commitdiff | tree | snapshot |
2005-04-30 |
Michael Brown | DNS resolver rewritten, moved to proto/dns.c |
commit | commitdiff | tree | snapshot |
2005-04-30 |
Michael Brown | "dns_resolver" changed to "dns" |
commit | commitdiff | tree | snapshot |
2005-04-30 |
Michael Brown | tftp functions moved to proto/tftp.c |
commit | commitdiff | tree | snapshot |
2005-04-30 |
Michael Brown | tftp moved to separate file. |
commit | commitdiff | tree | snapshot |
2005-04-30 |
Michael Brown | Protocols get passed a pointer to the filename portion... |
commit | commitdiff | tree | snapshot |
2005-04-30 |
Michael Brown | tftp prototypes moved to tftp.h |
commit | commitdiff | tree | snapshot |
2005-04-30 |
Michael Brown | Added "proto" directory |
commit | commitdiff | tree | snapshot |
2005-04-30 |
Michael Brown | Added debugging. |
commit | commitdiff | tree | snapshot |
2005-04-30 |
Michael Brown | Added DNS resolver configuration option. |
commit | commitdiff | tree | snapshot |
2005-04-30 |
Michael Brown | TFTP API changed. |
commit | commitdiff | tree | snapshot |
2005-04-30 |
Michael Brown | loadkernel renamed to download_url, substantially restr... |
commit | commitdiff | tree | snapshot |
next |