Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Delete documentation of the former HOSTALIASES features | 2019-05-12 | 1 | -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 errors | 2019-05-12 | 1 | -1/+3 | ||
| | ||||||
* | document existing command status, and new command wipe | 2019-05-12 | 1 | -3/+12 | ||
| | | | | for EXTERNAL CONTROL | |||||
* | new sentence, new line; | 2019-05-12 | 1 | -3/+4 | ||
| | ||||||
* | sort; | 2019-05-12 | 1 | -3/+3 | ||
| | ||||||
* | add missing ucrcom page | 2019-05-12 | 3 | -5/+52 | ||
| | ||||||
* | The BER API is currently used by ldap, ldapd, ldapctl, ypldap, snmpd, and | 2019-05-11 | 1 | -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). | 2019-05-11 | 3 | -5/+52 | ||
| | ||||||
* | Add a manpage for mvuart(4). | 2019-05-11 | 2 | -2/+44 | ||
| | ||||||
* | Remove Rockchip from the manpage since it's just a leftover from | 2019-05-11 | 1 | -3/+3 | ||
| | | | | | | the original manpage used to create this one. ok kettenis@ | |||||
* | Add the colemak keyboard layout. | 2019-05-11 | 2 | -7/+18 | ||
| | | | | OK deraadt@ | |||||
* | socppc makes an extended visit to the bigbucket. | 2019-05-11 | 15 | -762/+8 | ||
| | | | | ok kettenis | |||||
* | Document TIMEVAL_TO_TIMESPEC() and TIMESPEC_TO_TIMEVAL(). | 2019-05-10 | 1 | -3/+32 | ||
| | | | | | | With input from schwarze@. "read ok" jmc@, "yep" deraadt@, ok schwarze@ | |||||
* | Document port protection support in switch(4). Also add SIOCBRDGSIFPROT to | 2019-05-10 | 2 | -4/+11 | ||
| | | | | | | list of ioctls in bridge(4). OK ccardenas@ kn@ phessler@ | |||||
* | tweak previous: fix three wrong macros and one missing macro | 2019-05-10 | 1 | -5/+7 | ||
| | ||||||
* | Document the wsfont framework. | 2019-05-10 | 1 | -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>. | 2019-05-10 | 1 | -3/+3 | ||
| | | | | ok deraadt@ | |||||
* | Make the red-black tree example -Wmissing-prototypes clean by providing | 2019-05-10 | 1 | -2/+6 | ||
| | | | | prototypes with RB_PROTOTYPE. | |||||
* | Browsers using SAN instead of CN in Subject is now more than just "some | 2019-05-10 | 1 | -5/+5 | ||
| | | | | | new browsers" and it's a strict requirement rather than just deprecating cn; adjust the text accordingly. ok reyk@ | |||||
* | sync | 2019-05-10 | 1 | -4/+4 | ||
| | ||||||
* | actual timeout is smaller. | 2019-05-09 | 1 | -3/+6 | ||
| | | | | document LISTING_EXTRA | |||||
* | be more thorough in describing what register-plist does. | 2019-05-09 | 1 | -2/+45 | ||
| | | | | | also document -p, used by check-register ... and @version bumps. | |||||
* | update to PF pfctl(8) and pf.conf(5) manpages | 2019-05-08 | 1 | -21/+58 | ||
| | | | | | | great input by Ingo, Jason and Klemens OK schwarze@, OK kn@, OK jmc@ | |||||
* | Add flang to the MODFORTRAN_COMPILER list. | 2019-05-08 | 1 | -3/+3 | ||
| | | | | ok jca@ | |||||
* | Remove vmm(4) from i386 MAKEDEV.8 | 2019-05-06 | 1 | -5/+2 | ||
| | | | | pointed out by jmc@ | |||||
* | Cleanup things that missed removal during vmm(4) i386 purge a few months | 2019-05-06 | 2 | -85/+2 | ||
| | | | | | | ago. ok kn, deraadt | |||||
* | sync the description of bufcachepercent; ok deraadt | 2019-05-05 | 1 | -4/+3 | ||
| | ||||||
* | call these devices "Ethernet device", as other pages do; | 2019-05-04 | 3 | -10/+10 | ||
| | | | | prod/ok deraadt | |||||
* | Xr mcx | 2019-05-04 | 1 | -2/+4 | ||
| | ||||||
* | a quick and dirty manpage for mcx | 2019-05-04 | 2 | -3/+63 | ||
| | ||||||
* | elaborate a little on how route priorities work; | 2019-04-30 | 1 | -2/+4 | ||
| | | | | help/ok claudio | |||||
* | Update to reflect change of default ruby version to ruby 2.6 | 2019-04-29 | 1 | -6/+6 | ||
| | ||||||
* | add WITNESS support to barriers modelled on the timeout stuff visa did. | 2019-04-28 | 1 | -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.org | 2019-04-27 | 1 | -3/+3 | ||
| | ||||||
* | the installer creates /etc/installurl even if we don't use http for the sets, | 2019-04-27 | 1 | -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/_sysupgrade | 2019-04-26 | 1 | -2/+8 | ||
| | | | | suggested by deraadt; OK jmc | |||||
* | Additional devices that are supported by uslcom. | 2019-04-26 | 1 | -2/+4 | ||
| | | | | ok jmc@ | |||||
* | reflect recent bpf changes | 2019-04-25 | 1 | -3/+3 | ||
| | ||||||
* | Make openprom.4 platform independent. | 2019-04-25 | 9 | -470/+33 | ||
| | | | | | | Suggested by deraadt@ OK ingo@ jmc@ visa@ | |||||
* | Add a manual page for octcf(4). | 2019-04-25 | 2 | -2/+42 | ||
| | | | | Prompted by jmc@ | |||||
* | sticky-address is working with source-hash. | 2019-04-25 | 1 | -3/+5 | ||
| | | | | ok deraadt | |||||
* | Re-add HISTORY section | 2019-04-24 | 1 | -2/+5 | ||
| | ||||||
* | clarify the difference between .Cm and .Ic; | 2019-04-24 | 1 | -10/+12 | ||
| | | | | triggered by a question from Fabio Scotoni | |||||
* | Fix the capitalization of OCTEON. | 2019-04-24 | 2 | -5/+5 | ||
| | ||||||
* | Tell when the openprom(4) interface appeared instead of when the manual | 2019-04-24 | 1 | -7/+4 | ||
| | | | | page appeared. | |||||
* | add ccp to acpi, and scale back the caps; | 2019-04-23 | 3 | -8/+10 | ||
| | ||||||
* | clarify how .%P is conventionally used; | 2019-04-23 | 1 | -3/+10 | ||
| | | | | triggered by a question from Fabio Scotoni <fabio at esse dot ch> | |||||
* | ccp(4) attaches to acpi(4) now. | 2019-04-23 | 1 | -2/+3 | ||
| | ||||||
* | replace "--" with "\(en" in numeric ranges in .%P macros; | 2019-04-23 | 2 | -8/+8 | ||
| | | | | markup error reported by Fabio Scotoni <fabio at esse dot ch> | |||||
* | add some missing "pp." to .%P macros; | 2019-04-23 | 2 | -6/+6 | ||
| | | | | Fabio Scotoni <fabio at esse dot ch> reported it was missing in eqn(7) |