CVSROOT: /cvs Module name: src Changes by: lan...@cvs.openbsd.org 2025/07/17 08:44:42
Modified files: 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 Log message: login.conf: bump pbuild's datasize-cur to 12G on arm64, amd64, powerpc64 & riscv64 time -l shows that 10G are now required to build gkrust crate in thunderbird 140, as reported by tb@, ajacoutot@ and naddy@. going to 12G gives us a bit of headspace.. while here, assorted alignments wrt MAXDSIZ, with hints from sthen@: - use G instead of M when appropriate - bump sparc64 from 6G to 8G - bump armv7 from 1843M to 2G - bump macppc from 1.5G to 2G - clamp to 256M on luna88k and 512M on landisk, also for default/daemon/staff classes. ok sthen@ phessler@