summaryrefslogtreecommitdiff
path: root/lib/libc/rpc
AgeCommit message (Expand)Author
2003-06-29remove some old groff macros and replace them with -mdoc ones;Jason McIntyre
2003-05-30- whitespace at EOLJason McIntyre
2003-05-20this is all new code. copyright to downsj and myself who managed toTheo de Raadt
2003-05-07typos;Jason McIntyre
2003-04-11bindresvport() does not automatically select another port if theTodd C. Miller
2003-03-17some small typos;Jason McIntyre
2003-02-18copyrights added;Jason McIntyre
2003-02-14put my copyrights on hereTheo de Raadt
2002-12-11Make x_handy in XDR u_int, not int since there are places in theTodd C. Miller
2002-09-10remove extra output of \n in clnt_perror()Theo de Raadt
2002-09-06use socklen_t where needed; henning pvalchev okTheo de Raadt
2002-08-29clean; gwyllion@ace.ulyssis.orgTheo de Raadt
2002-08-22do not lose errnoTheo de Raadt
2002-08-22tweakTheo de Raadt
2002-08-03If malloc() fails, perror() and return. This is non-optimal but becauseTodd C. Miller
2002-08-01KNF and correct overflow fix; jhutz@cmu.eduTheo de Raadt
2002-07-29careful mallocTheo de Raadt
2002-06-03compatiblity -> compatibilityTheo de Raadt
2002-05-29strlcat boundsTheo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
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
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
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
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