Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-14 | Remove the REGRESS_MAXTIME feature from regress framework. The | Alexander 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-14 | document CONFIGURE_STYLE=autoreconf; ok espie@ | Christian Weisgerber | |
2019-05-14 | minor macro cleanup | Ingo Schwarze | |
2019-05-14 | minor wording improvement from Stephen Gregoratto | Ingo Schwarze | |
2019-05-14 | Delete 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-12 | mention render node device files | Jonathan Gray | |
2019-05-12 | Delete documentation of the former HOSTALIASES features | Ingo 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-12 | document log reading errors | Marc Espie | |
2019-05-12 | document existing command status, and new command wipe | Marc Espie | |
for EXTERNAL CONTROL | |||
2019-05-12 | new sentence, new line; | Jason McIntyre | |
2019-05-12 | sort; | Jason McIntyre | |
2019-05-12 | add missing ucrcom page | Jonathan Gray | |
2019-05-11 | The BER API is currently used by ldap, ldapd, ldapctl, ypldap, snmpd, and | rob | |
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-11 | Add a manpage for fusbtc(4). | Patrick Wildt | |
2019-05-11 | Add a manpage for mvuart(4). | Patrick Wildt | |
2019-05-11 | Remove Rockchip from the manpage since it's just a leftover from | Patrick Wildt | |
the original manpage used to create this one. ok kettenis@ | |||
2019-05-11 | Add the colemak keyboard layout. | Aaron Bieber | |
OK deraadt@ | |||
2019-05-11 | socppc makes an extended visit to the bigbucket. | Theo de Raadt | |
ok kettenis | |||
2019-05-10 | Document TIMEVAL_TO_TIMESPEC() and TIMESPEC_TO_TIMEVAL(). | cheloha | |
With input from schwarze@. "read ok" jmc@, "yep" deraadt@, ok schwarze@ | |||
2019-05-10 | Document port protection support in switch(4). Also add SIOCBRDGSIFPROT to | akoshibe | |
list of ioctls in bridge(4). OK ccardenas@ kn@ phessler@ | |||
2019-05-10 | tweak previous: fix three wrong macros and one missing macro | Ingo Schwarze | |
2019-05-10 | Document 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-10 | The correct header for KASSERT(9) is <sys/systm.h>. | Martin Pieuchot | |
ok deraadt@ | |||
2019-05-10 | Make the red-black tree example -Wmissing-prototypes clean by providing | Florian Obser | |
prototypes with RB_PROTOTYPE. | |||
2019-05-10 | Browsers using SAN instead of CN in Subject is now more than just "some | Stuart Henderson | |
new browsers" and it's a strict requirement rather than just deprecating cn; adjust the text accordingly. ok reyk@ | |||
2019-05-10 | sync | Stuart Henderson | |
2019-05-09 | actual timeout is smaller. | Marc Espie | |
document LISTING_EXTRA | |||
2019-05-09 | be more thorough in describing what register-plist does. | Marc Espie | |
also document -p, used by check-register ... and @version bumps. | |||
2019-05-08 | update to PF pfctl(8) and pf.conf(5) manpages | Alexandr Nedvedicky | |
great input by Ingo, Jason and Klemens OK schwarze@, OK kn@, OK jmc@ | |||
2019-05-08 | Add flang to the MODFORTRAN_COMPILER list. | Brian Callahan | |
ok jca@ | |||
2019-05-06 | Remove vmm(4) from i386 MAKEDEV.8 | Mike Larkin | |
pointed out by jmc@ | |||
2019-05-06 | Cleanup things that missed removal during vmm(4) i386 purge a few months | Mike Larkin | |
ago. ok kn, deraadt | |||
2019-05-05 | sync the description of bufcachepercent; ok deraadt | Jason McIntyre | |
2019-05-04 | call these devices "Ethernet device", as other pages do; | Jason McIntyre | |
prod/ok deraadt | |||
2019-05-04 | Xr mcx | Theo de Raadt | |
2019-05-04 | a quick and dirty manpage for mcx | David Gwynne | |
2019-04-30 | elaborate a little on how route priorities work; | Jason McIntyre | |
help/ok claudio | |||
2019-04-29 | Update to reflect change of default ruby version to ruby 2.6 | Jeremy Evans | |
2019-04-28 | add 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-27 | switch the example mirror to cdn.openbsd.org | T.J. Townsend | |
2019-04-27 | the 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-26 | sysupgrade(8) uses /home/_sysupgrade | Florian Obser | |
suggested by deraadt; OK jmc | |||
2019-04-26 | Additional devices that are supported by uslcom. | remi | |
ok jmc@ | |||
2019-04-25 | reflect recent bpf changes | anton | |
2019-04-25 | Make openprom.4 platform independent. | denis | |
Suggested by deraadt@ OK ingo@ jmc@ visa@ | |||
2019-04-25 | Add a manual page for octcf(4). | Visa Hankala | |
Prompted by jmc@ | |||
2019-04-25 | sticky-address is working with source-hash. | YASUOKA Masahiko | |
ok deraadt | |||
2019-04-24 | Re-add HISTORY section | denis | |
2019-04-24 | clarify the difference between .Cm and .Ic; | Ingo Schwarze | |
triggered by a question from Fabio Scotoni | |||
2019-04-24 | Fix the capitalization of OCTEON. | Visa Hankala | |