Bruce Evans 882fdeae66 Converted the second last instance of hzto() to tvtohz().
Fixed nearby bugs (in linux_alarm()):
- the itimer for the alarm was relative to the epoch instead of relative
  to the boot time.  This was harmless because the itimer's interval is 0.
- the seconds arg was not checked for validity before converting it to a
  possibly different value.
- printf format errors.

Improvements:
Don't use splclock().  splsoftclock() suffices.  Don't complicate things
by micro-optimizing interrupt latency.

Minor improvements:
Various micro-optimizations to exploit the specialness of the alarm itimer
and the value 0.
1998-08-05 16:44:30 +00:00
..
1998-08-05 00:54:38 +00:00
1998-07-30 17:40:45 +00:00
1998-08-03 19:14:33 +00:00
1998-07-30 17:40:45 +00:00
1998-07-11 07:46:16 +00:00
1998-04-06 05:11:42 +00:00
1998-08-05 00:54:38 +00:00