summaryrefslogtreecommitdiffstats
path: root/share/man/man9/hardclock.9 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* timecounting: deprecate time_second(9), time_uptime(9)cheloha2020-06-261-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | 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@
* missing colon; from Rob Pierce <rob at 2keys dot ca>schwarze2016-09-271-3/+3
|
* Long overdue updates for timecounter changes.jsg2016-04-031-3/+3
| | | | Feedback from jmc@, ok guenther@ for an earlier version.
* Remove useless quoting from .Fo and .Fn function names, to preventschwarze2015-09-141-3/+3
| | | | | | development of a cargo cult in case people look at existing files for examples. This achieves a consistent .Fo and .Fn quoting style across the whole tree.
* Replace old-fashioned .Fd by new-fangled .In for #include lines.schwarze2013-06-041-3/+3
| | | | | Diff from Jan Klemkow <j dot klemkow at wemelug dot de> on tech@. No objection from jmc@ against this type of change.
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* put "CODE REFERENCES" before "SEE ALSO" for consistencyjasper2007-04-031-5/+5
| | | | ok jmc@
* typos from Jonathon Gray;jmc2003-11-081-2/+2
|
* typos;jmc2003-04-171-2/+2
| | | | md5(9): ok tedu@
* .Xr's for section9:jmc2003-03-081-2/+2
| | | | | | | | | | - MLINKS for uvm stuff - MLINK vgone.9 vgonel.9 - typos - fixed SYNOPSIS of extattr(9) lots of help from miod and art ok miod@ art@
* date should be written formally: .Dd Month day, yeardavid2003-03-061-2/+2
| | | | | also fixes a few misspellings of the month ok henning@ jmc@
* the thenaddy2002-06-291-2/+2
|
* Add a man page for the much referenced hardclock(9).krw2001-07-161-0/+78
Thanks to niklas@, fgs@, mpech@ for feedback.