Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/conf Add UFS_ACL and UFS_EXTATTR options



details:   https://anonhg.NetBSD.org/src/rev/b67d1c6d259d
branches:  trunk
changeset: 949781:b67d1c6d259d
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sat Jan 16 20:29:16 2021 +0000

description:
Add UFS_ACL and UFS_EXTATTR options

diffstat:

 sys/arch/evbarm/conf/GENERIC.common |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 9f482a35056e -r b67d1c6d259d sys/arch/evbarm/conf/GENERIC.common
--- a/sys/arch/evbarm/conf/GENERIC.common       Sat Jan 16 20:27:29 2021 +0000
+++ b/sys/arch/evbarm/conf/GENERIC.common       Sat Jan 16 20:29:16 2021 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: GENERIC.common,v 1.42 2021/01/16 20:27:29 jmcneill Exp $
+#      $NetBSD: GENERIC.common,v 1.43 2021/01/16 20:29:16 jmcneill Exp $
 #
 #      GENERIC evbarm kernel config (template)
 #
@@ -33,6 +33,8 @@
 options        NFSSERVER
 options        WAPBL           # File system journaling support
 #options       FFS_NO_SNAPSHOT # No FFS snapshot support
+options        UFS_ACL         # UFS Access Control Lists
+options        UFS_EXTATTR     # Extended attribute support for UFS1
 
 # Networking options
 



Home | Main Index | Thread Index | Old Index