aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/net
Commit message (Expand)AuthorAgeFilesLines
* Add unsigned char cast to isalphaAndrey A. Chernov1999-11-042-2/+2
* Add unsigned char cast to is[x]digitAndrey A. Chernov1999-11-042-5/+5
* unsigned char cast to ctype macrosAndrey A. Chernov1999-11-041-1/+3
* Add unsigned char cast to ctype macros argAndrey A. Chernov1999-11-045-37/+39
* Fix a really lame buglet which broke with IPs of 34Brian Feldman1999-11-031-1/+1
* Allow whitespace termination. Internal use of /etc/resolv.conf reliesBrian Feldman1999-10-311-3/+6
* This is the new inet_addr/inet_aton with proper error checking. ThisBrian Feldman1999-10-311-65/+69
* Back out my backout, it was already posix compliant. Any new fields arePeter Wemm1999-09-281-1/+0
* Fix previous commit. The standards specifically say: "The structurePeter Wemm1999-09-281-0/+1
* Explicitly use sigemptyset to clear a sigset_t. ExplicitMarcel Moolenaar1999-09-281-1/+2
* Fix typoAlexey Zelkin1999-09-191-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2847-50/+50
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-126-0/+6
* Ensure that host_addr (which is returned in struct hostent::h_addr_list[0])Dmitrij Tejblum1999-06-071-2/+2
* Change an internal variable from "class" to "ns_class" for C++'s benefit.Peter Wemm1999-06-041-2/+2
* Mention that getservbyport requires its port parameter to be inGuy Helmer1999-03-021-2/+3
* Removed occurrences of consecutive repeated words (such as "the the").Alexander Langer1999-02-122-3/+2
* gethostbyname2() was broken for lookups via NIS on FreeBSD/alphaAndrew Gallatin1999-01-251-4/+7
* 64bit portability fixes.Doug Rabson1998-10-051-11/+11
* o use strncpy safelyWarner Losh1998-09-141-3/+8
* Implement the weak aliases for private entry points in the inet_*John Polstra1998-09-0220-90/+167
* Fixed bitrot in prototypes in synopsis.Bruce Evans1998-08-031-5/+5
* Fixed printf format errors.Bruce Evans1998-06-301-1/+1
* Don't compile in the use of poll() when building libc_r. This isn'tPeter Wemm1998-06-141-1/+15
* Update the resolver parts to bind-8.1.2 level. I have not touched thePeter Wemm1998-06-1125-1733/+3219
* Spelling corrections.Joseph Koshy1998-06-062-3/+3
* Resolve some unexpected differences when comparing with the 2.2 version.Peter Wemm1998-05-021-2/+10
* Update libc dns code to 4.9.7-T1B level. This involved chopping out largePeter Wemm1998-05-023-249/+753
* (Ab)use .Vt instead of .Fd for a variable declaration.Bruce Evans1998-03-231-2/+2
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.AqPhilippe Charnier1998-03-191-3/+4
* Change MACHINE references to MACHINE_ARCH.John Birrell1998-02-201-3/+3
* Add #include <string.h> to get prototypes.John Birrell1998-02-201-1/+2
* Fixed #includes in the synopsis and in an example. <sys/socket.h>Bruce Evans1998-01-201-1/+1
* handle long usernames more carefullyWarner Losh1998-01-071-5/+8
* Removed unnecessary initialization of hp in gethostbyaddr_r.Alexander Langer1997-12-251-3/+3
* Sorted lists.Bruce Evans1997-10-211-20/+19
* Removed the subdirectory paths from the definitions of MAN[1-9]. TheyBruce Evans1997-10-151-7/+5
* Some adjustments for the resolver use of poll(). For some reason I thoughtPeter Wemm1997-09-161-7/+8
* Call poll(2) from within the resolver but adapt to older kernels without itPeter Wemm1997-09-141-26/+68
* Add "options no_tld_query" to resolv.conf.Brian Somers1997-09-012-4/+6
* kill the undeadPeter Wemm1997-07-133-239/+0
* This commit was generated by cvs2svn to compensate for changes in r27180,Bruce Evans1997-07-033-0/+239
|\
| * Import Lite2's src/lib, except for non-i386 machine-dependent directories,Bruce Evans1997-07-0310-0/+2712
| * pull this in to avoid fixing these twicePeter Wemm1996-08-301-0/+250
* replace the OpenBSD fd_set sizing code with something more efficient.Peter Wemm1997-06-281-9/+16
* Dynamically size fd_set in select rather than fail if too many filesPeter Wemm1997-06-271-8/+9
* compensate for res_send <-> __res_send changesPeter Wemm1997-06-271-2/+4
* Merge in bind-4.9.6 resolver changes. Note that they resolve thePeter Wemm1997-06-2710-69/+97
* Typo.Philippe Charnier1997-06-181-2/+3
* Add MAXHOSTNAMELEN checkAndrey A. Chernov1997-06-131-1/+3