summaryrefslogtreecommitdiffstats
path: root/lib/libc/net
Commit message (Expand)AuthorAgeFilesLines
* KAME 4th patchshin1999-12-166-4/+1088
* Add unsigned char cast to isalphaache1999-11-042-2/+2
* Add unsigned char cast to is[x]digitache1999-11-042-5/+5
* unsigned char cast to ctype macrosache1999-11-041-1/+3
* Add unsigned char cast to ctype macros argache1999-11-045-37/+39
* Fix a really lame buglet which broke with IPs of 34green1999-11-031-1/+1
* Allow whitespace termination. Internal use of /etc/resolv.conf reliesgreen1999-10-311-3/+6
* This is the new inet_addr/inet_aton with proper error checking. Thisgreen1999-10-311-65/+69
* Back out my backout, it was already posix compliant. Any new fields arepeter1999-09-281-1/+0
* Fix previous commit. The standards specifically say: "The structurepeter1999-09-281-0/+1
* Explicitly use sigemptyset to clear a sigset_t. Explicitmarcel1999-09-281-1/+2
* Fix typophantom1999-09-191-1/+1
* $Id$ -> $FreeBSD$peter1999-08-2847-50/+50
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-126-0/+6
* Ensure that host_addr (which is returned in struct hostent::h_addr_list[0])dt1999-06-071-2/+2
* Change an internal variable from "class" to "ns_class" for C++'s benefit.peter1999-06-041-2/+2
* Mention that getservbyport requires its port parameter to be inghelmer1999-03-021-2/+3
* Removed occurrences of consecutive repeated words (such as "the the").alex1999-02-122-3/+2
* gethostbyname2() was broken for lookups via NIS on FreeBSD/alphagallatin1999-01-251-4/+7
* 64bit portability fixes.dfr1998-10-051-11/+11
* o use strncpy safelyimp1998-09-141-3/+8
* Implement the weak aliases for private entry points in the inet_*jdp1998-09-0220-90/+167
* Fixed bitrot in prototypes in synopsis.bde1998-08-031-5/+5
* Fixed printf format errors.bde1998-06-301-1/+1
* Don't compile in the use of poll() when building libc_r. This isn'tpeter1998-06-141-1/+15
* Update the resolver parts to bind-8.1.2 level. I have not touched thepeter1998-06-1125-1733/+3219
* Spelling corrections.jkoshy1998-06-062-3/+3
* Resolve some unexpected differences when comparing with the 2.2 version.peter1998-05-021-2/+10
* Update libc dns code to 4.9.7-T1B level. This involved chopping out largepeter1998-05-023-249/+753
* (Ab)use .Vt instead of .Fd for a variable declaration.bde1998-03-231-2/+2
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aqcharnier1998-03-191-3/+4
* Change MACHINE references to MACHINE_ARCH.jb1998-02-201-3/+3
* Add #include <string.h> to get prototypes.jb1998-02-201-1/+2
* Fixed #includes in the synopsis and in an example. <sys/socket.h>bde1998-01-201-1/+1
* handle long usernames more carefullyimp1998-01-071-5/+8
* Removed unnecessary initialization of hp in gethostbyaddr_r.alex1997-12-251-3/+3
* Sorted lists.bde1997-10-211-20/+19
* Removed the subdirectory paths from the definitions of MAN[1-9]. Theybde1997-10-151-7/+5
* Some adjustments for the resolver use of poll(). For some reason I thoughtpeter1997-09-161-7/+8
* Call poll(2) from within the resolver but adapt to older kernels without itpeter1997-09-141-26/+68
* Add "options no_tld_query" to resolv.conf.brian1997-09-012-4/+6
* kill the undeadpeter1997-07-133-239/+0
* This commit was generated by cvs2svn to compensate for changes in r27180,bde1997-07-033-0/+239
|\
| * Import Lite2's src/lib, except for non-i386 machine-dependent directories,bde1997-07-034-4/+243
| * pull this in to avoid fixing these twicepeter1996-08-301-5/+6
| * recording cvs-1.6 file deathpeter1995-12-303-239/+0
* | replace the OpenBSD fd_set sizing code with something more efficient.peter1997-06-281-9/+16
* | Dynamically size fd_set in select rather than fail if too many filespeter1997-06-271-8/+9
* | compensate for res_send <-> __res_send changespeter1997-06-271-2/+4
* | Merge in bind-4.9.6 resolver changes. Note that they resolve thepeter1997-06-2710-69/+97
OpenPOWER on IntegriCloud