summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2019-05-14Remove the REGRESS_MAXTIME feature from regress framework. TheAlexander Bluhm
timeout based on CPU seconds is pretty useless, most hanging tests sleep and do not spin. The timeout could not be distinguished from failure. Only 3 tests used it. OK anton@ schwarze@ cheloha@ otto@
2019-05-14document CONFIGURE_STYLE=autoreconf; ok espie@Christian Weisgerber
2019-05-14minor macro cleanupIngo Schwarze
2019-05-14minor wording improvement from Stephen GregorattoIngo Schwarze
2019-05-14Delete some .Sx macros that were used in a wrong way.Ingo Schwarze
Part of a patch from Stephen Gregoratto <dev at sgregoratto dot me>.
2019-05-12mention render node device filesJonathan Gray
2019-05-12Delete documentation of the former HOSTALIASES featuresIngo Schwarze
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@.
2019-05-12document log reading errorsMarc Espie
2019-05-12document existing command status, and new command wipeMarc Espie
for EXTERNAL CONTROL
2019-05-12new sentence, new line;Jason McIntyre
2019-05-12sort;Jason McIntyre
2019-05-12add missing ucrcom pageJonathan Gray
2019-05-11The BER API is currently used by ldap, ldapd, ldapctl, ypldap, snmpd, androb
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@
2019-05-11Add a manpage for fusbtc(4).Patrick Wildt
2019-05-11Add a manpage for mvuart(4).Patrick Wildt
2019-05-11Remove Rockchip from the manpage since it's just a leftover fromPatrick Wildt
the original manpage used to create this one. ok kettenis@
2019-05-11Add the colemak keyboard layout.Aaron Bieber
OK deraadt@
2019-05-11socppc makes an extended visit to the bigbucket.Theo de Raadt
ok kettenis
2019-05-10Document TIMEVAL_TO_TIMESPEC() and TIMESPEC_TO_TIMEVAL().cheloha
With input from schwarze@. "read ok" jmc@, "yep" deraadt@, ok schwarze@
2019-05-10Document port protection support in switch(4). Also add SIOCBRDGSIFPROT toakoshibe
list of ioctls in bridge(4). OK ccardenas@ kn@ phessler@
2019-05-10tweak previous: fix three wrong macros and one missing macroIngo Schwarze
2019-05-10Document the wsfont framework.Frederic Cambus
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@
2019-05-10The correct header for KASSERT(9) is <sys/systm.h>.Martin Pieuchot
ok deraadt@
2019-05-10Make the red-black tree example -Wmissing-prototypes clean by providingFlorian Obser
prototypes with RB_PROTOTYPE.
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-09actual timeout is smaller.Marc Espie
document LISTING_EXTRA
2019-05-09be more thorough in describing what register-plist does.Marc Espie
also document -p, used by check-register ... and @version bumps.
2019-05-08update to PF pfctl(8) and pf.conf(5) manpagesAlexandr Nedvedicky
great input by Ingo, Jason and Klemens OK schwarze@, OK kn@, OK jmc@
2019-05-08Add flang to the MODFORTRAN_COMPILER list.Brian Callahan
ok jca@
2019-05-06Remove vmm(4) from i386 MAKEDEV.8Mike Larkin
pointed out by jmc@
2019-05-06Cleanup things that missed removal during vmm(4) i386 purge a few monthsMike Larkin
ago. ok kn, deraadt
2019-05-05sync the description of bufcachepercent; ok deraadtJason McIntyre
2019-05-04call these devices "Ethernet device", as other pages do;Jason McIntyre
prod/ok deraadt
2019-05-04Xr mcxTheo de Raadt
2019-05-04a quick and dirty manpage for mcxDavid Gwynne
2019-04-30elaborate a little on how route priorities work;Jason McIntyre
help/ok claudio
2019-04-29Update to reflect change of default ruby version to ruby 2.6Jeremy Evans
2019-04-28add WITNESS support to barriers modelled on the timeout stuff visa did.David Gwynne
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@
2019-04-27switch the example mirror to cdn.openbsd.orgT.J. Townsend
2019-04-27the installer creates /etc/installurl even if we don't use http for the sets,T.J. Townsend
so update this page accordingly. while here, add sysupgrade to SEE ALSO since it uses installurl too. ok jmc
2019-04-26sysupgrade(8) uses /home/_sysupgradeFlorian Obser
suggested by deraadt; OK jmc
2019-04-26Additional devices that are supported by uslcom.remi
ok jmc@
2019-04-25reflect recent bpf changesanton
2019-04-25Make openprom.4 platform independent.denis
Suggested by deraadt@ OK ingo@ jmc@ visa@
2019-04-25Add a manual page for octcf(4).Visa Hankala
Prompted by jmc@
2019-04-25sticky-address is working with source-hash.YASUOKA Masahiko
ok deraadt
2019-04-24Re-add HISTORY sectiondenis
2019-04-24clarify the difference between .Cm and .Ic;Ingo Schwarze
triggered by a question from Fabio Scotoni
2019-04-24Fix the capitalization of OCTEON.Visa Hankala