NetBSD/sys/arch/i386
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
..
apm_init The copyright for this file has been assigned to the NetBSD Foundation 1996-11-04 23:04:43 +00:00
bioscall The copyright for this file has been assigned to the NetBSD Foundation 1996-11-04 23:04:43 +00:00
boot Fix name conflict with boot() prototype in <sys/reboot.h> 1996-08-30 01:34:01 +00:00
compile
conf Eliminate obsolete TIMEZONE and DST options. 1997-01-15 01:28:28 +00:00
eisa Implement eisa_mem_{alloc,free}(), a method for allocating/freeing 1996-10-21 23:12:56 +00:00
i386 fix kvm_mkdb problem -- as per pr 3092 1997-01-10 05:28:14 +00:00
include Include VM_MAX_KERNEL_BUF constant to put a cap on buffer cache KVM usage. 1996-12-09 22:49:42 +00:00
isa Eliminate obsolete TIMEZONE and DST options. 1997-01-15 01:28:28 +00:00
netboot Fix #includes. 1996-02-02 18:05:36 +00:00
pci Implement pci_decompose_tag(). 1996-12-17 01:55:56 +00:00
stand LOCORE -> _LOCORE 1996-02-01 22:28:24 +00:00
Makefile