henning
1b0777efc4
fix error message, Benedikt Steinbusch <bsteinb@hamazone.de>
19 years ago
todd
3e4d414b2b
sync
19 years ago
todd
d569ce3508
correct typo, wrong pf major
19 years ago
uwe
5dd36a2a68
Support APM_IOC_PRN_CTL, and machdep.apmwarn as documented in apm(4), and
apmd(8); missing sysctl variable noticed by drahn@
19 years ago
cloder
d27b833e7e
Make sure we check snprintf return value for failure or truncation before
using it. Make uu_lock_txfr work by properly checking return value from
put_pid(). Fix an FD leak on the lockfile in an error path (from FreeBSD
with modifications). OK millert@, input from otto@ and Bruno Rohee.
19 years ago
millert
1683a3a0eb
Fix typo that breaks compilation #ifndef __weak_alias; Francois Perrad
19 years ago
miod
a0cdf0d3f3
Regen
19 years ago
miod
1aca616a67
Move serial and parallel devices left by mistake in the ``other'' section
to the appropriate sections. No functional change, except for the manpage
being nicer.
19 years ago
otto
f8c3f2227d
regen
19 years ago
otto
3ae4c54cc2
Increase the default number of usb dev nodes to 6. Some new machines
(like the Mac mini) have that many usb devs on board.
ok drahn@ dlg@ miod@
19 years ago
cloder
907ea60a25
Be correct in our man pages when talking about NUL termination (that is,
termination with '\0') vs. null termination.
Input from krw@, jaredy@, jmc@. OK deraadt@
19 years ago
henning
6d9ab8b66e
when sending a query already returns a failure, we're not going to see
a reply to that query.
if we get errors for all queries and the initial settime() is still due
and thus the parent process still waits (not yet daemonized!), send an
IMSG_SETTIME with offset 0.
shortens the delay dramatically when you boot without network
idea from a discussion with theo
19 years ago
otto
c1b8c6bca5
Avoid spurious "globally exported" warning. Noted by jared r r spiegel.
ok henning@
19 years ago
henning
356208894f
fix an error message
19 years ago
henning
8b2492b4e7
ospfd.conf mode 0600, requested by norby
20 years ago
millert
aa254a2609
Stash the environment pointer we get from realloc() instead of just
setting a flag. That way when we are called again we can be sure
to realloc() the right thing, regardless of the current value of
environ. When the stashed value != environ (or when we are called
for the first time), copy the existing entries from environ and set
environ to the new value. OK deraadt@, beck@, djm@
20 years ago
matthieu
632650efa6
add /usr/X11R6/bin to the default PATH here. ok pval@.
20 years ago
krw
802d52f7f5
Discourage use of the source tree as root by eliminating cdpath in
default .cshrc for root. This also eliminates the need to clear out
the dead directories and add new ones. Suggested by miod@.
ok miod@ millert@
20 years ago
henning
eabcde3945
ospfd.conf, noticed by bernd
20 years ago
jmc
9a0efee0ea
tidy up ERRORS and STANDARDS;
20 years ago
otto
60a4cac6a2
typo in comment; from Brian Poole
20 years ago
david
f6bbdb7005
sync
20 years ago
david
87059b5c96
/var/cron/{allow,deny} was renamed to /var/cron/cron.{allow,deny} many moons ago
add a few missing files and sort
20 years ago
david
0e3cef02d3
sync
20 years ago
david
c8ab3c3683
indentation whitespace nits (saves a few bytes even)
20 years ago
david
2fc21edae2
indentation whitespace nits
20 years ago
david
0c08e48aa3
+/etc/ospfd.conf
20 years ago
norby
4c2a56618e
Tweak sample file.
ok henning@
20 years ago
henning
949b023a8a
ospfd.conf
20 years ago
henning
a08107d632
sample ospfd.conf, to be fleshed out
20 years ago
tdeval
82bc8bdaeb
fix pasto '::' -> ':'. Oops deraadt@ ;-)
20 years ago
mpf
6c1035c419
Simplify the ifstated syntax:
"carp0 link up" => carp0.link.up
"and" => &&
"or" => ||
* Allow one line actions after if statements without braces.
* Remove unecessary parentheses in the example config.
ok mcbride@
20 years ago
dtucker
c1809222fb
Implement simple duplicate suppression of peer errors; ok henning@
20 years ago
henning
8f4f234d9b
KNF
20 years ago
henning
5ab4c063ff
buffer structs and API ssize_t -> size_t; from bgpd
20 years ago
henning
9f4b13fc3a
usage() is __dead
pt out by Alexander v Gernler
20 years ago
danh
0d2166e7b1
sync
20 years ago
danh
8a8b24480f
use Add() consistently and make sure we use decimal numbers for addition
in the case of ugen devices.
suggestions and ok todd@
20 years ago
danh
545a9a8736
change start and end comment sequences (not used) to allow shell
parameter substitution.
ok todd@
20 years ago
millert
cab5b7c7b6
LOGIN_SETALL did not include LOGIN_SETENV as it should.
20 years ago
dtucker
21a049e79f
Simplify interval scaling and randomize query intervals; ok henning@
20 years ago
henning
81a717e58a
fatal() if daemon() fails, Alexander von Gernler <grunk@pestilenz.org>
20 years ago
dtucker
e0c54820e7
Make network unreachable errors non-fatal; ok henning@
20 years ago
dtucker
270c434643
Scale query interval by the overall offset not per-peer offset, so we
don't query outliers more often than any other server. ok henning@
20 years ago
dtucker
5d09ee1c02
Delay before retrying a query on timeout; ok henning@
20 years ago
dtucker
b8f5c401a1
Import new moduli; requested by deraadt@ a week ago
20 years ago
otto
9ac9bc9fb0
be more consistent in terminology in comments
20 years ago
millert
15be4f6b60
Only try to run pflogd if pflog0 exists; from mpech@
OK deraadt@ and fgsch@
20 years ago
deraadt
f97b99ae13
sync
20 years ago
uwe
1ef288a996
APM emulation framework and zaurus scoop driver. Not enabled yet.
ok drahn@, deraadt@
20 years ago