summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dns.c
Commit message (Collapse)AuthorAgeFilesLines
* allow having no DNS by only using the ip callback once, see DNS == IP as a ↵Guillaume Cottenceau2004-01-281-1/+12
| | | | special case, don't do DNS calls when no DNS is configured to avoid timeouts
* Merge from R9_0-AMD64, most notably:Gwenolé Beauchesne2003-06-041-5/+8
| | | | | | | | | - AMD64 support to insmod-busybox, minilibc, et al. - Sync with insmod-modutils 2.4.19 something but everyone should use dietlibc nowadays - Factor out compilation and prefix with $(DIET) for dietlibc builds - 64-bit & varargs fixes
* fix potential segfault thx to gwenoleGuillaume Cottenceau2003-02-201-1/+1
|
* - first draft of adsl supportGuillaume Cottenceau2001-06-011-13/+178
| | | | | - get back some code for supporting broken glibc unable to resolve when linked statically
* now use gethostby* functions provided by dietlibcGuillaume Cottenceau2001-05-141-122/+16
|
* - network/nfs worksGuillaume Cottenceau2000-12-161-0/+154