summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* D'ohMichael Brown2005-05-031-1/+1
* Use __sharedMichael Brown2005-05-031-1/+1
* Added example of how to use __shared.Michael Brown2005-05-031-25/+47
* #if 0 out the whole file for now; it cannot be linked because the baseMichael Brown2005-05-031-1/+1
* Re-add the "etherboot.%" all-drivers image.Michael Brown2005-05-031-2/+6
* Symbol fixupsMichael Brown2005-05-0315-177/+185
* Arbitrary alignment is now available.Michael Brown2005-05-031-52/+28Star
* Removed spurious semicolonMichael Brown2005-05-031-1/+1
* Use shared symbolsMichael Brown2005-05-021-9/+10
* Use shared symbols to save spaceMichael Brown2005-05-021-10/+13
* Moved definition of __shared into compiler.hMichael Brown2005-05-024-23/+17Star
* Correct symbol violations reported by "make symcheck"Michael Brown2005-05-022-21/+27
* Report on misuses of shared symbols, and excessively large static symbols.Michael Brown2005-05-021-9/+55
* First versionMichael Brown2005-05-021-0/+21
* Tweaked to read more information (including symbol size) from blib.aMichael Brown2005-05-022-14/+46
* Add DOWNLOAD_PROTO_XXX options.Michael Brown2005-05-021-1/+15
* Updated to use new URL parser and new protocol API.Michael Brown2005-05-021-75/+70Star
* Split TCP code out into proto/tcp.cMichael Brown2005-05-024-301/+295Star
* Moved DOWNLOAD_PROTO_XXX options to config.hMichael Brown2005-05-023-32/+21Star
* More URL parsing moved into url.cMichael Brown2005-05-021-35/+7Star
* http.h obsoleted (no content)Michael Brown2005-05-022-8/+0Star
* Protocol structure can now specify the default port.Michael Brown2005-05-025-13/+14
* Made parse_url do more of the processing, to avoid duplicating parts ofMichael Brown2005-05-012-54/+62
* Protocol names are x-slam and x-tftmMichael Brown2005-05-012-2/+2
* Updated to protocol APIMichael Brown2005-05-011-43/+38Star
* Updated to protocol APIMichael Brown2005-05-011-70/+65Star
* Removed obsolete prototypes.Michael Brown2005-05-011-17/+0Star
* Updated to new protocol API, made to compile.Michael Brown2005-05-011-68/+85
* umountall() handled by nfs.c's reset functionMichael Brown2005-05-011-3/+0Star
* nfs prototypes no longer required.Michael Brown2005-05-011-5/+0Star
* Add INIT_RPCMichael Brown2005-05-011-0/+1
* Moved protocols to proto/Michael Brown2005-05-014-0/+0
* Abort immediately if no nameserver is present.Michael Brown2005-05-011-0/+6
* Add debugging for CNAME records.Michael Brown2005-05-012-5/+38
* NMB packets are so similar to DNS packets; we may as well add NMB as aMichael Brown2005-05-012-0/+125
* Add NMB_RESOLVERMichael Brown2005-05-012-0/+5
* Do not include etherboot.hMichael Brown2005-05-012-5/+11
* Always request DNS server. DHCP handling will be generalised in future.Michael Brown2005-04-301-19/+3Star
* Straightforward A record resolution now known working.Michael Brown2005-04-301-4/+4
* ttl is a uint32_tMichael Brown2005-04-301-1/+1
* DNS resolver rewritten, moved to proto/dns.cMichael Brown2005-04-304-477/+414Star
* "dns_resolver" changed to "dns"Michael Brown2005-04-301-1/+1
* tftp functions moved to proto/tftp.cMichael Brown2005-04-302-157/+177
* tftp moved to separate file.Michael Brown2005-04-301-4/+20
* Protocols get passed a pointer to the filename portion as well as just theMichael Brown2005-04-301-0/+1
* tftp prototypes moved to tftp.hMichael Brown2005-04-301-2/+0Star
* Added "proto" directoryMichael Brown2005-04-301-0/+1
* Added debugging.Michael Brown2005-04-302-2/+9
* Added DNS resolver configuration option.Michael Brown2005-04-302-0/+18
* TFTP API changed.Michael Brown2005-04-301-16/+26