From owner-p4-projects@FreeBSD.ORG Thu Aug 21 13:50:59 2008 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id B2B57106566B; Thu, 21 Aug 2008 13:50:59 +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 76D651065684 for ; Thu, 21 Aug 2008 13:50:59 +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 649228FC0A for ; Thu, 21 Aug 2008 13:50:59 +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.2/8.14.2) with ESMTP id m7LDox10037771 for ; Thu, 21 Aug 2008 13:50:59 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m7LDoxhC037769 for perforce@freebsd.org; Thu, 21 Aug 2008 13:50:59 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Thu, 21 Aug 2008 13:50:59 GMT Message-Id: <200808211350.m7LDoxhC037769@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 148000 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: Thu, 21 Aug 2008 13:50:59 -0000 http://perforce.freebsd.org/chv.cgi?CH=148000 Change 148000 by rwatson@rwatson_freebsd_capabilities on 2008/08/21 13:50:10 Move capability system call symbols into 1.1 symbol section of libc symbol map; remove duplicate fexecve now that it's in the base system. Affected files ... .. //depot/projects/trustedbsd/capabilities/src/lib/libc/sys/Symbol.map#10 edit Differences ... ==== //depot/projects/trustedbsd/capabilities/src/lib/libc/sys/Symbol.map#10 (text) ==== @@ -331,6 +331,9 @@ }; FBSD_1.1 { + cap_new; + cap_getrights; + cap_enter; cpuset; cpuset_getid; cpuset_setid; @@ -983,10 +986,3 @@ __error_unthreaded; nlm_syscall; }; - -FBSD_1.1 { - cap_new; - cap_getrights; - cap_enter; - fexecve; -};