summaryrefslogtreecommitdiff
path: root/share/man/man8
AgeCommit message (Collapse)Author
2021-04-28descend into riscv64 dirsJonathan Gray
ok deraadt@
2021-04-28add a Makefile for riscv64 man8Jonathan Gray
2021-04-28SyncDale Rahn
2021-02-27Add logger(1) support for daemons that are logging to stdout/stderr (mostly fromAntoine 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-12Tweak ssl(8)'s text about EC generation. Streamline by using "ecparamStuart 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-12syncJonathan Gray
2021-01-23syncTheo de Raadt
2020-12-29Document kern.video.record.Marcus Glocker
With help/input from jmc@ and kn@. ok jmc@
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-03rachel roch pointed out that wg was missing from DESCRIPTION; addressJason 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-25needs a Makefile...Theo de Raadt
2020-10-24Add man8.powerpc64 to SUBDIR.Mark Kettenis
2020-10-24regenMark Kettenis
2020-10-23zap trailing whitespace;Jason McIntyre
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-08-20.fs -> .imgTheo Buehler
from navan airpost net
2020-07-26Reference 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-16regenMark Kettenis
2020-07-06regen after kstat additionDavid Gwynne
2020-06-29powerpc64Mark Kettenis
2020-05-16list example files in FILES with a short description: generally, "ExampleJason 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-29mention the firmware/bootloader/dtb packages needed to build release(8)Stuart Henderson
on armv7/arm64. ok deraadt
2020-02-21Fix daemon_rtable route command mentionkn
Without "exec" the comand is invalid. OK sthen
2020-02-10briefly mention /etc/examples/ in the FILES section of all theIngo Schwarze
manual pages that document the corresponding configuration files; OK jmc@, and general direction discussed with many
2020-02-09mention /etc/examples, some input by deraadt@Marc Espie
okay schwarze@, beno@
2020-01-24regenMartin Pieuchot
2020-01-23regen for pppac(4)David Gwynne
pointed out by deraadt@
2020-01-22regenMartin Pieuchot
2019-12-22regenMark Kettenis
2019-12-17syncReyk Floeter
2019-12-14syncTheo de Raadt
2019-12-13syncTheo de Raadt
2019-09-06options(4), config(8): drop dst/timezone knobs; ok kettenis@ deraadt@ jca@cheloha
2019-08-30ypclnt -> yp_bind;Jason McIntyre
2019-08-27Sync example with current databases/postgresql flagsAdam Wolk
OK sthen@, pea@
2019-08-12instructions for replacing cert.pem are probably more harmful than helpful.Ted Unangst
noticed by freda_bundchen. ok gilles millert
2019-06-27minor eol issues;Jason McIntyre
2019-06-27be more realisticMarc Espie
2019-05-26use proper crossreference, from Artturi AlmChristian Weisgerber
2019-05-11socppc makes an extended visit to the bigbucket.Theo de Raadt
ok kettenis
2019-05-10Browsers using SAN instead of CN in Subject is now more than just "someStuart Henderson
new browsers" and it's a strict requirement rather than just deprecating cn; adjust the text accordingly. ok reyk@
2019-05-10syncStuart Henderson
2019-05-06Remove vmm(4) from i386 MAKEDEV.8Mike Larkin
pointed out by jmc@
2019-04-27switch the example mirror to cdn.openbsd.orgT.J. Townsend
2019-03-25update the example key size; from randy hartmanJason McIntyre
ok tedu sobrado deraadt
2018-10-29Revert previous (for now).Antoine Jacoutot
semarie found a few regressions with daemon that will fail if cwd is not accessible.
2018-10-16Change 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-30Make the HISTORY sections of the "intro" manuals less confusing andIngo Schwarze
more uniform; potential for confusion noticed by aalm@; OK jmc@.
2018-09-28Explain how to enable audio recording.Alexandre Ratchov
help from solene, jmc, and schwarze
2018-08-20syncMark Kettenis