dtucker
890af70b55
Poll unsynchronized servers at the maximum interval and log a message about
them when in debug mode; ok henning@
20 years ago
dtucker
f8fddf9886
Factor out interval scaling code; ok henning@
20 years ago
dtucker
ec912cc477
If polling a server results in an error, drop that server to the maximum
poll interval; ok henning@
20 years ago
dtucker
1cc3aedb19
sendto() takes socklen_t as an argument; ok henning@
20 years ago
miod
0f08b63254
Regen (including /dev/crypto support not regen'ed last time)
20 years ago
miod
4ee796505b
Fix tun major
20 years ago
henning
93e280d8a5
whitespace botches
20 years ago
dtucker
262fb1973f
Sanity check owner and permissions of privsep directory, like sshd does;
ok henning@
20 years ago
dtucker
9cb603051f
Check for error status from poll() too; ok henning@
20 years ago
dtucker
1bfbeb3ca8
Discard replies with alarm flag set or invalid stratum; ok henning@
20 years ago
jaredy
878f6487d6
typos, then -> than, from Michael Knudsen
20 years ago
mickey
a077b10ff0
define TRUSTLEVEL_MAX for the trustedlevel value of 10; henning@ ok
20 years ago
mickey
668e680350
use two tiny macros for copying fields out to simplify reading; henning@ ok
20 years ago
mickey
b521cde7ce
uniquely name members of s_fixedpt and l_fixedpt; henning@ ok
20 years ago
millert
5947d351eb
Use df to verify that we are not booted from the altboot before doing
the / -> /altroot copy. OK deraadt@
20 years ago
millert
a53209548a
Document why not to set optind = 0. Inspired by and OK jfb@
20 years ago
jmc
640288c410
tweaks;
20 years ago
mickey
7d3cbb5271
do not log tiny local clock drifts; w/ help from Joerg Sonnenberger <joerg@britannica.bec.de>; henning@ ok
20 years ago
mickey
f2f9840c04
ensure the most excellent alignment in the structs; henning@ ok
20 years ago
itojun
77867ecd27
remove "route $hostname 127.0.0.1" line. deraadt ok
*** please update /etc/netstart and test if it works ok for you ***
20 years ago
miod
b3aa3d915e
Kill mac68k *SBC kernels. Instead, build kernels with both sbc scsi flavours
compiled in, but one disabled, and use config -e to swap them and build
the other kernels; saves valuable compile time.
Add ramdisks into the build (at release time). Since we are moving to a
bsd.rd installation, it is not necessary to put kernels in .tgz files
anymore, so don't bother, and adjust installation script sets information
accordingly.
20 years ago
millert
11a52be207
Check strlc{py,at} return value and return NULL upon truncation instead
of silently truncating. OK deraadt@ otto@
20 years ago
miod
cd5b298d72
Save an useless use of grep while cooking bsd.scsi3
ok deraadt@
20 years ago
mickey
3ce549ead6
repair libkern support (again) and add rcsids
20 years ago
deraadt
e4c9ef999d
crank ramdisk filesystem slightly to cope with firmwares inside the filesystem
20 years ago
jmc
87f49b32c3
update FILES;
fixes pr #3998 ; diff from frank denis, though slightly different fix
committed;
help and ok millert@
20 years ago
henning
6da6b1a6a2
fix "listen on hostname"
fallout from the deferred dns lookups
noticed by dhartmei@
20 years ago
henning
bad5a761dd
say hi to _ftp
20 years ago
jsg
0b2c77b5b6
Add support for setting mixerctl values in a sysctl.conf like manner
via mixerctl.conf.
ok deraadt@, earlier version ok henning@
20 years ago
jmc
e4864d738c
.{N,O}x fixes;
20 years ago
itojun
dd055c936c
remove NI_WITHSCOPEID
20 years ago
deraadt
1d228b22f5
/etc/firmware directory
20 years ago
nick
86d5e7d5f0
add kern.version to daily report. ok deraadt@
20 years ago
henning
b89628e731
some missing includes, from Joerg Sonnenberger <joerg@britannica.bec.de>
20 years ago
henning
b84ae4cbbe
ntp_adjtime() -> priv_adjtime()
ntp_settime() -> priv_settime()
ntp_host_dns() -> priv_host_dns()
20 years ago
henning
389962a6b2
const'ify conffile
From: Joerg Sonnenberger <joerg@britannica.bec.de>
20 years ago
otto
3b81ab1b24
Advice user to use multiple servers. Prodded by Daniel Polak, help and ok jmc@
ok henning@
20 years ago
jmc
5bfffdca2a
document that keywords can be specified multiple times;
from otto and myself; prodded by henning;
20 years ago
david
c7b2e75f04
remove extra http://
ok otto@
20 years ago
dtucker
ceecbd1877
Use SA_LEN() instead of ss.ss_len. Evaluates to the same result but it's
easier on portable. ok henning@
20 years ago
henning
c31555e853
memleaks in error pathes, patrick latifi, Thanks!
20 years ago
henning
e409afcfa7
use SIG_DFL instead of SIG_IGN when we are not interested in SIG_CHILD
anymore, same thing for us and it makes darren's life easier for the
portable
20 years ago
millert
73909ccd96
Treat EOF at prompt the same as 'n' instead of looping forever.
Noticed by mepch@. OK pedro@ and deraadt@
20 years ago
otto
59a2340994
fix url (submitter by maintainer of site)
20 years ago
henning
9adb28cbb2
introduce spamlogd_flags to make it easier to e. g. bind spamlogd
to an interface; no change in default config
from Toni Mueller <support@oeko.net>, ja ja ja ja bob
20 years ago
hshoexer
b4bc6e4e69
knf, no binary change
ok krw@ millert@
20 years ago
henning
df2265ded1
superfluous comma, From: James Herbert <lists@artyzan.net>
20 years ago
hshoexer
a614ba518a
ansi, indentation, etc.
ok markus@ krw@ cloder@ millert@
20 years ago
hshoexer
51c7463ada
kill spaces
ok djm@
20 years ago
dtucker
348fc30c4d
Calculate Hz and round up; ok henning@
20 years ago