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 |
2005-04-30 |
Michael Brown | loadkernel renamed to download_url and moved to nic.c |
commit | commitdiff | tree | snapshot |
2005-04-30 |
Michael Brown | loadkernel no longer exists; it is now download_url... |
commit | commitdiff | tree | snapshot |
2005-04-30 |
Michael Brown | inet_aton doesn't overwrite the IP address unless it... |
commit | commitdiff | tree | snapshot |
2005-04-30 |
Michael Brown | Protocols also take a pointer to a sockaddr_in. |
commit | commitdiff | tree | snapshot |
2005-04-30 |
Michael Brown | Use struct in_addr rather than just "in_addr". |
commit | commitdiff | tree | snapshot |
2005-04-30 |
Michael Brown | Moved strtoul prototype into stdlib.h for consistency |
commit | commitdiff | tree | snapshot |
2005-04-30 |
Michael Brown | parse_url() is void. |
commit | commitdiff | tree | snapshot |
2005-04-29 |
Michael Brown | First version |
commit | commitdiff | tree | snapshot |
2005-04-29 |
Michael Brown | First version |
commit | commitdiff | tree | snapshot |
2005-04-28 |
Michael Brown | First version |
commit | commitdiff | tree | snapshot |
2005-04-28 |
Michael Brown | Much, much smaller. :) |
commit | commitdiff | tree | snapshot |
2005-04-28 |
Michael Brown | First version: far too large (408 bytes!!!) |
commit | commitdiff | tree | snapshot |
2005-04-27 |
Michael Brown | isa.c uses the new table infrastructure. |
commit | commitdiff | tree | snapshot |
2005-04-27 |
Michael Brown | dev.c uses the new tables infrastructure. |
commit | commitdiff | tree | snapshot |
2005-04-27 |
Michael Brown | Missing include |
commit | commitdiff | tree | snapshot |
2005-04-27 |
Michael Brown | Post-relocation functions use the generic table mechanism. |
commit | commitdiff | tree | snapshot |
2005-04-27 |
Michael Brown | Use PREFIX_OBJECT to give the init_fn table variables... |
commit | commitdiff | tree | snapshot |
2005-04-27 |
Michael Brown | Special handling for symbols of the form "xxx_end"... |
commit | commitdiff | tree | snapshot |
2005-04-27 |
Michael Brown | Added PREFIX_OBJECT() function to be able to easily... |
commit | commitdiff | tree | snapshot |
2005-04-27 |
Michael Brown | console.c uses the generic table mechanism |
commit | commitdiff | tree | snapshot |
2005-04-27 |
Michael Brown | Linker no longer provides start and end symbols for... |
commit | commitdiff | tree | snapshot |
2005-04-27 |
Michael Brown | Use new generic tables infrastructure |
commit | commitdiff | tree | snapshot |
2005-04-27 |
Michael Brown | Added a generalised table infrastructure, so that we... |
commit | commitdiff | tree | snapshot |
2005-04-27 |
Michael Brown | Produce a sorted list of all local symbols in the map... |
commit | commitdiff | tree | snapshot |
2005-04-27 |
Michael Brown | Use symbol size as a third index, mainly so that zero... |
commit | commitdiff | tree | snapshot |
2005-04-27 |
Michael Brown | First version |
commit | commitdiff | tree | snapshot |
2005-04-26 |
Michael Brown | Added back in the actual call to load(). |
commit | commitdiff | tree | snapshot |
2005-04-26 |
Michael Brown | Add isapnp_max_csn to reduce scan time. |
commit | commitdiff | tree | snapshot |
2005-04-26 |
Michael Brown | ISA bus driver updated to report devices as present... |
commit | commitdiff | tree | snapshot |
2005-04-26 |
Michael Brown | PCI_DRIVER changed |
commit | commitdiff | tree | snapshot |
2005-04-26 |
Michael Brown | Automatically updated with |
commit | commitdiff | tree | snapshot |
2005-04-25 |
Michael Brown | BIOS floppy handling code moved to where it will really... |
commit | commitdiff | tree | snapshot |
2005-04-25 |
Michael Brown | Added arch/i386/drivers/disk |
commit | commitdiff | tree | snapshot |
2005-04-25 |
Michael Brown | Improved debug messages |
commit | commitdiff | tree | snapshot |
2005-04-25 |
Michael Brown | s/{name,describe}/{name,describe}_device/ |
commit | commitdiff | tree | snapshot |
2005-04-25 |
Michael Brown | Renamed describe to describe_device for consistency |
commit | commitdiff | tree | snapshot |
2005-04-25 |
Michael Brown | Added "name" field to struct bus_driver |
commit | commitdiff | tree | snapshot |
2005-04-25 |
Michael Brown | Added DBG2 |
commit | commitdiff | tree | snapshot |
2005-04-25 |
Michael Brown | Added "name" field to bus structure. |
commit | commitdiff | tree | snapshot |
2005-04-25 |
Michael Brown | Allow for multiple debug levels |
commit | commitdiff | tree | snapshot |
2005-04-23 |
Michael Brown | Prevent hundreds of errors from "make symcheck". The... |
commit | commitdiff | tree | snapshot |
2005-04-23 |
Michael Brown | Fixed to properly catch multiply defined symbols. |
commit | commitdiff | tree | snapshot |
2005-04-23 |
Michael Brown | Symbol errors caught by symcheck.pl |
commit | commitdiff | tree | snapshot |
2005-04-23 |
Michael Brown | Added "make symcheck" |
commit | commitdiff | tree | snapshot |
2005-04-23 |
Michael Brown | First working version |
commit | commitdiff | tree | snapshot |
2005-04-23 |
Michael Brown | Should be an <= comparison, not a < comparison. |
commit | commitdiff | tree | snapshot |
2005-04-22 |
Michael Brown | Coerced into compiling. |
commit | commitdiff | tree | snapshot |
2005-04-22 |
Michael Brown | Make it easier to comment out individual SRC directorie... |
commit | commitdiff | tree | snapshot |
2005-04-22 |
Michael Brown | Typo |
commit | commitdiff | tree | snapshot |
2005-04-22 |
Michael Brown | Ensured that all drivers call xxx_fill_nic(). |
commit | commitdiff | tree | snapshot |
2005-04-22 |
Michael Brown | Coerced into compiling |
commit | commitdiff | tree | snapshot |
2005-04-22 |
Michael Brown | Updated to new device probing API |
commit | commitdiff | tree | snapshot |
2005-04-22 |
Michael Brown | Coerced into compiling |
commit | commitdiff | tree | snapshot |
2005-04-22 |
Michael Brown | Coerced into compiling. |
commit | commitdiff | tree | snapshot |
2005-04-22 |
Michael Brown | Coerced into actually compiling. |
commit | commitdiff | tree | snapshot |
2005-04-22 |
Michael Brown | Fields in struct pci_device slightly changed. |
commit | commitdiff | tree | snapshot |
2005-04-22 |
Michael Brown | isapnp_read_port can be set directly, rather than via... |
commit | commitdiff | tree | snapshot |
2005-04-22 |
Michael Brown | Updated debug messages |
commit | commitdiff | tree | snapshot |
2005-04-22 |
Michael Brown | Documented where to get hold of the datasheet. |
commit | commitdiff | tree | snapshot |
2005-04-22 |
Michael Brown | Updated to new API. |
commit | commitdiff | tree | snapshot |
2005-04-22 |
Michael Brown | Debug message fixes. |
commit | commitdiff | tree | snapshot |
next |