summaryrefslogtreecommitdiff
path: root/lib/libc/rpc
AgeCommit message (Expand)Author
2008-09-07Fix param list for xdrrec_eof. Found during coding some stuff that usesMarco Peereboom
2008-06-25Change a very long selective list of all architectures which do IEEE intoTheo de Raadt
2008-06-13document xdr_{u_}int64_t() functionsTheo de Raadt
2008-06-13implement xdr_int64_t, xdr_u_int64_tNikolay Sturm
2007-09-17Fix comment typos; ok ray@, jmc@Bret Lambert
2007-09-12Remove wrong snprintf(3) truncation checks, which can't beMoritz Jodeit
2007-09-10Proper use of fseek/fseeko macros.Tobias Stoeckmann
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgTheo de Raadt
2007-05-31convert to new .Dd format;Jason McIntyre
2007-03-25eliminate call to abort(), which is very bad in libs. I forgat howOtto Moerbeek
2007-02-20Change hard coded numbers to sizeof(buf). Also change someRay Lai
2006-11-10add void set_rpc_maxgrouplist(int), to be able to make mount_nfs -gAlexander von Gernler
2006-10-10Teach'em about cpus in spandexMiod Vallat
2006-09-22Check return value of authunix_create_default(); from bret lambertOtto Moerbeek
2006-09-17dont put two '\n' at the end of the string returnd by clnt_sperror()Thordur I. Bjornsson
2006-04-02be more careful checking for (off_t)-1 as the failure condition fromTheo de Raadt
2006-04-02sprinkle a socklen_tTheo de Raadt
2006-03-31sprinkle a bit of ARGSUSEDTheo de Raadt
2006-03-31internal API newgetbroadcastnets() does not need a sockTheo de Raadt
2006-01-17Include param.h for MAXHOSTNAMELENTodd C. Miller
2005-12-21Userland programs should include <errno.h> not <sys/errno.h>Todd C. Miller
2005-10-30Make xdrstdio_getlong() and xdrstdio_putlong() work on 64-bit big-endianMark Kettenis
2005-10-10Remove a few warnings. Those were not apparent thanks to a bug in gcc 2.95.Marc Espie
2005-10-02some fixes to the .Nm list:Jason McIntyre
2005-09-10Use realloc() instead of malloc().Brad Smith
2005-08-08zap remaining rcsid.Marc Espie
2005-08-05impelmentation -> implementationMarc Espie
2005-08-01kernal->kernel;Jason McIntyre
2005-07-22- sync prototypes and header excerpts to realityJared Yanovich
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