summaryrefslogtreecommitdiff
path: root/lib/libc/rpc
AgeCommit message (Expand)Author
2006-07-08rpc_errlist:yamt
2006-06-22Centralize the TCP_NODELAY handling as discussed in tech-net.christos
2006-05-18Coverity CID 3651: Don't leak ifaddrs on getaddrinfo failure.christos
2006-05-14XXX: GCC uninitialized variable.christos
2006-05-11xdr sucks. sprinkle some (void *) casts into it's functions taking void **,mrg
2006-04-25fix some unpaired sigblocks which possibly leave the process with alldrochner
2006-03-22-fix uninitialized variable introduced in previousdrochner
2006-03-22Coverity CID 2291: Move function call before allocating storage to preventchristos
2006-03-22Coverity CID 2292: Plug memory leak.christos
2006-03-21Coverity CID 2293: Fix memory leak.christos
2006-03-19Coverity CID 710: Remove unreachable code.christos
2006-03-19Coverity CID 711: Remove dead code.christos
2006-03-19Coverity CID 779: Avoid NULL pointer deref.christos
2006-03-19Coverity CID 780: Avoid NULL pointer deref.christos
2006-03-19Coverity CID 2275: Avoid memory leak on error.christos
2006-03-19Coverity CID 2276: Don't leak memory on error.christos
2006-03-19Coverity CID 2277: Don't leak memory on error.christos
2006-03-19Coverity CID 2283: Don't leak sys_auth on error.christos
2006-03-19Coverity CID 2284: Fix multiple memory leaks.christos
2006-01-26Need to give the various rpc locks private names (prefixing them withkleink
2006-01-19PR/32572: John Kohl: xdr_rec.c missing a bugfix for an improper security checkchristos
2005-12-26u_intN_t -> uintN_tperry
2005-12-13XXXGCC: Make a local extern for abort and the vax compiler is happy again.jmc
2005-12-10fix a typo , instead of ; From Johnny Billquistchristos
2005-12-03- constify and remove __UNCONST from caller of clnt_call().yamt
2005-12-02use __UNCONST rather than having a writable string.yamt
2005-11-29WARNS=4christos
2005-11-07remove _REENTRANT bogus signal mask code; pointed out by chuq.christos
2005-10-13Use the kqueue(2) framework instead of the poll(2) system call to waitrpaulo
2005-09-10Fix build: maskp should be a pointer to a sigset_t. Hi, christos@!jmmv
2005-09-09Convert the rest of the code to use pollts for consistency. XXX: We shouldchristos
2005-09-09PR/31264: Mark Davies: rup not interruptablechristos
2005-08-05espie@openbsd:wiz
2005-07-30Fix typo reported in PR 30872.wiz
2005-06-09use malloc rather than mem_alloc (which is implemented using calloc)yamt
2005-06-07Initialize a variable to appease -Wuninitialized.he
2005-06-01appease gcc -Wuninitializedlukem
2005-06-01appease gcc -Wuninitializedlukem
2005-06-01appease gcc -Wuninitializedlukem
2005-05-15Make the arg to getnetconfigent const char * to match the man page (anddsl
2005-02-11White space nit- don't put a space before/after increment/decrementsimonb
2005-02-09A little libc namespace housekeeping exercise:kleink
2005-01-08delint -UINET6lukem
2004-12-30add size_t casts.christos
2004-12-30cast to size_tchristos
2004-12-30cast to size_t/socklen_tchristos
2004-12-30cast to socklen_t/size_tchristos
2004-08-16Bump date for const change.wiz
2004-08-16* add const qualifier making getrpcbyname() and getrpcbyname_r()ginsbach
2004-08-05Use ANSI function decls.ginsbach