summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc/clnt_bcast.c
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant NULLing of outbuf_pmapngie2016-05-241-1/+0
* Use reallocf instead of malloc to fix leak with outbuf_pmapngie2016-05-241-1/+3
* libc: cleanup unnecessary semicolons (part 2).pfg2016-04-111-1/+1
* Remove unnecessary `if (x)` tests before calling `free(x)`; free(3)ngie2015-11-021-6/+3
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.rodrigc2015-09-221-26/+35
* Use unsigned variable.rodrigc2015-09-011-1/+1
* Replace Sun RPC license in TI-RPC library with a 3-clause BSD license,hrs2013-11-251-26/+25
* Include a space between "send" and "broadcast".emaste2009-04-091-1/+1
* Sync with NetBSD rev. 1.16 + 1.17mbr2006-09-091-1/+4
* Try to bring some sanity to the SCM ID's.obrien2004-10-161-3/+2
* Make this work in the !INET6 case -- if we mismatch the AF, don't return ambr2003-01-271-9/+10
* Check pmap_flag before sendto.mbr2003-01-271-1/+2
* Fix the style of the SCM ID's.obrien2002-03-221-1/+2
* Remove __P() usage.obrien2002-03-211-3/+3
* Fix cc -Wall, fix rcsid warnings, add missing prototypes,alfred2002-02-051-1/+2
* clnt_bcast.c:420:33: warning: extra tokens at end of #endif directivepeter2001-12-151-1/+1
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andalfred2001-03-191-0/+667
OpenPOWER on IntegriCloud