| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Restore recent changes except for the actual one that causes the problem. | millert | 2005-07-27 | 1 | -20/+8 |
| * | backout gethostent changes for now -- there is fallout, discovered by otto | jaredy | 2005-07-27 | 1 | -10/+22 |
| * | In _gethtent() ignore host.h_length if it is set to 0. Previously | millert | 2005-07-24 | 1 | -10/+7 |
| * | *hostent() fixes: | jaredy | 2005-07-23 | 1 | -22/+13 |
| * | - sync prototypes and header file excerpts | jaredy | 2005-07-22 | 13 | -102/+116 |
| * | fix spelling mistake (in comment); | jmc | 2005-07-18 | 1 | -2/+2 |
| * | use "www" as the service name in the example instead of "http" since "www" | dlg | 2005-07-05 | 1 | -5/+5 |
| * | Remove a check about whether sa->sa_len is equal to salen from | marcm | 2005-06-19 | 1 | -4/+1 |
| * | remove netns stuff, ok millert | henning | 2005-06-17 | 5 | -459/+4 |
| * | remove references to ns(4); | jmc | 2005-06-09 | 1 | -2/+1 |
| * | Make gethostbyaddr() prototype match POSIX. This means len is now | millert | 2005-06-08 | 2 | -16/+15 |
| * | sort sections; | jmc | 2005-06-05 | 1 | -5/+5 |
| * | s/-p1003.1-2003/-p1003.1-2004/g | jmc | 2005-06-05 | 2 | -4/+4 |
| * | be more careful with snprintf. ok millert@ | moritz | 2005-05-02 | 1 | -2/+2 |
| * | explain where type and class are defined; ok jmc@ | fgsch | 2005-04-05 | 1 | -1/+8 |
| * | make the resolver stat resolv.conf and update if it changes. | tedu | 2005-03-30 | 10 | -34/+68 |
| * | add const | tedu | 2005-03-28 | 1 | -4/+4 |
| * | add some const to ether_*. remove bonus prototypes this brought out. | tedu | 2005-03-28 | 1 | -7/+7 |
| * | ansify. ok deraadt@ moritz@ | otto | 2005-03-25 | 43 | -665/+348 |