summaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* Split TCP code out into proto/tcp.cMichael Brown2005-05-021-297/+1Star
* Moved DOWNLOAD_PROTO_XXX options to config.hMichael Brown2005-05-021-0/+20
* More URL parsing moved into url.cMichael Brown2005-05-021-35/+7Star
* http.h obsoleted (no content)Michael Brown2005-05-021-1/+0Star
* Made parse_url do more of the processing, to avoid duplicating parts ofMichael Brown2005-05-011-38/+58
* umountall() handled by nfs.c's reset functionMichael Brown2005-05-011-3/+0Star
* Moved protocols to proto/Michael Brown2005-05-014-1848/+0Star
* Add NMB_RESOLVERMichael Brown2005-05-011-0/+4
* Always request DNS server. DHCP handling will be generalised in future.Michael Brown2005-04-301-19/+3Star
* DNS resolver rewritten, moved to proto/dns.cMichael Brown2005-04-301-419/+0Star
* "dns_resolver" changed to "dns"Michael Brown2005-04-301-1/+1
* tftp functions moved to proto/tftp.cMichael Brown2005-04-301-157/+3Star
* Added debugging.Michael Brown2005-04-301-2/+8
* Added DNS resolver configuration option.Michael Brown2005-04-301-0/+8
* TFTP API changed.Michael Brown2005-04-301-16/+26
* loadkernel renamed to download_url, substantially restructured, and movedMichael Brown2005-04-301-2/+62
* loadkernel renamed to download_url and moved to nic.cMichael Brown2005-04-301-74/+2Star
* inet_aton doesn't overwrite the IP address unless it is valid.Michael Brown2005-04-301-5/+7
* parse_url() is void.Michael Brown2005-04-301-1/+8
* First versionMichael Brown2005-04-291-0/+25
* First versionMichael Brown2005-04-291-0/+25
* Much, much smaller. :)Michael Brown2005-04-281-123/+50Star
* First version: far too large (408 bytes!!!)Michael Brown2005-04-281-0/+144
* dev.c uses the new tables infrastructure.Michael Brown2005-04-271-10/+9Star
* console.c uses the generic table mechanismMichael Brown2005-04-271-2/+2
* Use new generic tables infrastructureMichael Brown2005-04-271-2/+2
* Added back in the actual call to load().Michael Brown2005-04-262-21/+42
* Improved debug messagesMichael Brown2005-04-251-12/+13
* s/{name,describe}/{name,describe}_device/Michael Brown2005-04-251-4/+5
* Renamed describe to describe_device for consistencyMichael Brown2005-04-251-4/+4
* Updated debug messagesMichael Brown2005-04-221-9/+11
* Created a bus/device API that allows for the ROM prefix to specify anMichael Brown2005-04-215-142/+214
* Fix endianness of dhcp device id structure.Michael Brown2005-04-181-5/+8
* This is, of course, the neater and much more obvious way to do it.Michael Brown2005-04-181-9/+3Star
* Fix BUILD_SERIAL.Michael Brown2005-04-181-17/+42
* Move RELOCATE into config.hMichael Brown2005-04-181-38/+16Star
* WhoopsMichael Brown2005-04-171-1/+1
* Allow serial port options to be specified in a relatively friendly format.Michael Brown2005-04-171-13/+23
* Re-add the "." progress indicator.Michael Brown2005-04-171-0/+2
* Gave vsprintf.c its own header file, and made console.h include it.Michael Brown2005-04-171-1/+4
* Add ISA_PROBE_ADDRS list.Michael Brown2005-04-161-0/+18
* Leave some time to see what's going on.Michael Brown2005-04-151-0/+1
* Fixed debug messageMichael Brown2005-04-151-2/+2
* Moved core/isapnp.c to drivers/bus/isapnp.cMichael Brown2005-04-151-382/+0Star
* Separate out bus-scanning and device-probing logic.Michael Brown2005-04-142-7/+43
* Standardised debug mechanism in place now.Michael Brown2005-04-141-0/+1
* Use the magic of common symbols to allow struct dev to effectively grow atMichael Brown2005-04-141-19/+4Star
* WhoopsMichael Brown2005-04-131-2/+2
* Fix type of dummy_irq()Michael Brown2005-04-131-1/+1
* Avoid compiler warnings.Michael Brown2005-04-131-2/+2