summaryrefslogtreecommitdiff
path: root/lib/libc/rpc/clnt_raw.c
AgeCommit message (Collapse)Author
2006-03-31sprinkle a bit of ARGSUSEDTheo de Raadt
2005-08-08zap remaining rcsid.Marc Espie
Kill old files that are no longer compiled. okay theo
2005-08-01kernal->kernel;Jason McIntyre
from netbsd pr #30872 (anonymous post); ok deraadt@ krw@
2005-04-01ansify. ok deraadt@ jaredy@Otto Moerbeek
2004-12-16De-reference pointer *after* checking if it is NULL.Kenneth R Westerback
ok millert@.
2001-09-15prototype cleanupTheo de Raadt
2001-03-03plug many memory leaksTheo de Raadt
1998-03-19Some -WallTodd C. Miller
1997-11-05oopsTheo de Raadt
1997-11-05if xdr_replymsg() fails, it can leave memory still allocated. thus weTheo de Raadt
need to go XDR_FREE it; wpaul@freebsd. clnt_raw.c also appears to have the same problem, and there is precedent for the solution in various other rpc code.
1996-12-14Clean up lint and compile warningsThorsten Lockert
1996-09-15Remove dead codeThorsten Lockert
Remove unused variables Silence some warnings lint(1) is your friend
1996-08-19Fix RCS idsThorsten Lockert
Make sure everything uses {SYS,}LIBC_SCCS properly
1996-07-20bcopy->memcpy & tagTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt