jmc
9741a7f94c
the `doc' entry listed only out of date paths to sendmail docs, so
remove it (updating it makes little sense);
ok millert
17 years ago
moritz
a7932d616e
Make it clear, that the line returned does not have a
trailing newline in contrast to fgetln(3).
ok ray@ jmc@ millert@
17 years ago
tedu
ae95756def
commented out entry to show how to mute the keyboard bell
plenty ok
17 years ago
cnst
78c6518b74
Only main www mirror carries spamd blacklists --
remove comments that said otherwise.
"I agree" deraadt@;
"diff looks fine" dlg@;
ok henning@, beck@.
17 years ago
drahn
242794d6d7
Provide hook so that rthreads can provide a spinlock to protect from races
in lazy binding. ok art@, kurt@
17 years ago
deraadt
bc9f61791b
incompletely killed the cksum bits
17 years ago
deraadt
d2fce81793
stop shipping CKSUM files; people can use the MD5 files
(this decreases build time a bit too)
ok todd (and i assume legacy-architecture-miod would not object either)
17 years ago
jmc
1ee5d8c8dd
macros at start of line require a `.';
17 years ago
pyr
9755492ad5
Document the lack of error return value in arc4random.
Sync the documentation in getpid with arc4random's format.
17 years ago
steven
01c227708e
order by port number.
okay xsa, sobrado, jdixon
17 years ago
otto
8c79773d1d
if resolving a name fails, be more aggressive retrying, but with care:
do not have more than one dns request outstanding per peer. resolves
slow recovery when resolving fails initially, without clogging the
pipe with lots of dns requests; tested by Jason George; ok deraadt@
17 years ago
deraadt
c34c8f6d6a
aggressive spelling fix, spotted by jbg
17 years ago
miod
192c74c89d
machdep.led_blink sysctl for landisk, also move cpu_sysctl() code and related
variables from arch/sh/ to arch/landisk/. ok deraadt@
17 years ago
espie
efbb2a6bf4
add sgi_fam as a well-know rpc protocol
okay deraadt@
17 years ago
deraadt
3c780119a4
grow ramdisk mr.fs size, it is needed
17 years ago
espie
087387909a
shutdown existing carp interfaces based on ifconfig output, not static
/etc/*.if files.
okay reyk@, deraadt@, krw@...
17 years ago
ajacoutot
ae4f9b4d02
- add /usr/xobj to the file hierarchy
"why not" mblamer@, ok krw@ todd@
17 years ago
grunk
e2e423f67e
introduce {fsck,mount}_vnd tools to be able to describe vnd images
in /etc/fstab instead of using some weird homegrown scripts.
No support for boot time mounting yet, so "noauto" is still needed.
original idea from david@
help and discussion todd@ bluhm@ beck@, manpage help jmc@
ok simon@ tedu@ bluhm@ todd@, "looks good" thib@
17 years ago
millert
92657c3d56
Support for optional args separated with whitespace was removed
some time ago--it caused too many problems.
17 years ago
todd
c3fc502faa
sync
17 years ago
todd
cfb3ac135f
fix wrong major # for xfs
17 years ago
claudio
fa0f3150b2
Update config because of the new way prefixlen works. The prefixlen 8 - 24
rule needs an explicit "inet" to match on IPv4 addresses only. OK henning@
17 years ago
otto
66f330d94f
Normalize tv so that tv_usec is positive. The kernel also normalizes,
but this might increase portability since some other systems do not
grok negative tv_usec well. ok henning@
17 years ago
deraadt
1b1e332a03
disable ttyC1 until someone fixes the stupid bug
17 years ago
ckuethe
67b5aa4d57
Increase sensor polling interval to 30s, just like ntp polls. This
improves sensor timekeeping significantly.
Before this patch my test system's frequency adjustment would range
between -350 and +250, with timedelta rarely getting close to 0. After,
frequency adjustmens is on the order of +/- 0.05ppm, with time +/- a
few microseconds away from 0
ok henning, mbalmer, otto
17 years ago
norby
5d851781bd
Reflect default settings. Don't try to set the router-id, let ospfd(8)
pick one as per default.
ok claudio@
17 years ago
tedu
95e05a31f0
remove some bogus *p from charles longeau
ok deraadt millert
17 years ago
henning
0b2f522118
when our red/recv/recvmsg in imsg_read gives EINTR or EAGAIN, do not
signal "connection closed" upstream.
spotted by Valentin Kozamernik <tin@komna.com>
17 years ago
ray
ba27cbd12b
Get rid of useless #if 0 block, especially since the code is included
immediately after.
OK millert@.
17 years ago
espie
c6805c8e99
allow extern inline stuff to proceed unchanged thru the mess that the
combined GCC and ISO committees managed to make out of it.
With this, gcc >= 4.3 can grok its way through it correctly.
okay kettenis@, with some help figuring stuff out.
17 years ago
ckuethe
5c4449b971
Allow nmeaattach to start a sensor before starting ntpd. Many modern
receivers can cold start in the time it takes the boot process to get
close to starting ntpd. Even if the gps is not ready or the fix is not
valid, at least the sensor has been created; ntpd won't have to wait
a few minutes before scanning for the sensor. This makes using GPS as
the sole source of time a bit easier.
ok deraadt
17 years ago
grunk
10f675388a
do the adjustment of arbitrary 128 -> BLF_MAXUTILIZED in userland as well,
also discussed on tech@ a while ago.
ok pedro@ tedu@ thib@
17 years ago
krw
22b6070b17
regen
17 years ago
krw
b0a7b60839
Forcibly change /dev/pci to a symbolic link if it isn't one.
Feedback from drahn@, millert@, marco@. "then get it in" deraadt@.
17 years ago
jmc
3986ef453a
sync to latest changes in spamd.conf(5);
17 years ago
millert
f85508dcdc
Remove _err() calls from getnetgrent.c. This is a minor API change
as _ng_sl_add() now returns a value. The only consumer of that
interface is netgroup_mkdb(8). Adapted from NetBSD.
OK deraadt@
17 years ago
jmc
7dd9137266
`z' -> `s', as agreed w/ reyk;
17 years ago
beck
61c3e6d9a0
Database synchronizaton for spamd/spamlogd
17 years ago
steven
d0898da018
fix emacs pkgnames
ok pval
17 years ago
henning
fcd399814f
read buffer size must be >= max imsg size.
after release we should revisit this issue, we can probably safely shrink
the max imsg size.
Valentin Kozamernik in PR5401
17 years ago
bluhm
20e0203fbe
If NLS is disabled, strerror does not print the correct error string.
No binary change with NLS enabled.
ok otto millert espie
17 years ago
david
cadbe485a3
spamd.conf lives in /etc/mail now; ok millert@ beck@
17 years ago
david
1c3a2cf009
+sasyncd.conf; ok henning@
17 years ago
david
144142f35d
spaces
17 years ago
millert
260e7b6d66
sha2 hashes are not 5 32-bit ints in size. Just leave out the size
in ints since there are multiple flavors. The key point to get
across is that when storing as a type > byte it may be necessary
to do byte swapping depending on the machine's byte order.
Noticed by Tamas TEVESZ.
17 years ago
beck
dbbc769800
catch second instance of spamd_grey - thanks millert and jmc
17 years ago
beck
25cbdb48ee
spamd_grey=YES should really be spamd_black=NO
as disscussed with jmc and millert.
ok millert@
17 years ago
beck
6dd0f56c95
spamd-setup now doesn't take -g - this is the new default.
noticed by jmc@
17 years ago
deraadt
5bafd2aecf
avoid messing with the cvs tag expansion
17 years ago
beck
4d39e28b65
/etc/spamd.conf moves to /etc/mail/spamd.conf
17 years ago