NetBSD/sys/arch/pc532
perry b89a3425b7 Eliminate obsolete TIMEZONE and DST options.
Eliminate obsolete global kernel variable "struct timezone tz"
Add RTC_OFFSET option
Add global kernel variable rtc_offset, which is initialized by
RTC_OFFSET at kernel compile time.
on i386, x68k, mac68k, pc532 and arm32, RTC_OFFSET indicates how many
minutes west (east) of GMT the hardware RTC runs. Defaults to 0.
Places where tz variable was used to indicate this in the past have
been replaced with rtc_offset.
Add sysctl interface to rtc_offset.
Kill obsolete DST_* macros in sys/time.h
gettimeofday now always returns zeroed timezone if zone is requested.
settimeofday now ignores and logs attempts to set non-existant kernel
timezone.
1997-01-15 01:28:28 +00:00
..
compile
conf rename: ramdisk => md 1996-12-28 23:22:07 +00:00
dev * Use confargs in probe and attach routines. 1997-01-11 10:58:12 +00:00
fpu * Use bcopy, not memcpy. 1996-12-23 08:37:55 +00:00
include * Remove __BROKEN_INDIRECT_CONFIG. 1996-12-23 08:37:43 +00:00
pc532 Eliminate obsolete TIMEZONE and DST options. 1997-01-15 01:28:28 +00:00
stand * We get bcopy from libkern.o now. 1996-11-07 07:34:02 +00:00
Makefile * We no longer have a scsi subdirectory. Remove it from the list of 1996-12-23 08:38:02 +00:00
To.Do * Phil Budne's is now integrated. 1996-10-23 07:55:10 +00:00