Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2022-03-11 | Fix wxneeded elf section name, use markup | Klemens Nanni | |
OK espie | |||
2022-03-10 | Forgot makefile for atomic_load_int.9 in previous commit. | Alexander Bluhm | |
2022-03-10 | Provide atomic load and store functions for int and long. FreeBSD | Alexander Bluhm | |
also uses these names. This implements a complete interface for atomic operations, such functions can be used for every access. They provide compiler barriers, but no CPU memory barriers. This is consistent with our other atomic operations. OK mvs@ visa@ | |||
2022-03-09 | Idenfitier -> Identifier | Jonathan Gray | |
2022-03-01 | Tweak SCSI section to clarify that SCSIDEBUG enables probing/attachment | Kenneth R Westerback | |
debug info, with any additional debug info being requested via SCSIDEBUG_* options. Pointed out by Scott Nicholas. | |||
2022-03-01 | add rtable capability to login.conf. | Ted Unangst | |
from Matthew Martin | |||
2022-02-24 | document the tunnel ioctls that vxlan supports. | David Gwynne | |
i need to add the bridge ioctls i copes with at some point. | |||
2022-02-24 | slight wording tweak | David Gwynne | |
2022-02-23 | better help for getting addresses for dgrams received with divert-to. | David Gwynne | |
getsockname is for connected sockets, not all sockets. dgrams need to use some setsockopt stuff and cmsgs to get packet info like that. suggested by K R on bugs@ | |||
2022-02-22 | Since other exported commandnames were increased to 24 and graduated into | Theo de Raadt | |
proper strings, adapt struct acct's ac_comm similarily. While here increase ac_mem to 32-bits, increase ac_flag from 8 to 32 bits for future extensions, add ac_pid for forensics, and reorder the structure to avoid compiler pads. More work remains in the sa(8) command to use ac_pid better. This is a flag day for the acct file format, new/old files/tools are incompatible. ok bluhm millert | |||
2022-02-21 | USE_CCACHE does not add a dependency | Klemens Nanni | |
OK jca sthen | |||
2022-02-20 | dmameme -> dmamem | Jonathan Gray | |
2022-02-20 | i missed a word. | David Gwynne | |
some other tweaks for readability or brevity while here | |||
2022-02-20 | space required between macro argument and punctuation; | Jason McIntyre | |
2022-02-20 | aplcpu(4) | Mark Kettenis | |
2022-02-20 | move to 7.1-beta | Theo de Raadt | |
2022-02-20 | audo -> audio | Jonathan Gray | |
2022-02-20 | John P. Wittkowski -> John P. Wittkoski | Jonathan Gray | |
matches adb.c and adb(4) | |||
2022-02-20 | Wildire -> Wildfire | Jonathan Gray | |
2022-02-19 | don't refer to disks as daughter devices | Jonathan Gray | |
ok jmc@ |