beck
a99ff4bd9f
Solaris uses a symbolic link for /dev/urandom which harms best practice of
using O_NOFOLLOW - cope with it as best as possible by trying two
different paths. - written by deraadt@ and kettenis@
10 years ago
robert
e7fd0565a5
Make rc.conf a parsed configuration file and stop sourcing it as a shell
script.
From now on rc.conf has a fixed syntax (key=val) and it is not allowed
to add anything to it besides the supported syntax, it all going to be
ignored.
discussed with and help from deraadt@ and halex@
10 years ago
ajacoutot
bc2478c0da
Move things around (no change):
- some unofficial services became official
- move kerberos next to afs
10 years ago
deraadt
738edd58ee
move exports, ftpchroot, hosts.lpd, printcap, and remote to the examples
directory.
ok robert
10 years ago
guenther
15b4e78952
Welcome to 1989: assume the compiler support const
10 years ago
guenther
0094b6d149
Per C99, wchar.h has to forward declare struct tm
10 years ago
deraadt
25da0193d5
odds are that some ABI change occured today, no matter how careful everyone
is
10 years ago
schwarze
c1f16195d7
indent as suggested by deraadt, no functional change
ok sthen@ deraadt@
10 years ago
tedu
e1cedb0e9d
regen
10 years ago
tedu
7db39ae9cb
no bthub
10 years ago
tedu
f1658d7598
remove bluetooth bits
10 years ago
tedu
1230cf6736
stop installing netbt headers
10 years ago
deraadt
a9bd671039
nsd.conf is not ready to be an example
10 years ago
deraadt
47fb1d250d
oops, nsd.conf cannot be an example... yet
10 years ago
deraadt
041fc50c89
Move more files into the examples directory...
10 years ago
halex
4b8a062fa4
Introducing a nifty _ignore function makes the file neater and easier
to maintain. The eval's must stay to make the aliases expand at run
time instead of at parse time.
ok krw@
10 years ago
giovanni
2c33ecba19
Add some services needed by comms/hylafax
10 years ago
henning
6fd28ba697
my pleasure to move bgpd.conf to examples. ok theo
10 years ago
deraadt
e29f67bfe4
handle the movement of the first few files to /etc/examples. They are
still managed by changelist, as long as the marker is + and they are in
the correct distrib/sets/* files
Bit of help from ajacoutot
10 years ago
ajacoutot
4e7a6eedb5
Add some more unofficial services to please ports without the need to
hand-edit services(5) which moved to base; some more to come probably.
ok deraadt@
10 years ago
deraadt
6e56c4f379
create /etc/examples
10 years ago
henning
fe058ead33
net.inet6.ip6.accept_rtadv bit the bucket
ok florian bluhm benno stsp
10 years ago
halex
0bc02fc15f
revert last commit
eval seems to be needed for reaching the aliases which otherwise aren't
available from within functions...
10 years ago
deraadt
922be3177e
move a few more...
10 years ago
deraadt
a9853850aa
Place the first example into the /etc/examples directory, removing it
from the regular view. There will be many more soon.
Idea discussed for days with robert and ajacoutot
10 years ago
halex
71a03a2812
make dump support DUIDs for command line arguments and /etc/dumpdates (using
the new shiny -U switch)
dumpdates part originating from, and discussed with, Maximilian Fillinger
seems reasonable to krw@, "get it in" deraadt@
10 years ago
tedu
5bee4066ca
i'm a dumbdumb. fix build.
10 years ago
tedu
447cee822e
move all the feature settings to a common header.
probably ok beck jsing miod
10 years ago
schwarze
c401bdcc6b
Remove some duplicate directories.
This doesn't change the directory structure being defined.
ok deraadt@
10 years ago
deraadt
dea4f4f3ef
take the directories specified by BSD.local.dist, and add them into
4.4BSD.dist. The base set grows by a tiny amount, but we no longer
need to run chroot'd dynamic mtree from the installer.
ok espie halex schwarze
10 years ago
beck
2e9cadcb9c
Make sure we leave OPENSSL_NO_PSK in the conf files so things
can know...
ok jsing@
10 years ago
schwarze
6568bdd73e
Remove unused files.
Even though occasional commits did happen to these files, they still
specify directories like /usr/share/man/cat4/tahoe, /usr/include/pascal,
/usr/X11R4 and so on, so calling them "maintained" would seem a bold claim.
ok sthen@ henning@
10 years ago
schwarze
153370a16a
Trim down comments to those that are actually helpful for reading the file,
that is, only leave those after multiple .. and before multiple dir names.
While here, fix two comments that were actually wrong
and garbage collect one /set instruction that had no effect.
Saves 415 lines, which is 35% of the file.
ok sthen@ henning@
10 years ago
kettenis
78bf858a52
Add locking for __cxa_finalize() as it modifies the page permissions of the
__atexit tables and touches global variables. From Srinavasa Nagaraju
through Android/Elliott Hughes.
ok tedu@, guenther@
10 years ago
tedu
ae7f8bb30d
better document perils of setuid getenv and xr with issetugid
ok deraadt
10 years ago
tedu
beacb71783
as noted by google/android via kettenis, atexit handlers can install new
handlers. if this happens, restart the loop.
ok kettenis matthew millert miod
10 years ago
jasper
8533fe6f16
more missing rcs ids
"sure" deraadt@
10 years ago
jasper
66be215796
add rcs ids
ok deraadt@
10 years ago
espie
c31be0d10f
likewise for X, locate directory
10 years ago
espie
b30e570d12
do locatedb as part of the build process
"works for me" deraadt@
10 years ago
tedu
705f1bf46e
reduce obvious dependency on global g_pool by moving to local aliases
ok otto
10 years ago
naddy
33c9c303eb
rephrase the stpcpy() warning
new wording agreed by at least kettenis@ millert@ otto@
10 years ago
beck
97abe91297
Clean up after arc4random u_int32_t uint32_t change
ok jsing@
10 years ago
bcook
165f09edc7
changes to improve portability
ok beck@ deraadt@ jsing@ guenther@
10 years ago
reyk
7c7cb59da8
Update the default relayd.conf with the new filtering grammar.
OK benno@
10 years ago
halex
ebec654dde
I hate eval. Apart from when it's really needed.
Eval'ing constant expressions is not such a case.
"...fine with me" krw@
10 years ago
ajacoutot
a64ae366b4
Add a daemon_timeout variable for rc_wait().
It represents the maximum time in seconds to wait for the start, stop
and reload actions to return. Defaults to "30".
No default behavior is changed.
ok beck@ sthen@ jasper@ giovanni@
10 years ago
bcook
a3816c6eb6
remove unused variables getentropy for OS X
ok beck@
10 years ago
ajacoutot
1c92814c6f
White spaces.
10 years ago
miod
32c03af696
RSA_NULL used to be a compile option allowing the RSA interfaces to be
compiled-in, with nonfunctional code, to be able to cope with the RSA
patent.
However, we don't use this option, and the RSA patent has expired more than 10
years ago, so just drop this piece.
10 years ago