stevesk
14460a3689
some fatal() calls that should be fatalx(); ok henning@
17 years ago
stevesk
f0b6a351e5
log a warning one time when we can't open or write the drift file;
also add "(no drift file)" to the adjfreq log message on failure;
ok henning@
17 years ago
stevesk
108b3026f5
remove some unused #defines; ok henning@
17 years ago
stevesk
55917fac67
just call getpwnam(NTPD_USER) once; ok henning@
17 years ago
jakob
256eaf1001
typo
17 years ago
jakob
cad52092fa
add OpenBSD-tag
17 years ago
jasper
03a7c71a63
add commented entry for machdep.kbdreset
ok jsing@ miod@
17 years ago
jakob
4286f51dbe
remove localhost. zone (localhost. queries are handled by /etc/hosts)
replace IPv4 and IPv6 loopback zones with BIND's autogenerated empty zones.
move root.hint to /var/named/etc
remove empty directory /var/named/standard
17 years ago
jsing
1529fe1c3d
Enable console support for SGI O2 workstations. Switch between the serial
and graphical console based on the selection made in the ARCBIOS.
Early attachment of gbe(4) is still required, otherwise we have a working
graphical console.
ok miod@
17 years ago
jakob
54db134383
add explicit allow-recursion for recursive view
17 years ago
millert
b3dc05346d
mention starttls(8)
17 years ago
jmc
33ea5e65d7
rearrange the page to read better; ok otto henning
17 years ago
reyk
b727571d5d
_hoststated got renamed to _relayd
17 years ago
reyk
d7d68e3694
hoststated.conf got renamed to relayd.conf
From Daniel Ouellet (daniel at presscom dot net)
17 years ago
reyk
d0cf94effd
make the generic handler for TCP-based protocols the default (allows
to use "protocol foo" without defining a type).
17 years ago
reyk
ce21ececea
some changes to the relayd.conf configuration language and grammar.
the tables will look more like pf tables, it is easier to re-use
tables with different options, "services" will become "redirections"
(they refer to rdr pf rules), sync configuration directives of
redirect (l3, ex-service) relay (l7) sections (for example "virtual
host" will become "listen on"), all target definitions will start with
"forward to", etc. pp. (see relay.conf(5) and etc/relayd.conf)
discussed with pyr and deraadt
ok pyr@
17 years ago
jmc
ba22e1efe9
document adjfreq(2);
based on an initial diff from Simon Kuhnle,
and input from Joerg Sonnenberger;
ok otto
17 years ago
deraadt
9824ad9efd
oops, _relayd not _relay; spotted by reyk
17 years ago
reyk
24a7a5fbb7
hoststated gets renamed to relayd. easier to type, and actually says
what the daemon does - it is a relayer that pays attention to the status
of pools of hosts; not a status checkers that happens to do some relaying
17 years ago
deraadt
bc2e06a947
hoststated gets renamed to relayd. easier to type, and actually says
what the daemon does - it is a relayer that pays attention to the status
of pools of hosts; not a status checkers that happens to do some relaying
17 years ago
fgsch
6cdd0c813d
revert SIGQUIT catching; requested by deraadt
17 years ago
fgsch
5d7a07e45a
catch SIGQUIT too. ckuethe@ and henning@ ok.
17 years ago
reyk
3d8e24d940
extend proxy example
17 years ago
martynas
924f910592
typos; ok jmc@
sys/dev/pci/pciide.c from naddy@
17 years ago
reyk
1a3564f5cc
regen
17 years ago
reyk
e65b290745
fix new agp code on amd64
- internal intel graphics semi-agp chipsets need special handling in pchb.c
- re-add the i965GM device
- use the correct major device id for /dev/agp0 on amd64 (not the i386 one)
ok deraadt@
17 years ago
reyk
7eef74ec1e
sync
17 years ago
reyk
aa6815dab0
define the agp devitem (line was missing but found in etc.i386/MAKEDEV.md)
ok deraadt@
17 years ago
oga
550f6b8f3a
sync
17 years ago
oga
c49214cd87
Make agp attach as a device. This means that many more agp bridges
actually get detected and attached. Also adds a kernel api for
manipulating agp.
Enable this on i386 and amd64.
"I think you should commit it" deraadt@, ok matthieu. Looked over by
several others.
17 years ago
tedu
5f39fcb4ea
remove acpi device. named apmctl on amd64 now, and on i386 apmctl
has become a gate to both apm and acpi. ok deraadt
17 years ago
jmc
f84446913b
some spelling fixes from Martynas Venckus
17 years ago
otto
2dc039e348
be a bit less aggressive retrying; this keeps the message queue
empty while in the -s period, so the poll timeout actually times out
if there are no interfaces available. ok henning@
17 years ago
otto
40598298ed
if the drift file is missing, reset adjfreq to zero; iirc diff from Glaser
from a long time ago. ok ckuethe@
17 years ago
jmc
04b94f82bb
comment for spamd_flags should refer to spamd(8);
pointed out by Daniel Wade and previously by Frank Bax;
this time ok beck
17 years ago
jmc
e4b49a8636
copy in FILES from pw_lock.3 to vipw.8: as nick points out, it should at
least document /etc/ptmp;
while i'm at it, might as well tidy it up and make it consistent across
these pages;
17 years ago
reyk
2a5ee691ac
Update the transparent HTTP proxy example:
Include filters to block some well-known instant messengers; thanks to
Rene Badalassi (rene at cybersecure dot com dot au) for providing the
examples.
(This change depends on my latest fix to hoststated)
17 years ago
tobias
a1236056e5
Put limits.h in front of stdlib.h as style(9) recommends.
OK millert@
17 years ago
mpf
e2f849e9a7
Remove space/tab compression function from lgetc() and replace
it with a simple filter in the yylex() loop.
The compression in lgetc() didn't happen for quoted strings,
thus creating a regression when tabs were used in variables.
Some testing by todd@ and pyr@
OK deraadt@
17 years ago
kettenis
6346cae729
sync
17 years ago
kettenis
79cae73ba5
openprom
17 years ago
jmc
9f53bc76dc
-w flag for wsconsctl is deprecated; from Tim van der Molen
17 years ago
tobias
c9440635f0
strtod may return HUGE_VAL on overflow, which is defined in math.h.
Therefore added math.h to SYNPOSIS.
OK millert@
17 years ago
miod
3ca8c404f4
Build and advertize bsd.mp on mvme88k.
17 years ago
miod
6d9793944d
Missing PHONY target.
17 years ago
merdely
86d88e353e
Change chio.conf's group ownership to operator and mode to 644.
At this time, there is no sensitive information in that file.
ok beck@, millert@, jdixon@, deraadt@
17 years ago
jakob
b2a6b9cbe9
l.root-servers.net has new address; ok deraadt@
17 years ago
jmc
7f56c2985a
chio(1), not chio(8);
17 years ago
chl
10f5e46272
Add parentheses to avoid warning:
"suggest parentheses around && within ||"
ok millert@
17 years ago
miod
d178cbce71
Make sure to use unique target names so that make -j does not break;
feedback and ok espie@
17 years ago