| Commit message (Expand) | Author | Age | Files | Lines |
* | First pass at removing clauses 3 and 4 from NetBSD licenses. | ray | 2008-06-26 | 1 | -9/+2 |
* | garbage collect the portability bits for the removed select() support. | brad | 2008-05-11 | 1 | -11/+1 |
* | convert select() => poll(), saves a runtime malloc+free per retry | djm | 2008-04-18 | 1 | -23/+16 |
* | permit _ in the middle of a DNS name component | deraadt | 2008-04-16 | 1 | -2/+3 |
* | Improve the libc DNS resolver ID generation algorithm to be more | djm | 2008-04-13 | 1 | -43/+79 |
* | use RRSIG instead of SIG for DNSSEC. ok djm@ | jakob | 2007-10-11 | 3 | -6/+7 |
* | Check snprintf(3) return value for error or truncation. | moritz | 2007-09-17 | 1 | -1/+5 |
* | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | deraadt | 2007-09-02 | 3 | -6/+6 |
* | /*FALLTHRU*/ -> /* FALLTHROUGH */ | ray | 2007-08-05 | 1 | -2/+2 |
* | ``dot'' notation | jmc | 2007-06-12 | 1 | -19/+9 |
* | remove ipx-related stuff. objections nobody. major bump by kurt in a few | henning | 2007-06-05 | 4 | -385/+3 |
* | convert to new .Dd format; | jmc | 2007-05-31 | 24 | -48/+48 |
* | Typos. | ray | 2007-05-20 | 1 | -3/+3 |
* | Remove no-op code. From tbert. | ray | 2007-05-18 | 1 | -3/+1 |
* | Improve reentrancy by not using global variable. Removes two | ray | 2007-05-17 | 1 | -31/+11 |
* | Wrap some functions, labels, and variables in #ifdefs corresponding | ray | 2007-05-16 | 2 | -2/+8 |
* | Use size_t for strlen results. | ray | 2007-05-12 | 1 | -4/+6 |
* | Clean up macros according to style. From tbert <bret dot lambert at gmail>. | ray | 2007-05-12 | 1 | -27/+27 |
* | Use syslog_r instead of syslog in getaddrinfo. Slowly making | ray | 2007-05-10 | 1 | -4/+9 |
* | strlen(3) returns size_t, not int. | ray | 2007-02-18 | 1 | -14/+16 |
* | strlen(3) returns size_t. | ray | 2007-02-18 | 1 | -4/+6 |
* | Remove duplicate code. No functional change. | ray | 2007-02-17 | 1 | -39/+22 |
* | Remove two mutexes by replacing getservbyname() and getservbyport() | ray | 2007-02-15 | 2 | -32/+29 |
* | correct a mistake concerning ifa_data; | jmc | 2007-02-14 | 1 | -6/+5 |
* | remove size_t and int mixup. same as getaddrinfo.c 1.30 -> 1.31. | itojun | 2007-02-14 | 1 | -5/+2 |
* | Remove int pretending to be a size_t. | ray | 2007-02-14 | 1 | -5/+2 |
* | RFC4291 declares that IPv6 numeric representation must have no more than | itojun | 2006-12-30 | 1 | -3/+8 |
* | tweak the text on deprecated functions, after some help from tom; | jmc | 2006-12-09 | 2 | -12/+14 |
* | various tweaks; | jmc | 2006-12-09 | 1 | -18/+17 |
* | various tweaks; my apologies to itojun for forgetting to | jmc | 2006-12-09 | 1 | -26/+28 |
* | switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542). | itojun | 2006-12-09 | 7 | -5/+971 |
* | return is not a function. (cosmetic) | itojun | 2006-12-08 | 1 | -28/+28 |
* | change semantics of ff01::/16 to interface local multicast | itojun | 2006-11-17 | 2 | -5/+6 |
* | remove calls to abort(3) that can't happen anyway; from | otto | 2006-10-21 | 1 | -11/+1 |
* | Remove unnecessary /* NOTREACHED */ comments because our lint is | ray | 2006-09-25 | 2 | -20/+8 |
* | If fgetln() != NULL, len == 0 is impossible, so remove check. | ray | 2006-09-23 | 1 | -3/+3 |
* | Clarify strlcpy code by explicitly naming variable `len' and | ray | 2006-04-18 | 1 | -5/+6 |
* | Remove str2number(), use strtonum(3) instead. | ray | 2006-04-14 | 1 | -44/+20 |
* | (char)to{upper,lower}() | deraadt | 2006-03-31 | 1 | -4/+4 |
* | oldmask = sigprocmask(SIG_BLOCK, &mask, &oldmask); | deraadt | 2006-03-31 | 1 | -1/+1 |
* | Pass size of correct variable to memset(). | ray | 2006-03-22 | 1 | -2/+2 |
* | Include limits.h directly instead of depending on another header | millert | 2006-01-17 | 2 | -2/+4 |
* | Include <sys/param.h> instead of <sys/types.h> so we get MAXHOSTNAMELEN | millert | 2006-01-17 | 1 | -2/+2 |
* | Currently sys/socket.h needs sys/types.h so add #include <sys/types.h> to | claudio | 2005-12-30 | 3 | -3/+6 |
* | handle chroot and res_init calls better. diagnosis assistance from otto. | tedu | 2005-12-22 | 1 | -21/+18 |
* | Do not clobber errno when calling close(2) in example code. | otto | 2005-11-15 | 1 | -2/+6 |
* | save errno in example code. from mpech@ ok jmc@ | otto | 2005-11-13 | 1 | -1/+3 |
* | add $OpenBSD$ tags, as requested by dtucker. | espie | 2005-11-10 | 1 | -0/+1 |
* | `ether_addr' is the name of a structure, not a function: remove its MLINK | jmc | 2005-10-02 | 2 | -4/+3 |
* | zap rcsid. | espie | 2005-08-06 | 47 | -375/+234 |