From owner-p4-projects@FreeBSD.ORG Fri Jun 12 22:38:38 2009 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 7F5931065672; Fri, 12 Jun 2009 22:38:38 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3F5F4106566C for ; Fri, 12 Jun 2009 22:38:38 +0000 (UTC) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2BA8A8FC13 for ; Fri, 12 Jun 2009 22:38:38 +0000 (UTC) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n5CMcb21074697 for ; Fri, 12 Jun 2009 22:38:37 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n5CMcbgO074695 for perforce@freebsd.org; Fri, 12 Jun 2009 22:38:37 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Fri, 12 Jun 2009 22:38:37 GMT Message-Id: <200906122238.n5CMcbgO074695@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Cc: Subject: PERFORCE change 164209 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jun 2009 22:38:39 -0000 http://perforce.freebsd.org/chv.cgi?CH=164209 Change 164209 by rwatson@rwatson_freebsd_capabilities on 2009/06/12 22:38:37 Provide stub ld_caplibindex_lookup() symbol for libc, and make it public. rtld-elf-cap will replace it with a real implementation where appropriate. Affected files ... .. //depot/projects/trustedbsd/capabilities/src/lib/libc/gen/Makefile.inc#8 edit .. //depot/projects/trustedbsd/capabilities/src/lib/libc/gen/Symbol.map#7 edit .. //depot/projects/trustedbsd/capabilities/src/lib/libc/gen/ld_caplibindex.c#1 add Differences ... ==== //depot/projects/trustedbsd/capabilities/src/lib/libc/gen/Makefile.inc#8 (text+ko) ==== @@ -19,6 +19,7 @@ getpeereid.c getprogname.c getpwent.c getttyent.c \ getusershell.c getvfsbyname.c glob.c \ initgroups.c isatty.c isinf.c isnan.c jrand48.c lcong48.c \ + ld_caplibindex.c \ lockf.c lrand48.c mrand48.c nftw.c nice.c \ nlist.c nrand48.c opendir.c \ pause.c pmadvise.c popen.c posix_spawn.c pselect.c \ ==== //depot/projects/trustedbsd/capabilities/src/lib/libc/gen/Symbol.map#7 (text) ==== @@ -341,6 +341,7 @@ fts_read; fts_set; fts_set_clientptr; + ld_caplibindex_lookup; posix_spawn; posix_spawn_file_actions_addclose; posix_spawn_file_actions_adddup2;