History log of /netbsd/sys/arch/vax/include/clock.h (Results 1 – 10 of 10)
Revision Date Author Comments
# 2d5d8524 22-May-2017 ragge <ragge@NetBSD.org>

Update copyright notice for Ludd (remove clause 3 & 4).


# 9b0ac32c 17-Nov-2014 christos <christos@NetBSD.org>

PR/49207: Kamil Rytarowski: Add sys/clock.h with generic time macros
(derived from clock_subr.h). Keep clock_subr.h with the kernel structures
and functions to reduce diffs, and have clock.h only inc

PR/49207: Kamil Rytarowski: Add sys/clock.h with generic time macros
(derived from clock_subr.h). Keep clock_subr.h with the kernel structures
and functions to reduce diffs, and have clock.h only include standalone
constants and macros.

show more ...


# 5bb781f7 19-Nov-2010 uwe <uwe@NetBSD.org>

Correct definition of leap year. Make yeartonum and numtoyear use
full years so that year 2000 is correctly counted as a leap year.

Now NetBSD under SIMH picks up correct time-of-day clock value.

Correct definition of leap year. Make yeartonum and numtoyear use
full years so that year 2000 is correctly counted as a leap year.

Now NetBSD under SIMH picks up correct time-of-day clock value. It
used to be a day behind, since 2000 - 1900 = 100 and naive leap year
test wouldn't count it as a leap year.

show more ...


# 471e528b 12-Dec-2009 tsutsui <tsutsui@NetBSD.org>

Remove `volatile' qualifier from argument types of
struct timeval passed to todr_gettime(9) and todr_settime(9).
We no longer have an ancient and volatile struct timeval `time'
global since we have s

Remove `volatile' qualifier from argument types of
struct timeval passed to todr_gettime(9) and todr_settime(9).
We no longer have an ancient and volatile struct timeval `time'
global since we have switched to MI timercounter(9) on all port.

XXX1: some of these RTC drivers still assume 32bit time_t
XXX2: some of these should be rewritten to use todr_[gs]ettime_ymdhms()
XXX3: todr(9) man page doesn't mention todr_[gs]ettime_ymdhms()

show more ...


# 27176f37 05-Sep-2006 matt <matt@NetBSD.org>

Switch VAX over to generic TODR


# 550bb5fb 26-Jul-2000 ragge <ragge@NetBSD.org>

Make yeartonum/numtoyear visible.


# fe8a330b 06-Sep-1999 ragge <ragge@NetBSD.org>

Styr upp deklarationen av clockchippsparametrarna.


# 56f0f92b 30-Aug-1999 ragge <ragge@NetBSD.org>

Add some external variables.


# e3a104cb 04-May-1997 ragge <ragge@NetBSD.org>

Oops, I forgot to check this file in after clock changes.


# 7ac59ffe 20-Jul-1996 ragge <ragge@NetBSD.org>

Reworked time handling; now also handles clock chip CPUs correctly.