Date: Sat, 19 Oct 2002 09:54:16 -0700 (PDT) From: Robert Watson <rwatson@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/conf GENERIC src/sys/i386/conf GENERIC src/sys/ia64/conf GENERIC src/sys/pc98/conf GENERIC src/sys/powerpc/conf GENERIC src/sys/sparc64/conf GENERIC Message-ID: <200210191654.g9JGsHDD062383@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2002/10/19 09:54:16 PDT
Modified files:
sys/alpha/conf GENERIC
sys/i386/conf GENERIC
sys/ia64/conf GENERIC
sys/pc98/conf GENERIC
sys/powerpc/conf GENERIC
sys/sparc64/conf GENERIC
Log:
Permits UFS ACLs to be used with the GENERIC kernel. Due to recent
ACL configuration changes, this shouldn't result in different code paths
for file systems not explicitly configured for ACLs by the system
administrator. For UFS1, administrators must still recompile their
kernel to add support for extended attributes; for UFS2, it's sufficient
to enable ACLs using tunefs or at mount-time (tunefs preferred for
reliability reasons). UFS2, for a variety of reasons, including
performance and reliability, is the preferred file system for use with
ACLs.
Approved by: re
Revision Changes Path
1.153 +1 -0 src/sys/alpha/conf/GENERIC
1.369 +1 -0 src/sys/i386/conf/GENERIC
1.40 +1 -0 src/sys/ia64/conf/GENERIC
1.219 +1 -0 src/sys/pc98/conf/GENERIC
1.19 +1 -0 src/sys/powerpc/conf/GENERIC
1.39 +1 -0 src/sys/sparc64/conf/GENERIC
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210191654.g9JGsHDD062383>
