Age | Commit message (Expand) | Author |
2007-05-20 | Typos. | Ray Lai |
2007-05-18 | Remove no-op code. From tbert. | Ray Lai |
2007-05-17 | Improve reentrancy by not using global variable. Removes two | Ray Lai |
2007-05-16 | Wrap some functions, labels, and variables in #ifdefs corresponding | Ray Lai |
2007-05-12 | Use size_t for strlen results. | Ray Lai |
2007-05-12 | Clean up macros according to style. From tbert <bret dot lambert at gmail>. | Ray Lai |
2007-05-10 | Use syslog_r instead of syslog in getaddrinfo. Slowly making | Ray Lai |
2007-02-18 | strlen(3) returns size_t, not int. | Ray Lai |
2007-02-18 | strlen(3) returns size_t. | Ray Lai |
2007-02-17 | Remove duplicate code. No functional change. | Ray Lai |
2007-02-15 | Remove two mutexes by replacing getservbyname() and getservbyport() | Ray Lai |
2007-02-14 | correct a mistake concerning ifa_data; | Jason McIntyre |
2007-02-14 | remove size_t and int mixup. same as getaddrinfo.c 1.30 -> 1.31. | Jun-ichiro itojun Hagino |
2007-02-14 | Remove int pretending to be a size_t. | Ray Lai |
2006-12-30 | RFC4291 declares that IPv6 numeric representation must have no more than | Jun-ichiro itojun Hagino |
2006-12-09 | tweak the text on deprecated functions, after some help from tom; | Jason McIntyre |
2006-12-09 | various tweaks; | Jason McIntyre |
2006-12-09 | various tweaks; my apologies to itojun for forgetting to | Jason McIntyre |
2006-12-09 | switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542). | Jun-ichiro itojun Hagino |
2006-12-08 | return is not a function. (cosmetic) | Jun-ichiro itojun Hagino |
2006-11-17 | change semantics of ff01::/16 to interface local multicast | Jun-ichiro itojun Hagino |
2006-10-21 | remove calls to abort(3) that can't happen anyway; from | Otto Moerbeek |
2006-09-25 | Remove unnecessary /* NOTREACHED */ comments because our lint is | Ray Lai |
2006-09-23 | If fgetln() != NULL, len == 0 is impossible, so remove check. | Ray Lai |
2006-04-18 | Clarify strlcpy code by explicitly naming variable `len' and | Ray Lai |
2006-04-14 | Remove str2number(), use strtonum(3) instead. | Ray Lai |
2006-03-31 | (char)to{upper,lower}() | Theo de Raadt |
2006-03-31 | oldmask = sigprocmask(SIG_BLOCK, &mask, &oldmask); | Theo de Raadt |
2006-03-22 | Pass size of correct variable to memset(). | Ray Lai |
2006-01-17 | Include limits.h directly instead of depending on another header | Todd C. Miller |
2006-01-17 | Include <sys/param.h> instead of <sys/types.h> so we get MAXHOSTNAMELEN | Todd C. Miller |
2005-12-30 | Currently sys/socket.h needs sys/types.h so add #include <sys/types.h> to | Claudio Jeker |
2005-12-22 | handle chroot and res_init calls better. diagnosis assistance from otto. | Ted Unangst |
2005-11-15 | Do not clobber errno when calling close(2) in example code. | Otto Moerbeek |
2005-11-13 | save errno in example code. from mpech@ ok jmc@ | Otto Moerbeek |
2005-11-10 | add $OpenBSD$ tags, as requested by dtucker. | Marc Espie |
2005-10-02 | `ether_addr' is the name of a structure, not a function: remove its MLINK | Jason McIntyre |
2005-08-06 | zap rcsid. | Marc Espie |
2005-07-27 | Restore recent changes except for the actual one that causes the problem. | Todd C. Miller |
2005-07-27 | backout gethostent changes for now -- there is fallout, discovered by otto | Jared Yanovich |
2005-07-24 | In _gethtent() ignore host.h_length if it is set to 0. Previously | Todd C. Miller |
2005-07-23 | *hostent() fixes: | Jared Yanovich |
2005-07-22 | - sync prototypes and header file excerpts | Jared Yanovich |
2005-07-18 | fix spelling mistake (in comment); | Jason McIntyre |
2005-07-05 | use "www" as the service name in the example instead of "http" since "www" | David Gwynne |
2005-06-19 | Remove a check about whether sa->sa_len is equal to salen from | Marc Matteo |
2005-06-17 | remove netns stuff, ok millert | Henning Brauer |
2005-06-09 | remove references to ns(4); | Jason McIntyre |
2005-06-08 | Make gethostbyaddr() prototype match POSIX. This means len is now | Todd C. Miller |
2005-06-05 | sort sections; | Jason McIntyre |