Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-29 | Fix previous: use correct version of netstart and installer bits. | Theo Buehler | |
2020-11-29 | Add support for !command to mygate, so that netstart has a late opportunity | Theo 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-28 | Prepare for libX11 1.7.0 | Matthieu Herrb | |
2020-11-08 | no more mobileip; | Jason McIntyre | |
ok claudio deraadt | |||
2020-11-04 | Back out last commit. | denis | |
Some devs are not convinced. | |||
2020-11-02 | acme response challenge location to issue better error code | denis | |
Notified to me by jmc@ Diff by Matthias Pressfreund <mpfr @ fn de>, thanks | |||
2020-10-28 | Remove 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-24 | regen | Mark Kettenis | |
2020-10-24 | Add /dev/drm[0-3]. | Mark Kettenis | |
2020-10-20 | Remove 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-08 | Use find -delete instead of execing rm and rmdir. | Todd C. Miller | |
OK sthen@ denis@ | |||
2020-09-30 | Regen moduli. | Darren Tucker | |
2020-09-26 | adjust date | Theo de Raadt | |
2020-09-26 | adjust date | Theo de Raadt | |
2020-09-25 | add 6.9 firmware key | Stuart Henderson | |
2020-09-23 | add 6.9 syspatch pubkey | Robert Nagy | |
2020-09-19 | Add a bsd.schema line to the example ldapd.conf | Theo Buehler | |
from reyk | |||
2020-09-17 | tab vs. spaces; from navan AT airpost.net, thanks! | Florian Obser | |
2020-09-15 | grow amd64 ramdisk_cd....... | Theo de Raadt | |
2020-09-15 | Register agentx port 705 in services. | Martijn van Duren | |
OK deraadt@ | |||
2020-09-14 | We need to be able to provide contact information to use the | Florian Obser | |
buypass.com acme api. From Bartosz Kuzma (bartosz.kuzma AT release11.com), thanks! OK beck, deraadt | |||
2020-09-13 | Install /etc/examples/login_ldap.conf with proper mode and ownership. | Antoine Jacoutot | |
tweak from deraadt@ ok martijn@ tb@ | |||
2020-09-13 | Install login_ldap.conf and register it into changelist and mtree/special. | Antoine Jacoutot | |
ok tb@ (who had the same diff) & deraadt@ | |||
2020-09-12 | Add an example file so login_ldap.conf maybe becomes a little more | Martijn van Duren | |
intelligible. OK bluhm@ | |||
2020-08-31 | 6.9 packages key | Christian Weisgerber | |
2020-08-31 | crank to 6.8-beta | Theo de Raadt | |
2020-08-30 | old keys are boring | Theo de Raadt | |
2020-08-30 | signify key for 6.9 base | Theo de Raadt | |
2020-08-03 | grow to cope with clang10 | Theo de Raadt | |
2020-07-22 | build bsd.mp (issues remain, but doing the build effort is valuable already) | Theo de Raadt | |
2020-07-22 | sync | Theo de Raadt | |
2020-07-22 | create /dev nodes for sparc64 and powerpc console, so that dev_mkdb | Theo de Raadt | |
will find them, and devname() in various programs won't return "??" ok kettenis | |||
2020-07-18 | copy out bootblocks | Theo de Raadt | |
2020-07-16 | regen | Mark Kettenis | |
2020-07-16 | Bootloader magic. | Mark Kettenis | |
2020-07-16 | Add disk description for bootloader ramdisk. | Mark Kettenis | |
2020-07-12 | Use su -fl to avoid sourcing /etc/profile / the target user's .profile | Jeremie 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-06 | regen after kstat addition | David Gwynne | |
2020-07-06 | wire up kstat(4). | David Gwynne | |
it's only accessible to root:wheel. ok deraadt@ | |||
2020-07-05 | Build minirootXX.img for powerpc64. | Mark Kettenis | |
2020-07-05 | Missing file needed for building releases. | Mark Kettenis | |
2020-07-02 | Minimal fbtab for powerpc64. | Mark Kettenis | |
2020-06-30 | Fix two places where carp backup state is misspelled in comments. | Sebastian Benoit | |
ok claudio@ | |||
2020-06-29 | enter etc.powerpc64 | Theo de Raadt | |
2020-06-29 | powerpc64; picked the best bits from amd64 and arm64 | Mark Kettenis | |
2020-06-29 | regen | Mark Kettenis | |
2020-06-29 | Fix pasto. | Mark Kettenis | |
2020-06-29 | powerpc64 MD bits | Mark Kettenis | |
2020-06-29 | powerpc64 man page dirs | Theo de Raadt | |
2020-06-26 | Switch 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@ |