summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2023-12-11Manpage for ampchwm(4) - Ampere Altra Fine-Grained Power TelemetryClaudio Jeker
2023-12-08New TEMPerHUM sensor; reported by Mikolaj Kucharski on bugs@Miod Vallat
2023-11-30Overhaul device identification logic in order to make matching onMiod Vallat
device-provided information easier. Add support for a few more devices. Trigger state machine updates quickly so as not to have to wait 6 seconds to get the device identified, then 6 more seconds to get the first sensor data. Tested on: TEMPerX_V3.3 by landry@ TEMPerF1.4M by sthen@ TEMPerHUM_V4.0, TEMPer2_V4.1, TEMPer1F_V4.1 and TEMPerGold_V3.4 by yours truly
2023-11-29update supported hardware listsJonathan Matthew
2023-11-25Document that "localhost" only resolves to the loopback addresses.Florian Obser
prodding pb OK phessler, sthen Input & OK jmc
2023-11-23non-standard vxlan port is set on the tunnel src addressDavid Gwynne
2023-11-18Fix make other_two target by coping with leapseconds being placed inAnton Lindqvist
objdir by now.
2023-11-17Use "mv -f" when moving the output file into place in the obj dir.Todd C. Miller
2023-11-17zoneinfo: install tzdata.zi and leap-seconds.listTodd C. Miller
Build and install the tzdata.zi file and build the leapseconds file from leap-seconds.list (installing both versions). Third-party software now expects these files to be installed. OK sthen@ deraadt@
2023-11-13adjust `regress' description since REGRESS_FAIL_EARLY is yes nowOmar Polo
ok plus various improvements to the text by tb@
2023-11-12the ws in wscons is short for workstationDavid Gwynne
2023-11-11We do not define VERSION anymore.Antoine Jacoutot
2023-11-11Add DIST_TUPLE support documentation.Antoine Jacoutot
2023-11-11Mention that this module also supports meson(1).Antoine Jacoutot
2023-11-11Dumb my latin down to vernacular englishMarc Espie
2023-11-11document UNLINKED/BUILD_UNLINKEDMarc Espie
2023-11-10Mention gnome in DIST_TUPLE.Antoine Jacoutot
2023-11-10Also mention COMPILER_LANGS for CFLAGS_${CHOSEN_COMPILER}Jeremie Courreges-Anglas
Suggested by espie@ While here, sprinkle more .Ev.
2023-11-10Add doc for CFLAGS_${CHOSEN_COMPILER} and CXXFLAGS_${CHOSEN_COMPILER}Jeremie Courreges-Anglas
ok tb@
2023-11-10bsd.port.mk.5: document variables related to sccache, such as USE_SCCACHECaspar Schutijser
Tweak from kn@ OK landry@ kn@
2023-11-02mention codeberg and kde templates on bsd.port.mk(5) DIST_TUPLEPaco Esteban
ok op@ +1 rsadowski
2023-10-29Make gnu99 the default for gcc 3.3.6 and 4.2.1, not gnu89.Todd C. Miller
While these versions of gcc don't have full C99 support, it is better than defaulting to C89 when building modern software. OK deraadt@
2023-10-28Back out change to make the default -std=gnu99 for now.Todd C. Miller
There has been some unexpected fallout. Requested by deraadt@.
2023-10-26Make gnu99 the default for gcc 3.3.6 and 4.2.1, not gnu89.Todd C. Miller
While these versions of gcc don't have full C99 support, it is better than defaulting to C89 when building modern software. OK deraadt@
2023-10-23Remove the statement that .TQ was "rarely used even in GNU manual pages".Ingo Schwarze
It appears the Linux Manual Pages project started to quite aggressively use .TQ ever for cases where it not only provides no value, but makes formatting worse even when it formats as intended. It's also a bad idea to use it that aggressively because .TQ has particularly catastrophic formatting behaviour on formatters (other than groff and mandoc) that do not support it: It essentially has the effect of omitting the topic of the discussion from the formatted version of the manual page, but in such a way that it does not become apparent to the reader that anything is missing. But whether this is wise or stupid is their problem and none of our business. Either way, we should not call a thing "rarely used" after that is no longer true. Thanks to Alejandro Colomar <alx at kernel org org> for making me aware that the statement is no longer true.
2023-10-23Support some escape sequences, in particular character escape sequences,Ingo Schwarze
inside \w arguments, and skip most other escape sequences when measuring the output length in this way because most escape sequences contribute little or nothing to text width: for example, consider font escapes in terminal output. This implementation is very rudimentary. In particular, it assumes that every character has the same width. No attempt is made to detect double-width or zero-width Unicode characters or to take dependencies on output devices or fonts into account. These limitations are hard to avoid because mandoc has to interpolate \w at the parsing stage when the output device is not yet known. I really do not want the content of the syntax tree to depend on the output device. Feature requested by Paul <Eggert at cs dot ucla dot edu>, who also submitted a patch, but i chose to commit this very different patch with almost the same functionality. His input was still very valuable because complete support for \w is out of the question, and consequently, the main task is identifying subsets of the feature that are needed for real-world manual pages and can be supported without uprooting the whole forest.
2023-10-18document semi-internal parts used by dpb(1)Marc Espie
2023-10-18with pfsync rewrite, pfsync interfaces need an "up" after configuration, not ↵Sebastian Benoit
before. Noted by Marko Cupac, thanks.
2023-10-17Update termtypes to 6.4-20230424 with local changes.Nicholas Marriott
2023-10-15audio(9): deprecate start_{output,input}Christopher Zimmermann
ok ratchov@, kn@
2023-10-14align the intel wifi entries with the other pci wifi entries; ok stspJason McIntyre
2023-10-13Update lang/ruby module documentation for the removal of Ruby 3.0Jeremy Evans
2023-10-12timeout: add TIMEOUT_MPSAFE flagScott Soule Cheloha
Add a TIMEOUT_MPSAFE flag to signal that a timeout is safe to run without the kernel lock. Currently, TIMEOUT_MPSAFE requires TIMEOUT_PROC. When the softclock() is unlocked in the future this dependency will be removed. On MULTIPROCESSOR kernels, softclock() now shunts TIMEOUT_MPSAFE timeouts to a dedicated "timeout_proc_mp" bucket for processing by the dedicated softclock_thread_mp() kthread. Unlike softclock_thread(), softclock_thread_mp() is not pinned to any CPU and runs run at IPL_NONE. Prompted by bluhm@. Lots of input from bluhm@. Joint work with mvs@. Prompt: https://marc.info/?l=openbsd-tech&m=169646019109736&w=2 Thread: https://marc.info/?l=openbsd-tech&m=169652212131109&w=2 ok mvs@
2023-10-11dwqe(4) may now attach via pci(4)Stefan Sperling
2023-10-07Include .EX/.EE in the MACRO OVERVIEW and improve its description.Ingo Schwarze
It is supported by all major man(7) implementations that G. Branden Robinson and myself are aware of, so calling it "non-portable" can no longer be justified. Using it becomes increasingly more common, so calling it "non-standard" is now misleading. It is certainly useful and not deprecated. While here, also remove the word "non-standard" from the descriptions of several other macros because it is slightly confusing. A formal standard for the man(7) language does not exist. Arguably, Version 7 AT&T UNIX used to be a de-facto standard, but its influence has been waning for 40 years, and various features that Version 7 did not support are now widely used.
2023-10-06be more explicit about the usage pattern of register-plist and the variablesMarc Espie
in bsd.port.mk that govern its behavior.
2023-09-28plaform -> platformJonathan Gray
2023-09-27Full rewrite of lang/ruby port module documentationJeremy Evans
Restructure so that the most important information is first. Describe how it modifies bsd.port.mk variables. Document all public variables set by the module. Rewrite prompted by feedback from schwarze@ Multiple rounds of review and many fixes from schwarze@ OK schwarze@
2023-09-27fix punctuation and formatting in AUTHORS;Jason McIntyre
2023-09-27document the obviousMarc Espie
2023-09-27extent USE_LLD to Yes/No/ports values.Sebastien Marie
'ports' permits to force the use of ld.lld from lang/clang module. ok landry@
2023-09-27add a manpage for the qcrng(4) driverPeter Hessler
reminded by pamela@
2023-09-25document Meinberg PZF180PEX; from Maurice JanssenTheo de Raadt
2023-09-25Better document how REGRESS_FAIL_EARLY and REGRESS_LOG work together.Claudio Jeker
OK tb@
2023-09-24bsd.port.mk.5: GC the misp64 *pic.a fragment handling documentationOmar Polo
More than ten years ago, bsd.lib.mk stopped creating lib*_pic.a files and the corresponding PFRAG.no_mips64 were removed from the ports tree. Last year the -Dno_mips64 handling in bsd.port.mk was GC'd too, but the note in the bsd.port.mk manpage was left. ok espie@
2023-09-24Make REGRESS_LOG more useful againTheo Buehler
Enabling REGRESS_FAIL_EARLY made REGRESS_LOG error out at the first error, which is pointless. So default to no if REGRESS_LOG is set unless the user explicitly enabled it. Requested by claudio ok bluhm
2023-09-23stfrng(4)Mark Kettenis
2023-09-23fully deprecate SITES0...9, I will convert the few (200) ports still usingMarc Espie
it as soon as my test bulk finishes.
2023-09-23explicitly says that's a scriptMarc Espie
2023-09-21belated iwn(4) man page update: 40MHz channels are supported since Nov 2021Stefan Sperling