reyk
754dc71703
sync the documentation with the latest change to require a 'header'
keyword for default relay actions.
ok pyr@
17 years ago
reyk
14d12619ff
add an relay example
ok pyr@
17 years ago
pyr
12e8f3fddb
reflect configuration parser change.
ok reyk@
17 years ago
marc
67b50b5c96
spaces -> tab; "of course" deraadt@
17 years ago
deraadt
f96e3cde0b
crank size of sparc64 miniroot a wee bit
17 years ago
millert
46a97d1ae5
Make greylisting the default when spamd is enabled. Uses the new -g flag
for spamd-setup. OK beck@
17 years ago
otto
8609f91a61
xref adjfreq(2); from Igor Zinovik
17 years ago
steven
5bf4e59328
we also want GENERIC.MP dmesgs to be submitted.
ok deraadt@
17 years ago
beck
2351f36229
in in, spotted by toby
17 years ago
beck
a329b10e96
Modernize the spamd.conf blacklist examples:
- Nuke SPEWS which is no longer maintained.
- Provide link to U of A traplist
- Provide link to reformatted Nixspam suspicious sources list
ok deraadt@
17 years ago
henning
8f0bda9a94
sample sasyncd.conf, PR5387 sthen at symphytum.spacehopper.org, ok theo
17 years ago
ray
7ad5ecbe16
Change hard coded numbers to sizeof(buf). Also change some
sizeof(buf) - 1 to sizeof(buf), since fgets takes the whole buffer size.
Based on diff from Charles Longeau <chl at tuxfamily dot org> long ago.
OK millert@.
17 years ago
jmc
5764436686
wording fix from wiz@netbsd, -r1.11;
17 years ago
jmc
ce684f6c93
from hubertf@netbsd:
Try to tell what this really does.
Including a BUGS section on why it doesn't.
*roff code by wiz@, with some input from
Slava Semushin <slava.semushin@gmail.com>
ok millert
17 years ago
deraadt
5baef52d76
ls -g option does nothing, ok to remove; from igor@string1.ciencias.uniovi.es
17 years ago
tsi
cd2383b6bd
s/GZIP/GZIPCMD/g in `make release` structure to avoid conflict with gzip's
use of a GZIP environment variable for extra command flags.
ok deraadt@, millert@
17 years ago
deraadt
ca6a752a40
sync
17 years ago
deraadt
3578c7c010
create "i" partitions for floppies too, in case we need them
17 years ago
reyk
ce40941122
add two carp(4) sysctl examples: net.inet.carp.preempt=1 and
net.inet.carp.log=1. it is so common to enable carp preemption...
yes! henning@, ok mpf@
17 years ago
miod
b2bee506f7
Regen
17 years ago
miod
85478e4bf0
Create the /dev/lcd node; ok aoyama@
17 years ago
pyr
7f85a072e2
fix some typos in the default configuration file.
discussed with reyk@
17 years ago
espie
5130a61c69
remove prereq, by using a pre-generated include file (this one should now
be MI since we removed stuff that was arch-dependent). The Configure script
still rebuilds a copy of that file, and we check it for diffs.
okay millert@
17 years ago
otto
58f0ac45ed
get cheaper random bytes, less waste and no getpid() calls, which are
done by arc4random(); ok millert@ deraadt@
17 years ago
otto
5fef7e5c00
provide an libc internal interface to get random bytes, to be used by malloc
to get random data without calling getpid(), ok millert@ deraadt@
17 years ago
henning
2314517d17
4.1-beta
17 years ago
millert
10c1aa4ccb
g/c __DTF_READALL. It was a flag to the internal __opendir2() but
is never set now that the unionfs support has been removed from
readdir(). OK pedro@
18 years ago
todd
0c965b672e
sync
18 years ago
todd
a2284680e0
add bio(4), ok dlg@
18 years ago
jmc
87c018dfaf
fix some dodgy displays;
18 years ago
ajacoutot
024d4091f5
- enable weekly login accounting if LOGINACCOUNTING is set to 1 in the
environment so that it matches the ROOTBACKUP and CHECKFILESYSTEMS way
of doing things
- make the sort command use "-k" instead of the deprecated "+" option
(idea from mk@)
- rotate /var/log/wtmp every week just after weekly ac(8) completes
ok mk@
18 years ago
ajacoutot
4d3e47221f
- add a new "accounting" variable (default to NO) to enable accouting
(if the file /var/account/acct does not exist it will be created)
ok mk@
18 years ago
kurt
b386eaa7bb
bump DEF_OPENFILES_CUR to 128 so firefox has enough file descriptors
for most uses. 'just do it' millert@
18 years ago
pyr
c2221b0cd4
link hoststated to the builds.
ok miod@, henning@
18 years ago
martin
f19cc901d5
put boot.mac into snapshots, needed for booting old-world macs
ok drahn@ gwk@
18 years ago
claudio
3b46e875e2
Typo in fatal() message found by dunceor @ gmail dot com
18 years ago
steven
2bbbf85772
sync with the code: int -> intmax_t
ok jmc@
18 years ago
martin
bdee9b0b00
power(4) driver for the power switch on many landisk models, hooked
up to machdep.kbdreset; modelled after the sparc64 power(4) driver
discussed with miod@ and jsg@
18 years ago
henning
5a0d6270be
the new sensors tre can give us the number of sensors per type.
With this patch, we give up without bothering sysctl
kern_sensors.c::sensor_find() unless we know for sure that timedelta
sensor is present.
From: "Constantine A. Murenin" <cnst+openbsd@bugmail.mojo.ru>
18 years ago
otto
1f8bd32eb8
Although Unix compilers accept more than one definition of a global
symbol, follow the guidelines from K&R: only one definition of a
global symbol (and possibly more declarations). Rename some vars
here and there to avoid shadowing. ok henning@
18 years ago
otto
4116dad0a1
Esape from the Mouth of Madness by adjusting stored sensor offsets
when we adjust time. This prevents ntpd from going wild when using
sensor time sources; ok henning@ (on an earlier version) and a LOT
of testing by naddy@
18 years ago
otto
7690556ff8
Add some comments on the expresssion which converts sensor timedeltas
to ntp offsets; also, rewrite the expression to make it more clear
with no change in semantics. ok henning@
18 years ago
millert
82d251ba4c
Add authpf class as per the pf faq; from Alex Holst. OK beck@.
18 years ago
itojun
1c5b84a58f
add net.inet6.ip6.mforwarding which was forgotten when the variable was added.
18 years ago
deraadt
71c645ca56
advertising clauses that can be dropped
18 years ago
matthieu
e72e8e7a98
remove acpid references. ok gwk@, steven@, grange@ and janus@.
18 years ago
drahn
b5f9183152
sync
18 years ago
drahn
567f74a39a
without bktr, there is no tuner, comment it out as well (fixes the other
half of Diana's problem) ok todd
18 years ago
todd
468c87694f
sync
18 years ago
todd
018d24538a
fix typo observed by Diana Eichert
ok drahn@
18 years ago