summaryrefslogtreecommitdiff
path: root/lib/libc/rpc
AgeCommit message (Expand)Author
2000-12-21document svc_getreqset2(), a non-standard interfaceTheo de Raadt
2000-12-17data base -> databaseTodd C. Miller
2000-11-09typoTheo de Raadt
2000-08-24fix includesTheo de Raadt
2000-08-24uninit variablesTheo de Raadt
2000-08-02update other obsoleted rfcsNiels Provos
2000-05-19use getifaddrs(3) instead of SIOCGIFCONF, to avoid alignment issues.Jun-ichiro itojun Hagino
2000-04-30#ifdef vax -> #ifdef __vax__Brandon Creighton
2000-04-25TypoMarc Espie
2000-04-18Repairs, mostly removing hard sentence breaks.Aaron Campbell
2000-04-15Mostly punctuation fixes.Aaron Campbell
2000-02-25make it very safe against LP64 alignment issues, by using getifaddrs().Jun-ichiro itojun Hagino
2000-01-26document EINVAL also meaning socket family mismatch; Jean-Luc.Richier@imag.frTheo de Raadt
2000-01-26typo (no verb)Jun-ichiro itojun Hagino
2000-01-26fix .Os KAMEJun-ichiro itojun Hagino
2000-01-26man page updates from itojunTheo de Raadt
2000-01-26new bindresvport() semantics that itojun, shin, jean-luc and i have agreed on...Theo de Raadt
2000-01-24in bindresvport(), if sin is non-NULL, example sin->sin_family for the actual...Theo de Raadt
1999-12-30add the _af versions to the NAME chunkTheo de Raadt
1999-12-17set sa_len tooTheo de Raadt
1999-12-16rresvport_af() and bindresvport_af()Theo de Raadt
1999-11-23mark some places that malloc is not checkedTheo de Raadt
1999-07-09- remove all trailing whitespaceAaron Campbell
1999-07-07when using `-' as a negative sign, escape it with a backslash so troff knowsAaron Campbell
1999-07-05use .Li to refer to data typesAaron Campbell
1999-07-02remove redundant .Pp macrosAaron Campbell
1999-06-29fix some old macros that didn't get converted from man to mdocAaron Campbell
1999-06-16More xref sorting under SEE ALSO.Alex Feldman
1999-05-25kill some old macrosAaron Campbell
1999-05-25punctuationAaron Campbell
1999-05-24replace some old macros with new ones, make use of .Sy for warnings etc; d@Aaron Campbell
1999-05-20repair SYNOPSISAaron Campbell
1999-05-15ethernet -> Ethernet, other repairsAaron Campbell
1999-02-04correct clnt_control() args; alex@freebsdTheo de Raadt
1998-12-30append \n correctlyTheo de Raadt
1998-12-30doc fix: clnt_sperrno does not append a NEWLINETheo de Raadt
1998-12-21missed some function return typesTheo de Raadt
1998-12-20alphabetize function forward decls for prettinessTodd C. Miller
1998-11-22detect truncation and overflow betterTheo de Raadt
1998-11-22use %u for unsigned printsTheo de Raadt
1998-11-20Add thread-safety to libc, so that libc_r will build (on i386 at least).David Leonard
1998-09-06More man page fixes. Spelling, grammar, some typos. Lots of double-wordAaron Campbell
1998-08-29man page repairs; aaron@ug.cs.dal.caTheo de Raadt
1998-08-29change pmap_set() protocol to u_int, similar to solaris; ref: casperTheo de Raadt
1998-08-28hppa is ieee fp tooMichael Shalayeff
1998-08-14realloc repairTheo de Raadt
1998-07-09clarify gethostname() callTheo de Raadt
1998-06-08buf oflow; chris@ferret.lmh.ox.ac.ukTheo de Raadt
1998-05-22make svctcp_recv kill sockets that fail in xdr_callmsg(); wpaulTheo de Raadt
1998-05-22make readtcp() call svc_getreqset2() for activity on other sockets; wpaulTheo de Raadt