deraadt
4b01367514
__opendir2, DTF_NODUP, and __DTF_READALL can die. struct dirent
dd_flags is renamed to the placeholder position dd_unused so that
we can spot "broken software" which assumes we have Jan Simon Pendry's
union mounts (we don't have them, and won't have them ever again).
__opendir2 question spotted by matthew
verified to not break ports by sthen
13 years ago
otto
d6855c0895
on malloc flag S, set cache size to 0; will catch even more
use-after-free bugs; ok krw@ dlg@ pirofti@
13 years ago
robert
8f3a158529
use a better regexp provided by guenther@
13 years ago
deraadt
61fad1001e
there is a usage case where ypldap can be used without the local
domainname being set. adjust the scripts to start it in that way.
discussed with pyr
13 years ago
robert
4d6d5b5e7e
unset amd_flags so that backward compat (amd=YES) works
13 years ago
deraadt
e3e5833bdb
we need ypldap_flags=NO by default
13 years ago
nicm
7eb859116b
Minor function name tweaks.
13 years ago
nicm
fbd15bedaa
Instead of documenting all the wide string functions in wmemchr(3), add
individual pages (based on the existing string man pages). By Tim van
der Molen (tbvdm at xs4all dot nl) after a suggestion by millert@.
ok deraadt
13 years ago
halex
0752b380a5
tee the output from rc.firsttime to /dev/tty before passing it to mail(1)
so we can enjoy it on the screen as well
ok deraadt@
13 years ago
henning
73b0fa9207
stop installing netatalk headers
13 years ago
deraadt
11d112d0da
re-add ospfd/ospf6d support which got lost, and build scripts for them
13 years ago
deraadt
56934b0dc5
early daemons fit on a line
13 years ago
robert
e6caed4cbf
move the pflog0 setup to the pflogd script and only
do that if pf is actually enabled (rely on pfctl -si)
requested by deraadt@
13 years ago
ajacoutot
f9e2216c4d
Sort RC_DAEMONS.
ok robert@
13 years ago
martynas
1cdc292f41
Add support for tgmath--the type-generic math; now that both math
and complex math routines are complete. OK kettenis@.
13 years ago
martynas
4eabfc9361
Finalize work on complex math routines, now that we have the
extended-precision support. Mostly from Cephes.
13 years ago
robert
f1179a1b33
add license, ok ajacoutot@, deraadt@
13 years ago
ajacoutot
76c394ad71
Remove outdated comment.
ok robert@ deraadt@
13 years ago
nicm
73506d1ba1
After a certain amount of fighting with the mbstowcs API, remove L from
the wcsdup example.
ok stsp
13 years ago
ajacoutot
6127eee214
Forgot to commit that part yesterday, spotted by sthen@
13 years ago
deraadt
8bad19509b
simplify, shorten, and "subtly and cleverly" rearrange some daemon
startups according to rules that some of us understand. it may come of
sounding cocky, but any step beyond that would end up with a dependency
graph which will never happen. this file is now ~60% of the length a
week ago.
ok guenther, robert, aja and people who will not test it until it is in
13 years ago
jmc
6abc52961d
tweak previous;
13 years ago
ajacoutot
dda2d603b7
We unconditionnally add -l to the daemon_flags, so fix our pexp
accordingly.
ok robert@
13 years ago
robert
1593f7f2a8
fix boot output and make sure spamlogd is only started when needed
13 years ago
ajacoutot
2b61e3d55f
Cleanups and fixes.
ok robert@
13 years ago
robert
8cdc8eb386
Switch amd and spamlogd to rc scripts and make sure that the
rc_pre() functions are returning correctly. This change
also simplyfies the changes because false || return 1 can be replaced
with false if that's the last call. thanks halex@!
13 years ago
deraadt
250fc02d80
Small bits of fluff before the final re-organization
ok halex
13 years ago
deraadt
8aa252b3a2
ARGH! the third part: socket handling cleanup
13 years ago
deraadt
a4d5d79e92
Oops, the second half of moving the key chunks
13 years ago
deraadt
24135a5a5d
Move various bits of key generation in rc into one function, which we
can run surprisingly early. Move the X socket directory creation code
into a function too.
robert liked it
13 years ago
ajacoutot
9565a7b057
Add the nfs startup scripts.
ok robert@
13 years ago
deraadt
37ebcb60a9
Give up on btd(8) startup until it can prove itself
13 years ago
robert
20b0c2671a
switch pflogd to rc.d
13 years ago
robert
45bc3762d8
only start spamlogd if spamd_flags != NO and spamd_black = NO
spotted by halex@
13 years ago
robert
3094be9e57
make rc_daemons use start_daemon instead of calling the script directly
13 years ago
deraadt
16bbf570d1
oops, the netstart for pfsync *MUST* have the conditional
13 years ago
deraadt
4ba9c49657
disable the afs enable stuff. when nnpfs is re-enabled, that can be added
at the right place.
13 years ago
ajacoutot
08a169bc00
Set ypserv_flags to NO by default.
ok robert@
13 years ago
robert
0aee152d4c
add scripts for aucat and spamd and switch rc to use them
13 years ago
guenther
a87068f040
Eliminate some $? tests by rolling the command into the condition
ok halex@
13 years ago
deraadt
fb470f9954
oops, removed one absolute path which is needed
13 years ago
deraadt
c32559ef4d
kvm_mkdb and dev_mkdb have been reliable for years, so we can run them
silently now.
ok guenther
13 years ago
deraadt
cc05871892
We don't need a conditional around the pfsync start.
(As a reminder to others who spot this weirdness later and get
confused like I did: netstart never starts pfsync automatically,
because it would screw the states. That is why there is this 2nd
manual netstart run for pfsync)
ok mpf
13 years ago
robert
a5117518b6
add a script for btd and replace the rc parts
13 years ago
robert
668b904707
add wsmoused script and switch xdm and wsmoused in rc
13 years ago
deraadt
3fe791be41
timed's time is up. use ntpd(8). Even our own fossil developers
switched a while back.
ok miod, kettenis
13 years ago
deraadt
960688826a
Move various "console-ish" services into a new start_daemon block near
the bottom, after checking that they are OK with being there.
ok ajacoutot
13 years ago
deraadt
f237e7b51b
remove mvmeppc; it is really rough shape. ok drahn miod
13 years ago
deraadt
72145a01f0
remove mvmeppc; it is really rough shape. ok drahn miod
13 years ago
robert
7382276c31
add script for xdm
13 years ago