| Age | Commit message (Expand) | Author |
| 2007-08-09 | Add a new socket option for unix domain sockets: LOCAL_PEEREID, to make | he |
| 2007-06-29 | make this compile without INET6 (Scott Ellis) | christos |
| 2007-06-23 | Since we are going to be looking for ports many times, use a centralized | christos |
| 2007-05-10 | use syslog_r, from OpenBSD | christos |
| 2007-03-30 | Resolve conflicts. | ghen |
| 2007-03-21 | return NULL instead of core-dumping when we could not open the services file/db | christos |
| 2007-01-27 | Appropriate versions are not supplied by bind anymore. | christos |
| 2007-01-27 | merge in resolver portion of bind-9.4.0-rc2 | christos |
| 2007-01-03 | Don't leak file descriptors. | ws |
| 2006-12-23 | Add missing article. | wiz |
| 2006-11-25 | strncpy -> strlcpy. from David Holland. | elad |
| 2006-11-24 | Document AI_NUMERICSERV. | reed |
| 2006-11-03 | nuke perror. | christos |
| 2006-10-15 | fix incomplete initializers | christos |
| 2006-10-15 | PR lib/34801 from David A. Holland: "static" comes first in declaration. | martin |
| 2006-10-14 | memset the whole struct addrinfo, instead of trying to figure out if we | christos |
| 2006-10-07 | Clarify that gethostbyname and gethostbyname2 can deal with | apb |
| 2006-09-18 | Change type of `net' variable passed via va_list in | tsutsui |
| 2006-09-14 | when re-opening the file only set SV_FIRST, don't clear accidentally SV_DB | christos |
| 2006-08-26 | Remove the XNS man pages. | matt |
| 2006-08-26 | Move ns_addr and ns_ntoa to compat libc. Add a stripped version of | matt |
| 2006-08-24 | use the re-entrant version of getservbyport. | christos |
| 2006-07-28 | use indirect lookup. | christos |
| 2006-07-28 | db->seq expects an u_int as fourth argument. | joerg |
| 2006-07-27 | use a db version of services if one is there. | christos |
| 2006-07-19 | Call endservent_r. From Hajimu UMEMOTO | christos |
| 2006-07-18 | use getservbyname_r. | christos |
| 2006-07-18 | Remove comments that do not reflect reality anymore. | christos |
| 2006-05-05 | Add support for RFC 3542 Adv. Socket API for IPv6 (which obsoletes 2292). | rpaulo |
| 2006-03-25 | Make macros more readable. No functional change. | rpaulo |
| 2006-03-22 | Coverity CID 2279: Plug memory leak. | christos |
| 2006-03-22 | Coverity CID 2280: Plug memory leak. | christos |
| 2006-03-21 | Coverity CID 2363: cur is known not to be NULL. | christos |
| 2006-03-21 | Coverity CID 2364: cur is known not to be NULL. | christos |
| 2006-03-21 | Coverity CID 2430: cur is known not to be NULL. | christos |
| 2006-03-21 | Correct obvious typo | mjl |
| 2006-03-17 | Fix Coverity issue 2281, resource leak, function return without freeing | ginsbach |
| 2006-02-24 | We have 2006. | wiz |
| 2006-02-22 | Add EAI_OVERFLOW per RFC3493, POSIX and XPG6. | ginsbach |
| 2006-02-17 | Return EAI_OVERFLOW instead of EAI_MEMORY when the supplied buffer is | ginsbach |
| 2006-02-17 | Add EAI_OVERFLOW as specified in RFC3493, POSIX and XPG6. | ginsbach |
| 2006-02-13 | Fix spelling mistake in comment. From OpenBSD. | ginsbach |
| 2006-02-04 | Use different wording as "null macro" is too ambiguous. | uwe |
| 2006-01-24 | PR/32616: Yves-Emmanuel JUTARD: Fix compilation with -DDEBUG | christos |
| 2005-12-26 | u_intN_t -> uintN_t | perry |
| 2005-12-20 | Use reach-over sources from common/lib/libc | christos |
| 2005-12-02 | constify and remove an unnecessary __UNCONST. | yamt |
| 2005-12-02 | constify and remove an unnecessary __UNCONST. | yamt |
| 2005-11-29 | WARNS=4 | christos |
| 2005-11-28 | forgot to commit this; cleanup to compile with WARNS=4, since lpd uses it. | christos |