miod
a2661ebaad
Simple fbtab entries for console login
22 years ago
deraadt
2101454931
re-stir if pid changes; markus & me
22 years ago
cedric
06d1ffdc38
Fix NFS diskless boot when PF is used.
From dhartmei@ e-mail, ok henning@
22 years ago
jason
c4d2b0fea7
spamd now uses tables (these load MUCH faster on my ss2); ok deraadt
22 years ago
deraadt
3a3c53a6f1
move to 3.3-beta
22 years ago
millert
99b4eb8a4e
missed one in the comment
22 years ago
millert
71d6459eec
Use ':' to separate login name from group name to match updated docs.
22 years ago
djm
705d700f21
bind9 needs nanosleep too; ok jakob@
22 years ago
pvalchev
7eb0a44bce
When creating > 1 files with mktemp(1), make sure that if the creation
of the n'th (n>1) file fails, the previous ones get removed before exit(1)
Idea by jason; ok millert deraadt
22 years ago
henning
15f7e0f66c
make pf.conf 0600 by default
discussed and agreed theo and daniel
22 years ago
deraadt
dc7c626d31
include isp firmware on some sparc64 media; and resize the media that is
too small
22 years ago
jakob
d6d9042e79
allow to read some directories itself
22 years ago
mickey
9873b2ff95
real ram disk root entry
22 years ago
mickey
879b9de2bc
regen
22 years ago
mickey
cd037a5413
add ws* devices; fries@ ok
22 years ago
jakob
d0ef880beb
bind9ify
22 years ago
jakob
86de71128b
add id-tag
22 years ago
jakob
31bcdece20
bind9-ify. ok deraadt@
22 years ago
deraadt
ff18207a1f
enable bind now; some diffs from jakob, some from me
22 years ago
jakob
1b3edff64d
/usr/share/doc/html/bind; ok deraadt@
22 years ago
millert
42b977a4ba
Remove duplicate kerberos entries; ekshell2 should probably just be removed
22 years ago
jmc
a23019ca33
typos;
ok deraadt@
22 years ago
jakob
715f654dab
remove directory statement, not needed since we chroot by default
22 years ago
jakob
b4f6db9439
generated shared secret for rndc/bind9; ok millert@
22 years ago
jakob
a73b670577
bind9 configuration files
22 years ago
millert
98ad119df8
Add /var/empty/dev
22 years ago
millert
f5f04fcbf5
Add a /var/empty/dev/log socket for things that chroot to /var/empty.
22 years ago
marc
14f9c99279
install includes from libpthread, not libc_r
22 years ago
rohee
7ab74ca8e9
more up to date, some input by todd@
22 years ago
mickey
88d064b992
include boots into the snap
22 years ago
camield
1331f9dd50
Allow outbound ping in initial pf rules.
dhclient needs this to validate old (but valid) leases in
/var/db/dhclient.leases in case it needs to fall back to such a
lease. (the dhcp server can be down or not responding)
Reported by Chris Jepeway.
"makes sense" henning dhartmei
22 years ago
jakob
ed7cd40416
use /var/tmp as default temporary directory when building locate database. ok millert@
22 years ago
millert
949ecbd97d
Add sanity check to prevent int oflow for very large allocations.
Also fix a signed vs. unsigned issue while I am at it.
Found by Jim Geovedi. OK deraadt@
22 years ago
millert
36f3924c0e
Move the rounds into separate functions on sparc64 so gcc's optimizer
doesn't blow up. This is a hack but is better than compiling sha1.c
with -O0 on sparc64. From NetBSD (mrg).
deraadt@ OK
22 years ago
marc
9d5f57f691
Handle wsconsctl.conf entries that contain spaces, e.g.
22 years ago
todd
b8e8dc2b9f
sync
22 years ago
todd
12d73b3244
one more tweak for _lkm; ok deraadt@
22 years ago
miod
b2bf5e43fb
syncronous -> synchronous
22 years ago
deraadt
83341f4e9e
sync
22 years ago
deraadt
11fcc6bd00
_lkm group for modstat(8); millert ok
22 years ago
miod
58ea7af422
Remove screenblank section; reported by Andrey Matveev.
22 years ago
miod
08c1785488
amiga and sun3 turned out to not be y2k+3 compliant here. Remove them, as
well as the few userland tools which were only used on these platforms.
22 years ago
miod
f41f4e8b13
Prepare for the removal of amiga and sun3 platforms from the tree.
There has not been enough activity and interest towards these platform
to keep them lying in the tree.
22 years ago
dhartmei
e704f94eb4
#set limit states unlimited -> 10000, as unlimited is not valid syntax.
22 years ago
mcbride
b8214d526b
Add icmp6 as an alias for ipv6-icmp. This helps clear up confusion about
icmp protocol naming particularly with pfctl, since the manpage is
icmp6(4) (not ipv6-icmp(4)).
suggested by espie@, cleared with deraadt@, ok dhartmei@
22 years ago
millert
e504a8f014
Back out __EOF stuff and just use -1 in ctype.h. This is OK since
we don't want any user defines to change how the inlined ctype
functions behave.
22 years ago
millert
8736cb4dab
put bin dirs before sbin dirs in PATH for consistency with other cron scripts
22 years ago
millert
a9949c0ab0
Don't define EOF In ctype.h, some 3rd party code checks whether or
not EOF is defined to determine if stdio.h has been included.
Instead, use __EOF which should be OK wrt namespace safety.
22 years ago
danh
f938d34a51
add _spamd pseudo-account; ok deraadt@
22 years ago
lebel
a31f5f4ec8
spewd-setup should read spamd-setup
22 years ago