summaryrefslogtreecommitdiff
path: root/lib/libc/rpc
AgeCommit message (Expand)Author
2005-04-25Do not define 'pl' globally. From Bjorn Sandell" <biorn at dce dot chalmersOtto Moerbeek
2005-04-11more snprintf return value sloppiness; ok ottoTheo de Raadt
2005-04-01ansify. ok deraadt@ jaredy@Otto Moerbeek
2005-03-15- correct include file (from david leonard, pr 4147)Jason McIntyre
2005-02-17alyte spelling-in-comment fixesJolan Luff
2005-01-08Bit of KNF - replace (<type> *)0 and (<type> *)NULL with NULL. PointedKenneth R Westerback
2004-12-17Ensure that 'addrs' is always initialized before use (from YamamotoKenneth R Westerback
2004-12-16De-reference pointer *after* checking if it is NULL.Kenneth R Westerback
2004-09-14spacingTheo de Raadt
2004-04-28typo from Jared Yanovich;Jason McIntyre
2004-02-01s/arm32/arm/ with VFP bit to match netbsd.Dale Rahn
2004-01-28the rest of the libs stuff; from art@ againMichael Shalayeff
2003-12-31Implement svc_getreq_poll(3) and friends and use poll(2) instead of select(2)Todd C. Miller
2003-09-20incorrect ordering of free operationsTheo de Raadt
2003-09-20do not leak if mem_alloc failsTheo de Raadt
2003-08-08refer to RFCs consistently (RFC XXXX);Jason McIntyre
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