summaryrefslogtreecommitdiffstats
path: root/share/man (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Delete documentation of the former HOSTALIASES featuresschwarze2019-05-121-15/+2
| | | | | | | which was removed in libc/asr/asr.c rev. 1.50 in 2015. Smaller version of a patch posted by Hiltjo Posthuma <hiltjo at codemadness dot org>. No objection was raised when shown on tech@.
* document log reading errorsespie2019-05-121-1/+3
|
* document existing command status, and new command wipeespie2019-05-121-3/+12
| | | | for EXTERNAL CONTROL
* new sentence, new line;jmc2019-05-121-3/+4
|
* sort;jmc2019-05-121-3/+3
|
* add missing ucrcom pagejsg2019-05-123-5/+52
|
* The BER API is currently used by ldap, ldapd, ldapctl, ypldap, snmpd, androb2019-05-111-2/+3
| | | | | | | | | | | | snmpctl. Separate copies of ber.[ch] have existed and been maintained in sync in ldap, ldapd, ypldap and snmpd. This commit moves the BER API into /usr/lib/libutil. All current consumers already link libutil. ldapd and snmpd regress passes, and release builds. With help from tb@ and guenther@. ok deraadt@, tb@
* Add a manpage for fusbtc(4).patrick2019-05-113-5/+52
|
* Add a manpage for mvuart(4).patrick2019-05-112-2/+44
|
* Remove Rockchip from the manpage since it's just a leftover frompatrick2019-05-111-3/+3
| | | | | | the original manpage used to create this one. ok kettenis@
* Add the colemak keyboard layout.abieber2019-05-112-7/+18
| | | | OK deraadt@
* socppc makes an extended visit to the bigbucket.deraadt2019-05-1115-762/+8
| | | | ok kettenis
* Document TIMEVAL_TO_TIMESPEC() and TIMESPEC_TO_TIMEVAL().cheloha2019-05-101-3/+32
| | | | | | With input from schwarze@. "read ok" jmc@, "yep" deraadt@, ok schwarze@
* Document port protection support in switch(4). Also add SIOCBRDGSIFPROT toakoshibe2019-05-102-4/+11
| | | | | | list of ioctls in bridge(4). OK ccardenas@ kn@ phessler@
* tweak previous: fix three wrong macros and one missing macroschwarze2019-05-101-5/+7
|
* Document the wsfont framework.fcambus2019-05-101-0/+186
| | | | | | | | | | | | | | | | This is wsfont.9 revision 1.18 from NetBSD with the following changes: - Remove documentation for wsfont_matches() which we don't have - Remove wsfont_find() arguments which we don't have - Add missing arguments for wsfont_lock() which NetBSD doesn't have - Modify wsfont_enum() signature to match our implementation - Modify the wsdisplay_font struct to add the index and cookie members which NetBSD doesn't have - Remove some macros for font encoding we do not support anymore - Remove and correct stuff which doesn't apply to us because the codebases have diverged Looks fine to jmc@
* The correct header for KASSERT(9) is <sys/systm.h>.mpi2019-05-101-3/+3
| | | | ok deraadt@
* Make the red-black tree example -Wmissing-prototypes clean by providingflorian2019-05-101-2/+6
| | | | prototypes with RB_PROTOTYPE.
* 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
|
* actual timeout is smaller.espie2019-05-091-3/+6
| | | | document LISTING_EXTRA
* be more thorough in describing what register-plist does.espie2019-05-091-2/+45
| | | | | also document -p, used by check-register ... and @version bumps.
* update to PF pfctl(8) and pf.conf(5) manpagessashan2019-05-081-21/+58
| | | | | | great input by Ingo, Jason and Klemens OK schwarze@, OK kn@, OK jmc@
* Add flang to the MODFORTRAN_COMPILER list.bcallah2019-05-081-3/+3
| | | | ok jca@
* Remove vmm(4) from i386 MAKEDEV.8mlarkin2019-05-061-5/+2
| | | | pointed out by jmc@
* Cleanup things that missed removal during vmm(4) i386 purge a few monthsmlarkin2019-05-062-85/+2
| | | | | | ago. ok kn, deraadt
* sync the description of bufcachepercent; ok deraadtjmc2019-05-051-4/+3
|
* call these devices "Ethernet device", as other pages do;jmc2019-05-043-10/+10
| | | | prod/ok deraadt
* Xr mcxderaadt2019-05-041-2/+4
|
* a quick and dirty manpage for mcxdlg2019-05-042-3/+63
|
* elaborate a little on how route priorities work;jmc2019-04-301-2/+4
| | | | help/ok claudio
* Update to reflect change of default ruby version to ruby 2.6jeremy2019-04-291-6/+6
|
* add WITNESS support to barriers modelled on the timeout stuff visa did.dlg2019-04-281-2/+14
| | | | | | | | | | | if a taskq takes a lock, and something holding that lock calls taskq_barrier, there's a potential deadlock. detect this as a lock order problem when witness is enable. task_del conditionally followed by taskq_barrier is a common pattern, so add a taskq_del_barrier wrapper for it that unconditionally checks for the deadlock, like timeout_del_barrier. ok visa@
* switch the example mirror to cdn.openbsd.orgtj2019-04-271-3/+3
|
* the installer creates /etc/installurl even if we don't use http for the sets,tj2019-04-271-5/+5
| | | | | so update this page accordingly. while here, add sysupgrade to SEE ALSO since it uses installurl too. ok jmc
* sysupgrade(8) uses /home/_sysupgradeflorian2019-04-261-2/+8
| | | | suggested by deraadt; OK jmc
* Additional devices that are supported by uslcom.remi2019-04-261-2/+4
| | | | ok jmc@
* reflect recent bpf changesanton2019-04-251-3/+3
|
* Make openprom.4 platform independent.denis2019-04-259-470/+33
| | | | | | Suggested by deraadt@ OK ingo@ jmc@ visa@
* Add a manual page for octcf(4).visa2019-04-252-2/+42
| | | | Prompted by jmc@
* sticky-address is working with source-hash.yasuoka2019-04-251-3/+5
| | | | ok deraadt
* Re-add HISTORY sectiondenis2019-04-241-2/+5
|
* clarify the difference between .Cm and .Ic;schwarze2019-04-241-10/+12
| | | | triggered by a question from Fabio Scotoni
* Fix the capitalization of OCTEON.visa2019-04-242-5/+5
|
* Tell when the openprom(4) interface appeared instead of when the manualvisa2019-04-241-7/+4
| | | | page appeared.
* add ccp to acpi, and scale back the caps;jmc2019-04-233-8/+10
|
* clarify how .%P is conventionally used;schwarze2019-04-231-3/+10
| | | | triggered by a question from Fabio Scotoni <fabio at esse dot ch>
* ccp(4) attaches to acpi(4) now.kettenis2019-04-231-2/+3
|
* replace "--" with "\(en" in numeric ranges in .%P macros;schwarze2019-04-232-8/+8
| | | | markup error reported by Fabio Scotoni <fabio at esse dot ch>
* add some missing "pp." to .%P macros;schwarze2019-04-232-6/+6
| | | | Fabio Scotoni <fabio at esse dot ch> reported it was missing in eqn(7)