summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcheloha <cheloha@openbsd.org>2019-09-04 14:29:41 +0000
committercheloha <cheloha@openbsd.org>2019-09-04 14:29:41 +0000
commit0f929ac1db6ea8004de3b88b4609b5c434d84654 (patch)
treec669acff2dca5ee696227432b2b951e75bc9244c
parentgettimeofday, settimeofday(2): limit timezone support (diff)
downloadwireguard-openbsd-0f929ac1db6ea8004de3b88b4609b5c434d84654.tar.xz
wireguard-openbsd-0f929ac1db6ea8004de3b88b4609b5c434d84654.zip
Remove DST/TIMEZONE options(4) from kernel configs; ok jca@ deraadt@
-rw-r--r--sys/arch/alpha/conf/RAMDISK4
-rw-r--r--sys/arch/alpha/conf/RAMDISKB4
-rw-r--r--sys/arch/alpha/conf/RAMDISKBIG4
-rw-r--r--sys/arch/alpha/conf/RAMDISKC4
-rw-r--r--sys/arch/amd64/conf/RAMDISK4
-rw-r--r--sys/arch/amd64/conf/RAMDISK_CD4
-rw-r--r--sys/arch/arm64/conf/GENERIC4
-rw-r--r--sys/arch/arm64/conf/RAMDISK4
-rw-r--r--sys/arch/armv7/conf/RAMDISK4
-rw-r--r--sys/arch/hppa/conf/RAMDISK4
-rw-r--r--sys/arch/i386/conf/RAMDISK4
-rw-r--r--sys/arch/i386/conf/RAMDISK_CD4
-rw-r--r--sys/arch/landisk/conf/RAMDISK4
-rw-r--r--sys/arch/loongson/conf/RAMDISK4
-rw-r--r--sys/arch/luna88k/conf/RAMDISK4
-rw-r--r--sys/arch/macppc/conf/RAMDISK4
-rw-r--r--sys/arch/octeon/conf/BOOT4
-rw-r--r--sys/arch/octeon/conf/RAMDISK4
-rw-r--r--sys/arch/sgi/conf/RAMDISK-IP224
-rw-r--r--sys/arch/sgi/conf/RAMDISK-IP264
-rw-r--r--sys/arch/sgi/conf/RAMDISK-IP274
-rw-r--r--sys/arch/sgi/conf/RAMDISK-IP284
-rw-r--r--sys/arch/sgi/conf/RAMDISK-IP304
-rw-r--r--sys/arch/sgi/conf/RAMDISK-IP324
-rw-r--r--sys/arch/sparc64/conf/RAMDISK4
-rw-r--r--sys/arch/sparc64/conf/RAMDISKU14
-rw-r--r--sys/arch/sparc64/conf/RAMDISKU55
27 files changed, 27 insertions, 82 deletions
diff --git a/sys/arch/alpha/conf/RAMDISK b/sys/arch/alpha/conf/RAMDISK
index fe8639fefce..1db5c0d565d 100644
--- a/sys/arch/alpha/conf/RAMDISK
+++ b/sys/arch/alpha/conf/RAMDISK
@@ -1,10 +1,8 @@
-# $OpenBSD: RAMDISK,v 1.81 2015/12/19 19:47:53 deraadt Exp $
+# $OpenBSD: RAMDISK,v 1.82 2019/09/04 14:29:41 cheloha Exp $
machine alpha
maxusers 4
-option TIMEZONE=0
-option DST=0
option SMALL_KERNEL
option NO_PROPOLICE
option BOOT_CONFIG
diff --git a/sys/arch/alpha/conf/RAMDISKB b/sys/arch/alpha/conf/RAMDISKB
index 7747a04eb2e..935e32c1597 100644
--- a/sys/arch/alpha/conf/RAMDISKB
+++ b/sys/arch/alpha/conf/RAMDISKB
@@ -1,10 +1,8 @@
-# $OpenBSD: RAMDISKB,v 1.45 2015/09/19 10:41:05 miod Exp $
+# $OpenBSD: RAMDISKB,v 1.46 2019/09/04 14:29:41 cheloha Exp $
machine alpha
maxusers 4
-option TIMEZONE=0
-option DST=0
option SMALL_KERNEL
option NO_PROPOLICE
option BOOT_CONFIG
diff --git a/sys/arch/alpha/conf/RAMDISKBIG b/sys/arch/alpha/conf/RAMDISKBIG
index 1c7cb8f09fe..43de32ab660 100644
--- a/sys/arch/alpha/conf/RAMDISKBIG
+++ b/sys/arch/alpha/conf/RAMDISKBIG
@@ -1,10 +1,8 @@
-# $OpenBSD: RAMDISKBIG,v 1.101 2017/11/02 14:04:24 mpi Exp $
+# $OpenBSD: RAMDISKBIG,v 1.102 2019/09/04 14:29:41 cheloha Exp $
machine alpha
maxusers 4
-option TIMEZONE=0
-option DST=0
option SMALL_KERNEL
option NO_PROPOLICE
option BOOT_CONFIG
diff --git a/sys/arch/alpha/conf/RAMDISKC b/sys/arch/alpha/conf/RAMDISKC
index 8cef00cd557..d282f9b164a 100644
--- a/sys/arch/alpha/conf/RAMDISKC
+++ b/sys/arch/alpha/conf/RAMDISKC
@@ -1,10 +1,8 @@
-# $OpenBSD: RAMDISKC,v 1.9 2015/09/19 10:41:05 miod Exp $
+# $OpenBSD: RAMDISKC,v 1.10 2019/09/04 14:29:41 cheloha Exp $
machine alpha
maxusers 4
-option TIMEZONE=0
-option DST=0
option SMALL_KERNEL
option NO_PROPOLICE
option BOOT_CONFIG
diff --git a/sys/arch/amd64/conf/RAMDISK b/sys/arch/amd64/conf/RAMDISK
index 5eec537843b..e5b5e7ec094 100644
--- a/sys/arch/amd64/conf/RAMDISK
+++ b/sys/arch/amd64/conf/RAMDISK
@@ -1,10 +1,8 @@
-# $OpenBSD: RAMDISK,v 1.72 2019/08/28 22:39:09 kettenis Exp $
+# $OpenBSD: RAMDISK,v 1.73 2019/09/04 14:29:41 cheloha Exp $
machine amd64
maxusers 4
-option TIMEZONE=0
-option DST=0
option SMALL_KERNEL
option NO_PROPOLICE
option BOOT_CONFIG
diff --git a/sys/arch/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD
index 2583a8f0e9f..807bb4aa762 100644
--- a/sys/arch/amd64/conf/RAMDISK_CD
+++ b/sys/arch/amd64/conf/RAMDISK_CD
@@ -1,10 +1,8 @@
-# $OpenBSD: RAMDISK_CD,v 1.182 2019/08/28 22:39:09 kettenis Exp $
+# $OpenBSD: RAMDISK_CD,v 1.183 2019/09/04 14:29:41 cheloha Exp $
machine amd64
maxusers 4
-option TIMEZONE=0
-option DST=0
option SMALL_KERNEL
option NO_PROPOLICE
option BOOT_CONFIG
diff --git a/sys/arch/arm64/conf/GENERIC b/sys/arch/arm64/conf/GENERIC
index 45e2524d224..82e71aca864 100644
--- a/sys/arch/arm64/conf/GENERIC
+++ b/sys/arch/arm64/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.119 2019/09/03 20:24:22 kettenis Exp $
+# $OpenBSD: GENERIC,v 1.120 2019/09/04 14:29:41 cheloha Exp $
#
# GENERIC machine description file
#
@@ -22,8 +22,6 @@ machine arm64
include "../../../conf/GENERIC"
maxusers 80
-option TIMEZONE=0 # time zone to adjust RTC time by
-option DST=0 # daylight saving time used by RTC
option PCIVERBOSE
option USER_PCICONF # user-space PCI configuration
option USBVERBOSE
diff --git a/sys/arch/arm64/conf/RAMDISK b/sys/arch/arm64/conf/RAMDISK
index 34a37489f02..7c5541871fc 100644
--- a/sys/arch/arm64/conf/RAMDISK
+++ b/sys/arch/arm64/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.97 2019/09/03 20:24:23 kettenis Exp $
+# $OpenBSD: RAMDISK,v 1.98 2019/09/04 14:29:41 cheloha Exp $
#
# GENERIC machine description file
#
@@ -21,8 +21,6 @@
machine arm64
maxusers 4
-option TIMEZONE=0 # time zone to adjust RTC time by
-option DST=0 # daylight saving time used by RTC
option PCIVERBOSE
option USBVERBOSE
option SMALL_KERNEL
diff --git a/sys/arch/armv7/conf/RAMDISK b/sys/arch/armv7/conf/RAMDISK
index 14ed394c5dd..05067ae11ea 100644
--- a/sys/arch/armv7/conf/RAMDISK
+++ b/sys/arch/armv7/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.109 2019/08/11 14:46:18 kettenis Exp $
+# $OpenBSD: RAMDISK,v 1.110 2019/09/04 14:29:41 cheloha Exp $
machine armv7 arm
@@ -7,8 +7,6 @@ makeoptions KERNEL_BASE_VIRT="0xc0300000"
maxusers 4 # estimated number of users
option CPU_ARMv7 # Support the ARMv7
-option TIMEZONE=0
-option DST=0
option SMALL_KERNEL
option NO_PROPOLICE
option BOOT_CONFIG
diff --git a/sys/arch/hppa/conf/RAMDISK b/sys/arch/hppa/conf/RAMDISK
index 607ef700c45..0a4ad401b26 100644
--- a/sys/arch/hppa/conf/RAMDISK
+++ b/sys/arch/hppa/conf/RAMDISK
@@ -1,10 +1,8 @@
-# $OpenBSD: RAMDISK,v 1.112 2018/12/28 20:35:59 kettenis Exp $
+# $OpenBSD: RAMDISK,v 1.113 2019/09/04 14:29:41 cheloha Exp $
machine hppa
maxusers 4
-option TIMEZONE=0
-option DST=0
option SMALL_KERNEL
option NO_PROPOLICE
option BOOT_CONFIG
diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK
index e2e25e032d4..a7d7664639d 100644
--- a/sys/arch/i386/conf/RAMDISK
+++ b/sys/arch/i386/conf/RAMDISK
@@ -1,10 +1,8 @@
-# $OpenBSD: RAMDISK,v 1.194 2019/05/05 20:11:12 deraadt Exp $
+# $OpenBSD: RAMDISK,v 1.195 2019/09/04 14:29:41 cheloha Exp $
machine i386
maxusers 4
-option TIMEZONE=0
-option DST=0
option SMALL_KERNEL
option NO_PROPOLICE
option BOOT_CONFIG
diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD
index c5a36130f7f..e9d2a7f77fc 100644
--- a/sys/arch/i386/conf/RAMDISK_CD
+++ b/sys/arch/i386/conf/RAMDISK_CD
@@ -1,10 +1,8 @@
-# $OpenBSD: RAMDISK_CD,v 1.239 2018/08/03 01:50:15 kevlo Exp $
+# $OpenBSD: RAMDISK_CD,v 1.240 2019/09/04 14:29:41 cheloha Exp $
machine i386
maxusers 4
-option TIMEZONE=0
-option DST=0
option SMALL_KERNEL
option NO_PROPOLICE
option BOOT_CONFIG
diff --git a/sys/arch/landisk/conf/RAMDISK b/sys/arch/landisk/conf/RAMDISK
index aec7abdc541..a501bdd0795 100644
--- a/sys/arch/landisk/conf/RAMDISK
+++ b/sys/arch/landisk/conf/RAMDISK
@@ -1,10 +1,8 @@
-# $OpenBSD: RAMDISK,v 1.25 2016/06/28 04:41:37 jmatthew Exp $
+# $OpenBSD: RAMDISK,v 1.26 2019/09/04 14:29:41 cheloha Exp $
machine landisk sh
maxusers 4
-option TIMEZONE=0
-option DST=0
option SMALL_KERNEL
option NO_PROPOLICE
option BOOT_CONFIG
diff --git a/sys/arch/loongson/conf/RAMDISK b/sys/arch/loongson/conf/RAMDISK
index ac198bf8a16..31514141754 100644
--- a/sys/arch/loongson/conf/RAMDISK
+++ b/sys/arch/loongson/conf/RAMDISK
@@ -1,10 +1,8 @@
-# $OpenBSD: RAMDISK,v 1.30 2018/06/03 07:38:47 fcambus Exp $
+# $OpenBSD: RAMDISK,v 1.31 2019/09/04 14:29:42 cheloha Exp $
machine loongson mips64
maxusers 4
-option TIMEZONE=0
-option DST=0
option SMALL_KERNEL
option NO_PROPOLICE
option BOOT_CONFIG
diff --git a/sys/arch/luna88k/conf/RAMDISK b/sys/arch/luna88k/conf/RAMDISK
index be53ca8c2fa..7e08cb4a244 100644
--- a/sys/arch/luna88k/conf/RAMDISK
+++ b/sys/arch/luna88k/conf/RAMDISK
@@ -1,10 +1,8 @@
-# $OpenBSD: RAMDISK,v 1.13 2015/07/17 22:52:28 tedu Exp $
+# $OpenBSD: RAMDISK,v 1.14 2019/09/04 14:29:42 cheloha Exp $
machine luna88k m88k
maxusers 4
-option TIMEZONE=0
-option DST=0
option SMALL_KERNEL
option NO_PROPOLICE
option BOOT_CONFIG
diff --git a/sys/arch/macppc/conf/RAMDISK b/sys/arch/macppc/conf/RAMDISK
index 7080f414be6..11a68026bc4 100644
--- a/sys/arch/macppc/conf/RAMDISK
+++ b/sys/arch/macppc/conf/RAMDISK
@@ -1,10 +1,8 @@
-# $OpenBSD: RAMDISK,v 1.118 2018/09/22 10:12:42 stsp Exp $
+# $OpenBSD: RAMDISK,v 1.119 2019/09/04 14:29:42 cheloha Exp $
machine macppc powerpc
maxusers 4
-option TIMEZONE=0
-option DST=0
option SMALL_KERNEL
option NO_PROPOLICE
option BOOT_CONFIG
diff --git a/sys/arch/octeon/conf/BOOT b/sys/arch/octeon/conf/BOOT
index d173e3f7e15..8f43a709f0d 100644
--- a/sys/arch/octeon/conf/BOOT
+++ b/sys/arch/octeon/conf/BOOT
@@ -1,10 +1,8 @@
-# $OpenBSD: BOOT,v 1.4 2019/07/28 15:41:52 visa Exp $
+# $OpenBSD: BOOT,v 1.5 2019/09/04 14:29:42 cheloha Exp $
machine octeon mips64
maxusers 4
-option TIMEZONE=0
-option DST=0
option SMALL_KERNEL
option NO_PROPOLICE
diff --git a/sys/arch/octeon/conf/RAMDISK b/sys/arch/octeon/conf/RAMDISK
index 329bdfcb5fc..1fa65863d1f 100644
--- a/sys/arch/octeon/conf/RAMDISK
+++ b/sys/arch/octeon/conf/RAMDISK
@@ -1,10 +1,8 @@
-# $OpenBSD: RAMDISK,v 1.39 2019/01/12 16:59:38 visa Exp $
+# $OpenBSD: RAMDISK,v 1.40 2019/09/04 14:29:42 cheloha Exp $
machine octeon mips64
maxusers 4
-option TIMEZONE=0
-option DST=0
option SMALL_KERNEL
option NO_PROPOLICE
option BOOT_CONFIG
diff --git a/sys/arch/sgi/conf/RAMDISK-IP22 b/sys/arch/sgi/conf/RAMDISK-IP22
index c44b6163c4c..2931df3fca0 100644
--- a/sys/arch/sgi/conf/RAMDISK-IP22
+++ b/sys/arch/sgi/conf/RAMDISK-IP22
@@ -1,12 +1,10 @@
-# $OpenBSD: RAMDISK-IP22,v 1.15 2015/11/02 20:14:36 miod Exp $
+# $OpenBSD: RAMDISK-IP22,v 1.16 2019/09/04 14:29:42 cheloha Exp $
#
# THIS KERNEL IS FOR INDIGO (IP20), INDY (IP22) AND INDIGO2 (IP24) SYSTEMS ONLY.
machine sgi mips64
maxusers 4
-option TIMEZONE=0
-option DST=0
option SMALL_KERNEL
option NO_PROPOLICE
option BOOT_CONFIG
diff --git a/sys/arch/sgi/conf/RAMDISK-IP26 b/sys/arch/sgi/conf/RAMDISK-IP26
index 492f76366ae..0f7ac98b61c 100644
--- a/sys/arch/sgi/conf/RAMDISK-IP26
+++ b/sys/arch/sgi/conf/RAMDISK-IP26
@@ -1,12 +1,10 @@
-# $OpenBSD: RAMDISK-IP26,v 1.4 2015/11/02 20:14:36 miod Exp $
+# $OpenBSD: RAMDISK-IP26,v 1.5 2019/09/04 14:29:42 cheloha Exp $
#
# THIS KERNEL IS FOR POWER INDIGO2 R8000 (IP26) SYSTEMS ONLY.
machine sgi mips64
maxusers 4
-option TIMEZONE=0
-option DST=0
option SMALL_KERNEL
option NO_PROPOLICE
option BOOT_CONFIG
diff --git a/sys/arch/sgi/conf/RAMDISK-IP27 b/sys/arch/sgi/conf/RAMDISK-IP27
index 9cba5b5e901..52acfd64c54 100644
--- a/sys/arch/sgi/conf/RAMDISK-IP27
+++ b/sys/arch/sgi/conf/RAMDISK-IP27
@@ -1,12 +1,10 @@
-# $OpenBSD: RAMDISK-IP27,v 1.39 2016/06/28 04:41:37 jmatthew Exp $
+# $OpenBSD: RAMDISK-IP27,v 1.40 2019/09/04 14:29:42 cheloha Exp $
#
# THIS KERNEL IS FOR Origin, Onyx, Fuel, Tezro (IP27, IP35) SYSTEMS ONLY.
machine sgi mips64
maxusers 4
-option TIMEZONE=0
-option DST=0
option SMALL_KERNEL
option NO_PROPOLICE
option BOOT_CONFIG
diff --git a/sys/arch/sgi/conf/RAMDISK-IP28 b/sys/arch/sgi/conf/RAMDISK-IP28
index a38683752cc..b78dc18ca5e 100644
--- a/sys/arch/sgi/conf/RAMDISK-IP28
+++ b/sys/arch/sgi/conf/RAMDISK-IP28
@@ -1,12 +1,10 @@
-# $OpenBSD: RAMDISK-IP28,v 1.6 2015/11/02 20:14:36 miod Exp $
+# $OpenBSD: RAMDISK-IP28,v 1.7 2019/09/04 14:29:42 cheloha Exp $
#
# THIS KERNEL IS FOR POWER INDIGO2 R10000 (IP28) SYSTEMS ONLY.
machine sgi mips64
maxusers 4
-option TIMEZONE=0
-option DST=0
option SMALL_KERNEL
option NO_PROPOLICE
option BOOT_CONFIG
diff --git a/sys/arch/sgi/conf/RAMDISK-IP30 b/sys/arch/sgi/conf/RAMDISK-IP30
index 09c3cebe728..16dd44c96a6 100644
--- a/sys/arch/sgi/conf/RAMDISK-IP30
+++ b/sys/arch/sgi/conf/RAMDISK-IP30
@@ -1,12 +1,10 @@
-# $OpenBSD: RAMDISK-IP30,v 1.34 2016/06/28 04:41:37 jmatthew Exp $
+# $OpenBSD: RAMDISK-IP30,v 1.35 2019/09/04 14:29:42 cheloha Exp $
#
# THIS KERNEL IS FOR Octane and Octane 2 (IP30) SYSTEMS ONLY.
machine sgi mips64
maxusers 4
-option TIMEZONE=0
-option DST=0
option SMALL_KERNEL
option NO_PROPOLICE
option BOOT_CONFIG
diff --git a/sys/arch/sgi/conf/RAMDISK-IP32 b/sys/arch/sgi/conf/RAMDISK-IP32
index 05760eeee46..d157923c9c4 100644
--- a/sys/arch/sgi/conf/RAMDISK-IP32
+++ b/sys/arch/sgi/conf/RAMDISK-IP32
@@ -1,12 +1,10 @@
-# $OpenBSD: RAMDISK-IP32,v 1.30 2016/06/28 04:41:37 jmatthew Exp $
+# $OpenBSD: RAMDISK-IP32,v 1.31 2019/09/04 14:29:42 cheloha Exp $
#
# THIS KERNEL IS FOR O2 (IP32) SYSTEMS ONLY.
machine sgi mips64
maxusers 4
-option TIMEZONE=0
-option DST=0
option SMALL_KERNEL
option NO_PROPOLICE
option BOOT_CONFIG
diff --git a/sys/arch/sparc64/conf/RAMDISK b/sys/arch/sparc64/conf/RAMDISK
index 6b9601a04c5..b5f2fdc63c8 100644
--- a/sys/arch/sparc64/conf/RAMDISK
+++ b/sys/arch/sparc64/conf/RAMDISK
@@ -1,10 +1,8 @@
-# $OpenBSD: RAMDISK,v 1.123 2019/07/10 00:17:53 deraadt Exp $
+# $OpenBSD: RAMDISK,v 1.124 2019/09/04 14:29:42 cheloha Exp $
machine sparc64
maxusers 4
-option TIMEZONE=0
-option DST=0
option SMALL_KERNEL
option NO_PROPOLICE
option BOOT_CONFIG
diff --git a/sys/arch/sparc64/conf/RAMDISKU1 b/sys/arch/sparc64/conf/RAMDISKU1
index 97af4ba62f9..c18693c6cbf 100644
--- a/sys/arch/sparc64/conf/RAMDISKU1
+++ b/sys/arch/sparc64/conf/RAMDISKU1
@@ -1,10 +1,8 @@
-# $OpenBSD: RAMDISKU1,v 1.23 2015/07/17 22:52:29 tedu Exp $
+# $OpenBSD: RAMDISKU1,v 1.24 2019/09/04 14:29:42 cheloha Exp $
machine sparc64
maxusers 4
-option TIMEZONE=0
-option DST=0
option SMALL_KERNEL
option NO_PROPOLICE
option BOOT_CONFIG
diff --git a/sys/arch/sparc64/conf/RAMDISKU5 b/sys/arch/sparc64/conf/RAMDISKU5
index 349d705fd3d..8455893e34a 100644
--- a/sys/arch/sparc64/conf/RAMDISKU5
+++ b/sys/arch/sparc64/conf/RAMDISKU5
@@ -1,11 +1,8 @@
-# $OpenBSD: RAMDISKU5,v 1.20 2015/07/17 22:52:29 tedu Exp $
+# $OpenBSD: RAMDISKU5,v 1.21 2019/09/04 14:29:42 cheloha Exp $
machine sparc64
maxusers 4
-option TIMEZONE=0
-option DST=0
-
option SMALL_KERNEL
option NO_PROPOLICE
option BOOT_CONFIG