diff options
-rw-r--r-- | sys/arch/hp300/conf/RAMDISK | 4 | ||||
-rw-r--r-- | sys/arch/hppa/conf/SHEPHERD_PIE | 4 | ||||
-rw-r--r-- | sys/arch/hppa/stand/mkboot/mkboot.c | 6 | ||||
-rw-r--r-- | sys/arch/i386/conf/DISKLESS | 4 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK | 4 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISKB | 4 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISKC | 4 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 4 | ||||
-rw-r--r-- | sys/arch/pmax/conf/DS3100 | 4 | ||||
-rw-r--r-- | sys/arch/pmax/conf/DS5000_100 | 4 | ||||
-rw-r--r-- | sys/arch/pmax/conf/DS5000_200 | 4 | ||||
-rw-r--r-- | sys/arch/pmax/conf/DS5000_25 | 4 | ||||
-rw-r--r-- | sys/arch/pmax/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/pmax/conf/GENERIC.NFS | 4 | ||||
-rw-r--r-- | sys/arch/pmax/conf/GENERIC.rz0 | 4 | ||||
-rw-r--r-- | sys/arch/pmax/conf/RAMDISK | 4 | ||||
-rw-r--r-- | sys/arch/powerpc/conf/RAMDISK | 4 | ||||
-rw-r--r-- | sys/arch/sparc/conf/RAMDISK | 4 | ||||
-rw-r--r-- | sys/arch/vax/conf/RAMDISK | 4 | ||||
-rw-r--r-- | sys/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/dev/ic/mc146818reg.h | 4 | ||||
-rw-r--r-- | sys/msdosfs/msdosfs_conv.c | 6 |
22 files changed, 46 insertions, 46 deletions
diff --git a/sys/arch/hp300/conf/RAMDISK b/sys/arch/hp300/conf/RAMDISK index fdc16d32c19..c73f6e45728 100644 --- a/sys/arch/hp300/conf/RAMDISK +++ b/sys/arch/hp300/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.9 2001/05/04 22:48:58 aaron Exp $ +# $OpenBSD: RAMDISK,v 1.10 2001/05/17 00:57:53 pvalchev Exp $ # # Ram disk kernel. # @@ -25,7 +25,7 @@ option UVM # use the UVM virtual memory system maxusers 8 option TIMEZONE=0 # time zone to adjust RTC time by -option DST=0 # daylight savings time used by RTC +option DST=0 # daylight saving time used by RTC option SWAPPAGER # paging; REQUIRED option DEVPAGER # mmap() of devices diff --git a/sys/arch/hppa/conf/SHEPHERD_PIE b/sys/arch/hppa/conf/SHEPHERD_PIE index 95c960eb5e5..fb62a71c744 100644 --- a/sys/arch/hppa/conf/SHEPHERD_PIE +++ b/sys/arch/hppa/conf/SHEPHERD_PIE @@ -1,4 +1,4 @@ -# $OpenBSD: SHEPHERD_PIE,v 1.11 2001/05/16 05:07:51 millert Exp $ +# $OpenBSD: SHEPHERD_PIE,v 1.12 2001/05/17 00:57:54 pvalchev Exp $ # # Diskless kernel config # @@ -53,7 +53,7 @@ option BOOT_CONFIG # add support for boot -c maxusers 8 option TIMEZONE=0 # time zone to adjust RTC time by -option DST=0 # daylight savings time used by RTC +option DST=0 # daylight saving time used by RTC #option COMPAT_HPUX # HP-UX binary compatibility diff --git a/sys/arch/hppa/stand/mkboot/mkboot.c b/sys/arch/hppa/stand/mkboot/mkboot.c index aee82debf4b..cfa12d5a0a0 100644 --- a/sys/arch/hppa/stand/mkboot/mkboot.c +++ b/sys/arch/hppa/stand/mkboot/mkboot.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mkboot.c,v 1.8 2000/06/30 16:00:11 millert Exp $ */ +/* $OpenBSD: mkboot.c,v 1.9 2001/05/17 00:57:55 pvalchev Exp $ */ /* * Copyright (c) 1990, 1993 @@ -43,7 +43,7 @@ static char copyright[] = #endif /* not lint */ #ifndef lint -static char rcsid[] = "$OpenBSD: mkboot.c,v 1.8 2000/06/30 16:00:11 millert Exp $"; +static char rcsid[] = "$OpenBSD: mkboot.c,v 1.9 2001/05/17 00:57:55 pvalchev Exp $"; #endif /* not lint */ #endif @@ -389,7 +389,7 @@ bcddate(file, toc) int tm_year; /* years since 1900 */ int tm_wday; /* day of the week (0-6) */ int tm_yday; /* day of the year (0-365) */ - int tm_isdst; /* non-0 if daylight savings time is in effect */ + int tm_isdst; /* non-0 if daylight saving time is in effect */ } *tm; #else struct tm *tm; diff --git a/sys/arch/i386/conf/DISKLESS b/sys/arch/i386/conf/DISKLESS index 212868813c7..f948eb0bab9 100644 --- a/sys/arch/i386/conf/DISKLESS +++ b/sys/arch/i386/conf/DISKLESS @@ -1,4 +1,4 @@ -# $OpenBSD: DISKLESS,v 1.34 2001/05/16 05:07:49 millert Exp $ +# $OpenBSD: DISKLESS,v 1.35 2001/05/17 00:57:55 pvalchev Exp $ # $NetBSD: DISKLESS,v 1.26 1996/05/20 18:17:16 mrg Exp $ # # DISKLESS -- Generic machine setup for diskless boot. @@ -38,7 +38,7 @@ option CRYPTO # Cryptographic framework maxusers 32 # estimated number of users option TIMEZONE=0 # time zone to adjust RTC time by -option DST=0 # daylight savings time used by RTC +option DST=0 # daylight saving time used by RTC option NTP # hooks supporting the Network Time Protocol option SWAPPAGER # paging; REQUIRED diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK index efcb6fc0821..fa2889d9835 100644 --- a/sys/arch/i386/conf/RAMDISK +++ b/sys/arch/i386/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.104 2001/05/16 09:06:34 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.105 2001/05/17 00:57:55 pvalchev Exp $ machine i386 # architecture, used by config; REQUIRED @@ -18,7 +18,7 @@ option SMALL_KERNEL maxusers 4 # estimated number of users option TIMEZONE=0 # time zone to adjust RTC time by -option DST=0 # daylight savings time used by RTC +option DST=0 # daylight saving time used by RTC option SWAPPAGER # paging; REQUIRED option DEVPAGER # mmap() of devices diff --git a/sys/arch/i386/conf/RAMDISKB b/sys/arch/i386/conf/RAMDISKB index f946fe35817..9bc80f1a05c 100644 --- a/sys/arch/i386/conf/RAMDISKB +++ b/sys/arch/i386/conf/RAMDISKB @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKB,v 1.38 2001/05/16 09:06:35 deraadt Exp $ +# $OpenBSD: RAMDISKB,v 1.39 2001/05/17 00:57:56 pvalchev Exp $ machine i386 # architecture, used by config; REQUIRED @@ -18,7 +18,7 @@ option SMALL_KERNEL maxusers 4 # estimated number of users option TIMEZONE=0 # time zone to adjust RTC time by -option DST=0 # daylight savings time used by RTC +option DST=0 # daylight saving time used by RTC option SWAPPAGER # paging; REQUIRED option DEVPAGER # mmap() of devices diff --git a/sys/arch/i386/conf/RAMDISKC b/sys/arch/i386/conf/RAMDISKC index fb74d8778bf..1fd256689a9 100644 --- a/sys/arch/i386/conf/RAMDISKC +++ b/sys/arch/i386/conf/RAMDISKC @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKC,v 1.19 2001/05/16 09:06:36 deraadt Exp $ +# $OpenBSD: RAMDISKC,v 1.20 2001/05/17 00:57:56 pvalchev Exp $ machine i386 # architecture, used by config; REQUIRED @@ -18,7 +18,7 @@ option SMALL_KERNEL maxusers 4 # estimated number of users option TIMEZONE=0 # time zone to adjust RTC time by -option DST=0 # daylight savings time used by RTC +option DST=0 # daylight saving time used by RTC option SWAPPAGER # paging; REQUIRED option DEVPAGER # mmap() of devices diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index dca7fa69661..18d260a3622 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.44 2001/05/05 23:25:32 art Exp $ +# $OpenBSD: RAMDISK_CD,v 1.45 2001/05/17 00:57:56 pvalchev Exp $ machine i386 # architecture, used by config; REQUIRED @@ -17,7 +17,7 @@ option UVM # use the UVM virtual memory system. REQUIRED maxusers 4 # estimated number of users option TIMEZONE=0 # time zone to adjust RTC time by -option DST=0 # daylight savings time used by RTC +option DST=0 # daylight saving time used by RTC option SWAPPAGER # paging; REQUIRED option DEVPAGER # mmap() of devices diff --git a/sys/arch/pmax/conf/DS3100 b/sys/arch/pmax/conf/DS3100 index d36ab33865c..0b0262b70a5 100644 --- a/sys/arch/pmax/conf/DS3100 +++ b/sys/arch/pmax/conf/DS3100 @@ -1,4 +1,4 @@ -# $OpenBSD: DS3100,v 1.9 2001/05/16 05:07:50 millert Exp $ +# $OpenBSD: DS3100,v 1.10 2001/05/17 00:57:56 pvalchev Exp $ # # DECstation (3100 or 2100) config file # @@ -12,7 +12,7 @@ option MIPS1 # R2000/R3000 support option DS3100 # PMAX (kn01) decstation 2100, 3100 # timezone stuff option TIMEZONE=0 -option DST=0 # use daylight savings rules +option DST=0 # use daylight saving rules maxusers 64 diff --git a/sys/arch/pmax/conf/DS5000_100 b/sys/arch/pmax/conf/DS5000_100 index f97875c6219..dbba58b2ee1 100644 --- a/sys/arch/pmax/conf/DS5000_100 +++ b/sys/arch/pmax/conf/DS5000_100 @@ -1,4 +1,4 @@ -# $OpenBSD: DS5000_100,v 1.7 2001/05/16 05:07:50 millert Exp $ +# $OpenBSD: DS5000_100,v 1.8 2001/05/17 00:57:57 pvalchev Exp $ # # DECstation 5000/100 kernel config # @@ -12,7 +12,7 @@ option MIPS1 # R2000/R3000 support option DS5000_100 # 3MIN (kn02ba/kmin) # timezone stuff option TIMEZONE=0 -option DST=0 # use daylight savings rules +option DST=0 # use daylight saving rules maxusers 64 diff --git a/sys/arch/pmax/conf/DS5000_200 b/sys/arch/pmax/conf/DS5000_200 index d9a9bb8503e..1357ea773da 100644 --- a/sys/arch/pmax/conf/DS5000_200 +++ b/sys/arch/pmax/conf/DS5000_200 @@ -1,4 +1,4 @@ -# $OpenBSD: DS5000_200,v 1.8 2001/05/16 05:07:50 millert Exp $ +# $OpenBSD: DS5000_200,v 1.9 2001/05/17 00:57:57 pvalchev Exp $ # # DECstation 5000/200 (KN02 motherboard, codname 3MAX) kernel config # @@ -12,7 +12,7 @@ option MIPS1 # R2000/R3000 support option DS5000_200 # 3MAX (kn02) # timezone stuff option TIMEZONE=0 -option DST=0 # use daylight savings rules +option DST=0 # use daylight saving rules maxusers 64 diff --git a/sys/arch/pmax/conf/DS5000_25 b/sys/arch/pmax/conf/DS5000_25 index 98ee1505d11..451a71bccf3 100644 --- a/sys/arch/pmax/conf/DS5000_25 +++ b/sys/arch/pmax/conf/DS5000_25 @@ -1,4 +1,4 @@ -# $OpenBSD: DS5000_25,v 1.7 2001/05/16 05:07:50 millert Exp $ +# $OpenBSD: DS5000_25,v 1.8 2001/05/17 00:57:57 pvalchev Exp $ # # DECstation 5000/20, 5000/25 or 5000/33 kernel config # @@ -12,7 +12,7 @@ option MIPS1 # R2000/R3000 support option DS5000_25 # MAXINE (kn02ca/xine) # timezone stuff option TIMEZONE=0 -option DST=0 # use daylight savings rules +option DST=0 # use daylight saving rules maxusers 64 diff --git a/sys/arch/pmax/conf/GENERIC b/sys/arch/pmax/conf/GENERIC index a74c3076bfb..15e3b09b8f2 100644 --- a/sys/arch/pmax/conf/GENERIC +++ b/sys/arch/pmax/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.20 2001/05/16 05:07:50 millert Exp $ +# $OpenBSD: GENERIC,v 1.21 2001/05/17 00:57:57 pvalchev Exp $ # # GENERIC kernel for the distribition simpleroot # @@ -16,7 +16,7 @@ option DS5000_200 # 3MAX (kn02) option DS5000_240 # 3MAXPLUS (kn03) # timezone stuff option TIMEZONE=0 -option DST=0 # use daylight savings rules +option DST=0 # use daylight saving rules # config bsd swap generic support option GENERIC # required for swap generic diff --git a/sys/arch/pmax/conf/GENERIC.NFS b/sys/arch/pmax/conf/GENERIC.NFS index 5b502861ef3..a3076892eb1 100644 --- a/sys/arch/pmax/conf/GENERIC.NFS +++ b/sys/arch/pmax/conf/GENERIC.NFS @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC.NFS,v 1.8 2001/05/16 05:07:50 millert Exp $ +# $OpenBSD: GENERIC.NFS,v 1.9 2001/05/17 00:57:57 pvalchev Exp $ # # GENERIC netboot / nfs root + swap kernel for the distribition simpleroot # @@ -16,7 +16,7 @@ option DS5000_200 # 3MAX (kn02) option DS5000_240 # 3MAXPLUS (kn03) # timezone stuff option TIMEZONE=0 -option DST=0 # use daylight savings rules +option DST=0 # use daylight saving rules maxusers 64 diff --git a/sys/arch/pmax/conf/GENERIC.rz0 b/sys/arch/pmax/conf/GENERIC.rz0 index 42232b50905..e643f54d639 100644 --- a/sys/arch/pmax/conf/GENERIC.rz0 +++ b/sys/arch/pmax/conf/GENERIC.rz0 @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC.rz0,v 1.8 2001/05/16 05:07:50 millert Exp $ +# $OpenBSD: GENERIC.rz0,v 1.9 2001/05/17 00:57:58 pvalchev Exp $ # # GENERIC kernel for the distribition simpleroot with root + swap hardcoded # to rz0 - required for use with zip drives for instance @@ -17,7 +17,7 @@ option DS5000_200 # 3MAX (kn02) option DS5000_240 # 3MAXPLUS (kn03) # timezone stuff option TIMEZONE=0 -option DST=0 # use daylight savings rules +option DST=0 # use daylight saving rules maxusers 64 diff --git a/sys/arch/pmax/conf/RAMDISK b/sys/arch/pmax/conf/RAMDISK index 497eecaff06..669fff2a454 100644 --- a/sys/arch/pmax/conf/RAMDISK +++ b/sys/arch/pmax/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.3 2000/05/01 22:25:46 maja Exp $ +# $OpenBSD: RAMDISK,v 1.4 2001/05/17 00:57:58 pvalchev Exp $ # # RAMDISK kernel for the distribition ramdisk # @@ -16,7 +16,7 @@ option DS5000_200 # 3MAX (kn02) option DS5000_240 # 3MAXPLUS (kn03) # timezone stuff option TIMEZONE=0 -option DST=0 # use daylight savings rules +option DST=0 # use daylight saving rules maxusers 4 diff --git a/sys/arch/powerpc/conf/RAMDISK b/sys/arch/powerpc/conf/RAMDISK index be5f4a54fb9..faa5c1cc0b9 100644 --- a/sys/arch/powerpc/conf/RAMDISK +++ b/sys/arch/powerpc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.19 2001/04/13 03:01:02 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.20 2001/05/17 00:57:58 pvalchev Exp $ # # PPC GENERIC config file # @@ -19,7 +19,7 @@ option WSEMUL_NO_DUMB # include "../../../conf/GENERIC" option TIMEZONE=0 # time zone to adjust RTC time by -option DST=0 # daylight savings time used by RTC +option DST=0 # daylight saving time used by RTC option SWAPPAGER # paging; REQUIRED option DEVPAGER # mmap() of devices option COMPAT_43 # and 4.3BSD diff --git a/sys/arch/sparc/conf/RAMDISK b/sys/arch/sparc/conf/RAMDISK index f4498f2dee3..f3a95cba0f2 100644 --- a/sys/arch/sparc/conf/RAMDISK +++ b/sys/arch/sparc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.25 2001/05/16 09:06:37 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.26 2001/05/17 00:57:59 pvalchev Exp $ # $NetBSD: GENERIC,v 1.28.2.1 1996/07/02 23:55:22 jtc Exp $ # Machine architecture; required by config(8) @@ -16,7 +16,7 @@ option MINIROOTSIZE=4352 #option DDB # need this to see what's happening option TIMEZONE=0 # time zone to adjust RTC time by -option DST=0 # daylight savings time used by RTC +option DST=0 # daylight saving time used by RTC option UVM # UVM virtual memory system ; required option SMALL_KERNEL diff --git a/sys/arch/vax/conf/RAMDISK b/sys/arch/vax/conf/RAMDISK index 41d6926d071..b1c468f1d32 100644 --- a/sys/arch/vax/conf/RAMDISK +++ b/sys/arch/vax/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.5 2001/04/09 00:53:53 hugh Exp $ +# $OpenBSD: RAMDISK,v 1.6 2001/05/17 00:57:59 pvalchev Exp $ machine vax # machine type @@ -30,7 +30,7 @@ option UVM # VAX uses UVM; REQUIRED maxusers 8 # estimated number of users option TIMEZONE=0 # time zone to adjust RTC time by -option DST=0 # daylight savings time used by RTC +option DST=0 # daylight saving time used by RTC option SWAPPAGER # paging; REQUIRED option DEVPAGER # mmap() of devices diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC index a904236a744..5855f0bc42b 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.74 2001/05/16 17:14:39 millert Exp $ +# $OpenBSD: GENERIC,v 1.75 2001/05/17 00:58:00 pvalchev Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -6,7 +6,7 @@ #option INSECURE # default to secure option TIMEZONE=0 # time zone to adjust RTC time by -option DST=0 # daylight savings time used by RTC +option DST=0 # daylight saving time used by RTC option NTP # hooks supporting the Network Time Protocol option SWAPPAGER # paging; REQUIRED diff --git a/sys/dev/ic/mc146818reg.h b/sys/dev/ic/mc146818reg.h index 2dd48ae7231..573629dfc4b 100644 --- a/sys/dev/ic/mc146818reg.h +++ b/sys/dev/ic/mc146818reg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mc146818reg.h,v 1.4 1997/04/17 21:13:14 mickey Exp $ */ +/* $OpenBSD: mc146818reg.h,v 1.5 2001/05/17 00:58:00 pvalchev Exp $ */ /* $NetBSD: mc146818reg.h,v 1.1 1995/05/04 19:31:18 cgd Exp $ */ /* @@ -85,7 +85,7 @@ #define MC_REGB 0xb /* Control register B */ -#define MC_REGB_DSE 0x01 /* Daylight Savings Enable */ +#define MC_REGB_DSE 0x01 /* Daylight Saving Enable */ #define MC_REGB_24HR 0x02 /* 24-hour mode (AM/PM mode when clear) */ #define MC_REGB_BINARY 0x04 /* Binary mode (BCD mode when clear) */ #define MC_REGB_SQWE 0x08 /* Square wave enable, ONLY in BQ3285E */ diff --git a/sys/msdosfs/msdosfs_conv.c b/sys/msdosfs/msdosfs_conv.c index c2d0babdfbc..935a9fc710b 100644 --- a/sys/msdosfs/msdosfs_conv.c +++ b/sys/msdosfs/msdosfs_conv.c @@ -1,4 +1,4 @@ -/* $OpenBSD: msdosfs_conv.c,v 1.8 1998/01/11 20:39:06 provos Exp $ */ +/* $OpenBSD: msdosfs_conv.c,v 1.9 2001/05/17 00:58:01 pvalchev Exp $ */ /* $NetBSD: msdosfs_conv.c,v 1.24 1997/10/17 11:23:54 ws Exp $ */ /*- @@ -112,7 +112,7 @@ unix2dostime(tsp, ddp, dtp, dhp) * skip the computations and use the saved result. */ t = tsp->tv_sec - (tz.tz_minuteswest * 60) - /* +- daylight savings time correction */ ; + /* +- daylight saving time correction */ ; t &= ~1; if (lasttime != t) { lasttime = t; @@ -227,7 +227,7 @@ dos2unixtime(dd, dt, dh, tsp) lastseconds = (days * 24 * 60 * 60) + SECONDSTO1980; } tsp->tv_sec = seconds + lastseconds + (tz.tz_minuteswest * 60) - /* -+ daylight savings time correction */ ; + /* -+ daylight saving time correction */ ; tsp->tv_nsec = (dh % 100) * 10000000; } |