Date: Thu, 11 Jun 2009 20:51:26 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 164143 for review Message-ID: <200906112051.n5BKpQst037390@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=164143 Change 164143 by rwatson@rwatson_freebsd_capabilities on 2009/06/11 20:50:46 Update date, fix xrefs. Affected files ... .. //depot/projects/trustedbsd/capabilities/src/lib/libcapability/libcapability.3#13 edit Differences ... ==== //depot/projects/trustedbsd/capabilities/src/lib/libcapability/libcapability.3#13 (text+ko) ==== @@ -32,7 +32,7 @@ .\" .\" $FreeBSD$ .\" -.Dd January 25, 2009 +.Dd June 11, 2009 .Os .Dt LIBCAP 3 .Sh NAME @@ -86,6 +86,9 @@ .Xr unix 4 domain socket connection to the sandbox, or can provide a basic remote procedure call (RPC) facility. +Applications may also use RPC generators such as +.Xr rpcgen 1 +to build event handling and marshaling code. .Sh HOST API The .Nm @@ -210,7 +213,7 @@ .Va seqnop . .Pp When an RPC is complete, it should be returned to the host via -.Xr lcs_sendrpc , +.Fn lcs_sendrpc , which accepts the same operation and sequence number as arguments, as well as reply data via the .Vt iovec @@ -221,8 +224,15 @@ using .Xr free 3 . .Sh SEE ALSO +.Xr rpcgen 1 , .Xr cap_enter 2 , -.Xr cap_new 2 +.Xr cap_new 2 , +.Xr recv 2 , +.Xr send 2 , +.Xr writev 2 , +.Xr free 3 , +.Xr malloc 3 , +.Xr unix 4 .Sh HISTORY Support for capabilities and capabilities mode was developed as part of the .Tn TrustedBSD
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906112051.n5BKpQst037390>