introduce a new build class to be used by the build user
authorrobert <robert@openbsd.org>
Sat, 12 Oct 2024 07:36:52 +0000 (07:36 +0000)
committerrobert <robert@openbsd.org>
Sat, 12 Oct 2024 07:36:52 +0000 (07:36 +0000)
this class will be required for the upcoming llvm update
that requires bumped datasize because of llvm-tblgen

ok deraadt@

14 files changed:
etc/etc.alpha/login.conf
etc/etc.amd64/login.conf
etc/etc.arm64/login.conf
etc/etc.armv7/login.conf
etc/etc.hppa/login.conf
etc/etc.i386/login.conf
etc/etc.landisk/login.conf
etc/etc.loongson/login.conf
etc/etc.luna88k/login.conf
etc/etc.macppc/login.conf
etc/etc.octeon/login.conf
etc/etc.powerpc64/login.conf
etc/etc.riscv64/login.conf
etc/etc.sparc64/login.conf

index 286c2d2..9fc7c3e 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: login.conf,v 1.12 2022/02/21 06:38:57 robert Exp $
+# $OpenBSD: login.conf,v 1.13 2024/10/12 07:36:52 robert Exp $
 
 #
 # Sample login.conf file.  See login.conf(5) for details.
@@ -87,6 +87,9 @@ authpf:\
        :shell=/usr/sbin/authpf:\
        :tc=default:
 
+build:\
+       :tc=default:
+
 #
 # Building ports with DPB uses raised limits
 #
index 843287b..2026ac8 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: login.conf,v 1.24 2023/11/12 14:41:41 robert Exp $
+# $OpenBSD: login.conf,v 1.25 2024/10/12 07:36:52 robert Exp $
 
 #
 # Sample login.conf file.  See login.conf(5) for details.
@@ -87,6 +87,13 @@ authpf:\
        :tc=default:
 
 #
+# Building LLVM in base requires higher limits
+#
+build:\
+       :datasize-max=1843M:\
+       :datasize-cur=1843M:\
+       :tc=default:
+
 # Building ports with DPB uses raised limits
 #
 pbuild:\
index d62b4f3..61bae1a 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: login.conf,v 1.16 2023/11/12 14:41:41 robert Exp $
+# $OpenBSD: login.conf,v 1.17 2024/10/12 07:36:52 robert Exp $
 
 #
 # Sample login.conf file.  See login.conf(5) for details.
@@ -87,6 +87,14 @@ authpf:\
        :shell=/usr/sbin/authpf:\
        :tc=default:
 
+#
+# Building LLVM in base requires higher limits
+#
+build:\
+       :datasize-max=1843M:\
+       :datasize-cur=1843M:\
+       :tc=default:
+
 #
 # Building ports with DPB uses raised limits
 #
index 879b625..1768318 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: login.conf,v 1.16 2024/08/04 20:06:04 phessler Exp $
+# $OpenBSD: login.conf,v 1.17 2024/10/12 07:36:52 robert Exp $
 
 #
 # Sample login.conf file.  See login.conf(5) for details.
@@ -87,6 +87,14 @@ authpf:\
        :shell=/usr/sbin/authpf:\
        :tc=default:
 
+#
+# Building LLVM in base requires higher limits
+#
+build:\
+       :datasize-max=1843M:\
+       :datasize-cur=1843M:\
+       :tc=default:
+
 #
 # Building ports with DPB uses raised limits
 #
index d337c2e..4d2a05c 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: login.conf,v 1.14 2022/02/21 06:38:57 robert Exp $
+# $OpenBSD: login.conf,v 1.15 2024/10/12 07:36:52 robert Exp $
 
 #
 # Sample login.conf file.  See login.conf(5) for details.
@@ -87,6 +87,9 @@ authpf:\
        :shell=/usr/sbin/authpf:\
        :tc=default:
 
+build:\
+       :tc=default:
+
 #
 # Building ports with DPB uses raised limits
 #
index 8ae3d3b..b7d1528 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: login.conf,v 1.20 2023/12/31 16:05:50 bluhm Exp $
+# $OpenBSD: login.conf,v 1.21 2024/10/12 07:36:52 robert Exp $
 
 #
 # Sample login.conf file.  See login.conf(5) for details.
@@ -86,6 +86,14 @@ authpf:\
        :shell=/usr/sbin/authpf:\
        :tc=default:
 
+#
+# Building LLVM in base requires higher limits
+#
+build:\
+       :datasize-max=1843M:\
+       :datasize-cur=1843M:\
+       :tc=default:
+
 #
 # Building ports with DPB uses raised limits
 #
index 286c2d2..9fc7c3e 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: login.conf,v 1.12 2022/02/21 06:38:57 robert Exp $
+# $OpenBSD: login.conf,v 1.13 2024/10/12 07:36:52 robert Exp $
 
 #
 # Sample login.conf file.  See login.conf(5) for details.
