summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* loadkernel no longer exists; it is now download_url and lives in nic.c.Michael Brown2005-04-301-6/+2Star
* inet_aton doesn't overwrite the IP address unless it is valid.Michael Brown2005-04-301-5/+7
* Protocols also take a pointer to a sockaddr_in.Michael Brown2005-04-301-1/+2
* Use struct in_addr rather than just "in_addr".Michael Brown2005-04-301-2/+14
* Moved strtoul prototype into stdlib.h for consistencyMichael Brown2005-04-301-0/+6
* parse_url() is void.Michael Brown2005-04-301-1/+8
* First versionMichael Brown2005-04-292-0/+40
* First versionMichael Brown2005-04-292-0/+58
* First versionMichael Brown2005-04-281-0/+22
* Much, much smaller. :)Michael Brown2005-04-281-123/+50Star
* First version: far too large (408 bytes!!!)Michael Brown2005-04-281-0/+144
* isa.c uses the new table infrastructure.Michael Brown2005-04-273-13/+4Star
* dev.c uses the new tables infrastructure.Michael Brown2005-04-273-30/+13Star
* Missing includeMichael Brown2005-04-271-0/+2
* Post-relocation functions use the generic table mechanism.Michael Brown2005-04-273-10/+8Star
* Use PREFIX_OBJECT to give the init_fn table variables meaningful names.Michael Brown2005-04-271-1/+1
* Special handling for symbols of the form "xxx_end", to make table endMichael Brown2005-04-271-4/+8
* Added PREFIX_OBJECT() function to be able to easily prepend any stringMichael Brown2005-04-271-2/+3
* console.c uses the generic table mechanismMichael Brown2005-04-273-10/+8Star
* Linker no longer provides start and end symbols for each table; theseMichael Brown2005-04-271-5/+1Star
* Use new generic tables infrastructureMichael Brown2005-04-272-12/+14
* Added a generalised table infrastructure, so that we don't have toMichael Brown2005-04-271-0/+56
* Produce a sorted list of all local symbols in the map file.Michael Brown2005-04-272-0/+3
* Use symbol size as a third index, mainly so that zero-length symbolsMichael Brown2005-04-271-7/+9
* First versionMichael Brown2005-04-271-0/+34
* Added back in the actual call to load().Michael Brown2005-04-264-22/+59
* Add isapnp_max_csn to reduce scan time.Michael Brown2005-04-261-2/+20
* ISA bus driver updated to report devices as present only if a driverMichael Brown2005-04-2610-62/+86
* PCI_DRIVER changedMichael Brown2005-04-261-2/+1Star