| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Various mdoc fixups. | 2000-03-06 | 1 | -35/+36 | |
| | | |||||
| * | Do not leave `(' characters dangling at the end of lines; instead, use the | 2000-03-06 | 2 | -8/+8 | |
| | | | | | appropriate mdoc macros to handle these cases. | ||||
| * | In Unix land we prefer "whitespace" to "white space" or "white-space". At | 2000-03-04 | 10 | -35/+35 | |
| | | | | | least, this is the impression I get from looking at a lot of Perl docs. | ||||
| * | $OpenBSD$ | 2000-03-01 | 40 | -43/+88 | |
| | | |||||
| * | typo fix; halogen@nol.net | 2000-03-01 | 1 | -2/+2 | |
| | | |||||
| * | fix alignment constraint in IPv6 routing header manipulation (ancillary data). | 2000-02-29 | 1 | -7/+19 | |
| | | | | | | documented in RFC2292. from: shin@kame.net | ||||
| * | Use Dq/Sq and friends. | 2000-02-29 | 1 | -16/+29 | |
| | | |||||
| * | repair prototypes; cky@pobox.com | 2000-02-25 | 1 | -5/+5 | |
| | | |||||
| * | make it very safe against LP64 alignment issues, by using getifaddrs(). | 2000-02-25 | 1 | -53/+12 | |
| | | | | | (is it too large amount of change?) | ||||
| * | make getaddrinfo obey search order declared in resolv.conf. | 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 | 2000-02-25 | 1 | -20/+22 | |
| | | | | | systems with pre-4.2 sockaddrs. | ||||
| * | Small bits of clean-up. | 2000-02-23 | 2 | -14/+11 | |
| | | |||||
| * | - Put structure field descriptions in a tagged list. | 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). | 2000-02-23 | 3 | -7/+15 | |
| | | | | | in sync with kame and bsdi. | ||||
| * | add getifaddrs(3), from bsdi4. | 2000-02-23 | 3 | -5/+539 | |
| | | | | | | this will help future apps from complexity of SIOCGIFCONF. NOTE: getifaddrs(3) uses sysctl interface, not SIOCGIFCONF. | ||||
| * | Increment the minor number for fseeko()/ftello() addition. | 2000-02-21 | 1 | -1/+1 | |
| | | |||||
| * | Add fseeko() and ftello() -- versions of fseek() and ftell() that use off_t. | 2000-02-21 | 5 | -22/+98 | |
| | | | | | | Also make fsetpos() and fgetpos() use fseeko() and ftello() respectively since fpos_t is actually a 64bit type. | ||||
| * | remove extra #ifdef (USE_GETIPNODEBY) | 2000-02-21 | 1 | -9/+1 | |
| | | |||||
| * | fix example. ok aaron@ | 2000-02-19 | 1 | -2/+2 | |
| | | |||||
| * | do not perform sleep() every time we get ECONNREFUSED. | 2000-02-18 | 1 | -6/+12 | |
| | | | | | | | try all the set of addresses before go to sleep() and retry. not sure if we still need sleep() - retry logic. why is it so persistent? | ||||
| * | to synchronize with progress of discussion for post | 2000-02-17 | 2 | -4/+4 | |
| | | | | | | | | | draft-ietf-ipngwg-scopedaddr-format-00.txt (will be 01), use "address%interface" notation for extended scoped IPv6 address. NOTE: the change affects link-local addresses only. I hope it to be the final change on it..... | ||||
| * | add more comments from recent kame. | 2000-02-16 | 2 | -6/+51 | |
| | | | | | | | | | prepare to swap extended scoped address notation. fe80::1%de0 is the most promised candidate, but since it is still very draft, i'm not sure when to switch - if you have any idea please let me know. in other words, do i allowed to change it every week? :-P (NOTE it is only for "extended" scoped address notation, which is not for daily use) | ||||
| * | make it possible to compile without -DINET6 | 2000-02-15 | 1 | -2/+2 | |
| | | |||||
| * | add BUGS section about getaddrinfo(3) search order. | 2000-02-14 | 1 | -1/+6 | |
| | | | | | | NetBSD PR: 9413 From: Thilo Manske <Thilo.Manske@HEH.Uni-Oldenburg.DE> | ||||
| * | revise extended scoped address format support. delimiter and the order | 2000-02-09 | 2 | -111/+221 | |
| | | | | | | | | | is changed, based on discussion in ipngwg scoped address cabal. past code: fe80::1@de0 now: de0%fe80::1 this will be in sync with next extended address format proposal (which should be final - I don't want to make this kind of change again). | ||||
| * | add man-page to fhopen et al. From NetBSD | 2000-02-07 | 1 | -0/+131 | |
| | | |||||
| * | bump minor (fhopen, fhstat, fhstatfs added) | 2000-02-07 | 1 | -1/+1 | |
| | | |||||
| * | add fhopen, fhstat, fhstatfs system calls. largely from NetBSD | 2000-02-07 | 1 | -3/+6 | |
| | | |||||
| * | visit next addrinfo structure when rresvport_af() fails. | 2000-01-30 | 1 | -4/+9 | |
| | | | | | | this should fix situation like: - try to rcmd() to dual stack node from IPv4-only node/kernel | ||||
| * | use alloca() instead of malloc, for vfork safety | 2000-01-29 | 1 | -75/+81 | |
| | | |||||
| * | don't permit freeaddrinfo(NULL). now the behavior is consistent | 2000-01-28 | 1 | -2/+2 | |
| | | | | | | | | | | | | | across {free,net,open}bsd. both rfc2553 and X/Open spec are silent about the behavior, and there's no strong consensus either. i think library should NOT be forgiving in this case, to promote development of more robust 3rd-party codebase (code works on "freeaddrinfo(NULL) = SEGV" will work on "freeaddrinfo(NULL) is okay" environment, but not the other way around). only issue i have now is NRL freeaddrinfo() compatibility, which permits freeaddrinfo(NULL). | ||||
| * | avoid memory leakage on freeaddrinfo(). | 2000-01-27 | 1 | -0/+2 | |
| | | | | | (this bug was introduced since we mix KAME getaddrinfo and NRL freeaddrinfo). | ||||
| * | add IPv6-ready rcmd() friends. | 2000-01-27 | 3 | -80/+264 | |
| | | | | | | | | | rcmd(): IPv4 only rcmd_af(): af independent ruserok(): af independent iruserok(): IPv4 only iruserok_sa(): af independent | ||||
| * | repair nroff botch | 2000-01-27 | 1 | -3/+3 | |
| | | |||||
| * | document EINVAL also meaning socket family mismatch; Jean-Luc.Richier@imag.fr | 2000-01-26 | 2 | -2/+10 | |
| | | |||||
| * | typo (no verb) | 2000-01-26 | 1 | -2/+2 | |
| | | |||||
| * | fix .Os KAME | 2000-01-26 | 1 | -2/+2 | |
| | | |||||
| * | fix RFC2553 conformance. AI_CANONNAME does not mean reverse query. | 2000-01-26 | 1 | -126/+10 | |
| | | |||||
| * | man page updates from itojun | 2000-01-26 | 3 | -14/+36 | |
| | | |||||
| * | new bindresvport() semantics that itojun, shin, jean-luc and i have agreed on, which will be happy for the future. bindresvport_sa() for sockaddr *, too. docs later.. | 2000-01-26 | 2 | -19/+24 | |
| | | |||||
| * | repair | 2000-01-25 | 1 | -2/+2 | |
| | | |||||
| * | simplify, maaan! | 2000-01-25 | 3 | -19/+8 | |
| | | |||||
| * | return values are in ret* regs | 2000-01-24 | 2 | -8/+8 | |
| | | |||||
| * | in bindresvport(), if sin is non-NULL, example sin->sin_family for the actual family being processed | 2000-01-24 | 1 | -2/+4 | |
| | | |||||
| * | Use .Er macro when referring to errno error names. | 2000-01-22 | 7 | -17/+16 | |
| | | |||||
| * | Use .Va macro when referring to the global variable errno. | 2000-01-22 | 9 | -32/+54 | |
| | | |||||
| * | Use .Va. | 2000-01-22 | 1 | -2/+4 | |
| | | |||||
| * | ie. -> i.e., | 2000-01-22 | 2 | -4/+4 | |
| | | |||||
| * | Rename ip4.allow to ipip.allow | 2000-01-21 | 1 | -4/+4 | |
| | | |||||
| * | more warning about net.inet6.ip6.forwarding | 2000-01-19 | 1 | -1/+11 | |
| | | |||||
