summaryrefslogtreecommitdiff
path: root/lib/libc/net
AgeCommit message (Expand)Author
2001-12-09- be consistent about using "u_char" instead of "unsigned char"lukem
2001-12-08Implement AF_INET6 back-ends for inet_net_ntop() and inet_net_pton(), fromlukem
2001-12-08ansi knflukem
2001-12-08Add .Osgmcgarry
2001-12-01ansi knf. remove unused cruftlukem
2001-11-29Delete the old BUGS section entry:ross
2001-11-15sync with reality; scope identifier comes with the result even withoutitojun
2001-11-15make NI_WITHSCOPEID a default (always on), to synchronize with recent 2553bis.itojun
2001-11-15synchronize with kame better. get rid of #defines for ENI_xx.itojun
2001-11-04fix WARNS=2 (-Wshadow) warningslukem
2001-10-22sort sectionswiz
2001-10-22Add a reference to recv(2) as well.kleink
2001-10-22Add a sockatmark(3), the 1003.1g wrapper around SIOCATMARK.kleink
2001-10-06Put back AF_LINK support. This time, all the new code passes lint(1), modulobjh21
2001-10-05Remove AF_LINK support. It generates lint warnings, and hence won't compilebjh21
2001-10-05make it at least compile (there's no /usr/include/net/if_ieee1394.h exist).itojun
2001-10-04Extend getnameinfo() to support AF_LINK sockaddrs. The intention is thatbjh21
2001-10-04Actually, we don't have libhesiod -- the functions are in libc.wiz
2001-09-16mdoc'ify.wiz
2001-09-16Sort sections, sort SEE ALSO, and misc. fixes.wiz
2001-09-16Boring whitespace fixes.wiz
2001-09-13make it possible to turn on RES_INSECURE[12] with /etc/resolv.conf.itojun
2001-08-22sync argument/return type of [hn]to[nh][ls] to XNET 5.2 (uint{16,32}_t).itojun
2001-08-20cope with sa_len < sizeof(struct sockaddr).itojun
2001-08-20use snprintf, not sprintf. sync with kame.itojun
2001-08-19snprintf return value audit. inspired by deraadtitojun
2001-08-05there's no host.conf in netbsd. pointed out by smbitojun
2001-07-22make sure we do not touch *pp outside of parts[4].itojun
2001-07-08remove trailing whitespacejdolecek
2001-06-25Change ns_addr() to allocate 'addr' on stack, rather than using a global -jdolecek
2001-06-17Fix fallout from variable string format audit, so that this works again.jdolecek
2001-06-11Fix various misspellings of compatible/compatibility.wiz
2001-04-29remove obsolete MAN lines for getipnodeby* (has been comented out)itojun
2001-04-29copy-paste mistake; s/getaddrinfo/getnameinfo/itojun
2001-04-26Fix previous rev. the right way, using socklen_t.kleink
2001-04-26Fix lint problem caused by the changes for PR standards/12703.tron
2001-04-26Change the `len' arguemtn to gethostbyaddr(3) from int to socklen_t inkleink
2001-04-10Fix date.wiz
2001-02-28it seems that gethostent(3) is no longer supplied in libc.itojun
2001-02-13Replace strcpy with strlcpy and bounds check.sommerfeld
2001-02-12fix listener side example. from deraadt, sync with kameitojun
2001-02-12use standard IPv6 address comparison macros. sync with kameitojun
2001-01-26- scope separater is percentage, not atmark.itojun
2001-01-25make local constant arrays constjdolecek
2001-01-24make sure "qname" argument to getanswer() is properly given. from lukemitojun
2001-01-05do not refer getnodebyaddr.itojun
2001-01-04ensure that buf1 in res_queriesmatch() isn't dereferenced beforelukem
2001-01-04sprinkle _DIAGASSERT() aroundlukem
2000-12-20remove redundant declarations.christos
2000-12-20add _nsyylineno declarationchristos