summaryrefslogtreecommitdiffstats
path: root/share/man/man8 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add logger(1) support for daemons that are logging to stdout/stderr (mostly fromajacoutot2021-02-272-4/+16
| | | | | | | | | | | | | 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@
* Tweak ssl(8)'s text about EC generation. Streamline by using "ecparamsthen2021-02-121-16/+23
| | | | | | | | | | -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
* syncjsg2021-02-127-28/+49
|
* syncderaadt2021-01-2313-52/+91
|
* Document kern.video.record.mglocker2020-12-291-7/+11
| | | | | | With help/input from jmc@ and kn@. ok jmc@
* Add support for !command to mygate, so that netstart has a late opportunityderaadt2020-11-292-8/+9
| | | | | | | | 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
* rachel roch pointed out that wg was missing from DESCRIPTION; addressjmc2020-11-031-13/+19
| | | | | | | 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
* needs a Makefile...deraadt2020-10-251-0/+7
|
* Add man8.powerpc64 to SUBDIR.kettenis2020-10-241-2/+2
|
* regenkettenis2020-10-241-3/+6
|
* zap trailing whitespace;jmc2020-10-231-3/+3
|
* Remove calls for df(1), netstat(1), and the verbose dump(1)danj2020-10-202-23/+4
| | | | | | | | | | | | | 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@
* .fs -> .imgtb2020-08-201-3/+3
| | | | from navan airpost net
* Reference unveil(2) in system accounting and daily.8.rob2020-07-261-3/+4
| | | | | | | 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@
* regenkettenis2020-07-161-3/+3
|
* regen after kstat additiondlg2020-07-0614-56/+98
|
* powerpc64kettenis2020-06-291-0/+252
|
* list example files in FILES with a short description: generally, "Examplejmc2020-05-161-2/+4
| | | | | | | 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
* mention the firmware/bootloader/dtb packages needed to build release(8)sthen2020-04-291-2/+9
| | | | on armv7/arm64. ok deraadt
* Fix daemon_rtable route command mentionkn2020-02-211-3/+3
| | | | | | Without "exec" the comand is invalid. OK sthen
* briefly mention /etc/examples/ in the FILES section of all theschwarze2020-02-101-2/+4
| | | | | manual pages that document the corresponding configuration files; OK jmc@, and general direction discussed with many
* mention /etc/examples, some input by deraadt@espie2020-02-091-2/+6
| | | | okay schwarze@, beno@
* regenmpi2020-01-242-6/+12
|
* regen for pppac(4)dlg2020-01-2313-52/+91
| | | | pointed out by deraadt@
* regenmpi2020-01-2211-45/+78
|
* regenkettenis2019-12-221-4/+7
|
* syncreyk2019-12-1712-56/+95
|
* syncderaadt2019-12-142-4/+4
|
* syncderaadt2019-12-132-14/+8
|
* options(4), config(8): drop dst/timezone knobs; ok kettenis@ deraadt@ jca@cheloha2019-09-061-11/+2
|
* ypclnt -> yp_bind;jmc2019-08-301-3/+3
|
* Sync example with current databases/postgresql flagsawolk2019-08-271-4/+4
| | | | OK sthen@, pea@
* instructions for replacing cert.pem are probably more harmful than helpful.tedu2019-08-121-14/+2
| | | | noticed by freda_bundchen. ok gilles millert
* minor eol issues;jmc2019-06-271-2/+2
|
* be more realisticespie2019-06-271-3/+6
|
* use proper crossreference, from Artturi Almnaddy2019-05-261-3/+5
|
* socppc makes an extended visit to the bigbucket.deraadt2019-05-113-235/+2
| | | | ok kettenis
* Browsers using SAN instead of CN in Subject is now more than just "somesthen2019-05-101-5/+5
| | | | | new browsers" and it's a strict requirement rather than just deprecating cn; adjust the text accordingly. ok reyk@
* syncsthen2019-05-101-4/+4
|
* Remove vmm(4) from i386 MAKEDEV.8mlarkin2019-05-061-5/+2
| | | | pointed out by jmc@
* switch the example mirror to cdn.openbsd.orgtj2019-04-271-3/+3
|
* update the example key size; from randy hartmanjmc2019-03-251-4/+4
| | | | ok tedu sobrado deraadt
* Revert previous (for now).ajacoutot2018-10-291-3/+3
| | | | | semarie found a few regressions with daemon that will fail if cwd is not accessible.
* Change the way we call su(1) in rcexec:ajacoutot2018-10-161-3/+3
| | | | | | | | | | | - 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@
* Make the HISTORY sections of the "intro" manuals less confusing andschwarze2018-09-301-4/+4
| | | | more uniform; potential for confusion noticed by aalm@; OK jmc@.
* Explain how to enable audio recording.ratchov2018-09-281-2/+10
| | | | help from solene, jmc, and schwarze
* synckettenis2018-08-201-4/+7
|
* regenanton2018-08-192-10/+16
|
* check-problems -> pkg_check-problems;jmc2018-07-101-4/+4
|
* certificate keyword renamed to cert; from raf czlonkajmc2018-06-271-3/+3
|