Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pull in patch from current (itojun):OPENBSD_2_7 | jason | 2000-06-15 | 1 | -9/+9 |
| | | | | | | correct behavior against invalid sockaddr. previous code may return 0 (success) on invalid sockaddr. sync with rfc2553bis regarding to getnameinfo error code. (sync with kame) | ||||
* | Pull in patch from current (itojun): | jason | 2000-06-15 | 1 | -2/+27 |
| | | | | translate DNS error code into getaddrinfo error code (EAI_xxx). PR 1229. | ||||
* | #ifdef vax -> #ifdef __vax__ | bjc | 2000-04-30 | 1 | -2/+2 |
| | |||||
* | flesh | deraadt | 2000-04-28 | 1 | -3/+23 |
| | |||||
* | improve the english | deraadt | 2000-04-28 | 1 | -4/+5 |
| | |||||
* | type decl error | deraadt | 2000-04-28 | 1 | -3/+3 |
| | |||||
* | remove unused struct def. more sanity check for NULL. | itojun | 2000-04-27 | 1 | -16/+16 |
| | |||||
* | const poisoning | itojun | 2000-04-26 | 1 | -16/+21 |
| | |||||
* | add $KAME$ for future version tracking | itojun | 2000-04-26 | 1 | -1/+2 |
| | |||||
* | bring in latest KAME implementation. | itojun | 2000-04-26 | 1 | -73/+112 |
| | | | | | | conforms to draft-ietf-ipngwg-scopedaddr-format-01.txt. behavior change: returns numeric scopeid if we can't convert to string removed #if 0'ed portion which we will never revisit. | ||||
* | remove #if 0'ed portion which we will never revisit (no behavior change). | itojun | 2000-04-26 | 1 | -14/+1 |
| | |||||
* | sync with latest kame. | itojun | 2000-04-26 | 1 | -19/+21 |
| | | | | | | - completely disable AI_ADDRCONFIG support (post RFC2553) since it does not work for PF_UNSPEC. - remove unused variables, some delint. | ||||
* | correct boundary check. XXX should avoid code duplicate here... | itojun | 2000-04-25 | 1 | -2/+2 |
| | |||||
* | correct example | deraadt | 2000-04-24 | 1 | -5/+6 |
| | |||||
* | Don't hyphenate the words {left|right}most. | aaron | 2000-04-21 | 2 | -6/+6 |
| | |||||
* | Add ERRORS section (the strdup(3) function may fail and set errno to any of the | aaron | 2000-04-21 | 1 | -1/+8 |
| | | | | errors specified by the library routine malloc(3)). | ||||
* | Check return value of strdup(3) for NULL in example code (duh). | aaron | 2000-04-21 | 1 | -2/+5 |
| | |||||
* | Flesh out libc string function man pages. | aaron | 2000-04-21 | 31 | -183/+141 |
| | |||||
* | Flesh out stdlib function man pages. | aaron | 2000-04-20 | 28 | -246/+195 |
| | |||||
* | - Formatting repairs and standardizations. | aaron | 2000-04-20 | 1 | -77/+104 |
| | | | | | - s/MESSAGES/DIAGNOSTICS/, and put message descriptions in a nice list. - Talk more about how using malloc() in signal handlers is bad. | ||||
* | Repairs, mostly removing hard sentence breaks. | aaron | 2000-04-18 | 14 | -69/+96 |
| | |||||
* | Repairs. | aaron | 2000-04-18 | 3 | -51/+69 |
| | |||||
* | avoid misunderstanding in history portion, okay'ed by aaron. | itojun | 2000-04-16 | 1 | -2/+4 |
| | | | | may need english check:-) (getifaddrs.c is straight import from bsdi4) | ||||
* | - For consistency, `super-user' -> `superuser' in all cases. | aaron | 2000-04-15 | 1 | -9/+9 |
| | | | | | - Some punctuation fixes. - Some `id' -> `ID'. | ||||
* | Mostly punctuation fixes. | aaron | 2000-04-15 | 5 | -14/+17 |
| | |||||
* | Trailing whitespace begone! | aaron | 2000-04-12 | 2 | -6/+6 |
| | |||||
* | missing THREAD_UNLOCK; netch@segfault.kiev.ua | deraadt | 2000-04-10 | 1 | -1/+2 |
| | |||||
* | Fix the leak for real (that's what I get for hacking when i can't sleep). | millert | 2000-04-04 | 1 | -5/+7 |
| | |||||
* | Fix an fd leak if the read from /dev/arandom fails. Pointed out by | millert | 2000-04-04 | 1 | -5/+5 |
| | | | | Markus Friedl. | ||||
* | MLINK srandomdev | millert | 2000-04-04 | 1 | -1/+2 |
| | |||||
* | Add srandomdev() from FreeBSD for use by sendmail and others. | millert | 2000-04-03 | 2 | -3/+69 |
| | |||||
* | First appeared in OpenBSD 2.1 | millert | 2000-04-02 | 1 | -1/+4 |
| | |||||
* | typo | deraadt | 2000-03-28 | 1 | -2/+2 |
| | |||||
* | workaround against name servers which return NXDOMAIN/SERVFAIL on IPv4 only | itojun | 2000-03-16 | 1 | -2/+4 |
| | | | | | node (the srever server should return acount = 0 without error). NetBSD PR: 9621 | ||||
* | Suffix "i.e." and "e.g." with a comma. Just another really picky man page | aaron | 2000-03-14 | 1 | -2/+2 |
| | | | | | commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)). | ||||
* | fix error handling in yp case. | itojun | 2000-03-13 | 1 | -2/+3 |
| | |||||
* | avoid unused variable by #ifdef | itojun | 2000-03-13 | 1 | -3/+6 |
| | |||||
* | don't process NI_NOFQDN, since the currently coded behavior is not specwise | itojun | 2000-03-13 | 1 | -1/+3 |
| | | | | correct. | ||||
* | In Unix land we prefer "whitespace" to "white space" or "white-space". At | aaron | 2000-03-04 | 5 | -10/+10 |
| | | | | least, this is the impression I get from looking at a lot of Perl docs. | ||||
* | $OpenBSD$ | todd | 2000-03-01 | 1 | -1/+1 |
| | |||||
* | typo fix; halogen@nol.net | deraadt | 2000-03-01 | 1 | -2/+2 |
| | |||||
* | fix alignment constraint in IPv6 routing header manipulation (ancillary data). | itojun | 2000-02-29 | 1 | -7/+19 |
| | | | | | documented in RFC2292. from: shin@kame.net | ||||
* | Use Dq/Sq and friends. | aaron | 2000-02-29 | 1 | -16/+29 |
| | |||||
* | repair prototypes; cky@pobox.com | deraadt | 2000-02-25 | 1 | -5/+5 |
| | |||||
* | make getaddrinfo obey search order declared in resolv.conf. | itojun | 2000-02-25 | 1 | -142/+924 |
| | | | | | the code duplicate is necessary because there's no low-level resolver function that looks up database against "any address family" query. | ||||
* | always pass salen as separate argument, so that it can be friendly with | itojun | 2000-02-25 | 1 | -20/+22 |
| | | | | systems with pre-4.2 sockaddrs. | ||||
* | Small bits of clean-up. | aaron | 2000-02-23 | 2 | -14/+11 |
| | |||||
* | - Put structure field descriptions in a tagged list. | aaron | 2000-02-23 | 1 | -53/+46 |
| | | | | | - More mdoc macros where appropriate. - Mention OpenBSD in HISTORY. | ||||
* | add freeifaddrs(3), which reclaims region allocated by getifaddrs(3). | itojun | 2000-02-23 | 3 | -7/+15 |
| | | | | in sync with kame and bsdi. | ||||
* | add getifaddrs(3), from bsdi4. | itojun | 2000-02-23 | 3 | -5/+539 |
| | | | | | this will help future apps from complexity of SIOCGIFCONF. NOTE: getifaddrs(3) uses sysctl interface, not SIOCGIFCONF. |