NetBSD/sys/arch/arm32
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
..
arm32 Eliminate obsolete TIMEZONE and DST options. 1997-01-15 01:28:28 +00:00
boot RCS Id police. 1996-06-12 19:24:19 +00:00
compile
conf Eliminate obsolete TIMEZONE and DST options. 1997-01-15 01:28:28 +00:00
dev Replace the fix for the bugged revisions of the 37GT665 I/O controller 1997-01-14 22:59:40 +00:00
doc Document the packet filter major number. 1997-01-12 20:39:51 +00:00
fpe-arm Fixed a couple of STM^ instructions lurking in the FPE core. 1996-12-27 01:46:07 +00:00
fpe-sp backout previous kprintf change 1996-10-13 03:05:43 +00:00
include Update for new bus space interface. This implementation is based on 1997-01-13 00:33:36 +00:00
iomd Eliminate obsolete TIMEZONE and DST options. 1997-01-15 01:28:28 +00:00
kshell Guard all functions that are only used by kshell with #ifdef KSHELL. 1997-01-03 23:15:44 +00:00
mainbus Replace the fix for the bugged revisions of the 37GT665 I/O controller 1997-01-14 22:59:40 +00:00
podulebus Minor changes (inline -> __inline)) 1997-01-06 04:47:53 +00:00
rc7500 backout previous kprintf change 1996-10-13 03:05:43 +00:00
vidc inline -> __inline 1997-01-12 20:28:04 +00:00
Makefile