Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow users to specify a command to use as remote command instead of | imp | 2001-10-23 | 4 | -6/+257 |
| | | | | | | | | | | using rcmd directly. This has been in my tree for a long time, but we may need to sync with OpenBSD before MFC. Obtained from: openbsd PR: 15830 MFC after: 2 months | ||||
* | Use the new SIOCGIFINDEX ioctl to efficiently map a name to an index. | jlemon | 2001-10-17 | 1 | -2/+22 |
| | | | | | If the syscall fails, fall back on the old method as a compatability measure. | ||||
* | getnetbyaddr() should be serviced by the "networks" database. | ru | 2001-10-10 | 1 | -1/+1 |
| | |||||
* | Don't mangle vendor ids to put them in __RCSID. Just ifdef all vendor | mike | 2001-10-09 | 1 | -1/+6 |
| | | | | | | id cruft. Submitted by: bde | ||||
* | Include <string.h> to prototype strcpy(3). While I'm here, make use | mike | 2001-10-04 | 1 | -3/+4 |
| | | | | | | of the new RCSID macros. MFC after: 3 days | ||||
* | - cope with sa_len < sizeof(struct sockaddr). | ume | 2001-10-02 | 1 | -35/+44 |
| | | | | | | | | From: Patrik Lindergren <patrik@datacom.nu> - delint (pointer cast issue). from netbsd-current Obtained from: KAME MFC after: 1 week | ||||
* | mdoc(7) police: Use the new .In macro for #include statements. | ru | 2001-10-01 | 22 | -48/+48 |
| | |||||
* | Add manpage for inet_net_ntop(3) and inet_net_pton(3). | ru | 2001-08-31 | 3 | -1/+162 |
| | | | | Obtained from: NetBSD | ||||
* | Use ``.Rv -std'' wherever possible. | ru | 2001-08-31 | 1 | -4/+1 |
| | | | | Submitted by: yar | ||||
* | o Remove some GCCisms in src/powerpc/include/endian.h. | mike | 2001-08-30 | 1 | -9/+14 |
| | | | | | | | | | | | | | | | | | | | | o Unify <machine/endian.h>'s across all architectures. o Make bswapXX() functions use a different spelling of u_int16_t and friends to reduce namespace pollution. The bswapXX() functions don't actually exist, but we'll probably import these at some point. Atleast one driver (if_de) depends on bswapXX() for big endian cases. o Deprecate byteorder(3) prototypes from <sys/types.h>, these are now prototyped indirectly in <arpa/inet.h>. o Deprecate in_addr_t and in_port_t typedefs in <sys/types.h>, these are now typedef'd in <arpa/inet.h>. o Change byteorder(3) prototypes to use standards compliant uint32_t (spelled __uint32_t to reduce namespace pollution). o Document new preferred headers and standards compliance. Discussed with: bde PR: 29946 Reviewed by: bmilekic | ||||
* | Mark some functions as __printflike() and/or taking const char * arguments | kris | 2001-08-20 | 1 | -0/+4 |
| | | | | | | instead of char *. MFC after: 2 weeks | ||||
* | mdoc(7) police: collapse multiple spaces. | ru | 2001-08-17 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: s;BSD/OS;.Bsx; where appropriate. | ru | 2001-08-13 | 1 | -1/+2 |
| | |||||
* | Removed duplicate VCS ID tags, as per style(9). | ru | 2001-08-13 | 3 | -6/+6 |
| | |||||
* | Fill _res.sort_list with harmless entry. sortlist for IPv6/IPv4 | ume | 2001-08-11 | 1 | -0/+3 |
| | | | | | | | | | is stored in _res_ext.sort_list, and sortlist for IPv4 is stored in _res.sort_list for backward compatibility. However, both sort_list's are maintaind by just one index _res.nsort. So, when IPv6 address is specified to sortlist, empty entry was created in _res.sort_list. It broke sortlist facility of gethostbyname(). Discussed on users@jp.ipv6.org. | ||||
* | mdoc(7) police: join split punctuation to macro calls. | ru | 2001-08-10 | 1 | -1/+1 |
| | |||||
* | Urge the reader to start using getaddrinfo(3) and getnameinfo(3) | ru | 2001-08-08 | 1 | -0/+14 |
| | | | | | | | protocol-independant functions that don't use static memory area. Suggested by: nik Liked by: ume, brian | ||||
* | mdoc(7) police: | ru | 2001-08-07 | 8 | -56/+41 |
| | | | | | | | Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text. Not only this slows down the mdoc(7) processing significantly, but it also has an undesired (in this case) effect of disabling hyphenation within the entire enclosed block. | ||||
* | Only pull in the MD files if they exist. This allows for progressive | mp | 2001-07-31 | 1 | -0/+2 |
| | | | | implementation and compilation when bringing up a new architecture. | ||||
* | Oops, commit the version which actually works | kris | 2001-07-16 | 1 | -6/+12 |
| | | | | | Obtained from: NetBSD MFC After: 1 week | ||||
* | Avoid a compile-time format string warning | kris | 2001-07-16 | 1 | -10/+13 |
| | | | | | Obtained from: NetBSD MFC After: 1 week | ||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 15 | -44/+44 |
| | |||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 11 | -11/+11 |
| | |||||
* | Document more resolver(3) routines: dn_skip() from resolv.h, and | tobez | 2001-07-09 | 2 | -2/+55 |
| | | | | | | | ns_get16(), ns_get32(), ns_put16(), and ns_put32() from arpa/nameser.h. Markup by: ru OK'ed by: markm | ||||
* | mdoc(7) police: remove extraneous .Pp before and/or after .Sh. | dd | 2001-07-09 | 1 | -1/+0 |
| | |||||
* | mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2). | ru | 2001-07-06 | 2 | -2/+2 |
| | |||||
* | mdoc(7) police: print some example text with literal font. | ru | 2001-07-04 | 1 | -1/+4 |
| | |||||
* | Bring in fix from rev 1.32 that got lost during the conversion to kqueue. | jlemon | 2001-06-23 | 1 | -8/+19 |
| | | | | | | | | This prevents an indefinte timeout in case the kevent call is interrupted for some reason. PR: 26665 MFC in: 2 weeks | ||||
* | Implement EDNS0 support, as EDNS0 support will be made mandatory for | ume | 2001-06-10 | 6 | -2/+64 |
| | | | | | | | | | | | IPv6 transport-ready resolvers/DNS servers. Need careful configuration when enable it. (default config is not affected). See manpage for details. XXX visible symbol __res_opt() is added, however, it is not supposed to be called from outside, libc minor is not bumped. Obtained from: KAME/NetBSD | ||||
* | s/format/byte order/ (for clarity). | ru | 2001-06-07 | 1 | -1/+1 |
| | |||||
* | Correct error message of an example. | ume | 2001-05-21 | 1 | -1/+1 |
| | | | | Obtained from: KAME | ||||
* | mdoc(7) police: sort xrefs. | ru | 2001-05-15 | 1 | -1/+1 |
| | |||||
* | gethostbyname2() can't do AF_INET6 lookups over NIS. | alex | 2001-05-08 | 1 | -0/+7 |
| | | | | | | getaddrinfo(3) must be used. Submitted by: ume | ||||
* | Add getaddrinfo(3) to the "SEE ALSO" list. | archie | 2001-04-27 | 1 | -0/+1 |
| | |||||
* | mdoc(7) police: update referenced standard name. | ru | 2001-04-18 | 1 | -1/+1 |
| | |||||
* | Correct a typo; prefered -> preferred. | kris | 2001-04-17 | 1 | -1/+1 |
| | |||||
* | MAN[1-9] -> MAN. | ru | 2001-03-27 | 1 | -1/+1 |
| | |||||
* | IPv4 address is not unsigned int. This change introduces in_addr_t. | ume | 2001-03-23 | 7 | -18/+25 |
| | | | | | | | PR: 9982 Adviced by: des Reviewed by: -alpha and -net (no objection) Obtained from: OpenBSD | ||||
* | Nuke non-standard EAI_RESNULL. | ume | 2001-03-17 | 2 | -13/+0 |
| | |||||
* | Document the rest of the possible return codes. | dd | 2001-03-13 | 1 | -0/+12 |
| | | | | | PR: 25188 Approved by: nik | ||||
* | .St -p1003.1g -> .St -p1003.1g-2000. | ru | 2001-03-12 | 2 | -2/+2 |
| | |||||
* | Fix style that got corrupted. | obrien | 2001-03-05 | 1 | -17/+17 |
| | |||||
* | Fix FreeBSD id style breakage from rev 1.17 | obrien | 2001-03-05 | 1 | -1/+1 |
| | |||||
* | Eliminate mdocNG warnings caused by misplaced or extraneous macro calls. | ru | 2001-02-28 | 1 | -1/+1 |
| | |||||
* | Use the new EV_SET macro to insure that all fields in struct kevent | jlemon | 2001-02-28 | 1 | -5/+3 |
| | | | | | | | are correctly initialized before use. This should fix the problem with DNS. Pointy hat to: me | ||||
* | Use ``.St -p1003.1g''. | ru | 2001-02-26 | 2 | -2/+4 |
| | |||||
* | Enable AI_ADDRCONFIG as a valid flag of getaddrinfo(3). Some | ume | 2001-02-19 | 1 | -5/+0 |
| | | | | | | applications specify AI_ADDRCONFIG and fail to run under FreeBSD. Latest mews is known. Now, getaddrinfo(3) behaves according to AI_ADDRCONFIG. | ||||
* | Correct 2nd argument of getnameinfo(3) to socklen_t. | ume | 2001-02-15 | 1 | -1/+1 |
| | | | | Reviewed by: itojun | ||||
* | mdoc(7) police: polishing. | ru | 2001-02-10 | 1 | -32/+43 |
| | |||||
* | Improve language and code examples. | nik | 2001-02-10 | 1 | -31/+41 |
| | | | | | PR: docs/24961 Submmitted by: Tony Finch <dot@dotat.at> |