| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add forgotten newlines in debug messages. | Jacques Vidrine | 2002-09-19 | 1 | -2/+2 |
| * | Allocate 64K recieve buffer for DNS responses. | Hajimu UMEMOTO | 2002-09-16 | 1 | -27/+48 |
| * | Allocate 64K recieve buffer for DNS responses. | Hajimu UMEMOTO | 2002-09-15 | 1 | -20/+45 |
| * | Check for truncation in calls to res_send/res_query/res_search. | Jacques Vidrine | 2002-09-15 | 6 | -12/+42 |
| * | Backout the increase of MAXPACKET from 1024 to 65536: it | Jacques Vidrine | 2002-09-15 | 6 | -7/+26 |
| * | Limit UDP payload size for EDNS0 to 0xffff, not use lower 16bit value. | Hajimu UMEMOTO | 2002-09-14 | 1 | -0/+2 |
| * | When using res_send/res_query/res_search, the caller must either | Jacques Vidrine | 2002-09-13 | 6 | -26/+7 |
| * | Style: One space between "restrict" qualifier and "*". | Tim J. Robbins | 2002-09-06 | 3 | -5/+5 |
| * | Replace various spelling with FALLTHROUGH which is lint()able | Philippe Charnier | 2002-08-25 | 2 | -2/+2 |
| * | Fix a bug in __ivaliduser_sa() which caused some rsh/rlogin attempts | John Polstra | 2002-08-24 | 1 | -5/+5 |
| * | Fixed getaddrinfo to honor sortlist in /etc/resolv.conf | Jim Pirzyk | 2002-08-21 | 1 | -0/+82 |
| * | - Fix a bug that wrote one char behind the end of the | Robert Drehmel | 2002-08-15 | 1 | -6/+3 |
| * | Put each function argument on its own line to keep lines shorter | Robert Drehmel | 2002-08-15 | 1 | -1/+6 |
| * | -Add the restrict required by IEEE Std 1003.1-2001 in form | Robert Drehmel | 2002-08-14 | 3 | -25/+9 |
| * | mdoc(7) police: laundry. | Ruslan Ermilov | 2002-08-09 | 1 | -22/+37 |
| * | Remove an #include <syslog.h>. It's already included conditionally | Maxime Henrion | 2002-08-02 | 1 | -1/+0 |
| * | sysctl(NET_RT_IFLIST) up to several (currently 5) times. | Hajimu UMEMOTO | 2002-07-25 | 1 | -8/+29 |
| * | - ntohs() returns unsigned value. | Hajimu UMEMOTO | 2002-07-24 | 1 | -59/+56 |
| * | Use BSDi derived if_nametoindex(), if_indextoname(), if_nameindex() | Hajimu UMEMOTO | 2002-07-15 | 6 | -328/+403 |
| * | Fix syntax error which occurred when LIBC_SCCS was defined. | Robert Drehmel | 2002-07-07 | 1 | -1/+1 |
| * | Make NI_WITHSCOPEID a default (always on), to synchronize | Hajimu UMEMOTO | 2002-07-02 | 1 | -30/+20 |
| * | Remove two lines that were cvs merged that shouldn't have been. This | Warner Losh | 2002-06-26 | 1 | -2/+0 |
| * | Remove two stray lines that snuck in the cvs merge | Warner Losh | 2002-06-26 | 2 | -2/+0 |
| * | Initialize a pointer that was left uninitialized with the previous | Jacques Vidrine | 2002-06-26 | 1 | -0/+1 |
| * | Include more robust checking of end of buffer that more completely | Warner Losh | 2002-06-26 | 4 | -52/+32 |
| * | Don't allow buffer overflow here either. | Warner Losh | 2002-06-26 | 1 | -1/+3 |
| * | Fix a minor last, minute issue that came in after I committed. | Warner Losh | 2002-06-26 | 1 | -1/+1 |
| * | Avoid remote buffer overflow on hostbuf[]. | Warner Losh | 2002-06-26 | 2 | -1/+4 |
| * | Correct FreeBSD release of first appearance in the HISTORY section | Sheldon Hearn | 2002-06-06 | 1 | -1/+1 |
| * | Assume __STDC__, remove non-__STDC__ code. | Alfred Perlstein | 2002-05-28 | 1 | -14/+0 |
| * | Document that <netinet/in.h> can also provide prototypes. Change | Mike Barcroft | 2002-05-11 | 1 | -2/+6 |
| * | just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD. | SUZUKI Shinsuke | 2002-04-19 | 6 | -11/+22 |
| * | Add awareness of an IPv6. | Hajimu UMEMOTO | 2002-04-15 | 1 | -7/+20 |
| * | Quoting log message for OpenBSD rev 1.7: | Jacques Vidrine | 2002-04-15 | 1 | -0/+28 |
| * | Fix style of ether_ntoa(). | Ruslan Ermilov | 2002-04-08 | 1 | -3/+3 |
| * | Polish previous revision. | Ruslan Ermilov | 2002-04-06 | 1 | -1/+1 |
| * | Fix ether_ntoa() to generate the %02x format people expect, instead of %x, | Matthew Dillon | 2002-04-06 | 1 | -2/+3 |
| * | When _kevent() returns with errno = EINTR and timeout is not | Hajimu UMEMOTO | 2002-04-01 | 1 | -4/+3 |
| * | Fix the style of the SCM ID's. | David E. O'Brien | 2002-03-22 | 1 | -0/+2 |
| * | Fix the style of the SCM ID's. | David E. O'Brien | 2002-03-22 | 54 | -107/+116 |
| * | Remove multi-line __P() usage. | David E. O'Brien | 2002-03-22 | 7 | -35/+30 |
| * | Remove __P() usage. | David E. O'Brien | 2002-03-21 | 12 | -39/+39 |
| * | Remove 'register' keyword. | David E. O'Brien | 2002-03-21 | 29 | -84/+98 |
| * | Remove trailing characters from #endif. | David E. O'Brien | 2002-03-15 | 1 | -3/+0 |
| * | Add a carriage return to each function declaration, and make use of ID tag | Eric Melville | 2002-03-06 | 1 | -8/+12 |
| * | o Move NTOHL() and associated macros into <sys/param.h>. These are | Mike Barcroft | 2002-02-18 | 3 | -0/+13 |
| * | balance parens. | Alfred Perlstein | 2002-02-05 | 1 | -1/+1 |
| * | Fix cc -Wall, fix rcsid warnings, add missing prototypes, | Alfred Perlstein | 2002-02-05 | 1 | -0/+4 |
| * | Return ENONAME if getaddrinfo() is called with AI_NUMERICHOST | Peter Pentchev | 2002-02-01 | 1 | -1/+1 |
| * | yp(4) -> yp(8). | Ruslan Ermilov | 2002-01-14 | 3 | -4/+4 |