summaryrefslogtreecommitdiff
path: root/etc
AgeCommit message (Collapse)Author
2020-11-29Fix previous: use correct version of netstart and installer bits.Theo Buehler
2020-11-29Add support for !command to mygate, so that netstart has a late opportunityTheo de Raadt
to perform network configuration (for example, "!route source -ifp em0") Split mygate and myname manual pages (how did anyone ever believe these are related), and perform hostname configuration much earlier in rc. discussed with benno, claudio, jmc, etc etc, last version of !command parser by tb
2020-11-28Prepare for libX11 1.7.0Matthieu Herrb
2020-11-08no more mobileip;Jason McIntyre
ok claudio deraadt
2020-11-04Back out last commit.denis
Some devs are not convinced.
2020-11-02acme response challenge location to issue better error codedenis
Notified to me by jmc@ Diff by Matthias Pressfreund <mpfr @ fn de>, thanks
2020-10-28Remove commented-out edns-buffer-size section from the default unbound.conf.Stuart Henderson
The default in Unbound (and other DNS server software in the recent "DNS flag day") changed to 1232 bytes, this avoids problems due to fragmented packets (fragments can result in blackholes and also enable some attack vectors) so there's now little reason to reduce this from defaults, and increasing it is more of a specialist use case that isn't really needed in this streamlined default config.
2020-10-24regenMark Kettenis
2020-10-24Add /dev/drm[0-3].Mark Kettenis
2020-10-20Remove calls for df(1), netstat(1), and the verbose dump(1)Daniel Jakots
With this change, daily(8) only sends email when something looks dubious. Consequently VERBOSESTATUS is now a no-op and may be unset. The code is trivial and riddled with choices that look like personal preferences. The old behavior can be achieved through /etc/daily.local. With schwarze@, tweak kn@, sthen@ OK schwarze@, kn@, jung@
2020-10-08Use find -delete instead of execing rm and rmdir.Todd C. Miller
OK sthen@ denis@
2020-09-30Regen moduli.Darren Tucker
2020-09-26adjust dateTheo de Raadt
2020-09-26adjust dateTheo de Raadt
2020-09-25add 6.9 firmware keyStuart Henderson
2020-09-23add 6.9 syspatch pubkeyRobert Nagy
2020-09-19Add a bsd.schema line to the example ldapd.confTheo Buehler
from reyk
2020-09-17tab vs. spaces; from navan AT airpost.net, thanks!Florian Obser
2020-09-15grow amd64 ramdisk_cd.......Theo de Raadt
2020-09-15Register agentx port 705 in services.Martijn van Duren
OK deraadt@
2020-09-14We need to be able to provide contact information to use theFlorian Obser
buypass.com acme api. From Bartosz Kuzma (bartosz.kuzma AT release11.com), thanks! OK beck, deraadt
2020-09-13Install /etc/examples/login_ldap.conf with proper mode and ownership.Antoine Jacoutot
tweak from deraadt@ ok martijn@ tb@
2020-09-13Install login_ldap.conf and register it into changelist and mtree/special.Antoine Jacoutot
ok tb@ (who had the same diff) & deraadt@
2020-09-12Add an example file so login_ldap.conf maybe becomes a little moreMartijn van Duren
intelligible. OK bluhm@
2020-08-316.9 packages keyChristian Weisgerber
2020-08-31crank to 6.8-betaTheo de Raadt
2020-08-30old keys are boringTheo de Raadt
2020-08-30signify key for 6.9 baseTheo de Raadt
2020-08-03grow to cope with clang10Theo de Raadt
2020-07-22build bsd.mp (issues remain, but doing the build effort is valuable already)Theo de Raadt
2020-07-22syncTheo de Raadt
2020-07-22create /dev nodes for sparc64 and powerpc console, so that dev_mkdbTheo de Raadt
will find them, and devname() in various programs won't return "??" ok kettenis
2020-07-18copy out bootblocksTheo de Raadt
2020-07-16regenMark Kettenis
2020-07-16Bootloader magic.Mark Kettenis
2020-07-16Add disk description for bootloader ramdisk.Mark Kettenis
2020-07-12Use su -fl to avoid sourcing /etc/profile / the target user's .profileJeremie Courreges-Anglas
This way rc.d and rcctl don't suffer from side effects in people's rc files. If you somehow used those files to set environment variables, you should have used login.conf as described in rc.d(8) instead. ok ajacoutot@
2020-07-06regen after kstat additionDavid Gwynne
2020-07-06wire up kstat(4).David Gwynne
it's only accessible to root:wheel. ok deraadt@
2020-07-05Build minirootXX.img for powerpc64.Mark Kettenis
2020-07-05Missing file needed for building releases.Mark Kettenis
2020-07-02Minimal fbtab for powerpc64.Mark Kettenis
2020-06-30Fix two places where carp backup state is misspelled in comments.Sebastian Benoit
ok claudio@
2020-06-29enter etc.powerpc64Theo de Raadt
2020-06-29powerpc64; picked the best bits from amd64 and arm64Mark Kettenis
2020-06-29regenMark Kettenis
2020-06-29Fix pasto.Mark Kettenis
2020-06-29powerpc64 MD bitsMark Kettenis
2020-06-29powerpc64 man page dirsTheo de Raadt
2020-06-26Switch cdio's default CDDB database to gnudb.gnudb.org:8880.Christian Weisgerber
The freedb.org CD track database has been discontinued. Retire cddb/888 from /etc/services. Nothing uses this any longer. gnudb.org uses the "cddbp-alt" port of 8880, but we don't need a services(5) entry for a single site. ok deraadt@