History log of /openbsd/share/man/man9/resettodr.9 (Results 1 – 8 of 8)
Revision Date Author Comments
# 0d88cff5 26-Jun-2020 cheloha <cheloha@openbsd.org>

timecounting: deprecate time_second(9), time_uptime(9)

time_second(9) has been replaced in the kernel by gettime(9).
time_uptime(9) has been replaced in the kernel by getuptime(9).

New code should

timecounting: deprecate time_second(9), time_uptime(9)

time_second(9) has been replaced in the kernel by gettime(9).
time_uptime(9) has been replaced in the kernel by getuptime(9).

New code should use the replacement interfaces. They do not suffer
from the split-read problem inherent to the time_* variables on 32-bit
platforms.

The variables remain in sys/kern/kern_tc.c for use via kvm(3) when
examining kernel core dumps.

This commit completes the deprecation process:

- Remove the extern'd definitions for time_second and time_uptime
from sys/time.h.
- Replace manpage cross-references to time_second(9)/time_uptime(9)
with references to microtime(9) or a related interface.
- Move the time_second.9 manpage to the attic.

With input from dlg@, kettenis@, visa@, and tedu@.

ok kettenis@

show more ...


# 945833e0 03-Apr-2016 jsg <jsg@openbsd.org>

Long overdue updates for timecounter changes.
Feedback from jmc@, ok guenther@ for an earlier version.


# 9490d37c 31-May-2007 jmc <jmc@openbsd.org>

convert to new .Dd format;


# ab967380 12-Oct-2000 aaron <aaron@openbsd.org>

General man page cleanups, mostly to remove trailing whitespace, hard
sentence breaks, and other such things.


# 657686c6 02-Sep-1999 espie <espie@openbsd.org>

Minor fusses: OpenBSD tag, misused macros, codes references path.


# fc8533a3 23-May-1999 aaron <aaron@openbsd.org>

remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common
is used instead; kwesterback@home.com


# 460cff61 08-Jul-1996 ccappuc <ccappuc@openbsd.org>

kernel is /bsd, os is OpenBSD


# b8800069 16-Dec-1995 deraadt <deraadt@openbsd.org>

update from netbsd