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
avsm
a1ea8f4c10
Add support for NFS mounts to be from non-reserved ports:
- new sysctl vfs.nfs.privport to require NFS mount requests to be on
reserved ports when set to 1 (the default).
- mountd now automatically sets the sysctl depending on the -n flag.
- add mountd_flags to rc.conf to enable the -n flag at boot.
deraadt@ ok
18 years ago
henning
52daf64bf5
allow for weight to be added to sensors or servers, so that one can
weight timedelta sensors higher than ntp peers, for example
ok deraadt mbalmer
18 years ago
henning
24755fb155
get clock src id from the timedelta sensor desc.
unfortunately I still don't have any hardware to test this ;(
18 years ago
henning
60325542b8
if sysctl gives ENOENT the sensor is gone and we remove it
18 years ago
henning
b2a25c5f18
let sensor_query handle removals itself
18 years ago
henning
1314afba48
sensor_byid not needed any more
18 years ago
henning
18724bbfff
hotplug devid will go away in a minute, so don't use it here any longer
18 years ago
henning
494460017f
do not bother with rmeoval events, we remove sensors whoch vanished or
are not a timedelta sensor any more on query on the fly anyway
18 years ago
jmc
405e658006
small grammar improvement;
18 years ago
henning
d5fece7cde
DV_SENSORS is no more, plug workaround for the time to the real solution
18 years ago
henning
790a2f0010
make use of the new hotplug events for sensors showing up or vanishing
18 years ago