summaryrefslogtreecommitdiff
path: root/lib/libc/net
AgeCommit message (Expand)Author
2000-07-25typo. s/Fa getaddrinfo/Fn getaddrinfo/. sync with kame.itojun
2000-07-25move pitfall example to downwards. wording fixes. sync with kame.itojun
2000-07-25give pitfall examples.itojun
2000-07-24correct malloc() size computation mistake. bug from bsdi, founditojun
2000-07-09reject empty scopeid/numeric portname explicitly. sync with kame.itojun
2000-07-09use strtoul() to check for all-digit string, not isdigit(). sync with kame.itojun
2000-07-08%-format pedant (always pass %s, don't use variable alone).itojun
2000-07-07Passing "char" values to ctype(3) functions is problematic.itohy
2000-07-07to get (f)lex output to go to stdout, use -t (a flag supported bycgd
2000-07-06remove registerchristos
2000-07-06add explicit castschristos
2000-07-06add constcond lint directivechristos
2000-07-06add explicit castschristos
2000-07-06add explicit castschristos
2000-07-06add argsused lint directiveschristos
2000-07-06elide non portable castschristos
2000-07-06de-registerchristos
2000-07-06remove noop checkschristos
2000-07-06elide non-portable castschristos
2000-07-06avoid non portable castschristos
2000-07-06avoid non-portable castschristos
2000-07-06- remove unused varschristos
2000-07-06- avoid non portable castschristos
2000-07-06add CONSTCOND where appropriatechristos
2000-07-05return EAI_NODATA, instead of EAI_NONAME, on name resolution errors.itojun
2000-06-30typo in RFC number. KAME PR 263itojun
2000-06-22add cmetz paper, correct exampleitojun
2000-06-18do not assume that nsaddr_list[n].sa_len is properly initialized,itojun
2000-06-18recomend get{addr,name}info for scoped address support.itojun
2000-06-18Set errno when res_mkquery fails.ghudson
2000-06-14fix up NetBSD RCS Ids to match the standard, and the leading comment ascgd
2000-06-14besure to check getnameinfo() return value. (debugging code)itojun
2000-06-12correct ENI_SALEN case to meet rfc2553bis.itojun
2000-06-12correct return value from getnameinfo to meet rf2553bis.itojun
2000-06-04correct arg type (salen) to conform to RFC2553.itojun
2000-06-04correct arg type for getnameinfo(3) for RFC2553 conformance.itojun
2000-05-30usr.sbin/lpr/lpd now compiles lib/libc/net/rcmd.c on its own, to avoiditojun
2000-05-23Fix an alignment problem introduced by the patch for PR lib/8032.tron
2000-05-17nroff correction. from openbsd.itojun
2000-05-17linebreak fix (nroff tradition)itojun
2000-05-17typo in function nameitojun
2000-05-17correct use of .Dt. nuke space at EOL. wording (duplicated verb).itojun
2000-05-11$NetBSD$itojun
2000-05-11update internet draft #. correct samples.itojun
2000-05-08Need an internal name for send(); noticed by itojun.kleink
2000-04-28typo in commentitojun
2000-04-27don't look at $HOSTALIASES, if issetugid() says the binary is dirty.itojun
2000-04-27remove unused struct def. more sanity check for NULL.itojun
2000-04-26bring in latest KAME implementation.itojun
2000-04-26add $KAME$itojun