| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while | joel | 2010-08-16 | 3 | -4/+5 |
* | Correct the return code from _dns_gethostby*() to correspond | ume | 2010-08-15 | 1 | -4/+20 |
* | - When there is no room for returning the result, nss backend | ume | 2010-08-13 | 11 | -49/+109 |
* | Fix typos and spelling mistakes. | joel | 2010-08-06 | 2 | -2/+2 |
* | Spelling fixes. | joel | 2010-08-02 | 3 | -3/+3 |
* | If a user calls sctp_sendx() with a NULL | rrs | 2010-07-07 | 1 | -0/+5 |
* | Increment 'sa' at the end of the loop; otherwise, only the first | brucec | 2010-07-05 | 1 | -1/+1 |
* | Use ISO C99 integer types instead of the BSD-specific u_int*_t. | brucec | 2010-07-04 | 3 | -29/+29 |
* | sctp_recvmsg returns the number of bytes received, not sent. | brucec | 2010-06-11 | 1 | -1/+1 |
* | Use the stored length value instead of calculating it by strlen(). | ume | 2010-04-06 | 1 | -8/+6 |
* | Add capability to use a db version of services. It is enabled by | ume | 2010-04-04 | 2 | -1/+204 |
* | Reduce duplicate code. | ume | 2010-04-04 | 1 | -59/+33 |
* | Treat '+' as special only when in compat mode, and simplify | ume | 2010-04-04 | 1 | -22/+19 |
* | Stop adding trailing '\n'. The servent_unpack() doesn't expect | ume | 2010-04-04 | 1 | -10/+3 |
* | Remove extra semicolon. | brucec | 2010-01-31 | 1 | -1/+1 |
* | Fix typo of ENOTCONN. | brucec | 2010-01-31 | 4 | -3/+5 |
* | Miscellaneous mdoc, spelling and inconsistency fixes. | brueffer | 2010-01-12 | 9 | -23/+24 |
* | - correct xref sections | danger | 2009-11-28 | 2 | -4/+4 |
* | Add missing IEEE1394 support dropped during merge from NetBSD. | ume | 2009-11-12 | 1 | -0/+11 |
* | ANSIfy. | ume | 2009-11-11 | 1 | -25/+8 |
* | Add NLS catalogs support to gai_strerror(3). | ume | 2009-11-09 | 1 | -0/+58 |
* | Revert r196976, now that <machine/param.h> behaves predictably. | phk | 2009-09-09 | 1 | -1/+0 |
* | Add necessary include | phk | 2009-09-08 | 1 | -0/+1 |
* | Document how to enable strict RFC 1034 enforcements. | delphij | 2009-05-29 | 1 | -1/+14 |
* | Fix an issue when nss fallback routines are used in a multithreaded application. | zml | 2009-05-27 | 1 | -4/+23 |
* | Fix an obvious bug in getsourcefilter()'s use of struct __msfilterreq; | bms | 2009-04-29 | 1 | -2/+3 |
* | Query DNS only once per an address family. | ume | 2009-03-29 | 1 | -86/+170 |
* | Add support for SCTP to getaddrinfo(3). | ume | 2009-03-25 | 1 | -7/+20 |
* | getaddrinfo(3) should accept numeric when ai_socktype is not | ume | 2009-03-24 | 1 | -1/+11 |
* | Considerably improve the wording of this man page. | bms | 2009-03-04 | 1 | -20/+77 |
* | Update copyright. | bms | 2009-03-04 | 1 | -16/+13 |
* | Add a missing .El. | delphij | 2009-03-01 | 1 | -0/+1 |
* | Shutup warning for DNAME RR. | ume | 2009-02-08 | 2 | -2/+3 |
* | - forgot to bump a date | danger | 2009-01-06 | 1 | -1/+1 |
* | catch up wtih r175955 by ume: | danger | 2009-01-06 | 1 | -53/+2 |
* | Add an ENVIRONMENT section to note that the RSH variable can be set to | murray | 2008-12-14 | 1 | -0/+7 |
* | - AI_ALL and AI_V4MAPPED flags are currently not supported | danger | 2008-07-01 | 1 | -1/+18 |
* | Include libc_private.h for the declaration of __isthreaded instead of | jhb | 2008-05-02 | 1 | -0/+1 |
* | Remove incomplete support of AI_ALL and AI_V4MAPPED. | ume | 2008-02-03 | 1 | -21/+0 |
* | Moved logging out of the nss_method_lookup() in order not to | bushman | 2007-12-17 | 1 | -9/+13 |
* | Implementing 'fallback' nsswitch source. 'fallback' source is used | bushman | 2007-12-12 | 1 | -3/+26 |
* | Fix bad rule and bad dependency for nsparser.h that can | ru | 2007-11-15 | 1 | -6/+3 |
* | mdoc fix: remove extraneous empty line. | keramida | 2007-10-30 | 1 | -2/+1 |
* | - Correctly define CACHED_SOCKET_PATH as /var/run/nscd after cached to | tmclaugh | 2007-10-17 | 1 | -1/+1 |
* | Assorted spelling, punctuation and mdoc fixes. | brueffer | 2007-09-25 | 5 | -36/+39 |
* | - Fix description to say "receive" instead of "send" | gabor | 2007-09-20 | 1 | -2/+2 |
* | ensure the head entry of addrinfo chain has non-NULL ai_canonname to be | jinmei | 2007-09-05 | 1 | -2/+19 |
* | - Getipnodebyname() and getipnodebyaddr() reimplemented through | bushman | 2007-07-31 | 1 | -1387/+72 |
* | - take out a needless panic under invariants for sctp_output.c | rrs | 2007-07-24 | 1 | -6/+107 |
* | - Modular congestion control, with RFC2581 being the default. | rrs | 2007-07-14 | 1 | -7/+13 |