Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-28 | descend into riscv64 dirs | Jonathan Gray | |
ok deraadt@ | |||
2021-04-28 | add a Makefile for riscv64 man8 | Jonathan Gray | |
2021-04-28 | Sync | Dale Rahn | |
2021-02-27 | Add logger(1) support for daemons that are logging to stdout/stderr (mostly from | Antoine Jacoutot | |
the go ecosystem). Properly handle failing daemon startup now that we have pipefail. To take advantage of this new feature, just add foo_logger=facility to the daemon rc.d(8) script or in rc.conf.local(8) or use rcctl: rcctl set foo logger daemon.info tweak for checking flags in rcctl(8) from martijn@ "this looks pretty good" deraadt@ ok sthen@ | |||
2021-02-12 | Tweak ssl(8)'s text about EC generation. Streamline by using "ecparam | Stuart Henderson | |
-genkey" rather than separately generating parameters and key. Give a clue that some CAs accept only prime256v1. Show the user where to stop if they're just generating a private key for acme-client and therefore don't need to generate a csr or cert manually. Add xr to acme-client(1) suggest by tb@. ok jmc tb | |||
2021-02-12 | sync | Jonathan Gray | |
2021-01-23 | sync | Theo de Raadt | |
2020-12-29 | Document kern.video.record. | Marcus Glocker | |
With help/input from jmc@ and kn@. ok jmc@ | |||
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-03 | rachel roch pointed out that wg was missing from DESCRIPTION; address | Jason McIntyre | |
this and update the text somewhat to make it clear we are not trying to exhaustively list all devices; at the same time, update the lists ;) help/ok claudio deraadt | |||
2020-10-25 | needs a Makefile... | Theo de Raadt | |
2020-10-24 | Add man8.powerpc64 to SUBDIR. | Mark Kettenis | |
2020-10-24 | regen | Mark Kettenis | |
2020-10-23 | zap trailing whitespace; | Jason McIntyre | |
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-08-20 | .fs -> .img | Theo Buehler | |
from navan airpost net | |||
2020-07-26 | Reference unveil(2) in system accounting and daily.8. | rob | |
Reminder that unveil does not kill from brynet and gsoares. Wording tweaks from jmc; feedback from deraadt. ok jmc@, millert@, solene@, "fine with me" deraadt@ | |||
2020-07-16 | regen | Mark Kettenis | |
2020-07-06 | regen after kstat addition | David Gwynne | |
2020-06-29 | powerpc64 | Mark Kettenis | |
2020-05-16 | list example files in FILES with a short description: generally, "Example | Jason McIntyre | |
configuration file.", but occasionally something else fit better; at the same time, try to make the format for FILES more consistent; original diff from clematis | |||
2020-04-29 | mention the firmware/bootloader/dtb packages needed to build release(8) | Stuart Henderson | |
on armv7/arm64. ok deraadt | |||
2020-02-21 | Fix daemon_rtable route command mention | kn | |
Without "exec" the comand is invalid. OK sthen | |||
2020-02-10 | briefly mention /etc/examples/ in the FILES section of all the | Ingo Schwarze | |
manual pages that document the corresponding configuration files; OK jmc@, and general direction discussed with many | |||
2020-02-09 | mention /etc/examples, some input by deraadt@ | Marc Espie | |
okay schwarze@, beno@ | |||
2020-01-24 | regen | Martin Pieuchot | |
2020-01-23 | regen for pppac(4) | David Gwynne | |
pointed out by deraadt@ | |||
2020-01-22 | regen | Martin Pieuchot | |
2019-12-22 | regen | Mark Kettenis | |
2019-12-17 | sync | Reyk Floeter | |
2019-12-14 | sync | Theo de Raadt | |
2019-12-13 | sync | Theo de Raadt | |
2019-09-06 | options(4), config(8): drop dst/timezone knobs; ok kettenis@ deraadt@ jca@ | cheloha | |
2019-08-30 | ypclnt -> yp_bind; | Jason McIntyre | |
2019-08-27 | Sync example with current databases/postgresql flags | Adam Wolk | |
OK sthen@, pea@ | |||
2019-08-12 | instructions for replacing cert.pem are probably more harmful than helpful. | Ted Unangst | |
noticed by freda_bundchen. ok gilles millert | |||
2019-06-27 | minor eol issues; | Jason McIntyre | |
2019-06-27 | be more realistic | Marc Espie | |
2019-05-26 | use proper crossreference, from Artturi Alm | Christian Weisgerber | |
2019-05-11 | socppc makes an extended visit to the bigbucket. | Theo de Raadt | |
ok kettenis | |||
2019-05-10 | Browsers using SAN instead of CN in Subject is now more than just "some | Stuart Henderson | |
new browsers" and it's a strict requirement rather than just deprecating cn; adjust the text accordingly. ok reyk@ | |||
2019-05-10 | sync | Stuart Henderson | |
2019-05-06 | Remove vmm(4) from i386 MAKEDEV.8 | Mike Larkin | |
pointed out by jmc@ | |||
2019-04-27 | switch the example mirror to cdn.openbsd.org | T.J. Townsend | |
2019-03-25 | update the example key size; from randy hartman | Jason McIntyre | |
ok tedu sobrado deraadt | |||
2018-10-29 | Revert previous (for now). | Antoine Jacoutot | |
semarie found a few regressions with daemon that will fail if cwd is not accessible. | |||
2018-10-16 | Change the way we call su(1) in rcexec: | Antoine Jacoutot | |
- drop `-'l' to prevent simulating a full login and running /root/.profile (prodded by a mail from J Greely) - use `-m' to preserve the environment because we now set HOME to "/" like /etc/rc does; note that we now also clear the environment using `env -i' before running su(1) which leaves us with only HOME, PATH and SHELL Committing early to catch regressions fast, if any. ok halex@ | |||
2018-09-30 | Make the HISTORY sections of the "intro" manuals less confusing and | Ingo Schwarze | |
more uniform; potential for confusion noticed by aalm@; OK jmc@. | |||
2018-09-28 | Explain how to enable audio recording. | Alexandre Ratchov | |
help from solene, jmc, and schwarze | |||
2018-08-20 | sync | Mark Kettenis | |