Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-21 | Document rc_exec. | Antoine Jacoutot | |
2022-05-20 | Re-classify the roff(7) \r (reverse line feed) escape sequence | Ingo Schwarze | |
from "ignore" to "unsupported" because when an input file uses it, mandoc(1) is likely to significantly misformat the output, usually showing parts of the output in a different order than the author intended. | |||
2022-05-20 | fold some of the useful "obsolete" information into the main text | Marc Espie | |
2022-05-18 | document what PLIST_REPOSITORY does a bit better | Marc Espie | |
2022-05-17 | document /etc/login.conf.d/ | Jason McIntyre | |
help robert ajacoutot ok ajacoutot | |||
2022-05-17 | ditch most of the obsolete stuff | Marc Espie | |
there are still a few odds and ends which should make their way to the rest of the manpage eventually (or to the faq), useful information that's not immediately available elsewhere | |||
2022-05-15 | add StarTech USG5GA30 to the device list | Jonathan Matthew | |
from Brad | |||
2022-05-13 | add so-a0-hr-b0 to list for firmware files used by iwx(4) | Stefan Sperling | |
2022-05-10 | update the iwx entry; | Jason McIntyre | |
2022-05-09 | update iwx(4) man page in light of AX210/AX211 support | Stefan Sperling | |
2022-05-09 | Mention in the "proto icmp" section that standard stateful rules (i.e. the | Stuart Henderson | |
default type of PF rule) don't allow ICMP responses unless they match an existing state - tweak "keep state (sloppy)" to suggest from the first sentence of the paragraph that it affects more than TCP. ok sashan@ bluhm@ | |||
2022-05-09 | pf.conf(5) should mention impact of sloppy state handling on ICMP | Alexandr Nedvedicky | |
OK @bluhm | |||
2022-05-05 | Update documentation for switch of default ruby version to 3.1 | Jeremy Evans | |
2022-05-01 | Install useful btrace scripts into /usr/share/btrace directory. | Alexander Bluhm | |
OK tedu@ | |||
2022-04-30 | Enforce proper memory ordering in refcnt_rele() and refcnt_finalize() | Visa Hankala | |
Make refcnt_rele() and refcnt_finalize() order memory operations so that preceding loads and stores happen before 1->0 transition. Also ensure that loads and stores that depend on the transition really begin only after the transition has occurred. Otherwise the object destructor might not see the object's latest state. OK bluhm@ | |||
2022-04-28 | add Sabrent NT-SS5G, sort the device list alphabetically | Jonathan Matthew | |
from Brad | |||
2022-04-23 | tweak previous: update .Bl -column line | Ingo Schwarze | |
2022-04-23 | Show which bwfm(4) chipsets are 11n and which are 11ac. ok miod@ | Stuart Henderson | |
2022-04-21 | fix SEE ALSO; | Jason McIntyre | |
2022-04-20 | Use glob to expand wildcards in "other device" paths rather than a | Joshua Stein | |
custom implementation that only allowed matching all files in a directory. ok millert | |||
2022-04-19 | document the actual problems that pkg_check-version can diagnose | Marc Espie | |
2022-04-19 | document the bits of the kstat struct that providers work with. | David Gwynne | |
the kstat api is a small part of implementing a kstat, most of it depends on how you set up the kstat struct. | |||
2022-04-19 | remove a comment saying we might want kstat_remove. | David Gwynne | |
we did want it, so it's there and documented. | |||
2022-04-16 | update list of firmware files used by iwx(4) | Stefan Sperling | |
2022-04-16 | ssh-keygen's -G/-T have been replaced with -M generate/screen. | Darren Tucker | |
2022-04-13 | we're not 2000 anymore, direct the user to using binary packages, the ports | Marc Espie | |
tree should be about on par with release(8) okay schwarze@, sthen@ | |||
2022-04-12 | Make this more readable. | Antoine Jacoutot | |
Document gi-docgen which is coming to gnome.port.mk soon. | |||
2022-03-31 | missing full stop; | Jason McIntyre | |
2022-03-31 | man pages: fix some typos found while looking for other issues | Christian Weisgerber | |
2022-03-31 | man pages: add missing commas between subordinate and main clauses | Christian Weisgerber | |
jmc@ dislikes a comma before "then" in a conditional, so leave those untouched. ok jmc@ | |||
2022-03-30 | Mention constification of *_hw_if (files forgotten during constification | Miod Vallat | |
commit) | |||
2022-03-29 | man pages: add missing word, The foo() ... -> The foo() function ... | Christian Weisgerber | |
ok jmc@ schwarze@ | |||
2022-03-29 | man pages: add missing commas in enumerations | Christian Weisgerber | |
2022-03-28 | Fix misspelled NM town names, from personal knowledge, checked against USPS. | Anthony J. Bentley | |
2022-03-28 | jason tubnor points out that vxlan talking multicast needs a parent iface. | David Gwynne | |
2022-03-26 | typo: currents -> current | Theo Buehler | |
2022-03-21 | Display the supported media list in a similar way to the other drivers, | Miod Vallat | |
without angle brackets. ok jmc@ | |||
2022-03-19 | remove unused Pp; | Jason McIntyre | |
2022-03-19 | Remove the paragraph about 802.11ac from CAVEATS in the iwm(4) man page. | Stefan Sperling | |
2022-03-18 | add crossrefs to the other port module documentation to port-modules(5) | Stuart Henderson | |
(cabal/cargo/gnome/go/python/qmake-module; ruby-module is already listed) | |||
2022-03-17 | Update to tzdata2022a from www.iana.org. Major changes: | Todd C. Miller | |
o Palestine will spring forward on 2022-03-27, not -03-26. | |||
2022-03-16 | Add refcnt_shared() and refcnt_read() | Visa Hankala | |
refcnt_shared() checks whether the object has multiple references. When refcnt_shared() returns zero, the caller is the only reference holder. refcnt_read() returns a snapshot of the counter value. refcnt_shared() suggested by dlg@. OK dlg@ mvs@ | |||
2022-03-15 | document noconfigurejunk, assuming it works as expected | Marc Espie | |
2022-03-14 | update iwx(4) man page CAVEATS section in light of 11ac support | Stefan Sperling | |
2022-03-14 | minor lint fixes | Stuart Henderson | |
2022-03-14 | document changes to MODPERL_REGEN_PPPORT | Stuart Henderson | |
2022-03-13 | Document membar_enter_after_atomic and membar_exit_before_atomic. | Alexander Bluhm | |
OK kettenis@ | |||
2022-03-12 | document MODPERL_REGEN_PPPORT | Stuart Henderson | |
2022-03-11 | Fix formatting of cond_signal(). | Visa Hankala | |
2022-03-11 | remove reference to gcu(4) which is only used by em(4) on Intel EP80579 | Jonathan Gray | |