summaryrefslogtreecommitdiff
path: root/lib/libc/rpc
AgeCommit message (Collapse)Author
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2002-02-13indentTheo de Raadt
2002-01-02label abort() from inside library as ILLEGALTheo de Raadt
2001-09-17cast a few more long's to int32_tJason Wright
2001-09-16It is not legal to have multiple .%T entries in a reference so splitTodd C. Miller
the manual references up. This is still not as nice as it could be but at least groff no longer spits out an error.
2001-09-15prototype cleanupTheo de Raadt
2001-08-18be more careful with snprintf; millert okTheo de Raadt
2001-08-06o) We always close .Bl and .Bd tags;Mike Pechkin
o) .Sh AUTHOR -> .Sh AUTHORS; o) We don't like .Pp before/after .Sh; o) We don't like .Pp before/after .Rs/.Re; o) NetBSD -> .Nx; o) OpenBSD -> .Ox; millert@ ok
2001-06-27use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.lebel
2001-03-03plug many memory leaksTheo de Raadt
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
(is it too large amount of change?)
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 ↵Theo de Raadt
on, which will be happy for the future. bindresvport_sa() for sockaddr *, too. docs later..
2000-01-24in bindresvport(), if sin is non-NULL, example sin->sin_family for the ↵Theo de Raadt
actual family being processed
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
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
1999-07-07when using `-' as a negative sign, escape it with a backslash so troff knowsAaron Campbell
it's not supposed to be a hyphen/dash
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