NetBSD/sys/compat/hpux
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
..
Makefile Give every emulation its own Makefile for the syscall table. 1996-09-03 03:18:04 +00:00
files.hpux Get COMPAT_HPUX partially working on the hp300. Notable improvements: 1995-11-28 08:39:45 +00:00
hpux.h Centralize the HP-UX file flags translation stuff. 1995-12-08 07:54:43 +00:00
hpux_compat.c Eliminate obsolete TIMEZONE and DST options. 1997-01-15 01:28:28 +00:00
hpux_exec.c Need to include <sys/exec.h> 1996-10-14 06:53:23 +00:00
hpux_exec.h Get COMPAT_HPUX partially working on the hp300. Notable improvements: 1995-11-28 08:39:45 +00:00
hpux_file.c Move the obviously machine-dependent HP-UX compat code to hpux_machdep.{c,h}. 1996-01-06 12:44:06 +00:00
hpux_net.c avoid unnecessary checks of m_get/MGET/etc.'s return values. When 1996-06-14 22:21:12 +00:00
hpux_sig.c Get COMPAT_HPUX partially working on the hp300. Notable improvements: 1995-11-28 08:39:45 +00:00
hpux_syscall.h Regen; makesyscalls.sh emits comments now. 1997-01-13 18:49:02 +00:00
hpux_syscallargs.h Regen. 1996-09-07 14:24:17 +00:00
hpux_syscalls.c Regen. 1996-09-07 14:24:17 +00:00
hpux_sysent.c Regen. 1996-09-07 14:24:17 +00:00
hpux_termio.h new RCS ID format. 1994-10-26 02:45:11 +00:00
hpux_tty.c Fix a type-size glitch caught by gcc 2.7.2. 1995-12-11 16:32:46 +00:00
hpux_util.h Backout previous kprintf change. 1996-10-13 00:46:49 +00:00
syscalls.conf Get COMPAT_HPUX partially working on the hp300. Notable improvements: 1995-11-28 08:39:45 +00:00
syscalls.master Modify poll(2) prototype. 1996-09-07 14:20:09 +00:00