otto
45a03a18d6
increase polling intervbal, but only after we are synced and have done
a few frequency adjustments. ok henning@
18 years ago
otto
2e46737551
Reset adjtime() on startup; having an adjtime() active while starting
up causes overcompensation and confusing debug log entries; noticed
by dtucker@
18 years ago
otto
68bc275e60
Document /var/db/ntpd.drift; ok jmc@
18 years ago
otto
041bde21e5
Save the computed clock drift and use it on startup. ok deraadt@
henning@
18 years ago
deraadt
d75d4da0b7
ok there is a good reason not to do this yet
18 years ago
deraadt
451702b140
make powerdown the default; discussed with jason
18 years ago
jason
642ed07041
add the machdep.kbdreset logic to sparc64 (stuff to use it is coming)
18 years ago
otto
8746f65b53
avoid a race by installing SIGCHLD handler before fork() is called.
ok henning@ ckuethe@
18 years ago
otto
086410730e
tsk, tsk, tsk... the rule is simple: any define consisting of
more than one token MUST be put in parentheses!
18 years ago
otto
abf6b82fcd
Import frequency conrrection code from dragonfly, whith some changes:
only do frequency compensation if the clock is synced, and a slightly
diffent way of computing the linear regression.
You'll need a recent kernel and libc to use this.
Testing by naddy@ and ckuethe@ and others, thanks!
ok henning@
18 years ago
krw
a85347343d
Nuke only two uses of OPENDEV_DRCT in tree. Nuke OPENDEV_DRCT. Long
marked obsolete since the opendev() behaviour it turned on is now the
default.
'it can go' deraadt@
'no API of mine has ever made it into a standard' downsj@
18 years ago
mk
9cbd95d014
regen
18 years ago
mk
0547fda48e
Remove wdt char device stuff from here too.
ok todd
18 years ago
otto
c01a2e9569
set session id and init logging in -s mode. tested by david@ and matthieu@;
ok henning@
18 years ago
otto
24133ce79c
simplify; ok henning@
18 years ago
drahn
b734acdaa9
delete notes, like on zaurus.
18 years ago
deraadt
367226b7d6
dale, no such thing exists...
18 years ago
otto
89f43414db
Compensate old offsets with the amount of adjustment done, avoiding
overcompensating. From DragonFly, uses recent adjtime(2) changes,
so you'll need a recent kernel. ok henning@
18 years ago
miod
ff5f75d7b3
Better put a valid speed here.
18 years ago
pedro
244553b30f
Fix 'double by a factor of two' and make cache options a bit more
descriptive while at it, input and okay jmc@
18 years ago
drahn
8e45e7ee89
so how did we not catch this grabbing the wrong (i386) file before?
18 years ago
deraadt
c64e45b12c
remove irrelevant sysctls
18 years ago
deraadt
0ebb77f10e
typo
18 years ago
drahn
4fd3eb8323
Really want a working console, and no display (ttyC0) here.
18 years ago
drahn
8c07474094
Generated files
18 years ago
deraadt
4680378481
sync
18 years ago
drahn
1043270b91
System build pieces for armish arch.
18 years ago
otto
24fa8ea878
Only invalidate stored replies if an adjustment was really made.
ok henning@
18 years ago
deraadt
225de384d9
do chio.conf install from right place
18 years ago
mcbride
7da8bee8e8
Add sasyncd to rc / rc.conf.
ok deraadt@ cloder@
18 years ago
henning
9be86cfc22
just ise "HARD" as refid with sensors for v3 clients
18 years ago
henning
216ee11434
incredibly stupid typo
18 years ago
mcbride
39ccdf1ead
Carp demotion interlock. Prevents carp from preempting until the system is
booted, allowing for daemons to sync with peers before we take over.
ok deraadt@ mpf@ moritz@
18 years ago
david
b48bef217a
crank the OpenBSD version to 3.9; ok deraadt@
Opera on OpenBSD verified by sturm@
18 years ago
david
67a990cd93
fix location of dvmrpd.conf; ok norby@
18 years ago
norby
9e2d74d6a2
Hook dhcrelay(8) into the startup process.
ok henning@
18 years ago
norby
7f4589e266
add all the goo to hook dvmrp into the system
ok derradt@
18 years ago
norby
faaa8a7a3f
add a sample dvmrpd.conf
ok deraadt@
18 years ago
otto
fc47aa1fcc
even though the bounds are long long having an upper bound of
ULONG_MAX does not work; the max upper bound is LONG_MAX,
since LONG_MAX == LLONG_MAX on 64bit archs. ok deraadt@ henning@
18 years ago
otto
5ca49f4a5e
When expanding servers, do not forget to copy weight. ok henning@
18 years ago
henning
1110d359db
urgs, other stuff snuck in
18 years ago
henning
5a53deb317
do not use /dev/hotplug for now, only one reader supported yet
18 years ago
henning
baf806507d
put back regular sensors scanning
18 years ago
henning
eea91760ae
only actually run sensor_query when it is due, not every time poll returns
18 years ago
deraadt
cdd179ea4b
asf/ipmi balony at udp 623; sthen@bootes.spacehopper.org
18 years ago
ckuethe
9325c20f99
When ntpd backs off polling due to a negative delay, tell the user how long
it will wait until the next poll.
ok henning@
18 years ago
jmc
0d1cb4cfe1
better wording for the "weight" section;
18 years ago
jmc
146a76e0cb
document the optional "weight" keyword, and a little cleanup;
from henning and myself
18 years ago
avsm
159a0297e1
revert vfs.nfs.privport sysctl, broke a few architectures
requested by deraadt@
18 years ago
henning
d4fd11008a
when we cannot open /dev/hotplug, donn't bail, just work without
with ckuethe
18 years ago