halex
6ff9d79ec0
supress empty rc.firsttime email and add hostname to the subject line
ok deraadt krw
13 years ago
sthen
b9da1730d8
Show an example of overriding a limit for a specific daemon with rc.d(8).
Use bgpd(8) for this which on a peering router often needs openfiles-cur
to be higher than the default. ok henning@ claudio@ deraadt@
13 years ago
jmc
758ce3a339
tweak previous;
13 years ago
schwarze
52886b1c8c
update HISTORY and SEE ALSO for all of string(3), together with various
smaller improvements; jmc@ and nicm@ both ask me to get this in because
further tweaking will be easier in-tree
13 years ago
jmc
5d26e77ff3
occured -> occurred;
13 years ago
miod
3f8c480969
Recent Single Unix will malloc memory if the second argument of realpath()
is NULL, and third-party software is starting to rely upon this.
Adapted from FreeBSD via Jona Joachim (jaj ; hcl-club , .lu), with minor
tweaks from nicm@ and yours truly.
13 years ago
fgsch
2c7cbc642d
use the right sysctl, doh!
pointed out by Moritz Grimm (mgrimm-at-mrsserver-dot-net)
13 years ago
millert
331d605754
Sync wcslcpy and wcslcat with strlcpy and strlcat. OK deraadt@
13 years ago
sthen
715651b5de
Print the daemon name before starting, and ok/failed afterwards, providing
better visual cues as to what's happening. Feedback/ok aja@ schwarze@
13 years ago
fgsch
3c764b5a63
mention net.inet6.ip6.rediraccept as well around rtsold_flags.
sthen@ ok.
13 years ago
espie
74427696fc
unify kernel building on various platforms.
feedback from miod@ and deraadt@
13 years ago
otto
10c1e27ddb
Show (in the example) that < and > can be used multiple times; ok jmc@
jasper@
13 years ago
jasper
32dcb18e53
- add a MALLOC_OPTIONS section header. the content is already there, but having
a section will help people looking for just the MALLOC_OPTIONS.
ok otto@ jmc@
13 years ago
halex
1fd55b8efc
remove an unneeded trailing semicolon
13 years ago
halex
9b0e191138
cleanup of fill_baddynamic()
ok krw@
13 years ago
deraadt
f31ecbf0cc
random seed handling can now be done fairly early, well, as soon as
we are beyond the nfs diskless /var and /usr mounting. Issue also
spotted by Hugo Villeneuve, attempt at repair by me. Let's see how it
works out in practice...
looked at by krw, too
13 years ago
deraadt
d1eeef20be
Now that fill_baddynamic() is being called much earlier, it cannot use
grep in a NFS diskless environment. Found and fixed by Hugo Villeneuve
13 years ago
deraadt
60b39bc594
put aucat with network daemons for now, until a better solution is found
13 years ago
deraadt
c0a4179719
crank to 5.0
13 years ago
matthew
b8d3e9f631
Expose a bunch of new functionality from POSIX 2008: openat(2),
fchmodat(2), fstatat(2), mkdirat(2), mkfifoat(2), mknodat(2),
faccessat(2), fchownat(2), linkat(2), readlinkat(2), renameat(2),
symlinkat(2), unlinkat(2), utimensat(2), futimens(2), and
fdopendir(3).
"Minor" libc bump.
Tested in a bulk build by naddy@
Much help from guenther@, thib@, tedu@, oga@, and others.
ok deraadt@, naddy@
13 years ago
deraadt
27c88c69d2
move aucat very early, to cope with pkgs; ok aja
13 years ago
ajacoutot
1175d8bb0d
Zap rdate_flags, it's not used anymore.
ok deraadt@
13 years ago
david
f7915a69d7
fix ${pf} variable so that the special pflogd check works; ok deraadt@
13 years ago
david
f1649afe16
add ospfd ospf6d to RCDAEMONS so they get installed; ok deraadt@
13 years ago
david
dffadec31c
use correct spelling of ospf6d script; ok deraadt@
13 years ago
sthen
1fcd42b5d9
Start amd in /etc/amd so it can find maps in files. ok robert@
13 years ago
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