Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2019-04-24 | Tell when the openprom(4) interface appeared instead of when the manual | Visa Hankala | |
page appeared. | |||
2019-04-23 | add ccp to acpi, and scale back the caps; | Jason McIntyre | |
2019-04-23 | clarify how .%P is conventionally used; | Ingo Schwarze | |
triggered by a question from Fabio Scotoni <fabio at esse dot ch> | |||
2019-04-23 | ccp(4) attaches to acpi(4) now. | Mark Kettenis | |
2019-04-23 | replace "--" with "\(en" in numeric ranges in .%P macros; | Ingo Schwarze | |
markup error reported by Fabio Scotoni <fabio at esse dot ch> | |||
2019-04-23 | add some missing "pp." to .%P macros; | Ingo Schwarze | |
Fabio Scotoni <fabio at esse dot ch> reported it was missing in eqn(7) | |||
2019-04-23 | Remove HISTORY section | denis | |
"been there from the start" from kettenis@ | |||
2019-04-23 | Add missing manpage. | denis | |
OK jmc@ | |||
2019-04-23 | Add missing manpage. | denis | |
Input from jmc@ OK jmc@ visa@ | |||
2019-04-23 | Xr octiic(4) | Visa Hankala | |
2019-04-23 | Add a manual page for octiic(4). | Visa Hankala | |
2019-04-23 | Documenting the MODPY_TEST_DIR addition to python.port.mk in | kmos | |
the port-modules(5) man page. OK landry@ sthen@ | |||
2019-04-21 | Implement the roff .break request (break out of a .while loop). | Ingo Schwarze | |
Jan Stary <hans at stare dot cz> found it in an ancient groffer(1) manual page (version 1.19) on MacOS X Mojave. Having .break not implemented wasn't a particularly bright idea because obviously, it tended to cause infinite loops. | |||
2019-04-21 | adjust bufcachepercent default | Theo de Raadt | |
2019-04-21 | Build clang on powerpc. | Mark Kettenis | |
ok deraadt@ | |||
2019-04-17 | Switch powerpc to big PIC. This is necessary to build libc++abi and libc++ | Mark Kettenis | |
since clang doesn't seem to support secure-plt for small pic. ok deraadt@, millert@ | |||
2019-04-17 | myx can't reconfigure xfp/sfp/sfp+ modules | David Gwynne | |
2019-04-16 | elfrdsetroot is now rdsetroot(8). | Sunil Nimmagadda | |
ok deraadt | |||
2019-04-14 | Add lock order checking for timeouts | Visa Hankala | |
The caller of timeout_barrier() must not hold locks that could prevent timeout handlers from making progress. The system could deadlock otherwise. This patch makes witness(4) able to detect barrier locking errors. This is done by introducing a pseudo-lock that couples the lock chains of barrier callers to the lock chains of timeout handlers. In order to find these errors faster, this diff adds a synchronous version of cancelling timeouts, timeout_del_barrier(9). As the synchronous intent is explicit, this interface can check lock order immediately instead of waiting for the potentially rare occurrence of timeout_barrier(9). OK dlg@ mpi@ | |||
2019-04-10 | mention X722 | Jonathan Gray | |
ok deraadt@ phessler@ | |||
2019-04-09 | missing xr | Stuart Henderson | |
2019-04-04 | patrick confirms that this driver does not support powersave; | Jason McIntyre | |
2019-04-04 | Remove CONFIGURE_STYLE=autoupdate setting. | Christian Weisgerber | |
Running autoupdate is not useful in a port context. No port uses this and it appears none ever has. ok kn@ | |||
2019-04-03 | YUL - Montreal Dorval International has been renamed Montreal-Pierre | Sebastian Benoit | |
Elliott Trudeau International on January 1, 2004. | |||
2019-04-03 | document BIOCSRTIMEOUT errors; ok deraadt@ millert@ | anton | |
2019-04-03 | spelling mistake in previous - sorry, klemens! | Jason McIntyre | |
2019-04-03 | Recommend ROUTE_TABLEFILTER over SO_RTABLE | kn | |
SO_TABLE is not applicable to AF_ROUTE, ROUTE_TABLEFILTER works across all families and goes well in line with the other ROUTE_* macros. While here, document RTABLE_ANY and mention rtable(4). OK claudio jmc | |||
2019-04-03 | tweak previous; | Jason McIntyre | |
2019-04-03 | Remove the CONFIGURE_STYLE=automake setting. Its semantics have been a | Christian Weisgerber | |
long-standing source of confusion and it is no longer used by any ports. ok sthen@ kn@ ajacoutot@ | |||
2019-04-03 | actually use the words "split-horizon" when talking about vpls bridge setup | David Gwynne | |
2019-04-02 | document how to do split-horizon setups with mpw | David Gwynne | |
this is needed^Wuseful since the kernel doesn't implicitly implement split horizon in bridge for mpw anymore. it does allow the joining of different VPLS meshes on the same bridge now though. based on discussion with Lee Nelson and Mitchell Krome | |||
2019-04-02 | add acpipci; | Jason McIntyre | |
2019-04-02 | kettenis has written an mi page for this, so remove this one; ok kettenis (i ↵ | Jason McIntyre | |
think) | |||
2019-04-02 | spelling; | Jason McIntyre | |
2019-04-02 | Clarify preposition | kn | |
Any messages sent to the kernel are returned, and copies are sent to all interested listeners. The kernel will provide the process ID for the sender [...] Change the last "for" to "of", making it even clearer that the kernel tells listeners about the sender's PID; it does not provide anything back to the sender in particular. "Seems right" deraadt | |||
2019-04-02 | libLLVM.a is no longer installed | Jonathan Gray | |
2019-04-02 | new variable NOLIBSTATIC= prevents installation of a static library, | Theo de Raadt | |
in cases where you don't want it installed, or it isn't built. ok jsg |