@@ -87,6 +87,9 @@ authpf:\
        :shell=/usr/sbin/authpf:\
        :tc=default:
 
+build:\
+       :tc=default:
+
 #
 # Building ports with DPB uses raised limits
 #
index 6f8933f..74268aa 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: login.conf,v 1.19 2023/12/15 10:17:40 miod Exp $
+# $OpenBSD: login.conf,v 1.20 2024/10/12 07:36:52 robert Exp $
 
 #
 # Sample login.conf file.  See login.conf(5) for details.
@@ -87,6 +87,14 @@ authpf:\
        :shell=/usr/sbin/authpf:\
        :tc=default:
 
+#
+# Building LLVM in base requires higher limits
+#
+build:\
+       :datasize-max=1843M:\
+       :datasize-cur=1843M:\
+       :tc=default:
+
 #
 # Building ports with DPB uses raised limits
 #
index 286c2d2..9fc7c3e 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: login.conf,v 1.12 2022/02/21 06:38:57 robert Exp $
+# $OpenBSD: login.conf,v 1.13 2024/10/12 07:36:52 robert Exp $
 
 #
 # Sample login.conf file.  See login.conf(5) for details.
@@ -87,6 +87,9 @@ authpf:\
        :shell=/usr/sbin/authpf:\
        :tc=default:
 
+build:\
+       :tc=default:
+
 #
 # Building ports with DPB uses raised limits
 #
index ff4ad0a..ab2956b 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: login.conf,v 1.19 2023/12/11 19:52:40 kettenis Exp $
+# $OpenBSD: login.conf,v 1.20 2024/10/12 07:36:53 robert Exp $
 
 #
 # Sample login.conf file.  See login.conf(5) for details.
@@ -86,6 +86,14 @@ authpf:\
        :shell=/usr/sbin/authpf:\
        :tc=default:
 
+#
+# Building LLVM in base requires higher limits
+#
+build:\
+       :datasize-max=1536M:\
+       :datasize-cur=1536M:\
+       :tc=default:
+
 #
 # Building ports with DPB uses raised limits
 #
index 60489aa..d321962 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: login.conf,v 1.16 2023/11/16 13:47:42 deraadt Exp $
+# $OpenBSD: login.conf,v 1.17 2024/10/12 07:36:53 robert Exp $
 
 #
 # Sample login.conf file.  See login.conf(5) for details.
@@ -87,6 +87,14 @@ authpf:\
        :shell=/usr/sbin/authpf:\
        :tc=default:
 
+#
+# Building LLVM in base requires higher limits
+#
+build:\
+       :datasize-max=1843M:\
+       :datasize-cur=1843M:\
+       :tc=default:
+
 #
 # Building ports with DPB uses raised limits
 #
index 53f8bd3..8132a26 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: login.conf,v 1.8 2023/11/14 21:31:01 gkoehler Exp $
+# $OpenBSD: login.conf,v 1.9 2024/10/12 07:36:53 robert Exp $
 
 #
 # Sample login.conf file.  See login.conf(5) for details.
@@ -86,6 +86,14 @@ authpf:\
        :shell=/usr/sbin/authpf:\
        :tc=default:
 
+#
+# Building LLVM in base requires higher limits
+#
+build:\
+       :datasize-max=1843M:\
+       :datasize-cur=1843M:\
+       :tc=default:
+
 #
 # Building ports with DPB uses raised limits
 #
index bf85474..3b7f990 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: login.conf,v 1.7 2023/11/13 11:33:52 jca Exp $
+# $OpenBSD: login.conf,v 1.8 2024/10/12 07:36:53 robert Exp $
 
 #
 # Sample login.conf file.  See login.conf(5) for details.
@@ -87,6 +87,14 @@ authpf:\
        :shell=/usr/sbin/authpf:\
        :tc=default:
 
+#
+# Building LLVM in base requires higher limits
+#
+build:\
+       :datasize-max=1843M:\
+       :datasize-cur=1843M:\
+       :tc=default:
+
 #
 # Building ports with DPB uses raised limits
 #
index ac9eeb5..d7bef34 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: login.conf,v 1.21 2023/12/11 19:52:40 kettenis Exp $
+# $OpenBSD: login.conf,v 1.22 2024/10/12 07:36:53 robert Exp $
 
 #
 # Sample login.conf file.  See login.conf(5) for details.
@@ -86,6 +86,14 @@ authpf:\
        :shell=/usr/sbin/authpf:\
        :tc=default:
 
+#
+# Building LLVM in base requires higher limits
+#
+build:\
+       :datasize-max=1843M:\
+       :datasize-cur=1843M:\
+       :tc=default:
+
 #
 # Building ports with DPB uses raised limits
 #