NetBSD/sys/compat
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
..
common PR/2981: use ${VAR:Q} instead of '${VAR}' to avoid quoting problems 1996-12-26 21:30:59 +00:00
freebsd Regen; makesyscalls.sh emits comments now. 1997-01-13 18:49:02 +00:00
hpux Eliminate obsolete TIMEZONE and DST options. 1997-01-15 01:28:28 +00:00
ibcs2 Eliminate obsolete TIMEZONE and DST options. 1997-01-15 01:28:28 +00:00
linux Regen; makesyscalls.sh emits comments now. 1997-01-13 18:49:02 +00:00
m68k4k Add exec glue for `COMPAT_M68K4K'; just map the executable the way 1996-09-10 22:01:20 +00:00
osf1 Regen; makesyscalls.sh emits comments now. 1997-01-13 18:49:02 +00:00
ossaudio Add RCS Id. 1996-10-17 19:46:39 +00:00
sunos Regen; makesyscalls.sh emits comments now. 1997-01-13 18:49:02 +00:00
svr4 Regen; makesyscalls.sh emits comments now. 1997-01-13 18:49:02 +00:00
ultrix Regen; makesyscalls.sh emits comments now. 1997-01-13 18:49:02 +00:00