summaryrefslogtreecommitdiff
path: root/lib/libc/rpc/rpc_soc.c
AgeCommit message (Expand)Author
2015-11-13Generalize the test, compare on the protocol semantics instead of the namechristos
2015-11-13Don't try to use listen(2) on a UDP socket which will always fail.tron
2015-11-10fix compilation/lintchristos
2015-11-10CID 1338513: Check listen(2) returnchristos
2014-05-28CID 97511{4,5}: Ignore bindresvport return. It only works for root.christos
2013-03-11Replace previous Sun Microsystems, Inc. license with a standardtron
2013-03-05make this usable from RUMPchristos
2012-06-25Update old-style definitions to ANSI, remove a couple of registerabs
2012-06-24fix old style definitions; XXX: gcc should have picked them up but it did not.christos
2012-03-20Use C89 definitionsmatt
2010-12-08Use __isthreaded from reentrant.h and don't redeclare it.joerg
2005-11-29WARNS=4christos
2003-09-09__RCSID policeitojun
2003-01-18Merge the nathanw_sa branch.thorpej
2002-11-08* Adapt include files for rpc_com.h/rpc_internal.h split.fvdl
2001-11-04fix WARNS=2 (-Wshadow) warningslukem
2001-01-04sprinkle _DIAGASSERT() appropriately. minor other cleanupslukem
2000-07-06add __RPC_GETXID macrochristos
2000-06-07Always do a listen() in the old svctcp_create backward compat code.fvdl
2000-06-04Need <string.h> for LP64 systems.thorpej
2000-06-03Add missing weak alias for svcfd_create.fvdl
2000-06-03Fix typo in weak alias, causing unresolved externals.fvdl
2000-06-02Add new RPC code, based on Sun's TI-RPC code. Adapted to not use XTI,fvdl