| Commit message (Expand) | Author | Age | Files | Lines |
* | Consistently mark std(in|out|err) with .Dv, because that's how they | ru | 2002-12-04 | 2 | -5/+8 |
* | mdoc(7) police: formatting nits. | ru | 2002-11-29 | 1 | -1/+1 |
* | try SIOCGIFINDEX 1st to be able to use network aliasing. | ume | 2002-11-28 | 1 | -0/+13 |
* | libc_r wasn't so tied to libc for 22 months. | ru | 2002-11-18 | 1 | -5/+3 |
* | query ip6.arpa then ip6.int for IPv6 reverse lookup. follows RFC3152. | ume | 2002-10-26 | 1 | -1/+7 |
* | - scopeid is u_int32_t | ume | 2002-10-25 | 1 | -14/+21 |
* | - kill strcpy | ume | 2002-10-25 | 1 | -67/+56 |
* | query ip6.arpa then ip6.int for IPv6 reverse lookup. follows RFC3152. | ume | 2002-10-23 | 1 | -51/+77 |
* | Put giant locks due to make getaddrinfo(), getnameinfo() | ume | 2002-10-06 | 2 | -1/+41 |
* | Allocate 64K recieve buffer for DNS responses. | ume | 2002-10-03 | 2 | -26/+50 |
* | Use the standardized CHAR_BIT constant instead of NBBY in userland. | mike | 2002-09-25 | 1 | -2/+3 |
* | Add forgotten newlines in debug messages. | nectar | 2002-09-19 | 1 | -2/+2 |
* | Allocate 64K recieve buffer for DNS responses. | ume | 2002-09-16 | 1 | -27/+48 |
* | Allocate 64K recieve buffer for DNS responses. | ume | 2002-09-15 | 1 | -20/+45 |
* | Check for truncation in calls to res_send/res_query/res_search. | nectar | 2002-09-15 | 6 | -12/+42 |
* | Backout the increase of MAXPACKET from 1024 to 65536: it | nectar | 2002-09-15 | 6 | -7/+26 |
* | Limit UDP payload size for EDNS0 to 0xffff, not use lower 16bit value. | ume | 2002-09-14 | 1 | -0/+2 |
* | When using res_send/res_query/res_search, the caller must either | nectar | 2002-09-13 | 6 | -26/+7 |
* | Style: One space between "restrict" qualifier and "*". | tjr | 2002-09-06 | 3 | -5/+5 |
* | Replace various spelling with FALLTHROUGH which is lint()able | charnier | 2002-08-25 | 2 | -2/+2 |
* | Fix a bug in __ivaliduser_sa() which caused some rsh/rlogin attempts | jdp | 2002-08-24 | 1 | -5/+5 |
* | Fixed getaddrinfo to honor sortlist in /etc/resolv.conf | pirzyk | 2002-08-21 | 1 | -0/+82 |
* | - Fix a bug that wrote one char behind the end of the | robert | 2002-08-15 | 1 | -6/+3 |
* | Put each function argument on its own line to keep lines shorter | robert | 2002-08-15 | 1 | -1/+6 |
* | -Add the restrict required by IEEE Std 1003.1-2001 in form | robert | 2002-08-14 | 3 | -25/+9 |
* | mdoc(7) police: laundry. | ru | 2002-08-09 | 1 | -22/+37 |
* | Remove an #include <syslog.h>. It's already included conditionally | mux | 2002-08-02 | 1 | -1/+0 |
* | sysctl(NET_RT_IFLIST) up to several (currently 5) times. | ume | 2002-07-25 | 1 | -8/+29 |
* | - ntohs() returns unsigned value. | ume | 2002-07-24 | 1 | -59/+56 |
* | Use BSDi derived if_nametoindex(), if_indextoname(), if_nameindex() | ume | 2002-07-15 | 6 | -328/+403 |
* | Fix syntax error which occurred when LIBC_SCCS was defined. | robert | 2002-07-07 | 1 | -1/+1 |
* | Make NI_WITHSCOPEID a default (always on), to synchronize | ume | 2002-07-02 | 1 | -30/+20 |
* | Remove two lines that were cvs merged that shouldn't have been. This | imp | 2002-06-26 | 1 | -2/+0 |
* | Remove two stray lines that snuck in the cvs merge | imp | 2002-06-26 | 2 | -2/+0 |
* | Initialize a pointer that was left uninitialized with the previous | nectar | 2002-06-26 | 1 | -0/+1 |
* | Include more robust checking of end of buffer that more completely | imp | 2002-06-26 | 4 | -52/+32 |
* | Don't allow buffer overflow here either. | imp | 2002-06-26 | 1 | -1/+3 |
* | Fix a minor last, minute issue that came in after I committed. | imp | 2002-06-26 | 1 | -1/+1 |
* | Avoid remote buffer overflow on hostbuf[]. | imp | 2002-06-26 | 2 | -1/+4 |
* | Correct FreeBSD release of first appearance in the HISTORY section | sheldonh | 2002-06-06 | 1 | -1/+1 |
* | Assume __STDC__, remove non-__STDC__ code. | alfred | 2002-05-28 | 1 | -14/+0 |
* | Document that <netinet/in.h> can also provide prototypes. Change | mike | 2002-05-11 | 1 | -2/+6 |
* | just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD. | suz | 2002-04-19 | 6 | -11/+22 |
* | Add awareness of an IPv6. | ume | 2002-04-15 | 1 | -7/+20 |
* | Quoting log message for OpenBSD rev 1.7: | nectar | 2002-04-15 | 1 | -0/+28 |
* | Fix style of ether_ntoa(). | ru | 2002-04-08 | 1 | -3/+3 |
* | Polish previous revision. | ru | 2002-04-06 | 1 | -1/+1 |
* | Fix ether_ntoa() to generate the %02x format people expect, instead of %x, | dillon | 2002-04-06 | 1 | -2/+3 |
* | When _kevent() returns with errno = EINTR and timeout is not | ume | 2002-04-01 | 1 | -4/+3 |
* | Fix the style of the SCM ID's. | obrien | 2002-03-22 | 1 | -0/+2 |