| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2003-12-07 | Make building IPv6 support controllable by MKINET6 | matt | |
| 2003-12-04 | MAKEVERBOSE tweaks | lukem | |
| 2003-10-22 | the last argument to recvfrom() is a pointer, so use "NULL" for | drochner | |
| consistency | |||
| 2003-10-13 | Move Matt Green's code from a 4-clause to a 3-clause licence by removing | agc | |
| the advertising clause. Diffs provided in PR 22396 by Joel Baker, the changes were confirmed to the board by Matt Green. | |||
| 2003-10-11 | Back out rev. 1.56; `pointer points the byte just after the valid region' | enami | |
| is normal case. If the parser wants something more, there should be another bounds check for it. | |||
| 2003-10-03 | paren around macro arg | itojun | |
| 2003-10-03 | off-by-one. from millert@openbsd | itojun | |
| 2003-09-23 | out-of-bounds access. from openbsd | itojun | |
| 2003-09-09 | use randomid(3). actually generate random ID for DNS queries (previous | itojun | |
| fix was incomplete) | |||
| 2003-09-08 | Mention RFC 3493; inet_{ntop,pton} are in 1003.1-2001; move XNS5.2 to HISTORY. | wiz | |
| Okayed by kleink. | |||
| 2003-09-07 | Consistently use 'RFC 1234' instead of 'RFC1234' or 'RFC-1234'. | wiz | |
| From jmc@openbsd. | |||
| 2003-09-06 | rename exp to expo to avoid global shadowing warning. | christos | |
| 2003-09-06 | move provos' copyright closer to res_randomid() | itojun | |
| 2003-09-06 | bring in openbsd lib/libc/net/res_random.c for truely-random res_randomid(). | itojun | |
| 2003-08-28 | Nm -> Fn getnameinfo; grammar improvements; markup improvement; | wiz | |
| all from jmc@openbsd, thanks. | |||
| 2003-08-28 | Bump date for CAVEATS; fix punctuation usage in one place; | wiz | |
| drop trailing space; use \*[Am] instead of & for HTML generation. | |||
| 2003-08-28 | use NI_NUMERICHOST for 2nd invocation | itojun | |
| 2003-08-28 | add int error in CAVEAT | itojun | |
| 2003-08-28 | add CAVEATS section | itojun | |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc | |
| Patches provided by Joel Baker in PR 22280, verified by myself. | |||
| 2003-07-26 | netbsd.org->NetBSD.org | salo | |
| 2003-07-10 | make _DIAGNOSTIC happy. | tshiozak | |
| 2003-07-01 | Va Sq -> Sq Va so both work. | wiz | |
| 2003-06-30 | Sprinkle some restrict. | kleink | |
| 2003-06-06 | - sync up MLD declaration with RFC3542 (s/MLD6/MLD/) | itojun | |
| - routing header declaration with RFC3542 (note: sizeof(ip6_rthdr0) has changed!) also, sync up with RFC2460 routing header definition (no "strict" source routing mode any more) part of advanced API update (RFC2292 -> 3542). | |||
| 2003-06-06 | KNF. | itojun | |
| 2003-05-17 | bound copies | itojun | |
| 2003-05-15 | Change conformance reference to 1003.1-2001; the reference to 1003.1g is | kleink | |
| retained in HISTORY. Spotted by Thomas Klausner. | |||
| 2003-05-15 | Point to IPC tutorials in /usr/share/doc/psd, update names, and add authors. | wiz | |
| Bump date. Suggested by kleink. | |||
| 2003-05-10 | Typo; from Onno van der Linden <o dot vd dot linden at quicknet dot nl>. | uebayasi | |
| 2003-05-08 | fill ai_canonname field for numeric hostname, by the given hostname. | itojun | |
| folows new recommendation in RFC3493 | |||
| 2003-05-05 | ANSIfy, since I'm in the area. | bjh21 | |
| 2003-05-05 | Handle struct in_addr with proper respect, rather than assuming we can | bjh21 | |
| make one by casting in in_addr_t *. This has the pleasant side-effect of making the machine code shorter, at least on ARM. | |||
| 2003-05-05 | Remove some lint-pacification that's not necessary now that the signature of | bjh21 | |
| inet_makeaddr() is correct. | |||
| 2003-05-05 | Delint last change, reducing size of several variables. | bjh21 | |
| 2003-05-05 | Delint last change (change a variable from unsigned long to in_addr_t). | bjh21 | |
| Remove "register" at the same time. | |||
| 2003-05-05 | No leading zero in Dd argument. | wiz | |
| 2003-05-05 | Document signature changes to inet_addr() and friends. | bjh21 | |
| 2003-05-05 | Fix the signatures of inet_addr(), inet_lnaof(), inet_makeaddr(), inet_netof(), | bjh21 | |
| and inet_network() to match XNS and (where applicable) POSIX. This is largely just the replacement of unsigned long with in_addr_t. This constitutes a small ABI change on sh5, but scw (sh5 portmaster) thinks that both the users of that port will be able to cope. kleink claims the change is ABI-neutral on other LP64 ports, and it's a no-op on ILP32 ports. Hence, I'm doing it this way and avoiding the whole __RENAME dance. | |||
| 2003-05-03 | Misc. fixes from jmc@openbsd. | wiz | |
| 2003-04-30 | english grammer. by Jason McIntyre via kame | itojun | |
| 2003-04-29 | Bump date for last. | wiz | |
| 2003-04-29 | <arpa/inet.h> no longer has any prerequisite headers, so don't pretend | bjh21 | |
| it does. | |||
| 2003-04-23 | Add a missing full stop, join to short lines. | simonb | |
| 2003-04-16 | Use | wiz | |
| .In header.h instead of .Fd #include \*[Lt]header.h\*[Gt] Much easier to read and write, and supported by groff for ages. Okayed by ross. | |||
| 2003-03-31 | preceeded->preceded, desciptor->descriptor from Igor Sobrado, PR misc/19814 | perry | |
| 2003-03-31 | millenia->millennia from Igor Sobrado PR misc/19814 | perry | |
| 2003-03-21 | LP64 warnings | ross | |
| 2003-03-17 | From: "Jason L. Wright" <jason@thought.net> | itojun | |
| The man page for getaddrinfo() and RFC2553 says it should return EAI_NONAME for the case where hostname != NULL, hostname is not a numeric string and ai_flags has the AI_NUMERICHOST bit set. Instead, it returns EAI_NODATA for this case. The diff below makes it return EAI_NONAME for this case. This is why ntpq and ntpdc from ntp-4.1.74 can't resolve hostnames, but work fine with numeric strings like ::1 or 127.0.0.1. | |||
| 2003-01-06 | writable, not writeable. | wiz | |
