Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2019-04-02 | Remove commented-out historical ranlib operation, which would be | Theo de Raadt | |
duplicate work. | |||
2019-04-02 | only static libraries undergo ranlink | Theo de Raadt | |
2019-04-02 | mvgicp(4) | Mark Kettenis | |
2019-04-02 | acpipci(4) | Mark Kettenis | |
2019-04-01 | aarch64 also uses PIE by default, make ${NOPIE*} flags available | Jeremie Courreges-Anglas | |
Might help speed up parts like base-clang. Also, better be consistent. ok kettenis@ deraadt@ | |||
2019-04-01 | restore El removed in previous; | Jason McIntyre | |
2019-04-01 | deprecate TASKQ_CANTSLEEP since nothing uses it anymore | David Gwynne | |
if we ever want it back, it's in the attic. ok mpi@ visa@ kettenis@ | |||
2019-03-31 | While we do encourage simplicity in the sense of writing plain '-' | Ingo Schwarze | |
for hyphen-minus, soften the language a bit: writing \- for it is not wrong, and people started sending us patches to replace \- with '-' in existing manual pages, which is not a worthwhile change unless the \- is used at a place where it doesn't belong. OK jmc@ | |||
2019-03-30 | no powersave for wi(4); missed in previous commits | Jason McIntyre | |
2019-03-29 | move the HARDWARE sections in line with other wireless pages; | Jason McIntyre | |
2019-03-29 | this page was missing the "configured at runtime" boilerplate, so add it; | Jason McIntyre | |