todd
04869e8b3d
rm trailing whitespace
22 years ago
todd
c9c7aafc44
sync
22 years ago
todd
d551db44ea
remove the `real' Id string in generated output, keeps conflicts down
miod@ ok, requested a long time ago by misc
22 years ago
art
5839a65488
Add a flag - KVM_NO_FILES which tells kvm_openfiles to not
open any files, just return an kvm handle that we can use to some
of the functions.
22 years ago
millert
3cf01bfdce
spool dirs should be group daemon, mode 0775
22 years ago
drahn
5f741cd067
Switch powerpc to using new split (aout/elf) link.h
22 years ago
beck
919740d17e
clear /var/authpf on bootup - ensure we don't kill things we shouldn't
22 years ago
beck
f58c32557d
make /var/authpf owned and writable by group authpf
22 years ago
beck
5732c0634b
authpf group, for authpf
22 years ago
miod
e1a577905d
Backout previous change. Since it requires people to upgrade gcc, we want
to give them a larger timeslot to do that.
Requested by deraadt@ and various people on icb or vocally.
22 years ago
art
dd4b550c8e
split link.h into three parts. The MI parts are left in link.h
a.out stuff in link_aout.h and ELF stuff in link_elf.h.
Switch sparc64 back to MI link.h.
drahn@ ok (powerpc will switch soon).
22 years ago
mpech
ab52f4dc26
Path to 'bootpd' is /usr/sbin. From dfa@solo.ee
millert@ ok
22 years ago
art
f4ed53b67c
Don't use MI dlfcn.h that are identical to the MD one.
22 years ago
deraadt
c2f347299e
try to avoid DNS here
22 years ago
espie
d02a02b867
Use attribute((sentinel)) on functions where it makes sense.
(this will warn if they are used without a terminating NULL pointer.
Note *pointer*, very useful for arches where 0 != (void *)0, in size)
okay millert@
22 years ago
deraadt
080024652a
compatiblity -> compatibility
decriptor -> descriptor
authentciated -> authenticated
transmition -> transmission
22 years ago
deraadt
c8795632e1
withough -> without
22 years ago
deraadt
960ff08999
no argh. we should doc these targets better
22 years ago
deraadt
69776d907d
put libssl in PRDIRS instead; andre@ae-35.com
22 years ago
deraadt
55de6b1276
fix mkr for libssl changes
22 years ago
deraadt
5cb76bf091
we do not need this to be Makefile.bsd-wrapper
22 years ago
brad
9d4d2a0ba0
spaces to tab
22 years ago
itojun
1def93dfbe
do not declare int32_t and such locally. pull sys/types.h.
22 years ago
fgsch
077a4540c0
ecn is disabled by default, so show the option enabled.
deraadt@ ok.
22 years ago
pjanzen
2d8129083e
comma splice
22 years ago
pjanzen
5450292f2d
No dm -> no dm.conf.
22 years ago
deraadt
950d3e558c
space nits
22 years ago
deraadt
f1eab69159
unsigned vs unsigned int
22 years ago
deraadt
1861c91a56
pid_t cleanup
22 years ago
deraadt
9f44aaa017
strlcpy at most 16 characters, so says man page
22 years ago
deraadt
5cdc7e2335
strlcpy and KNF
22 years ago
deraadt
23c67c2ee8
KNF
22 years ago
deraadt
7c4d34d5bc
try to use strlcpy and snprintf more; ok various
22 years ago
deraadt
b05f19e325
Not that kvm parts are removed, run rpc.rstatd and rpc.rusers as
nobody. While I do not like running things as nobody since the step
up is very small, we use this for other daemons in inetd. And it is
still a small step.
22 years ago
deraadt
a7dcd109ec
more dm parts going away; pjanzen
22 years ago
dhartmei
2b48205e68
Sigh, add the rule in the right place (not just when NFS is used).
From Dries Schellekens
22 years ago
dhartmei
06074e6554
Allow incoming ssh connections in the initial temporary rule set that's
active before /etc/pf.conf is loaded, just in case loading fails (and
leaves the inital set active). ok deraadt@
22 years ago
deraadt
d5b88bb46c
The troll strikes.. The troll strikes.. The dungeon master dies.distrib/sets/lists
22 years ago
millert
8596724be4
Check for S/Key entries in /etc/skey, not /etc/skeyeys; David Krause
We could use skeyinfo(1) to check but this is much cheaper.
22 years ago
itojun
19f3ad7a81
atexit(3) can fail. handle error accordingly. deraadt ok
XXX libraries should not use atexit(3) from within, as program can terminate
with _exit.
22 years ago
deraadt
375cf50538
oops, missed another file
22 years ago
deraadt
4c9dd51369
create /etc/authpf and /var/authpf dirs
22 years ago
deraadt
7c43b8257a
fake sync (not yet using MAKEDEV.md)
22 years ago
deraadt
463de9c0b4
remove MAKEDEV.local finally
22 years ago
art
f62f2f05e8
blob for splassert.
suggested by deraadt@.
22 years ago
deraadt
c34dad9012
update user list; spotted by hshoexer@yerbouti.franken.de
22 years ago
miod
116ff68285
Add systrace devices until vax is converted to new MAKEDEV scheme (soon)
22 years ago
miod
c6a403457d
Regen.
22 years ago
miod
351878830a
Add systrace support to all the remaining architectures.
Tested by various people on various platforms, I'm willing to fix any
breakage this causes.
ok niels@ deraadt@ and mickey@ (after his comments were applied)
22 years ago
todd
060427ae7f
ignore non-existent cases where '$if' evaluates to '*'.
From Andr� Lucas <andre@ae-35.com>, fixes pr # 2658.
'Looks good' from miod@, millert@, and krw@.
22 years ago