From owner-p4-projects@FreeBSD.ORG Tue Nov 14 18:51:17 2006 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id A98BB16A40F; Tue, 14 Nov 2006 18:51:17 +0000 (UTC) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FE8916A403 for ; Tue, 14 Nov 2006 18:51:17 +0000 (UTC) (envelope-from millert@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3141643D49 for ; Tue, 14 Nov 2006 18:51:17 +0000 (GMT) (envelope-from millert@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAEIpHnK011988 for ; Tue, 14 Nov 2006 18:51:17 GMT (envelope-from millert@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAEIpGld011982 for perforce@freebsd.org; Tue, 14 Nov 2006 18:51:16 GMT (envelope-from millert@freebsd.org) Date: Tue, 14 Nov 2006 18:51:16 GMT Message-Id: <200611141851.kAEIpGld011982@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to millert@freebsd.org using -f From: Todd Miller To: Perforce Change Reviews Cc: Subject: PERFORCE change 109959 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: Tue, 14 Nov 2006 18:51:18 -0000 http://perforce.freebsd.org/chv.cgi?CH=109959 Change 109959 by millert@millert_g5tower on 2006/11/14 18:50:32 Remove obsolete comment; there is no more mach_init. Affected files ... .. //depot/projects/trustedbsd/sedarwin8/darwin/xnu/security/mac_process.c#12 edit Differences ... ==== //depot/projects/trustedbsd/sedarwin8/darwin/xnu/security/mac_process.c#12 (text+ko) ==== @@ -165,11 +165,6 @@ /* * Initialize MAC label for the first userland process, from which other * userland processes and threads are spawned. - * - * On Darwin, proc0 forks and the child process becomes init, though - * indirectly. The kernel starts /sbin/mach_init, which subsequently - * forks and the *parent* execs /sbin/init. This leaves proc1 as - * /sbin/init and proc2 as /sbin/mach_init. */ void mac_cred_label_associate_user(struct ucred *cred)