summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc (follow)
Commit message (Expand)AuthorAgeFilesLines
* incorrect ordering of free operationsderaadt2003-09-201-4/+4
* do not leak if mem_alloc failsderaadt2003-09-201-1/+4
* refer to RFCs consistently (RFC XXXX);jmc2003-08-082-4/+4
* remove some old groff macros and replace them with -mdoc ones;jmc2003-06-291-6/+9
* - whitespace at EOLjmc2003-05-306-24/+24
* this is all new code. copyright to downsj and myself who managed toderaadt2003-05-201-34/+22
* typos;jmc2003-05-071-11/+12
* bindresvport() does not automatically select another port if themillert2003-04-111-30/+34
* some small typos;jmc2003-03-171-3/+3
* copyrights added;jmc2003-02-186-6/+168
* put my copyrights on herederaadt2003-02-141-2/+52
* Make x_handy in XDR u_int, not int since there are places in themillert2002-12-111-9/+15
* remove extra output of \n in clnt_perror()deraadt2002-09-101-2/+2
* use socklen_t where needed; henning pvalchev okderaadt2002-09-065-12/+13
* clean; gwyllion@ace.ulyssis.orgderaadt2002-08-291-2/+1
* do not lose errnoderaadt2002-08-221-1/+6
* tweakderaadt2002-08-222-8/+8
* If malloc() fails, perror() and return. This is non-optimal but becausemillert2002-08-031-2/+5
* KNF and correct overflow fix; jhutz@cmu.eduderaadt2002-08-011-16/+11
* careful mallocderaadt2002-07-291-4/+6
* compatiblity -> compatibilityderaadt2002-06-031-2/+2
* strlcat boundsderaadt2002-05-291-2/+2
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-164-10/+10
* indentderaadt2002-02-131-3/+3
* label abort() from inside library as ILLEGALderaadt2002-01-022-7/+7
* cast a few more long's to int32_tjason2001-09-172-6/+6
* It is not legal to have multiple .%T entries in a reference so splitmillert2001-09-161-7/+20
* prototype cleanupderaadt2001-09-1528-412/+407
* be more careful with snprintf; millert okderaadt2001-08-181-22/+20
* o) We always close .Bl and .Bd tags;mpech2001-08-061-2/+2
* use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.lebel2001-06-272-6/+4
* plug many memory leaksderaadt2001-03-0313-50/+94
* document svc_getreqset2(), a non-standard interfacederaadt2000-12-212-2/+29
* data base -> databasemillert2000-12-171-3/+3
* typoderaadt2000-11-091-2/+2
* fix includesderaadt2000-08-242-2/+4
* uninit variablesderaadt2000-08-243-6/+6
* update other obsoleted rfcsprovos2000-08-022-4/+4
* use getifaddrs(3) instead of SIOCGIFCONF, to avoid alignment issues.itojun2000-05-191-51/+32
* #ifdef vax -> #ifdef __vax__bjc2000-04-301-5/+5
* Typoespie2000-04-251-2/+2
* Repairs, mostly removing hard sentence breaks.aaron2000-04-186-105/+146
* Mostly punctuation fixes.aaron2000-04-151-3/+2
* make it very safe against LP64 alignment issues, by using getifaddrs().itojun2000-02-251-53/+12
* document EINVAL also meaning socket family mismatch; Jean-Luc.Richier@imag.frderaadt2000-01-261-1/+5
* typo (no verb)itojun2000-01-261-2/+2
* fix .Os KAMEitojun2000-01-261-2/+2
* man page updates from itojunderaadt2000-01-262-12/+34
* new bindresvport() semantics that itojun, shin, jean-luc and i have agreed on, which will be happy for the future. bindresvport_sa() for sockaddr *, too. docs later..deraadt2000-01-261-17/+21
* in bindresvport(), if sin is non-NULL, example sin->sin_family for the actual family being processedderaadt2000-01-241-2/+4