From owner-p4-projects Wed Oct 23 11:26:21 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id D424337B404; Wed, 23 Oct 2002 11:26:15 -0700 (PDT) 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 8347637B401 for ; Wed, 23 Oct 2002 11:26:15 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 241A043E4A for ; Wed, 23 Oct 2002 11:26:15 -0700 (PDT) (envelope-from jhb@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9NIPZmV019742 for ; Wed, 23 Oct 2002 11:25:35 -0700 (PDT) (envelope-from jhb@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9NIPYK5019739 for perforce@freebsd.org; Wed, 23 Oct 2002 11:25:34 -0700 (PDT) Date: Wed, 23 Oct 2002 11:25:34 -0700 (PDT) Message-Id: <200210231825.g9NIPYK5019739@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to jhb@freebsd.org using -f From: John Baldwin Subject: PERFORCE change 19981 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://perforce.freebsd.org/chv.cgi?CH=19981 Change 19981 by jhb@jhb_laptop on 2002/10/23 11:25:25 Catch up to GENERIC, turn on UFS_ACL and UFS_DIRHASH. Affected files ... .. //depot/projects/smpng/sys/alpha/conf/ALPHA#6 edit .. //depot/projects/smpng/sys/alpha/conf/ALPHA-up#5 edit .. //depot/projects/smpng/sys/i386/conf/X86#5 edit .. //depot/projects/smpng/sys/i386/conf/X86-up#5 edit Differences ... ==== //depot/projects/smpng/sys/alpha/conf/ALPHA#6 (text+ko) ==== @@ -17,6 +17,8 @@ options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem options SOFTUPDATES #Enable FFS soft updates support +options UFS_ACL #Support for access control lists +options UFS_DIRHASH #Improve performance on big directories options NFSCLIENT #Network Filesystem Client options CD9660 #ISO 9660 Filesystem options PROCFS #Process filesystem ==== //depot/projects/smpng/sys/alpha/conf/ALPHA-up#5 (text+ko) ==== @@ -17,6 +17,8 @@ options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem options SOFTUPDATES #Enable FFS soft updates support +options UFS_ACL #Support for access control lists +options UFS_DIRHASH #Improve performance on big directories options NFSCLIENT #Network Filesystem Client options CD9660 #ISO 9660 Filesystem options PROCFS #Process filesystem ==== //depot/projects/smpng/sys/i386/conf/X86#5 (text+ko) ==== @@ -13,6 +13,8 @@ options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem options SOFTUPDATES #Enable FFS soft updates support +options UFS_ACL #Support for access control lists +options UFS_DIRHASH #Improve performance on big directories options NFSCLIENT #Network Filesystem Client options CD9660 #ISO 9660 Filesystem options PROCFS #Process filesystem ==== //depot/projects/smpng/sys/i386/conf/X86-up#5 (text+ko) ==== @@ -13,6 +13,8 @@ options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem options SOFTUPDATES #Enable FFS soft updates support +options UFS_ACL #Support for access control lists +options UFS_DIRHASH #Improve performance on big directories options NFSCLIENT #Network Filesystem Client options CD9660 #ISO 9660 Filesystem options PROCFS #Process filesystem To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message