| Commit message (Expand) | Author | Age | Files | Lines |
| * | Start of an implementation using doubly-linked lists and virtual | Michael Brown | 2005-05-09 | 1 | -0/+131 |
| * | Make vga_font const to avoid warning about large symbol | Michael Brown | 2005-05-03 | 1 | -12/+12 |
| * | Split TCP code out into proto/tcp.c | Michael Brown | 2005-05-02 | 1 | -297/+1 |
| * | Moved DOWNLOAD_PROTO_XXX options to config.h | Michael Brown | 2005-05-02 | 1 | -0/+20 |
| * | More URL parsing moved into url.c | Michael Brown | 2005-05-02 | 1 | -35/+7 |
| * | http.h obsoleted (no content) | Michael Brown | 2005-05-02 | 1 | -1/+0 |
| * | Made parse_url do more of the processing, to avoid duplicating parts of | Michael Brown | 2005-05-01 | 1 | -38/+58 |
| * | umountall() handled by nfs.c's reset function | Michael Brown | 2005-05-01 | 1 | -3/+0 |
| * | Moved protocols to proto/ | Michael Brown | 2005-05-01 | 4 | -1848/+0 |
| * | Add NMB_RESOLVER | Michael Brown | 2005-05-01 | 1 | -0/+4 |
| * | Always request DNS server. DHCP handling will be generalised in future. | Michael Brown | 2005-04-30 | 1 | -19/+3 |
| * | DNS resolver rewritten, moved to proto/dns.c | Michael Brown | 2005-04-30 | 1 | -419/+0 |
| * | "dns_resolver" changed to "dns" | Michael Brown | 2005-04-30 | 1 | -1/+1 |
| * | tftp functions moved to proto/tftp.c | Michael Brown | 2005-04-30 | 1 | -157/+3 |
| * | Added debugging. | Michael Brown | 2005-04-30 | 1 | -2/+8 |
| * | Added DNS resolver configuration option. | Michael Brown | 2005-04-30 | 1 | -0/+8 |
| * | TFTP API changed. | Michael Brown | 2005-04-30 | 1 | -16/+26 |
| * | loadkernel renamed to download_url, substantially restructured, and moved | Michael Brown | 2005-04-30 | 1 | -2/+62 |
| * | loadkernel renamed to download_url and moved to nic.c | Michael Brown | 2005-04-30 | 1 | -74/+2 |
| * | inet_aton doesn't overwrite the IP address unless it is valid. | Michael Brown | 2005-04-30 | 1 | -5/+7 |
| * | parse_url() is void. | Michael Brown | 2005-04-30 | 1 | -1/+8 |
| * | First version | Michael Brown | 2005-04-29 | 1 | -0/+25 |
| * | First version | Michael Brown | 2005-04-29 | 1 | -0/+25 |
| * | Much, much smaller. :) | Michael Brown | 2005-04-28 | 1 | -123/+50 |
| * | First version: far too large (408 bytes!!!) | Michael Brown | 2005-04-28 | 1 | -0/+144 |
| * | dev.c uses the new tables infrastructure. | Michael Brown | 2005-04-27 | 1 | -10/+9 |
| * | console.c uses the generic table mechanism | Michael Brown | 2005-04-27 | 1 | -2/+2 |
| * | Use new generic tables infrastructure | Michael Brown | 2005-04-27 | 1 | -2/+2 |
| * | Added back in the actual call to load(). | Michael Brown | 2005-04-26 | 2 | -21/+42 |
| * | Improved debug messages | Michael Brown | 2005-04-25 | 1 | -12/+13 |
| * | s/{name,describe}/{name,describe}_device/ | Michael Brown | 2005-04-25 | 1 | -4/+5 |
| * | Renamed describe to describe_device for consistency | Michael Brown | 2005-04-25 | 1 | -4/+4 |
| * | Updated debug messages | Michael Brown | 2005-04-22 | 1 | -9/+11 |
| * | Created a bus/device API that allows for the ROM prefix to specify an | Michael Brown | 2005-04-21 | 5 | -142/+214 |
| * | Fix endianness of dhcp device id structure. | Michael Brown | 2005-04-18 | 1 | -5/+8 |
| * | This is, of course, the neater and much more obvious way to do it. | Michael Brown | 2005-04-18 | 1 | -9/+3 |
| * | Fix BUILD_SERIAL. | Michael Brown | 2005-04-18 | 1 | -17/+42 |
| * | Move RELOCATE into config.h | Michael Brown | 2005-04-18 | 1 | -38/+16 |
| * | Whoops | Michael Brown | 2005-04-17 | 1 | -1/+1 |
| * | Allow serial port options to be specified in a relatively friendly format. | Michael Brown | 2005-04-17 | 1 | -13/+23 |
| * | Re-add the "." progress indicator. | Michael Brown | 2005-04-17 | 1 | -0/+2 |
| * | Gave vsprintf.c its own header file, and made console.h include it. | Michael Brown | 2005-04-17 | 1 | -1/+4 |
| * | Add ISA_PROBE_ADDRS list. | Michael Brown | 2005-04-16 | 1 | -0/+18 |
| * | Leave some time to see what's going on. | Michael Brown | 2005-04-15 | 1 | -0/+1 |
| * | Fixed debug message | Michael Brown | 2005-04-15 | 1 | -2/+2 |
| * | Moved core/isapnp.c to drivers/bus/isapnp.c | Michael Brown | 2005-04-15 | 1 | -382/+0 |
| * | Separate out bus-scanning and device-probing logic. | Michael Brown | 2005-04-14 | 2 | -7/+43 |
| * | Standardised debug mechanism in place now. | Michael Brown | 2005-04-14 | 1 | -0/+1 |
| * | Use the magic of common symbols to allow struct dev to effectively grow at | Michael Brown | 2005-04-14 | 1 | -19/+4 |
| * | Whoops | Michael Brown | 2005-04-13 | 1 | -2/+2 |