The NetBSD Project

src/lib/libc/net/

Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [cvs.NetBSD.org] / src / lib / libc / net

Current tag: yamt-pf42-base4


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Lint_htonl.c  1.4   22 years  itojun   sync argument/return type of [hn]to[nh][ls] to XNET 5.2 (uint{16,32}_t). as disc...
[TXT] Lint_htons.c  1.4   22 years  itojun   sync argument/return type of [hn]to[nh][ls] to XNET 5.2 (uint{16,32}_t). as disc...
[TXT] Lint_ntohl.c  1.4   22 years  itojun   sync argument/return type of [hn]to[nh][ls] to XNET 5.2 (uint{16,32}_t). as disc...
[TXT] Lint_ntohs.c  1.4   22 years  itojun   sync argument/return type of [hn]to[nh][ls] to XNET 5.2 (uint{16,32}_t). as disc...
[TXT] Makefile.inc  1.72   16 years  he   Add a new socket option for unix domain sockets: LOCAL_PEEREID, to make it possi...
[TXT] base64.c  1.10   17 years  ghen   branches: 1.10.12; Resolve conflicts.
[TXT] byteorder.3  1.14   18 years  uwe   Use different wording as "null macro" is too ambiguous.
[TXT] ethers.3  1.13   21 years  wiz   Use .In header.h instead of .Fd #include \*[Lt]header.h\*[Gt] Much easier to rea...
[TXT] ethers.c  1.21   17 years  martin   branches: 1.21.42; PR lib/34801 from David A. Holland: "static" comes first in ...
[TXT] gai_strerror.3  1.4   18 years  wiz   We have 2006.
[TXT] getaddrinfo.3  1.46   17 years  wiz   Add missing article.
[TXT] getaddrinfo.c  1.91   16 years  lukem   branches: 1.91.6; 1.91.8; Add a missing const.
[TXT] gethnamaddr.c  1.73   17 years  christos   branches: 1.73.18; Appropriate versions are not supplied by bind anymore.
[TXT] gethostbyname.3  1.28   17 years  apb   branches: 1.28.42; 1.28.48; Clarify that gethostbyname and gethostbyname2 can ...
[TXT] getifaddrs.3  1.8   21 years  wiz   branches: 1.8.38; 1.8.42; 1.8.46; Use .In header.h instead of .Fd #include \*...
[TXT] getifaddrs.c  1.11   16 years  dyoung   branches: 1.11.12; 1.11.16; 1.11.20; Use __arraycount().
[TXT] getnameinfo.3  1.36   19 years  kleink   branches: 1.36.26; Only name <netdb.h> in the synopsis, like the old manual pag...
[TXT] getnameinfo.c  1.45   17 years  christos   branches: 1.45.24; 1.45.28; fix incomplete initializers
[TXT] getnetent.3  1.13   19 years  kleink   struct netnet.n_net used to be an unsigned long integer. In XNS5, and subsequen...
[TXT] getnetent.c  1.18   17 years  christos   Appropriate versions are not supplied by bind anymore.
[TXT] getnetnamadr.c  1.41   15 years  lukem   branches: 1.41.2; 1.41.6; 1.41.22; Fix possible memory leak in error path. Pa...
[TXT] getpeereid.3  1.2   16 years  abs   Adjust "The getpeereid() function appeared in NetBSD 4.0" to a more correct NetB...
[TXT] getpeereid.c  1.2   15 years  martin   branches: 1.2.8; Convert to new 2 clause license
[TXT] getprotobyname.c  1.4   15 years  martin   branches: 1.4.8; Remove clause 3 and 4 from TNF licenses
[TXT] getprotobyname_r.c  1.3   19 years  kleink   Move the (at this time private) get{proto,serv}ent_r() prototypes and data struc...
[TXT] getprotobynumber.c  1.4   15 years  martin   branches: 1.4.8; Remove clause 3 and 4 from TNF licenses
[TXT] getprotobynumber_r.c  1.3   19 years  kleink   Move the (at this time private) get{proto,serv}ent_r() prototypes and data struc...
[TXT] getprotoent.3  1.11   20 years  agc   Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J...
[TXT] getprotoent.c  1.12   15 years  martin   branches: 1.12.8; Remove clause 3 and 4 from TNF licenses
[TXT] getprotoent_r.c  1.5   19 years  kleink   Move the (at this time private) get{proto,serv}ent_r() prototypes and data struc...
[TXT] getservbyname.c  1.14   15 years  martin   branches: 1.14.8; Remove clause 3 and 4 from TNF licenses
[TXT] getservbyname_r.c  1.6   17 years  christos   branches: 1.6.18; 1.6.24; 1.6.28; return NULL instead of core-dumping when we...
[TXT] getservbyport.c  1.12   15 years  martin   branches: 1.12.8; Remove clause 3 and 4 from TNF licenses
[TXT] getservbyport_r.c  1.6   17 years  christos   branches: 1.6.18; 1.6.24; 1.6.28; return NULL instead of core-dumping when we...
[TXT] getservent.3  1.14   20 years  agc   Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J...
[TXT] getservent.c  1.12   15 years  martin   branches: 1.12.8; Remove clause 3 and 4 from TNF licenses
[TXT] getservent_r.c  1.9   16 years  christos   PR/37708: A.Leo.: getservbyname, segetaddrinfo sefgfaults when user has no righ...
[TXT] hesiod.3  1.6   21 years  wiz   branches: 1.6.42; Use .In header.h instead of .Fd #include \*[Lt]header.h\*[Gt]...
[TXT] hesiod.c  1.24   18 years  christos   Let the default case handle all the errors; no functional change.
[TXT] if_indextoname.3  1.11   19 years  ginsbach   Update standards section; add X/Open XNS and X/Open - IEEE POSIX. RFC 2553 made ...
[TXT] if_indextoname.c  1.5   17 years  elad   strncpy -> strlcpy. from David Holland.
[TXT] if_nameindex.c  1.6   23 years  christos   branches: 1.6.60; appease lint casting.
[TXT] if_nametoindex.c  1.4   23 years  itojun   strictly conform to RFC2553 (specifically ENXIO case). sync with KAME
[TXT] inet6_opt_init.3  1.1   17 years  rpaulo   branches: 1.1.44; 1.1.50; Add support for RFC 3542 Adv. Socket API for IPv6 (w...
[TXT] inet6_option_space.3  1.16   18 years  perry   u_intN_t -> uintN_t
[TXT] inet6_rth_space.3  1.1   17 years  rpaulo   branches: 1.1.44; 1.1.50; Add support for RFC 3542 Adv. Socket API for IPv6 (w...
[TXT] inet6_rthdr_space.3  1.15   19 years  christos   revert previous change while discussion is in progress.
[TXT] ip6opt.c  1.11   17 years  rpaulo   Add support for RFC 3542 Adv. Socket API for IPv6 (which obsoletes 2292). * RFC ...
[TXT] iso_addr.c  1.12   18 years  christos   branches: 1.12.44; WARNS=4
[TXT] linkaddr.3  1.10   20 years  agc   branches: 1.10.80; Move UCB-licensed code from 4-clause to 3-clause licence. P...
[TXT] linkaddr.c  1.14   18 years  christos   branches: 1.14.44; WARNS=4
[TXT] nsdispatch.3  1.28   15 years  lukem   branches: 1.28.6; Convert getnetbyname(3) and getnetbyaddr(3) to the more "stan...
[TXT] nsdispatch.c  1.32   15 years  martin   branches: 1.32.2; Remove clause 3 and 4 from TNF licenses
[TXT] nslexer.l  1.8   15 years  martin   branches: 1.8.8; Remove clause 3 and 4 from TNF licenses
[TXT] nsparser.y  1.10   15 years  martin   branches: 1.10.8; Remove clause 3 and 4 from TNF licenses
[TXT] protoent.h  1.2   15 years  martin   branches: 1.2.8; Remove clause 3 and 4 from TNF licenses
[TXT] rcmd.3  1.27   18 years  perry   u_intN_t -> uintN_t
[TXT] rcmd.c  1.65   17 years  ws   Don't leak file descriptors.
[TXT] recv.c  1.9   20 years  drochner   branches: 1.9.56; the last argument to recvfrom() is a pointer, so use "NULL" f...
[TXT] resolver.3  1.21   19 years  wiz   branches: 1.21.32; 1.21.38; 1.21.42; Fix a double word, and improve mark up i...
[TXT] rthdr.c  1.16   17 years  rpaulo   branches: 1.16.16; Add support for RFC 3542 Adv. Socket API for IPv6 (which obs...
[TXT] send.c  1.9   20 years  agc   branches: 1.9.56; Move UCB-licensed code from 4-clause to 3-clause licence. Pa...
[TXT] servent.h  1.3   15 years  martin   branches: 1.3.8; Remove clause 3 and 4 from TNF licenses
[TXT] sethostent.c  1.16   17 years  christos   branches: 1.16.18; 1.16.36; 1.16.38; Appropriate versions are not supplied by...
[TXT] sockatmark.3  1.9   15 years  martin   branches: 1.9.8; Convert TNF licenses to new 2 clause variant
[TXT] sockatmark.c  1.2   15 years  martin   branches: 1.2.4; 1.2.8; Remove clause 3 and 4 from TNF licenses
[TXT] vars6.c  1.7   18 years  christos   add missing in6addr_linklocal_allrouters.
[TXT] __cmsg_alignbytes.c (in the Attic) [Hide]  1.7   18 years  christos   Use reach-over sources from common/lib/libc
[TXT] __dn_comp.c (in the Attic) [Hide]  1.5   19 years  christos   Finish bind9 resolver merge.
[TXT] __res_close.c (in the Attic) [Hide]  1.6   19 years  christos   Finish bind9 resolver merge.
[TXT] __res_send.c (in the Attic) [Hide]  1.5   19 years  christos   Finish bind9 resolver merge.
[TXT] _inet_aton.c (in the Attic) [Hide]  1.2   19 years  christos   Finish bind9 resolver merge.
[TXT] _inet_pton.c (in the Attic) [Hide]  1.2   19 years  christos   Finish bind9 resolver merge.
[TXT] gethostnamadr.c (in the Attic) [Hide]  1.27   26 years  thorpej   This file was deleted with the last resolver merge, and mistakenly brought back ...
[TXT] getnetbyaddr.c (in the Attic) [Hide]  1.14   25 years  lukem   pull nsswitch up to main branch convert getnetby*() to nsswitch (from resolv.con...
[TXT] getnetbyname.c (in the Attic) [Hide]  1.12   25 years  lukem   pull nsswitch up to main branch convert getnetby*() to nsswitch (from resolv.con...
[TXT] getproto.c (in the Attic) [Hide]  1.10   20 years  christos   Implement the non-reentrant ones using the reentrant ones. Name files by functio...
[TXT] getprotoname.c (in the Attic) [Hide]  1.11   20 years  christos   Implement the non-reentrant ones using the reentrant ones. Name files by functio...
[TXT] herror.c (in the Attic) [Hide]  1.18   19 years  christos   Finish bind9 resolver merge.
[TXT] htonl.c (in the Attic) [Hide]  1.12   18 years  christos   Use reach-over sources from common/lib/libc
[TXT] htons.c (in the Attic) [Hide]  1.11   18 years  christos   Use reach-over sources from common/lib/libc
[TXT] ifname.c (in the Attic) [Hide]  1.8   24 years  itojun   use BSDI-origin if_{index,name}* functions. they use getifaddrs(3) as backend a...
[TXT] inet.3 (in the Attic) [Hide]  1.28   19 years  christos   Finish bind9 resolver merge.
[TXT] inet_addr.c (in the Attic) [Hide]  1.8   26 years  christos   inet_pton4() did not handle - incompletely specified ip addresses - ip address...
[TXT] inet_lnaof.c (in the Attic) [Hide]  1.11   19 years  christos   Finish bind9 resolver merge.
[TXT] inet_makeaddr.c (in the Attic) [Hide]  1.16   19 years  christos   Finish bind9 resolver merge.
[TXT] inet_net.3 (in the Attic) [Hide]  1.10   19 years  christos   Finish bind9 resolver merge.
[TXT] inet_net_ntop.c (in the Attic) [Hide]  1.20   19 years  christos   Finish bind9 resolver merge.
[TXT] inet_net_pton.c (in the Attic) [Hide]  1.17   19 years  christos   Finish bind9 resolver merge.
[TXT] inet_neta.c (in the Attic) [Hide]  1.16   19 years  christos   Finish bind9 resolver merge.
[TXT] inet_netof.c (in the Attic) [Hide]  1.12   19 years  christos   Finish bind9 resolver merge.
[TXT] inet_network.c (in the Attic) [Hide]  1.20   19 years  christos   Finish bind9 resolver merge.
[TXT] inet_ntoa.c (in the Attic) [Hide]  1.12   19 years  christos   Finish bind9 resolver merge.
[TXT] inet_ntop.c (in the Attic) [Hide]  1.14   19 years  christos   Finish bind9 resolver merge.
[TXT] inet_pton.c (in the Attic) [Hide]  1.20   19 years  christos   Finish bind9 resolver merge.
[TXT] iso_addr.3 (in the Attic) [Hide]  1.8   20 years  agc   branches: 1.8.42; Move UCB-licensed code from 4-clause to 3-clause licence. Pa...
[TXT] ns.3 (in the Attic) [Hide]  1.17   17 years  matt   Remove the XNS man pages.
[TXT] ns_addr.c (in the Attic) [Hide]  1.18   17 years  matt   Move ns_addr and ns_ntoa to compat libc. Add a stripped version of <netns/ns.h>...
[TXT] ns_ntoa.c (in the Attic) [Hide]  1.13   17 years  matt   Move ns_addr and ns_ntoa to compat libc. Add a stripped version of <netns/ns.h>...
[TXT] nsap_addr.c (in the Attic) [Hide]  1.13   19 years  christos   Finish bind9 resolver merge.
[TXT] ntohl.c (in the Attic) [Hide]  1.11   18 years  christos   Use reach-over sources from common/lib/libc
[TXT] ntohs.c (in the Attic) [Hide]  1.11   18 years  christos   Use reach-over sources from common/lib/libc
[TXT] res_comp.c (in the Attic) [Hide]  1.22   19 years  christos   Finish bind9 resolver merge.
[TXT] res_data.c (in the Attic) [Hide]  1.9   19 years  christos   Finish bind9 resolver merge.
[TXT] res_debug.c (in the Attic) [Hide]  1.36   19 years  christos   Finish bind9 resolver merge.
[TXT] res_init.c (in the Attic) [Hide]  1.46   19 years  christos   Finish bind9 resolver merge.
[TXT] res_mkquery.c (in the Attic) [Hide]  1.26   19 years  christos   Finish bind9 resolver merge.
[TXT] res_query.c (in the Attic) [Hide]  1.38   19 years  christos   Finish bind9 resolver merge.
[TXT] res_send.c (in the Attic) [Hide]  1.38   19 years  christos   Finish bind9 resolver merge.


CVSweb <webmaster@jp.NetBSD.org>