summaryrefslogtreecommitdiff
path: root/src/lib/libc/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-9/+2
* garbage collect the portability bits for the removed select() support.brad2008-05-111-11/+1
* convert select() => poll(), saves a runtime malloc+free per retrydjm2008-04-181-23/+16
* permit _ in the middle of a DNS name componentderaadt2008-04-161-2/+3
* Improve the libc DNS resolver ID generation algorithm to be moredjm2008-04-131-43/+79
* use RRSIG instead of SIG for DNSSEC. ok djm@jakob2007-10-113-6/+7
* Check snprintf(3) return value for error or truncation.moritz2007-09-171-1/+5
* use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgderaadt2007-09-023-6/+6
* /*FALLTHRU*/ -> /* FALLTHROUGH */ray2007-08-051-2/+2
* ``dot'' notationjmc2007-06-121-19/+9
* remove ipx-related stuff. objections nobody. major bump by kurt in a fewhenning2007-06-054-385/+3
* convert to new .Dd format;jmc2007-05-3124-48/+48
* Typos.ray2007-05-201-3/+3
* Remove no-op code. From tbert.ray2007-05-181-3/+1
* Improve reentrancy by not using global variable. Removes tworay2007-05-171-31/+11
* Wrap some functions, labels, and variables in #ifdefs correspondingray2007-05-162-2/+8
* Use size_t for strlen results.ray2007-05-121-4/+6
* Clean up macros according to style. From tbert <bret dot lambert at gmail>.ray2007-05-121-27/+27
* Use syslog_r instead of syslog in getaddrinfo. Slowly makingray2007-05-101-4/+9
* strlen(3) returns size_t, not int.ray2007-02-181-14/+16
* strlen(3) returns size_t.ray2007-02-181-4/+6
* Remove duplicate code. No functional change.ray2007-02-171-39/+22
* Remove two mutexes by replacing getservbyname() and getservbyport()ray2007-02-152-32/+29
* correct a mistake concerning ifa_data;jmc2007-02-141-6/+5
* remove size_t and int mixup. same as getaddrinfo.c 1.30 -> 1.31.itojun2007-02-141-5/+2
* Remove int pretending to be a size_t.ray2007-02-141-5/+2
* RFC4291 declares that IPv6 numeric representation must have no more thanitojun2006-12-301-3/+8
* tweak the text on deprecated functions, after some help from tom;jmc2006-12-092-12/+14
* various tweaks;jmc2006-12-091-18/+17
* various tweaks; my apologies to itojun for forgetting tojmc2006-12-091-26/+28
* switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542).itojun2006-12-097-5/+971
* return is not a function. (cosmetic)itojun2006-12-081-28/+28
* change semantics of ff01::/16 to interface local multicastitojun2006-11-172-5/+6
* remove calls to abort(3) that can't happen anyway; fromotto2006-10-211-11/+1
* Remove unnecessary /* NOTREACHED */ comments because our lint isray2006-09-252-20/+8
* If fgetln() != NULL, len == 0 is impossible, so remove check.ray2006-09-231-3/+3
* Clarify strlcpy code by explicitly naming variable `len' andray2006-04-181-5/+6
* Remove str2number(), use strtonum(3) instead.ray2006-04-141-44/+20
* (char)to{upper,lower}()deraadt2006-03-311-4/+4
* oldmask = sigprocmask(SIG_BLOCK, &mask, &oldmask);deraadt2006-03-311-1/+1
* Pass size of correct variable to memset().ray2006-03-221-2/+2
* Include limits.h directly instead of depending on another headermillert2006-01-172-2/+4
* Include <sys/param.h> instead of <sys/types.h> so we get MAXHOSTNAMELENmillert2006-01-171-2/+2
* Currently sys/socket.h needs sys/types.h so add #include <sys/types.h> toclaudio2005-12-303-3/+6
* handle chroot and res_init calls better. diagnosis assistance from otto.tedu2005-12-221-21/+18
* Do not clobber errno when calling close(2) in example code.otto2005-11-151-2/+6
* save errno in example code. from mpech@ ok jmc@otto2005-11-131-1/+3
* add $OpenBSD$ tags, as requested by dtucker.espie2005-11-101-0/+1
* `ether_addr' is the name of a structure, not a function: remove its MLINKjmc2005-10-022-4/+3
* zap rcsid.espie2005-08-0647-375/+234